From f1577259e687cf9e7c7b93e6bd104d1e8e3a45dd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 10 Apr 2019 19:39:22 -0400 Subject: Update author name --- (limited to 'src') 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. # -- cgit v0.9.1