groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/72: [gdiffmk]: Drop "GNU" from version information.


From: G. Branden Robinson
Subject: [groff] 05/72: [gdiffmk]: Drop "GNU" from version information.
Date: Sun, 23 Oct 2022 22:25:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 98bd4b4d10883bca7672e26853fd77ba0d9531c8
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Oct 18 11:08:35 2022 -0500

    [gdiffmk]: Drop "GNU" from version information.
    
    * contrib/gdiffmk/gdiffmk.sh: Drop "GNU" from version information, since
      this program resides in groff's "contrib" directory.
    
    I don't reckon anyone cares passionately about it, but this (lack of)
    notation is more consistent with the claims of the "LICENSES" file in
    the groff source tree.
---
 contrib/gdiffmk/ChangeLog  | 5 +++++
 contrib/gdiffmk/gdiffmk.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/gdiffmk/ChangeLog b/contrib/gdiffmk/ChangeLog
index c0816fa21..d4d15a874 100644
--- a/contrib/gdiffmk/ChangeLog
+++ b/contrib/gdiffmk/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-18  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * gdiffmk.sh: Drop "GNU" from version information, since this
+       program resides in groff's "contrib" direction.
+
 2018-02-28  Werner LEMBERG  <wl@gnu.org>
 
        * gdiffmk.am (gdiffmk): Use $(AM_V_GEN) to silence file generation.
diff --git a/contrib/gdiffmk/gdiffmk.sh b/contrib/gdiffmk/gdiffmk.sh
index fc1ef0eee..2473fb105 100644
--- a/contrib/gdiffmk/gdiffmk.sh
+++ b/contrib/gdiffmk/gdiffmk.sh
@@ -217,7 +217,7 @@ do
                        shift
                ;;
        --version)
-               echo "GNU ${CMD} (groff) version @VERSION@"
+               echo "${CMD} (groff) version @VERSION@"
                exit 0
                ;;
        --help)



reply via email to

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