diff options
| author | Werner Koch <[email protected]> | 2007-07-04 19:49:40 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2007-07-04 19:49:40 +0000 |
| commit | 93d3811abc9e1a1199c0c2594d6b2163d2ce5324 (patch) | |
| tree | 7c374293c539db3cf2057c830ef2da2ece2bb10c /scripts/compile | |
| parent | A bunch of minor changes for Windows. (diff) | |
| download | gnupg-93d3811abc9e1a1199c0c2594d6b2163d2ce5324.tar.gz gnupg-93d3811abc9e1a1199c0c2594d6b2163d2ce5324.zip | |
Changed to GPLv3.
Removed intl/.
Diffstat (limited to 'scripts/compile')
| -rwxr-xr-x | scripts/compile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/compile b/scripts/compile index 1b1d23216..c98532435 100755 --- a/scripts/compile +++ b/scripts/compile @@ -8,7 +8,7 @@ scriptversion=2005-05-14.22 # # 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 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, @@ -17,9 +17,8 @@ scriptversion=2005-05-14.22 # 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, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - +# along with this program; if not, see <http://www.gnu.org/licenses/>. +# # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under |
