diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-14 15:24:38 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-14 15:24:38 (EST) |
commit | 0f2a1dafc585c29c87abfd52368dd717ec096fbb (patch) | |
tree | 8a17f19757bfad0e9c36d6318082dce76165d91b | |
parent | 82b77b579cc826ee54595c02ac8c31e54816c938 (diff) |
Update copyright years
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | locale/en_US.sh | 2 | ||||
-rw-r--r-- | src/cmd.sh | 2 | ||||
-rw-r--r-- | src/cmd/build.sh | 2 | ||||
-rw-r--r-- | src/cmd/install.sh | 2 | ||||
-rw-r--r-- | src/cmd/installer-pc.sh | 2 | ||||
-rw-r--r-- | src/cmd/opkg.sh | 2 | ||||
-rw-r--r-- | src/cmd/shell.sh | 2 | ||||
-rw-r--r-- | src/cmd/version.sh | 2 | ||||
-rw-r--r-- | src/dir.sh | 2 | ||||
-rw-r--r-- | src/getopt.sh | 2 | ||||
-rw-r--r-- | src/install.sh | 2 | ||||
-rw-r--r-- | src/profile.sh | 2 | ||||
-rw-r--r-- | src/profile/proteanos.sh | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am index 168aa28..b184ced 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Process this file with automake to produce an input makefile. # -# Copyright (C) 2013, 2014 Patrick "P. J." McDermott +# Copyright (C) 2013-2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # @@ -95,7 +95,7 @@ normal use. Copyright Information --------------------- -Copyright (C) 2014 Patrick "P. J." McDermott +Copyright (C) 2014, 2015 Patrick "P. J." McDermott Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/configure.ac b/configure.ac index fc38feb..ba00970 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2015, 2016 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/locale/en_US.sh b/locale/en_US.sh index 2f8ce01..53a608f 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -1,6 +1,6 @@ # English message strings # -# Copyright (C) 2013, 2014 Patrick "P. J." McDermott +# Copyright (C) 2013-2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # @@ -1,6 +1,6 @@ # Command-related functions # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/cmd/build.sh b/src/cmd/build.sh index 1d2f232..3c40c3c 100644 --- a/src/cmd/build.sh +++ b/src/cmd/build.sh @@ -1,6 +1,6 @@ # "build" command # -# Copyright (C) 2014 Patrick "P. J." McDermott +# Copyright (C) 2014, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/cmd/install.sh b/src/cmd/install.sh index e0bdc4e..dcbb3ff 100644 --- a/src/cmd/install.sh +++ b/src/cmd/install.sh @@ -1,6 +1,6 @@ # "install" command # -# Copyright (C) 2013, 2014 Patrick "P. J." McDermott +# Copyright (C) 2013-2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/cmd/installer-pc.sh b/src/cmd/installer-pc.sh index 5dc0caa..f9fd509 100644 --- a/src/cmd/installer-pc.sh +++ b/src/cmd/installer-pc.sh @@ -1,6 +1,6 @@ # "installer-pc" command # -# Copyright (C) 2014 Patrick "P. J." McDermott +# Copyright (C) 2014, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/cmd/opkg.sh b/src/cmd/opkg.sh index 44a22bd..d416d06 100644 --- a/src/cmd/opkg.sh +++ b/src/cmd/opkg.sh @@ -1,6 +1,6 @@ # "opkg" command # -# Copyright (C) 2014 Patrick "P. J." McDermott +# Copyright (C) 2014, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/cmd/shell.sh b/src/cmd/shell.sh index f6eb3d3..a8e83ce 100644 --- a/src/cmd/shell.sh +++ b/src/cmd/shell.sh @@ -1,6 +1,6 @@ # "shell" command # -# Copyright (C) 2014 Patrick "P. J." McDermott +# Copyright (C) 2014, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/cmd/version.sh b/src/cmd/version.sh index 0105f20..ec45dce 100644 --- a/src/cmd/version.sh +++ b/src/cmd/version.sh @@ -23,7 +23,7 @@ cmd_version_main() printf '%s (%s) %s\n' "${0##*/}" "${PACKAGE_NAME}" "${PACKAGE_VERSION}" printf "$(get_msg 'cmd_version_copyright')\n" \ - '2012, 2013, 2014' 'Patrick "P. J." McDermott' + '2012-2015' 'Patrick "P. J." McDermott' } cmd_version_register() @@ -1,6 +1,6 @@ # Miscellaneous directory-related functions # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/getopt.sh b/src/getopt.sh index 07769e7..7f233bd 100644 --- a/src/getopt.sh +++ b/src/getopt.sh @@ -1,6 +1,6 @@ # Functions for parsing command-line options # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/install.sh b/src/install.sh index 513de1a..4daeb70 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1,6 +1,6 @@ # Functions for installing systems # -# Copyright (C) 2013, 2014 Patrick "P. J." McDermott +# Copyright (C) 2013-2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/profile.sh b/src/profile.sh index cd2c1cf..607c1cc 100644 --- a/src/profile.sh +++ b/src/profile.sh @@ -1,6 +1,6 @@ # Profile-related functions # -# Copyright (C) 2014 Patrick "P. J." McDermott +# Copyright (C) 2014, 2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 6439cf2..1936f88 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -1,6 +1,6 @@ # ProteanOS architecture detection and feeds lists. # -# Copyright (C) 2013, 2014 Patrick "P. J." McDermott +# Copyright (C) 2013-2015 Patrick "P. J." McDermott # # This file is part of the ProteanOS Development Kit. # |