diff options
author | P. 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) |
commit | 5c1c3077a9eda8060f052eddef69161395a1d09d (patch) | |
tree | c4b4834bb10de8da5aac27ef101023f15111d718 | |
parent | 8296da821a43324b821f2fd169ce6a9e6180f5a2 (diff) |
Improve license notices
-rw-r--r-- | locale/en_US.sh | 21 | ||||
-rw-r--r-- | src/cmd.sh | 21 | ||||
-rw-r--r-- | src/cmd/copy-suite.sh | 21 | ||||
-rw-r--r-- | src/cmd/help.sh | 21 | ||||
-rw-r--r-- | src/cmd/include.sh | 21 | ||||
-rw-r--r-- | src/cmd/process-incoming.sh | 21 | ||||
-rw-r--r-- | src/cmd/remove-suite.sh | 21 | ||||
-rw-r--r-- | src/cmd/remove.sh | 21 | ||||
-rw-r--r-- | src/cmd/version.sh | 21 | ||||
-rw-r--r-- | src/control.sh | 21 | ||||
-rw-r--r-- | src/db.sh | 21 | ||||
-rw-r--r-- | src/dir.sh | 21 | ||||
-rw-r--r-- | src/garbage.sh | 21 | ||||
-rw-r--r-- | src/include.sh | 21 | ||||
-rw-r--r-- | src/index.sh | 21 | ||||
-rw-r--r-- | src/locale.sh | 21 | ||||
-rw-r--r-- | src/main.sh | 21 | ||||
-rw-r--r-- | src/output.sh | 21 | ||||
-rw-r--r-- | src/remove.sh | 21 | ||||
-rw-r--r-- | src/suite.sh | 21 |
20 files changed, 240 insertions, 180 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 920df73..bd3af25 100644 --- a/locale/en_US.sh +++ b/locale/en_US.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/>. # src/pro-archman.sh msg_pro_archman_lock_fail='The archive is locked by another process' @@ -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= @@ -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 @@ -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() { |