groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Fix copyright year displayed with 'groff --version'


From: Bertrand Garrigues
Subject: [groff] 01/01: Fix copyright year displayed with 'groff --version'
Date: Sun, 23 Dec 2018 09:56:54 -0500 (EST)

bgarrigues pushed a commit to branch master
in repository groff.

commit cc292790528abb8985c8b743ac3887f7f393cd7a
Author: Bertrand Garrigues <address@hidden>
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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]