bgarrigues pushed a commit to branch master
in repository groff.

commit cc292790528abb8985c8b743ac3887f7f393cd7a
Author: Bertrand Garrigues <[email protected]>
Date:   Sun Dec 23 15:28:21 2018 +0100

    Fix copyright year displayed with 'groff --version'
---
 src/roff/groff/groff.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index 39a54ce..a3815bf 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"

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to