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,3 +1,3 @@
/* 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.
@@ -540,3 +540,4 @@ print_version_only (void)
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);

Return to:

Send suggestions and report system problems to the System administrator.