From 48e00fb65660aa11f4c0cc25ea1950d968220725 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 26 Jun 2005 14:50:08 -0700 Subject: [PATCH] [svn] Use the proper GPL header. --- ChangeLog | 4 ++++ m4/wget.m4 | 27 +++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ccd6a25c..f6257845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-26 Hrvoje Niksic + + * m4/wget.m4: Use proper GPL header. + 2005-06-25 Hrvoje Niksic * Makefile.in: No need to clean .libs. diff --git a/m4/wget.m4 b/m4/wget.m4 index 6f41860c..c115de75 100644 --- a/m4/wget.m4 +++ b/m4/wget.m4 @@ -1,6 +1,29 @@ -dnl dnl Wget-specific Autoconf macros. -dnl +dnl Copyright (C) 1996-2005 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 (at your option) any later version. + +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +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 In addition, as a special exception, the Free Software Foundation +dnl gives permission to link the code of its release of Wget with the +dnl OpenSSL project's "OpenSSL" library (or with modified versions of it +dnl that use the same license as the "OpenSSL" library), and distribute +dnl the linked executables. You must obey the GNU General Public License +dnl in all respects for all of the code used other than "OpenSSL". If you +dnl modify this file, you may extend this exception to your version of the +dnl file, but you are not obligated to do so. If you do not wish to do +dnl so, delete this exception statement from your version. dnl dnl Check for `struct utimbuf'. -- 2.39.2