aboutsummaryrefslogtreecommitdiff
path: root/src/parseopt.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-04-08 22:26:54 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-04-08 22:26:54 +0300
commit155c3856ce84ec209f7648baef5b00a63ce77ce5 (patch)
treeb3f55c069c44925726fa2a438ebdf5082324e1a9 /src/parseopt.c
parenta0d6c1a8117c64b25e19ce2858b71bbc37c72128 (diff)
downloadgdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.tar.gz
gdbm-155c3856ce84ec209f7648baef5b00a63ce77ce5.tar.bz2
Update copyright years
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.