gbranden pushed a commit to branch master
in repository groff.
commit 296f8cacb294b206998f04d7a472109281c44db0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Feb 4 04:55:07 2026 -0600
test-groff.in: Revise copyright, license notices.
* Ratchet back ending year of copyright notice to 1993, reflecting the
date of the last "legally significant"[1] contribution to this file,
which was its 1993 introduction by James Clark in groff 1.07.
Werner Lemberg made a 20-line change in 2007, but this was to _add_ a
license notice.
[1] "A change of just a few lines (less than 15 or so) is not legally
significant for copyright." Conversely, >= 15 lines would be.
https://www.gnu.org/prep/maintain/html_node/Legally-Significant.html
* Refill license notice at 72 columns.
* Use two export commands instead of one to avoid (1) an excessively
long line; (2) use of input line continuation, and consequently (3) a
decision about the indentation size this file should use.
* Separate legalistic comments from those for practical readers.
---
test-groff.in | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/test-groff.in b/test-groff.in
index bfdd22549..aa5da5071 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright 1989-2020 Free Software Foundation, Inc.
+# Copyright 1993 Free Software Foundation, Inc.
#
# This file is part of groff, the GNU roff typesetting system.
#
@@ -9,14 +9,14 @@
# 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/>.
-#
+
# This script runs groff without requiring that it be installed.
SEP='@PATH_SEPARATOR@'
@@ -49,6 +49,7 @@ $SEP$builddir/contrib/rfc1345\
$SEP$srcdir/contrib/sboxes\
$SEP$builddir/contrib/sboxes\
-export GROFF_BIN_PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH
+export GROFF_COMMAND_PREFIX
+export GROFF_BIN_PATH GROFF_FONT_PATH GROFF_TMAC_PATH
exec $builddir/groff ${1+"$@"}
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit