diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-14 18:28:31 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-14 18:28:31 +0000 |
commit | a84c1ea219cfec541ccd2cb9ce33a69f9c5559c2 (patch) | |
tree | 83e0763e97dc8b91fe02fe12433e63b951a0b683 /config | |
parent | 7721e8d878ae41ea11f3efb39754f47108e6b9bf (diff) | |
download | gnulib-a84c1ea219cfec541ccd2cb9ce33a69f9c5559c2.tar.gz |
* check-module: Add copyright notice.
Output a copyright notice if "--version" is specified.
* config/srclistvars.sh: Add copyright notice.
* doc/getdate.texi: Update FDL version from 1.1 to 1.2.
* doc/quote.texi: Add copyright notice.
* lib/TODO: Remove; this belongs only in coreutils.
* modules/COPYING: New file.
* tests/test-getaddrinfo.c: Add copyright notice.
* tests/test-verify.c: Likewise.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/srclistvars.sh | 20 |
2 files changed, 23 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 5fcddae42e..061772b65f 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2006-08-14 Paul Eggert <eggert@cs.ucla.edu> + + * srclistvars.sh: Add copyright notice. + 2006-08-12 Karl Berry <karl@gnu.org> * srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4): diff --git a/config/srclistvars.sh b/config/srclistvars.sh index cd5b8b896a..356e961055 100644 --- a/config/srclistvars.sh +++ b/config/srclistvars.sh @@ -1,7 +1,25 @@ -# $Id: srclistvars.sh,v 1.26 2006-08-08 16:15:45 karl Exp $ +# $Id: srclistvars.sh,v 1.27 2006-08-14 18:28:31 eggert Exp $ # Variables for srclist-update and srclist.txt. # Will change for each user. +# Copyright (C) 2002, 2003, 2004 2005, 2006 Free Software Foundation, +# Inc. + +# This file 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 +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# 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 this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. + case $LOGNAME in jas | eggert) : ${AUTOCONF=../autoconf} |