summaryrefslogtreecommitdiff
path: root/config/srclistvars.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-14 18:28:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-14 18:28:31 +0000
commita84c1ea219cfec541ccd2cb9ce33a69f9c5559c2 (patch)
tree83e0763e97dc8b91fe02fe12433e63b951a0b683 /config/srclistvars.sh
parent7721e8d878ae41ea11f3efb39754f47108e6b9bf (diff)
downloadgnulib-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/srclistvars.sh')
-rw-r--r--config/srclistvars.sh20
1 files changed, 19 insertions, 1 deletions
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}