aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-01-01 21:45:02 +1000
committerAllan McRae <allan@archlinux.org>2014-01-01 22:02:55 +1000
commit88726d48af1392f9e014efa15eda6b2ee6c5c361 (patch)
tree4586026aca6c376ab37e0962f1bd459ad6c97e17 /locale
parentd4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (diff)
downloadglibc-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 'locale')
-rw-r--r--locale/programs/locale.c2
-rw-r--r--locale/programs/localedef.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 6659e6a..4b3d15a 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -295,7 +295,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\
-"), "2013");
+"), "2014");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index a275769..97af5e7 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -403,7 +403,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\
-"), "2013");
+"), "2014");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}