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/output | |
parent | 08974d3a1cb1cabb2b8372996de2e8e6faf57f75 (diff) | |
download | slibtool-05face8184fc6bb752474bd905c566a6691259d3.tar.bz2 slibtool-05face8184fc6bb752474bd905c566a6691259d3.tar.xz |
Annual chores.
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/slbt_output_config.c | 2 | ||||
-rw-r--r-- | src/output/slbt_output_error.c | 2 | ||||
-rw-r--r-- | src/output/slbt_output_exec.c | 2 | ||||
-rw-r--r-- | src/output/slbt_output_fdcwd.c | 2 | ||||
-rw-r--r-- | src/output/slbt_output_features.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/output/slbt_output_config.c b/src/output/slbt_output_config.c index cac0df9..5e34841 100644 --- a/src/output/slbt_output_config.c +++ b/src/output/slbt_output_config.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/output/slbt_output_error.c b/src/output/slbt_output_error.c index bedef83..4f780db 100644 --- a/src/output/slbt_output_error.c +++ b/src/output/slbt_output_error.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/output/slbt_output_exec.c b/src/output/slbt_output_exec.c index 6adceb6..1e16bbc 100644 --- a/src/output/slbt_output_exec.c +++ b/src/output/slbt_output_exec.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/output/slbt_output_fdcwd.c b/src/output/slbt_output_fdcwd.c index 5e1d6da..fda7076 100644 --- a/src/output/slbt_output_fdcwd.c +++ b/src/output/slbt_output_fdcwd.c @@ -1,6 +1,6 @@ /*******************************************************************/ /* 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. */ /*******************************************************************/ diff --git a/src/output/slbt_output_features.c b/src/output/slbt_output_features.c index a6276da..cf1cb73 100644 --- a/src/output/slbt_output_features.c +++ b/src/output/slbt_output_features.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. */ /*******************************************************************/ |