groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/02: Update copyright displayed by 'groff -v'


From: Bertrand Garrigues
Subject: [groff] 01/02: Update copyright displayed by 'groff -v'
Date: Wed, 11 Nov 2020 17:09:45 -0500 (EST)

bgarrigues pushed a commit to branch master
in repository groff.

commit 10cd0b662256d6fd2b6ed204f0ce891c8fc1175d
Author: Bertrand Garrigues <bertrand.garrigues@laposte.net>
AuthorDate: Wed Nov 11 00:58:48 2020 +0100

    Update copyright displayed by 'groff -v'
---
 FOR-RELEASE              | 3 +++
 src/roff/groff/groff.cpp | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/FOR-RELEASE b/FOR-RELEASE
index 4490407..59080e9 100644
--- a/FOR-RELEASE
+++ b/FOR-RELEASE
@@ -28,3 +28,6 @@ This file describes how to prepare `groff' for a new release.
   + arch/mingw/grap2graph.cmd
   + doc/groff.texi (multiple occurrences)
   + doc/webpage.ms
+
+* Update in 'src/roff/groff/groff.cpp' the 'printf' that displays the
+  copyright.
diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index f568ac0..c68e490 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) 2018 Free Software Foundation, Inc.\n"
+       "Copyright (C) 2020 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]