diff options
Diffstat (limited to 'src/cmd')
-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 |
7 files changed, 84 insertions, 63 deletions
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() { |