aboutsummaryrefslogtreecommitdiff
path: root/src/parseopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parseopt.c')
-rw-r--r--src/parseopt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/parseopt.c b/src/parseopt.c
index a7b504f..268e080 100644
--- a/src/parseopt.c
+++ b/src/parseopt.c
@@ -1,5 +1,5 @@
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 2011, 2013, 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2019 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -538,7 +538,8 @@ print_version_only (void)
/* TRANSLATORS: Translate "(C)" to the copyright symbol
(C-in-a-circle), if this symbol is available in the user's
locale. Otherwise, do not translate "(C)"; leave it as-is. */
- printf (version_etc_copyright, _("(C)"), "2011-2017");
+ printf (version_etc_copyright, _("(C)"), "2011-2019");
+ putchar ('\n');
puts (license_text);
putchar ('\n');
}

Return to:

Send suggestions and report system problems to the System administrator.