summaryrefslogtreecommitdiff
path: root/libc/locale/programs/localedef.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-01-09 13:36:33 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-01-09 13:36:33 +0000
commitd5eb1af9881447485ac579723b442301880c3ecd (patch)
tree2a269b8c14ec9d02cc860d4cf969e9067a84eb59 /libc/locale/programs/localedef.c
parent16ace07529ae1123eaa768ce99f5e64a158a98cf (diff)
Merge changes between r858 and r1147 /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@1148 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/locale/programs/localedef.c')
-rw-r--r--libc/locale/programs/localedef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/locale/programs/localedef.c b/libc/locale/programs/localedef.c
index bf48f6e2d..cabc18bf4 100644
--- a/libc/locale/programs/localedef.c
+++ b/libc/locale/programs/localedef.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-2004, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
@@ -406,7 +406,7 @@ 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\
-"), "2006");
+"), "2007");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}