summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 18:53:41 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 18:53:41 (EDT)
commit5c1c3077a9eda8060f052eddef69161395a1d09d (patch)
treec4b4834bb10de8da5aac27ef101023f15111d718 /src
parent8296da821a43324b821f2fd169ce6a9e6180f5a2 (diff)
Improve license notices
Diffstat (limited to 'src')
-rw-r--r--src/cmd.sh21
-rw-r--r--src/cmd/copy-suite.sh21
-rw-r--r--src/cmd/help.sh21
-rw-r--r--src/cmd/include.sh21
-rw-r--r--src/cmd/process-incoming.sh21
-rw-r--r--src/cmd/remove-suite.sh21
-rw-r--r--src/cmd/remove.sh21
-rw-r--r--src/cmd/version.sh21
-rw-r--r--src/control.sh21
-rw-r--r--src/db.sh21
-rw-r--r--src/dir.sh21
-rw-r--r--src/garbage.sh21
-rw-r--r--src/include.sh21
-rw-r--r--src/index.sh21
-rw-r--r--src/locale.sh21
-rw-r--r--src/main.sh21
-rw-r--r--src/output.sh21
-rw-r--r--src/remove.sh21
-rw-r--r--src/suite.sh21
19 files changed, 228 insertions, 171 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index 1ed69b2..a8deada 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmds=' '
diff --git a/src/cmd/copy-suite.sh b/src/cmd/copy-suite.sh
index 51fd969..2eb265e 100644
--- a/src/cmd/copy-suite.sh
+++ b/src/cmd/copy-suite.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_copy_suite_main()
{
diff --git a/src/cmd/help.sh b/src/cmd/help.sh
index 628b0dc..caf0707 100644
--- a/src/cmd/help.sh
+++ b/src/cmd/help.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_help_main()
{
diff --git a/src/cmd/include.sh b/src/cmd/include.sh
index 7f8fbac..fc4d3cc 100644
--- a/src/cmd/include.sh
+++ b/src/cmd/include.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_include_main()
{
diff --git a/src/cmd/process-incoming.sh b/src/cmd/process-incoming.sh
index 0634f34..92bc8fe 100644
--- a/src/cmd/process-incoming.sh
+++ b/src/cmd/process-incoming.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_process_incoming_main()
{
diff --git a/src/cmd/remove-suite.sh b/src/cmd/remove-suite.sh
index 6703d24..a28f093 100644
--- a/src/cmd/remove-suite.sh
+++ b/src/cmd/remove-suite.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_remove_suite_main()
{
diff --git a/src/cmd/remove.sh b/src/cmd/remove.sh
index 388a4d3..7747aac 100644
--- a/src/cmd/remove.sh
+++ b/src/cmd/remove.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_remove_main()
{
diff --git a/src/cmd/version.sh b/src/cmd/version.sh
index b22205f..9006eac 100644
--- a/src/cmd/version.sh
+++ b/src/cmd/version.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
cmd_version_main()
{
diff --git a/src/control.sh b/src/control.sh
index d3851e5..0191531 100644
--- a/src/control.sh
+++ b/src/control.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2012, 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
control_file=
control_line_nr=
diff --git a/src/db.sh b/src/db.sh
index 291f9b8..a7e2c3e 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
#
# Functions for the suites indices
diff --git a/src/dir.sh b/src/dir.sh
index b72d786..2ff3fc3 100644
--- a/src/dir.sh
+++ b/src/dir.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
hash_name()
{
diff --git a/src/garbage.sh b/src/garbage.sh
index 0cf8afe..5f9e011 100644
--- a/src/garbage.sh
+++ b/src/garbage.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
collect_garbage()
{
diff --git a/src/include.sh b/src/include.sh
index e83b41d..9e84502 100644
--- a/src/include.sh
+++ b/src/include.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013, 2014 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
_INCLUDE_CHANGES_FIELDS='Format Source Binary Version Architecture Platform
Distribution Maintainer Changed-By Date Description Changes Files'
diff --git a/src/index.sh b/src/index.sh
index a975e7c..3570750 100644
--- a/src/index.sh
+++ b/src/index.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
feed_add_package()
{
diff --git a/src/locale.sh b/src/locale.sh
index f7cc0a5..d6b2204 100644
--- a/src/locale.sh
+++ b/src/locale.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2012, 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
DEFAULT_LOCALE='en_US'
diff --git a/src/main.sh b/src/main.sh
index b31e9ea..09eec05 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
set -u
diff --git a/src/output.sh b/src/output.sh
index da3a7d5..273375b 100644
--- a/src/output.sh
+++ b/src/output.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
error()
{
diff --git a/src/remove.sh b/src/remove.sh
index b580b1b..ddd143f 100644
--- a/src/remove.sh
+++ b/src/remove.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
remove_source_from_suite()
{
diff --git a/src/suite.sh b/src/suite.sh
index da4a02d..e0262a4 100644
--- a/src/suite.sh
+++ b/src/suite.sh
@@ -4,18 +4,21 @@
#
# Copyright (C) 2013 Patrick "P. J." McDermott
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# This file is part of the ProteanOS Archive Manager.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# The ProteanOS Archive Manager is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The ProteanOS Archive Manager is distributed in the hope that it
+# will be useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with the ProteanOS Archive Manager. If not, see
+# <http://www.gnu.org/licenses/>.
copy_suite()
{