about summary refs log tree commit diff
path: root/locale
diff options
context:
space:
mode:
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 376184a993..1d1a9b2f00 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -293,7 +293,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 58baad4a23..1b751bb7be 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -460,7 +460,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }