summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2018-12-23 15:28:21 +0100
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2018-12-23 15:28:21 +0100
commitcc292790528abb8985c8b743ac3887f7f393cd7a (patch)
treef07786b173b1daa0d7f1df26f2dcdb426a4d5870
parentb78b8ba1a973421ad00770fc10bcd894fc7fc717 (diff)
downloadgroff-git-cc292790528abb8985c8b743ac3887f7f393cd7a.tar.gz
Fix copyright year displayed with 'groff --version'1.22.4
-rw-r--r--src/roff/groff/groff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index 39a54ce5b..a3815bf31 100644
--- a/src/roff/groff/groff.cpp
+++ b/src/roff/groff/groff.cpp
@@ -220,7 +220,7 @@ int main(int argc, char **argv)
vflag = 1;
printf("GNU groff version %s\n", Version_string);
printf(
- "Copyright (C) 2014 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2018 Free Software Foundation, Inc.\n"
"GNU groff comes with ABSOLUTELY NO WARRANTY.\n"
"You may redistribute copies of groff and its subprograms\n"
"under the terms of the GNU General Public License.\n"