summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-05 23:40:15 -0500
committermidipix <writeonce@midipix.org>2017-02-05 23:40:15 -0500
commit78d96ab2709524dc5b6e8976eed90e75ebb4ecf0 (patch)
treee89a8ebcc28cb7d65e64f1f8bb49b5bac1593dd8 /src
parentca7ab624b929f93d3d00da34d2dca274d1900947 (diff)
downloadslibtool-78d96ab2709524dc5b6e8976eed90e75ebb4ecf0.tar.bz2
slibtool-78d96ab2709524dc5b6e8976eed90e75ebb4ecf0.tar.xz
annual chores, properly performed.
Diffstat (limited to 'src')
-rw-r--r--src/driver/slbt_amain.c2
-rw-r--r--src/driver/slbt_driver_ctx.c2
-rw-r--r--src/helper/slbt_archive_import.c2
-rw-r--r--src/helper/slbt_copy_file.c2
-rw-r--r--src/helper/slbt_dump_machine.c2
-rw-r--r--src/internal/argv/argv.h2
-rw-r--r--src/internal/slibtool_errinfo_impl.c2
-rw-r--r--src/internal/slibtool_errinfo_impl.h2
-rw-r--r--src/internal/slibtool_libmeta_impl.c2
-rw-r--r--src/internal/slibtool_metafile_impl.h2
-rw-r--r--src/internal/slibtool_mkdir_impl.h2
-rw-r--r--src/internal/slibtool_objmeta_impl.c2
-rw-r--r--src/internal/slibtool_readlink_impl.h2
-rw-r--r--src/internal/slibtool_spawn_impl.h2
-rw-r--r--src/internal/slibtool_symlink_impl.c2
-rw-r--r--src/internal/slibtool_symlink_impl.h2
-rw-r--r--src/logic/slbt_exec_compile.c2
-rw-r--r--src/logic/slbt_exec_ctx.c2
-rw-r--r--src/logic/slbt_exec_execute.c2
-rw-r--r--src/logic/slbt_exec_install.c2
-rw-r--r--src/logic/slbt_exec_link.c2
-rw-r--r--src/logic/slbt_exec_uninstall.c2
-rw-r--r--src/output/slbt_output_config.c2
-rw-r--r--src/output/slbt_output_error.c2
-rw-r--r--src/output/slbt_output_exec.c2
-rw-r--r--src/slibtool.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/driver/slbt_amain.c b/src/driver/slbt_amain.c
index 4e08b03..48133b0 100644
--- a/src/driver/slbt_amain.c
+++ b/src/driver/slbt_amain.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index 26bbfff..578a7c2 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/helper/slbt_archive_import.c b/src/helper/slbt_archive_import.c
index f22a666..1c15614 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) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 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 3db9ba3..39e1dd9 100644
--- a/src/helper/slbt_copy_file.c
+++ b/src/helper/slbt_copy_file.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 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 edb0fb1..4c2f6b5 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) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h
index 1086a9f..84976cb 100644
--- a/src/internal/argv/argv.h
+++ b/src/internal/argv/argv.h
@@ -1,6 +1,6 @@
/****************************************************************************/
/* argv.h: a thread-safe argument vector parser and usage screen generator */
-/* Copyright (C) 2015--2017 Z. Gilboa */
+/* Copyright (C) 2015--2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/* This file is (also) part of sofort: portable software project template. */
/****************************************************************************/
diff --git a/src/internal/slibtool_errinfo_impl.c b/src/internal/slibtool_errinfo_impl.c
index b21fdb0..9551d8c 100644
--- a/src/internal/slibtool_errinfo_impl.c
+++ b/src/internal/slibtool_errinfo_impl.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_errinfo_impl.h b/src/internal/slibtool_errinfo_impl.h
index 001783e..94d64cf 100644
--- a/src/internal/slibtool_errinfo_impl.h
+++ b/src/internal/slibtool_errinfo_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_libmeta_impl.c b/src/internal/slibtool_libmeta_impl.c
index c0069e4..7aef85f 100644
--- a/src/internal/slibtool_libmeta_impl.c
+++ b/src/internal/slibtool_libmeta_impl.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_metafile_impl.h b/src/internal/slibtool_metafile_impl.h
index e93509d..d3f85be 100644
--- a/src/internal/slibtool_metafile_impl.h
+++ b/src/internal/slibtool_metafile_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_mkdir_impl.h b/src/internal/slibtool_mkdir_impl.h
index bc01db7..a1b5445 100644
--- a/src/internal/slibtool_mkdir_impl.h
+++ b/src/internal/slibtool_mkdir_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_objmeta_impl.c b/src/internal/slibtool_objmeta_impl.c
index e52f65b..1d78c58 100644
--- a/src/internal/slibtool_objmeta_impl.c
+++ b/src/internal/slibtool_objmeta_impl.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_readlink_impl.h b/src/internal/slibtool_readlink_impl.h
index b8416b4..ed20150 100644
--- a/src/internal/slibtool_readlink_impl.h
+++ b/src/internal/slibtool_readlink_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_spawn_impl.h b/src/internal/slibtool_spawn_impl.h
index 437921b..e1ea73a 100644
--- a/src/internal/slibtool_spawn_impl.h
+++ b/src/internal/slibtool_spawn_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_symlink_impl.c b/src/internal/slibtool_symlink_impl.c
index c796767..72d693a 100644
--- a/src/internal/slibtool_symlink_impl.c
+++ b/src/internal/slibtool_symlink_impl.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/internal/slibtool_symlink_impl.h b/src/internal/slibtool_symlink_impl.h
index 66acf8e..63a74a8 100644
--- a/src/internal/slibtool_symlink_impl.h
+++ b/src/internal/slibtool_symlink_impl.h
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/logic/slbt_exec_compile.c b/src/logic/slbt_exec_compile.c
index 00bfafe..5e337bb 100644
--- a/src/logic/slbt_exec_compile.c
+++ b/src/logic/slbt_exec_compile.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/logic/slbt_exec_ctx.c b/src/logic/slbt_exec_ctx.c
index 39de2b9..9ff962c 100644
--- a/src/logic/slbt_exec_ctx.c
+++ b/src/logic/slbt_exec_ctx.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/logic/slbt_exec_execute.c b/src/logic/slbt_exec_execute.c
index d17088e..3096c5f 100644
--- a/src/logic/slbt_exec_execute.c
+++ b/src/logic/slbt_exec_execute.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/logic/slbt_exec_install.c b/src/logic/slbt_exec_install.c
index dff9ab2..ea795e3 100644
--- a/src/logic/slbt_exec_install.c
+++ b/src/logic/slbt_exec_install.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/logic/slbt_exec_link.c b/src/logic/slbt_exec_link.c
index 90377dc..84cea6f 100644
--- a/src/logic/slbt_exec_link.c
+++ b/src/logic/slbt_exec_link.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/logic/slbt_exec_uninstall.c b/src/logic/slbt_exec_uninstall.c
index f6b3716..1b7c40f 100644
--- a/src/logic/slbt_exec_uninstall.c
+++ b/src/logic/slbt_exec_uninstall.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/output/slbt_output_config.c b/src/output/slbt_output_config.c
index 360feaf..d1d9712 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) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 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 1e4f517..49a27b8 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) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 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 e502e8d..effa3b7 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) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
diff --git a/src/slibtool.c b/src/slibtool.c
index ffffd8e..6930fd6 100644
--- a/src/slibtool.c
+++ b/src/slibtool.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2016--2017 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/