diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-06 00:10:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-06 00:10:37 +0000 |
commit | 1fabda990f0ddf248f7e666495cf559705cacb11 (patch) | |
tree | 249e8833abd30ec88af161212ddc1b62d613ac93 /bin/ifnames.in | |
parent | f292fd9dd55c74e23272a3c21038adbada16eaa4 (diff) | |
download | autoconf-1fabda990f0ddf248f7e666495cf559705cacb11.tar.gz |
* bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
* bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
* lib/autoconf/general.m4, lib/autoconf/status.m4:
* lib/autotest/general.m4:
Update copyright year to 2006.
Diffstat (limited to 'bin/ifnames.in')
-rw-r--r-- | bin/ifnames.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ifnames.in b/bin/ifnames.in index b19b4a2d..be31889e 100644 --- a/bin/ifnames.in +++ b/bin/ifnames.in @@ -7,8 +7,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' # ifnames - print the identifiers used in C preprocessor conditionals -# Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002, 2003 Free Software -# Foundation, Inc. +# Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2005, 2006 +# Free Software Foundation, Inc. # 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 @@ -68,7 +68,7 @@ Report bugs to <bug-autoconf\@gnu.org>. $version = "ifnames (@PACKAGE_NAME@) @VERSION@ Written by David J. MacKenzie and Paul Eggert. -Copyright (C) 2005 Free Software Foundation, Inc. +Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. "; |