summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-10 19:39:22 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-10 19:39:22 (EDT)
commitf1577259e687cf9e7c7b93e6bd104d1e8e3a45dd (patch)
tree07747cde1e7370477979e2dfc1875018e9ad1a39 /src
parente71a53a49d80ba3cc72e678a00f50c2b5b7ca47e (diff)
Update author name
Diffstat (limited to 'src')
-rw-r--r--src/cmd.sh2
-rw-r--r--src/cmd/copy-suite.sh2
-rw-r--r--src/cmd/help.sh2
-rw-r--r--src/cmd/include.sh2
-rw-r--r--src/cmd/process-incoming.sh2
-rw-r--r--src/cmd/remove-suite.sh2
-rw-r--r--src/cmd/remove.sh2
-rw-r--r--src/cmd/version.sh4
-rw-r--r--src/control.sh2
-rw-r--r--src/db.sh2
-rw-r--r--src/dir.sh2
-rw-r--r--src/garbage.sh2
-rw-r--r--src/include.sh2
-rw-r--r--src/locale.sh2
-rw-r--r--src/main.sh2
-rw-r--r--src/output.sh2
-rw-r--r--src/remove.sh2
-rw-r--r--src/suite.sh2
18 files changed, 19 insertions, 19 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index 71c6180..2f13fb7 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -2,7 +2,7 @@
# src/cmd.sh
# Command-related functions
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/copy-suite.sh b/src/cmd/copy-suite.sh
index e3cbb08..2e4f3be 100644
--- a/src/cmd/copy-suite.sh
+++ b/src/cmd/copy-suite.sh
@@ -2,7 +2,7 @@
# src/cmd/copy-suite.sh
# "copy-suite" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/help.sh b/src/cmd/help.sh
index f0dfcda..7a940c4 100644
--- a/src/cmd/help.sh
+++ b/src/cmd/help.sh
@@ -2,7 +2,7 @@
# src/cmd/help.sh
# "help" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/include.sh b/src/cmd/include.sh
index 4f7a6d9..014389e 100644
--- a/src/cmd/include.sh
+++ b/src/cmd/include.sh
@@ -2,7 +2,7 @@
# src/cmd/include.sh
# "include" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/process-incoming.sh b/src/cmd/process-incoming.sh
index 947bc59..59e7818 100644
--- a/src/cmd/process-incoming.sh
+++ b/src/cmd/process-incoming.sh
@@ -2,7 +2,7 @@
# src/cmd/generate-index.sh
# "generate-index" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/remove-suite.sh b/src/cmd/remove-suite.sh
index 04f9f1d..35bae16 100644
--- a/src/cmd/remove-suite.sh
+++ b/src/cmd/remove-suite.sh
@@ -2,7 +2,7 @@
# src/cmd/remove-suite.sh
# "remove-suite" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/remove.sh b/src/cmd/remove.sh
index c4fb1b9..64394c0 100644
--- a/src/cmd/remove.sh
+++ b/src/cmd/remove.sh
@@ -2,7 +2,7 @@
# src/cmd/remove.sh
# "remove" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/cmd/version.sh b/src/cmd/version.sh
index c4f57fd..856c529 100644
--- a/src/cmd/version.sh
+++ b/src/cmd/version.sh
@@ -2,7 +2,7 @@
# src/cmd/version.sh
# "version" command
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
@@ -25,7 +25,7 @@ cmd_version_main()
printf '%s %s\n' "${PACKAGE}" "${PACKAGE_VERSION}"
printf "$(get_msg 'cmd_version_copyright')\n" \
- '2013-2017' 'Patrick "P. J." McDermott'
+ '2013-2017' 'Patrick McDermott'
}
cmd_version_register()
diff --git a/src/control.sh b/src/control.sh
index 8c180dd..61f49a2 100644
--- a/src/control.sh
+++ b/src/control.sh
@@ -2,7 +2,7 @@
# src/control.sh
# Functions for parsing control files.
#
-# Copyright (C) 2012, 2013 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/db.sh b/src/db.sh
index a18b76d..01bf437 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -2,7 +2,7 @@
# src/db.sh
# Functions for querying and modifying the database
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/dir.sh b/src/dir.sh
index 6297c2c..bd0cb95 100644
--- a/src/dir.sh
+++ b/src/dir.sh
@@ -2,7 +2,7 @@
# src/dir.sh
# Miscellaneous directory-related functions
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/garbage.sh b/src/garbage.sh
index 4a47b4e..b481ca4 100644
--- a/src/garbage.sh
+++ b/src/garbage.sh
@@ -2,7 +2,7 @@
# src/garbage.sh
# Functions for garbage collection
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/include.sh b/src/include.sh
index fcbf30b..585f57c 100644
--- a/src/include.sh
+++ b/src/include.sh
@@ -2,7 +2,7 @@
# src/include.sh
# Functions for including changes
#
-# Copyright (C) 2013, 2014 Patrick "P. J." McDermott
+# Copyright (C) 2013, 2014 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/locale.sh b/src/locale.sh
index 0d77cb3..2e2b4ae 100644
--- a/src/locale.sh
+++ b/src/locale.sh
@@ -2,7 +2,7 @@
# src/locale.sh
# Locale functions
#
-# Copyright (C) 2012, 2013 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/main.sh b/src/main.sh
index 75532d1..f804243 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -2,7 +2,7 @@
# src/pro-archman.sh
# Main program file
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/output.sh b/src/output.sh
index 1464f66..0c5be34 100644
--- a/src/output.sh
+++ b/src/output.sh
@@ -2,7 +2,7 @@
# src/output.sh
# Functions for printing messages
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/remove.sh b/src/remove.sh
index 31fa6a9..6669f16 100644
--- a/src/remove.sh
+++ b/src/remove.sh
@@ -2,7 +2,7 @@
# src/remove.sh
# Functions for removing packges
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#
diff --git a/src/suite.sh b/src/suite.sh
index 3a2f9a0..04c0285 100644
--- a/src/suite.sh
+++ b/src/suite.sh
@@ -2,7 +2,7 @@
# src/suite.sh
# Functions for working with suites
#
-# Copyright (C) 2013 Patrick "P. J." McDermott
+# Copyright (C) 2013 Patrick McDermott
#
# This file is part of the ProteanOS Archive Manager.
#