diff options
author | P. 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) |
commit | 9b9b20706728517e0fa28c24147eb613470df434 (patch) | |
tree | 5b243401a976794f3d7bccb1b688a2caadad5483 /src | |
parent | b56a5c7500c9b23db23300360a7b881347a43a6d (diff) |
Additionally license everything under GPLv2.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 | ||||
-rw-r--r-- | src/oh-fixperms.sh | 2 | ||||
-rw-r--r-- | src/oh-installfiles.sh | 2 | ||||
-rw-r--r-- | src/oh-strip.sh | 2 |
4 files changed, 4 insertions, 4 deletions
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, |