From: micah Date: Tue, 10 Jul 2007 04:46:15 +0000 (-0700) Subject: [svn] Merging in fix for bug 20341: GPLv3 update, and maintainer references. X-Git-Tag: v1.13~596 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=b554b8e849fd0a30effdfa4ec7e50fed54b0e702 [svn] Merging in fix for bug 20341: GPLv3 update, and maintainer references. Still waiting for rewording of OpenSSL exception; but that could take a while, and in the meantime, these changes should probably be in the trunk. Also includes fix to manual, to remove GPL (for the sake of maintaining lack of invariants). --- diff --git a/configure.in b/configure.in index 9f735391..c502a7e4 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2 of the License, or +dnl the Free Software Foundation; either version 3 of the License, or dnl (at your option) any later version. dnl This program is distributed in the hope that it will be useful, @@ -12,8 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +dnl along with this program. If not, see . dnl In addition, as a special exception, the Free Software Foundation dnl gives permission to link the code of its release of Wget with the diff --git a/src/Makefile.in b/src/Makefile.in index bcacd7dd..e393e1e0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -3,7 +3,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 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, @@ -12,8 +12,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with Wget; if not, write to the Free Software Foundation, Inc., -# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# along with Wget. If not, see . # In addition, as a special exception, the Free Software Foundation # gives permission to link the code of its release of Wget with the