summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-25 22:03:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-25 22:03:27 (EDT)
commit77575c5493511b25cb796fb4fb2aa4633537abe0 (patch)
tree006fb32ff0d501e1b916746f7cd5d60f16dc33b9
parent4d508e47162132b3476df1828b40b6dbf6c803f7 (diff)
Update remaining copyright notices
-rw-r--r--src/cmd.sh2
-rw-r--r--src/cmd/build.sh2
-rw-r--r--src/cmd/help.sh2
-rw-r--r--src/cmd/install.sh2
-rw-r--r--src/cmd/installer-pc.sh2
-rw-r--r--src/cmd/mkinitramfs.sh2
-rw-r--r--src/cmd/opkg.sh2
-rw-r--r--src/cmd/shell.sh2
-rw-r--r--src/cmd/version.sh4
-rw-r--r--src/getopt.sh2
-rw-r--r--src/main.sh2
-rw-r--r--src/output.sh2
-rw-r--r--src/package.sh2
-rw-r--r--src/package/2.sh2
-rw-r--r--src/profile.sh2
-rw-r--r--src/profile/proteanos.sh2
-rw-r--r--src/rand.sh2
-rw-r--r--src/session.sh2
-rw-r--r--src/vardata.sh2
19 files changed, 20 insertions, 20 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index e446f5c..c357e4f 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -1,6 +1,6 @@
# Command-related functions
#
-# Copyright (C) 2013, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2013, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/build.sh b/src/cmd/build.sh
index fe10899..273f76d 100644
--- a/src/cmd/build.sh
+++ b/src/cmd/build.sh
@@ -1,6 +1,6 @@
# "build" command
#
-# Copyright (C) 2014, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2014, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/help.sh b/src/cmd/help.sh
index ab878a1..51eade4 100644
--- a/src/cmd/help.sh
+++ b/src/cmd/help.sh
@@ -1,6 +1,6 @@
# "help" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/install.sh b/src/cmd/install.sh
index a6c208a..b354f1b 100644
--- a/src/cmd/install.sh
+++ b/src/cmd/install.sh
@@ -1,6 +1,6 @@
# "install" command
#
-# Copyright (C) 2013-2015 Patrick "P. J." McDermott
+# Copyright (C) 2013-2015 Patrick 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 19836c4..33b2e7c 100644
--- a/src/cmd/installer-pc.sh
+++ b/src/cmd/installer-pc.sh
@@ -1,6 +1,6 @@
# "installer-pc" command
#
-# Copyright (C) 2014, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2014, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/mkinitramfs.sh b/src/cmd/mkinitramfs.sh
index 3177071..8580000 100644
--- a/src/cmd/mkinitramfs.sh
+++ b/src/cmd/mkinitramfs.sh
@@ -1,6 +1,6 @@
# "mkinitramfs" command
#
-# Copyright (C) 2016 Patrick "P. J." McDermott
+# Copyright (C) 2016 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/opkg.sh b/src/cmd/opkg.sh
index b99a977..ff903b3 100644
--- a/src/cmd/opkg.sh
+++ b/src/cmd/opkg.sh
@@ -1,6 +1,6 @@
# "opkg" command
#
-# Copyright (C) 2014, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2014, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/shell.sh b/src/cmd/shell.sh
index 8d5cd16..0c5a7b0 100644
--- a/src/cmd/shell.sh
+++ b/src/cmd/shell.sh
@@ -1,6 +1,6 @@
# "shell" command
#
-# Copyright (C) 2014, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2014, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/cmd/version.sh b/src/cmd/version.sh
index 27f6eaf..e8a3604 100644
--- a/src/cmd/version.sh
+++ b/src/cmd/version.sh
@@ -1,6 +1,6 @@
# "version" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
@@ -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-2016' 'Patrick "P. J." McDermott'
+ '2012-2016' 'Patrick McDermott'
return 0
}
diff --git a/src/getopt.sh b/src/getopt.sh
index 7f233bd..0e63ead 100644
--- a/src/getopt.sh
+++ b/src/getopt.sh
@@ -1,6 +1,6 @@
# Functions for parsing command-line options
#
-# Copyright (C) 2013, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2013, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/main.sh b/src/main.sh
index c26f5a6..c68a2e2 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -1,6 +1,6 @@
# Main program file
#
-# Copyright (C) 2013, 2014 Patrick "P. J." McDermott
+# Copyright (C) 2013, 2014 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/output.sh b/src/output.sh
index 1677fb5..4446c7a 100644
--- a/src/output.sh
+++ b/src/output.sh
@@ -1,6 +1,6 @@
# Functions for printing messages
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/package.sh b/src/package.sh
index d591484..581c79a 100644
--- a/src/package.sh
+++ b/src/package.sh
@@ -1,6 +1,6 @@
# Interface for handling source package metadata
#
-# Copyright (C) 2014 Patrick "P. J." McDermott
+# Copyright (C) 2014 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/package/2.sh b/src/package/2.sh
index d7def14..ccccff3 100644
--- a/src/package/2.sh
+++ b/src/package/2.sh
@@ -1,6 +1,6 @@
# Functions for handling metadata in SPF 2.0 packages
#
-# Copyright (C) 2014 Patrick "P. J." McDermott
+# Copyright (C) 2014 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/profile.sh b/src/profile.sh
index de1213a..f786149 100644
--- a/src/profile.sh
+++ b/src/profile.sh
@@ -1,6 +1,6 @@
# Profile-related functions
#
-# Copyright (C) 2014, 2015 Patrick "P. J." McDermott
+# Copyright (C) 2014, 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index fbf0124..99cf56e 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -1,6 +1,6 @@
# ProteanOS architecture detection and feeds lists.
#
-# Copyright (C) 2013-2016 Patrick "P. J." McDermott
+# Copyright (C) 2013-2016 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/rand.sh b/src/rand.sh
index f2b3cd4..8592dd6 100644
--- a/src/rand.sh
+++ b/src/rand.sh
@@ -1,6 +1,6 @@
# Linear congruential pseudorandom number generator
#
-# Copyright (C) 2014 Patrick "P. J." McDermott
+# Copyright (C) 2014 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/session.sh b/src/session.sh
index 61211a4..fc4d26c 100644
--- a/src/session.sh
+++ b/src/session.sh
@@ -1,6 +1,6 @@
# Functions for managing prokit sessions
#
-# Copyright (C) 2014 Patrick "P. J." McDermott
+# Copyright (C) 2014 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
diff --git a/src/vardata.sh b/src/vardata.sh
index 6a7e749..971a22e 100644
--- a/src/vardata.sh
+++ b/src/vardata.sh
@@ -1,6 +1,6 @@
# Functions for getting variable/runtime data
#
-# Copyright (C) 2015 Patrick "P. J." McDermott
+# Copyright (C) 2015 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#