summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-21 18:00:26 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-21 18:00:26 (EDT)
commit9b9b20706728517e0fa28c24147eb613470df434 (patch)
tree5b243401a976794f3d7bccb1b688a2caadad5483
parentb56a5c7500c9b23db23300360a7b881347a43a6d (diff)
Additionally license everything under GPLv2.
-rw-r--r--Makefile.in2
-rwxr-xr-xconfigure4
-rw-r--r--locale/Makefile.in2
-rw-r--r--locale/en_US/opkhelper.sh2
-rw-r--r--man/Makefile.in2
-rw-r--r--man/oh-fixperms.1.in2
-rw-r--r--man/oh-installfiles.1.in2
-rw-r--r--man/oh-strip.1.in2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/oh-fixperms.sh2
-rw-r--r--src/oh-installfiles.sh2
-rw-r--r--src/oh-strip.sh2
12 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in
index f9ec445..253a0be 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 0c95614..9a55e7b 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,
@@ -166,7 +166,7 @@ ${package_name} ${package_version} configure
Not generated by GNU Autoconf
Copyright (C) 2011-2012 Patrick "P. J." McDermott
-License: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html>.
+License: GNU GPL version 2 or later <http://www.gnu.org/licenses/gpl.html>.
This configure script is free software: you can redistribute and/or modify it.
There is NO WARRANTY, to the extent permitted by law.
EOF
diff --git a/locale/Makefile.in b/locale/Makefile.in
index 59237ab..d7a3b4f 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_US/opkhelper.sh b/locale/en_US/opkhelper.sh
index 7114d66..05b3c2c 100644
--- a/locale/en_US/opkhelper.sh
+++ b/locale/en_US/opkhelper.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/man/Makefile.in b/man/Makefile.in
index 81acdea..a684679 100644
--- a/man/Makefile.in
+++ b/man/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/man/oh-fixperms.1.in b/man/oh-fixperms.1.in
index 0e5ecb4..b3ea1b3 100644
--- a/man/oh-fixperms.1.in
+++ b/man/oh-fixperms.1.in
@@ -27,7 +27,7 @@ Copyright (C) 2012 Patrick "P. J." McDermott
.sp
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.
.sp
This program is distributed in the hope that it will be useful,
diff --git a/man/oh-installfiles.1.in b/man/oh-installfiles.1.in
index b86f57d..bbc3a21 100644
--- a/man/oh-installfiles.1.in
+++ b/man/oh-installfiles.1.in
@@ -43,7 +43,7 @@ Copyright (C) 2012 Patrick "P. J." McDermott
.sp
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.
.sp
This program is distributed in the hope that it will be useful,
diff --git a/man/oh-strip.1.in b/man/oh-strip.1.in
index cd0687e..fb0ca44 100644
--- a/man/oh-strip.1.in
+++ b/man/oh-strip.1.in
@@ -34,7 +34,7 @@ Copyright (C) 2012 Patrick "P. J." McDermott
.sp
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.
.sp
This program is distributed in the hope that it will be useful,
diff --git a/src/Makefile.in b/src/Makefile.in
index e3f742a..d620dca 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/oh-fixperms.sh b/src/oh-fixperms.sh
index d7779aa..b9029df 100644
--- a/src/oh-fixperms.sh
+++ b/src/oh-fixperms.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 6de0d5c..d77c89b 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-strip.sh b/src/oh-strip.sh
index 5b8d785..bf328a5 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,