diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-01 21:45:02 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-01 22:02:55 +1000 |
commit | 88726d48af1392f9e014efa15eda6b2ee6c5c361 (patch) | |
tree | 4586026aca6c376ab37e0962f1bd459ad6c97e17 /scripts | |
parent | d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (diff) | |
download | glibc-88726d48af1392f9e014efa15eda6b2ee6c5c361.tar.gz glibc-88726d48af1392f9e014efa15eda6b2ee6c5c361.tar.xz glibc-88726d48af1392f9e014efa15eda6b2ee6c5c361.zip |
Update remaining copyright dates
Update copyright years that are not handled by scripts/update-copyright.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test-installation.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 55fa81337c..a674a7fe0b 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -59,7 +59,7 @@ arglist: while (@ARGV) { $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" || $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") { print "test-installation (GNU $PACKAGE)\n"; - print "Copyright (C) 2013 Free Software Foundation, Inc.\n"; + print "Copyright (C) 2014 Free Software Foundation, Inc.\n"; print "This is free software; see the source for copying conditions. There is NO\n"; print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n"; |