gbranden pushed a commit to branch master
in repository groff.

commit adb01129cf1bdf6bd77b8ed55c936c219b6af5f3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Apr 11 12:40:59 2026 -0500

    [pfbtops]: Drop test script's copyright notice.
    
    The entire non-comment content of this file is below the FSF's threshold
    of "legal significance".[1]  Identify myself as the culprit behind its
    de minimis nature.
    
    I retain the remainder of the notice because it discloses the file's
    provenance when considered in isolation, and notes groff's status as
    free software.
    
    Also:
    * Drop stump comment after license--er, "provenance"--notice.
    * Revise Vim modeline to communicate less esoterically.
    
    [1] See groff's "HACKING" file, section "Updating Copyright Notices".
---
 src/utils/pfbtops/tests/smoke-test.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/utils/pfbtops/tests/smoke-test.sh 
b/src/utils/pfbtops/tests/smoke-test.sh
index b885b1e44..d09104bbd 100755
--- a/src/utils/pfbtops/tests/smoke-test.sh
+++ b/src/utils/pfbtops/tests/smoke-test.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright 2025 Free Software Foundation, Inc.
+# Prepared by G. Branden Robinson
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
@@ -16,7 +16,6 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
 
 pfbtops="${abs_top_builddir:-.}/pfbtops"
 pfbfont="${abs_top_builddir:-.}/font/devpdf/symbolsl.pfb"
@@ -33,4 +32,4 @@ fi
 printf "%s\n" "$output"
 printf "%s\n" "$output" | grep -Fqx cleartomark
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to