summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. 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)
commit0f2a1dafc585c29c87abfd52368dd717ec096fbb (patch)
tree8a17f19757bfad0e9c36d6318082dce76165d91b /src
parent82b77b579cc826ee54595c02ac8c31e54816c938 (diff)
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/cmd.sh2
-rw-r--r--src/cmd/build.sh2
-rw-r--r--src/cmd/install.sh2
-rw-r--r--src/cmd/installer-pc.sh2
-rw-r--r--src/cmd/opkg.sh2
-rw-r--r--src/cmd/shell.sh2
-rw-r--r--src/cmd/version.sh2
-rw-r--r--src/dir.sh2
-rw-r--r--src/getopt.sh2
-rw-r--r--src/install.sh2
-rw-r--r--src/profile.sh2
-rw-r--r--src/profile/proteanos.sh2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index d4e7824..82c5ce5 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -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()
diff --git a/src/dir.sh b/src/dir.sh
index 338d8fe..ac7fef0 100644
--- a/src/dir.sh
+++ b/src/dir.sh
@@ -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.
#