1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00

Update copyright year.

This commit is contained in:
Ulrich Drepper
2010-03-15 11:50:59 -07:00
parent 92ad15a8f1
commit 561470e061
16 changed files with 75 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
/* Read and display shared object profiling data.
Copyright (C) 1997-2008, 2009 Free Software Foundation, Inc.
Copyright (C) 1997-2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -261,7 +261,7 @@ main (int argc, char *argv[])
{
/* We need exactly two non-option parameter. */
argp_help (&argp, stdout, ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR,
program_invocation_short_name);
program_invocation_short_name);
exit (1);
}
@@ -388,7 +388,7 @@ 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");
"2010");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}