groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: [hdtbl]: Fix copyright notice in test script.


From: G. Branden Robinson
Subject: [groff] 01/01: [hdtbl]: Fix copyright notice in test script.
Date: Wed, 23 Oct 2024 15:24:08 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit eab3a414456f634c03cc17c9c562a720689e32fb
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Oct 22 17:07:55 2024 -0500

    [hdtbl]: Fix copyright notice in test script.
    
    In my opinion it's not legitimate to mark a copyright year range as
    open-ended; copyright durations expire (though most of us will not live
    to see the expiry of copyright on works created in our lifetimes,
    barring desperately needed reform).
    
    Also tidy up trailing space in comments and add Vim editor aid.
    
    This commit also serves as a test to see if I screwed up the
    groff-commit mailing list moderation configuration.
---
 contrib/hdtbl/examples/test-hdtbl.sh.in | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/contrib/hdtbl/examples/test-hdtbl.sh.in 
b/contrib/hdtbl/examples/test-hdtbl.sh.in
index 5e81bf75e..c68b8ead8 100644
--- a/contrib/hdtbl/examples/test-hdtbl.sh.in
+++ b/contrib/hdtbl/examples/test-hdtbl.sh.in
@@ -1,19 +1,19 @@
 #!/bin/sh
 #
-# Copyright (C) 2018- Free Software Foundation, Inc.
-# 
+# Copyright (C) 2018 Free Software Foundation, Inc.
+#
 # This file is part of groff.
-# 
+#
 # groff is free software; you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free
 # Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
-# 
-# groff is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
@@ -45,3 +45,5 @@ check_number_pages 
$builddir/contrib/hdtbl/examples/fonts_n.ps 38
 check_number_pages $builddir/contrib/hdtbl/examples/fonts_x.ps 38
 
 exit $ret
+
+# vim:set ai et sw=4 ts=4 tw=72:



reply via email to

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