aboutsummaryrefslogtreecommitdiff
path: root/src/parseopt.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 13:53:52 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 13:53:52 +0200
commit35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a (patch)
tree75d52a94ed57a8ebe9e22c78a3a337ca545b65d1 /src/parseopt.c
parent9ca58064e8a10546004c9a376a63105698a72d3c (diff)
downloadgdbm-35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a.tar.gz
gdbm-35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a.tar.bz2
Happy GNU Year
Diffstat (limited to 'src/parseopt.c')
-rw-r--r--src/parseopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parseopt.c b/src/parseopt.c
index bda3d64..a51fc04 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 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2013, 2016-2017 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
@@ -539,7 +539,7 @@ 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");
+ printf (version_etc_copyright, _("(C)"), "2011-2017");
puts (license_text);
putchar ('\n');
}

Return to:

Send suggestions and report system problems to the System administrator.