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 /malloc | |
parent | d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (diff) | |
download | glibc-88726d48af1392f9e014efa15eda6b2ee6c5c361.zip glibc-88726d48af1392f9e014efa15eda6b2ee6c5c361.tar.gz glibc-88726d48af1392f9e014efa15eda6b2ee6c5c361.tar.bz2 |
Update remaining copyright dates
Update copyright years that are not handled by scripts/update-copyright.
Diffstat (limited to 'malloc')
-rwxr-xr-x | malloc/memusage.sh | 2 | ||||
-rw-r--r-- | malloc/memusagestat.c | 2 | ||||
-rw-r--r-- | malloc/mtrace.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/malloc/memusage.sh b/malloc/memusage.sh index 66cfbb2..6bc21f7 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -71,7 +71,7 @@ do_version() { printf $"Copyright (C) %s 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. -" "2013" +" "2014" printf $"Written by %s. " "Ulrich Drepper" exit 0 diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index e993908..01af517 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -580,6 +580,6 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index 1235b72..ee5f22b 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -45,7 +45,7 @@ arglist: while (@ARGV) { $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" || $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") { print "mtrace $PKGVERSION$VERSION\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 Ulrich Drepper <drepper\@gnu.org>\n"; |