about summary refs log tree commit diff
path: root/malloc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-15 01:01:33 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-15 01:01:33 +0000
commite3ea54090a4fbb733749e7b6edfc224c3caa4289 (patch)
tree0fe2d241f57117a13aa78c8d06e0380c167fdd89 /malloc
parent2e64d2659d3edaebc792ac596a9863f1626e5c25 (diff)
downloadglibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.tar.gz
glibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.tar.xz
glibc-e3ea54090a4fbb733749e7b6edfc224c3caa4289.zip
Update --version copyright dates for memusagestat and pcprofiledump.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/memusagestat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index a609a9b7c8..a25f06b848 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -1,6 +1,5 @@
 /* Generate graphic from memory profiling data.
-   Copyright (C) 1998, 1999, 2000, 2005, 2006,
-   2009 Free Software Foundation, Inc.
+   Copyright (C) 1998-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -554,6 +553,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\
-"), "2009");
+"), "2012");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }