summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-16 20:38:20 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-16 20:38:20 (EDT)
commitd00b7ae67055c0d594ebd78a6d92f3641ab9abc3 (patch)
tree54c95446402fde8e785597c4e02954014a2190ed
parent260f20ce977de5f1d3ec3634710bc6bcfa192cd9 (diff)
Additionally license everything under GPLv2.
-rw-r--r--Makefile.in2
-rwxr-xr-xconfigure2
-rw-r--r--lib/Makefile.in2
-rw-r--r--lib/changelog.sh2
-rw-r--r--lib/common.sh2
-rw-r--r--lib/control.sh2
-rw-r--r--lib/deps.sh2
-rw-r--r--lib/load.sh2
-rw-r--r--lib/locale.sh2
-rw-r--r--lib/metadata.sh2
-rw-r--r--lib/metadata/Makefile.in2
-rw-r--r--lib/metadata/proteanos.sh2
-rw-r--r--lib/output.sh2
-rw-r--r--lib/package.sh2
-rw-r--r--lib/package/2.sh2
-rw-r--r--lib/package/Makefile.in2
-rw-r--r--locale/Makefile.in2
-rw-r--r--locale/en_MID/libopkbuild_1.sh2
-rw-r--r--locale/en_US/libopkbuild_1.sh2
-rw-r--r--locale/en_US/opkbuild.sh2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/ob-applypatches.sh2
-rw-r--r--src/ob-buildenv.sh2
-rw-r--r--src/ob-buildopk.sh2
-rw-r--r--src/ob-checkbuilddeps.sh2
-rw-r--r--src/ob-gencontrol.sh2
-rw-r--r--src/ob-installdocs.sh2
-rw-r--r--src/ob-installplatconf.sh2
-rw-r--r--src/ob-unpacksource.sh2
-rw-r--r--src/oh-installfiles.sh2
-rw-r--r--src/oh-parsechangelog.sh2
-rw-r--r--src/oh-strip.sh2
-rw-r--r--src/opkbuild.sh2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/common.sh2
-rw-r--r--tests/ob_match_arch.sh2
-rw-r--r--tests/ob_parse_dep.sh2
-rw-r--r--tests/ob_reduce_deps.sh2
38 files changed, 38 insertions, 38 deletions
diff --git a/Makefile.in b/Makefile.in
index cf2aff5..62ec3fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/configure b/configure
index d762be6..2a02c27 100755
--- a/configure
+++ b/configure
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 03ff2fb..12cddc5 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/changelog.sh b/lib/changelog.sh
index 670ba95..00e17f0 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/common.sh b/lib/common.sh
index 7849894..174f3ab 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/control.sh b/lib/control.sh
index 713d5c1..0e9a1f6 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/deps.sh b/lib/deps.sh
index 9aaef3d..03f0685 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/load.sh b/lib/load.sh
index bb11e23..9a425c1 100644
--- a/lib/load.sh
+++ b/lib/load.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/locale.sh b/lib/locale.sh
index 5a12f11..1cb1111 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/metadata.sh b/lib/metadata.sh
index c78db91..0680b6a 100644
--- a/lib/metadata.sh
+++ b/lib/metadata.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/metadata/Makefile.in b/lib/metadata/Makefile.in
index 6751887..28c4d48 100644
--- a/lib/metadata/Makefile.in
+++ b/lib/metadata/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/metadata/proteanos.sh b/lib/metadata/proteanos.sh
index 2638c67..6235ea3 100644
--- a/lib/metadata/proteanos.sh
+++ b/lib/metadata/proteanos.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/output.sh b/lib/output.sh
index a5b8b11..5d60d3d 100644
--- a/lib/output.sh
+++ b/lib/output.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/package.sh b/lib/package.sh
index 5cfc284..6a77ca0 100644
--- a/lib/package.sh
+++ b/lib/package.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/package/2.sh b/lib/package/2.sh
index 98470e8..745369f 100644
--- a/lib/package/2.sh
+++ b/lib/package/2.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/lib/package/Makefile.in b/lib/package/Makefile.in
index 862a55e..c28c412 100644
--- a/lib/package/Makefile.in
+++ b/lib/package/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/locale/Makefile.in b/locale/Makefile.in
index fdc9cec..71cfc2c 100644
--- a/locale/Makefile.in
+++ b/locale/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/locale/en_MID/libopkbuild_1.sh b/locale/en_MID/libopkbuild_1.sh
index d7430e8..d6588c8 100644
--- a/locale/en_MID/libopkbuild_1.sh
+++ b/locale/en_MID/libopkbuild_1.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/locale/en_US/libopkbuild_1.sh b/locale/en_US/libopkbuild_1.sh
index 474f689..fb02288 100644
--- a/locale/en_US/libopkbuild_1.sh
+++ b/locale/en_US/libopkbuild_1.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/locale/en_US/opkbuild.sh b/locale/en_US/opkbuild.sh
index 64497ef..1dbf053 100644
--- a/locale/en_US/opkbuild.sh
+++ b/locale/en_US/opkbuild.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/Makefile.in b/src/Makefile.in
index dc80e74..21c1451 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh
index 774f13e..8a314cb 100644
--- a/src/ob-applypatches.sh
+++ b/src/ob-applypatches.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index 68a6443..152c6e4 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh
index 627d485..8aebaac 100644
--- a/src/ob-buildopk.sh
+++ b/src/ob-buildopk.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index 6dc10cd..6319576 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh
index 0545c21..ee68916 100644
--- a/src/ob-gencontrol.sh
+++ b/src/ob-gencontrol.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index f8abaa6..4123432 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh
index 126b3a0..9fc565b 100644
--- a/src/ob-installplatconf.sh
+++ b/src/ob-installplatconf.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh
index 7d0e1c0..baea705 100644
--- a/src/ob-unpacksource.sh
+++ b/src/ob-unpacksource.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh
index ad8a361..1ae848c 100644
--- a/src/oh-installfiles.sh
+++ b/src/oh-installfiles.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/oh-parsechangelog.sh b/src/oh-parsechangelog.sh
index 141c5de..13522cb 100644
--- a/src/oh-parsechangelog.sh
+++ b/src/oh-parsechangelog.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/oh-strip.sh b/src/oh-strip.sh
index ca0487a..375c429 100644
--- a/src/oh-strip.sh
+++ b/src/oh-strip.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 39b5103..9514013 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -8,7 +8,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 18b8c26..f9ab9a0 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/tests/common.sh b/tests/common.sh
index 1432a66..b5c7f71 100644
--- a/tests/common.sh
+++ b/tests/common.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ob_match_arch.sh b/tests/ob_match_arch.sh
index 1d19af1..fe3ef5d 100644
--- a/tests/ob_match_arch.sh
+++ b/tests/ob_match_arch.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ob_parse_dep.sh b/tests/ob_parse_dep.sh
index 7a113a9..0f04583 100644
--- a/tests/ob_parse_dep.sh
+++ b/tests/ob_parse_dep.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/tests/ob_reduce_deps.sh b/tests/ob_reduce_deps.sh
index 3f2afd7..5c725b9 100644
--- a/tests/ob_reduce_deps.sh
+++ b/tests/ob_reduce_deps.sh
@@ -6,7 +6,7 @@
#
# 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
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,