diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 16:29:43 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 16:29:43 +0000 |
commit | 05face8184fc6bb752474bd905c566a6691259d3 (patch) | |
tree | a5097ba9cd5e065b45bf41e4d2626a77551c0852 /src/helper | |
parent | 08974d3a1cb1cabb2b8372996de2e8e6faf57f75 (diff) | |
download | slibtool-05face8184fc6bb752474bd905c566a6691259d3.tar.bz2 slibtool-05face8184fc6bb752474bd905c566a6691259d3.tar.xz |
Annual chores.
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/slbt_archive_import.c | 2 | ||||
-rw-r--r-- | src/helper/slbt_copy_file.c | 2 | ||||
-rw-r--r-- | src/helper/slbt_dump_machine.c | 2 | ||||
-rw-r--r-- | src/helper/slbt_realpath.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/helper/slbt_archive_import.c b/src/helper/slbt_archive_import.c index 6b861bc..b7b3fe0 100644 --- a/src/helper/slbt_archive_import.c +++ b/src/helper/slbt_archive_import.c @@ -1,6 +1,6 @@ /*******************************************************************/ /* slibtool: a skinny libtool implementation, written in C */ -/* Copyright (C) 2016--2018 Z. Gilboa */ +/* Copyright (C) 2016--2021 Z. Gilboa */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/helper/slbt_copy_file.c b/src/helper/slbt_copy_file.c index 7e549d9..d7ed4c5 100644 --- a/src/helper/slbt_copy_file.c +++ b/src/helper/slbt_copy_file.c @@ -1,7 +1,7 @@ /*******************************************************************/ /* slibtool: a skinny libtool implementation, written in C */ -/* Copyright (C) 2016--2018 Z. Gilboa */ +/* Copyright (C) 2016--2021 Z. Gilboa */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/helper/slbt_dump_machine.c b/src/helper/slbt_dump_machine.c index 1576b60..7ee7553 100644 --- a/src/helper/slbt_dump_machine.c +++ b/src/helper/slbt_dump_machine.c @@ -1,6 +1,6 @@ /*******************************************************************/ /* slibtool: a skinny libtool implementation, written in C */ -/* Copyright (C) 2016--2018 Z. Gilboa */ +/* Copyright (C) 2016--2021 Z. Gilboa */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ diff --git a/src/helper/slbt_realpath.c b/src/helper/slbt_realpath.c index 6b48831..6bb98c1 100644 --- a/src/helper/slbt_realpath.c +++ b/src/helper/slbt_realpath.c @@ -1,7 +1,7 @@ /*******************************************************************/ /* slibtool: a skinny libtool implementation, written in C */ -/* Copyright (C) 2016--2020 Z. Gilboa */ +/* Copyright (C) 2016--2021 Z. Gilboa */ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ |