diff options
| author | micah <devnull@localhost> | 2007-07-09 22:53:22 -0700 |
|---|---|---|
| committer | micah <devnull@localhost> | 2007-07-09 22:53:22 -0700 |
| commit | 4d7c5e087b2bc82c9f503dff003916d1047903ce (patch) | |
| tree | 60ff0bc8197f66671b44d3fca8363aaddf0a140b /src/progress.c | |
| parent | b554b8e849fd0a30effdfa4ec7e50fed54b0e702 (diff) | |
| download | wget-4d7c5e087b2bc82c9f503dff003916d1047903ce.tar.gz | |
[svn] Merge of fix for bugs 20341 and 20410.
Diffstat (limited to 'src/progress.c')
| -rw-r--r-- | src/progress.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/progress.c b/src/progress.c index f8a581af..be841590 100644 --- a/src/progress.c +++ b/src/progress.c @@ -5,7 +5,7 @@ This file is part of GNU Wget. GNU Wget 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. GNU Wget is distributed in the hope that it will be useful, @@ -14,8 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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 <http://www.gnu.org/licenses/>. In addition, as a special exception, the Free Software Foundation gives permission to link the code of its release of Wget with the |
