gbranden pushed a commit to branch master
in repository groff.

commit 625d8bf0d31b443abfe9c4dc4a4e151c78c725a3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 15 12:08:18 2026 -0500

    src/libs/libgroff/fontfile.cpp: Revise copyrt.
    
    Ratchet back ending year of FSF copyright notice to 1992, reflecting the
    date of the last "legally significant"[1] contribution to this file by
    anyone who has executed a copyright assignment with the FSF, which was
    commit b04d345ed, 1992-09-91, by James Clark.
    
    The following commit by me meets the "legal significance" threshold, but
    was not my original work; it mostly duplicated an existing function.  (A
    refactoring could eliminate the new function in favor of parameterizing
    the older one in the distinguishing detail.)
    
    (year, commit ID, summary, net lines added by commit):
    
    2024 2b9d309c81 [libgroff]: Add `font::open_resource_file()`. [+19]
    
    See Savannah #66419.
    
    Also eschew indentation in authorship credit and precede it with
    vertical space; while related to the copyright notice, the matters are
    distinct.
    
    [1] See groff's "HACKING" file, section "Updating Copyright Notices".
---
 src/libs/libgroff/fontfile.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/libs/libgroff/fontfile.cpp b/src/libs/libgroff/fontfile.cpp
index bc6c4d8cc..1a36999e7 100644
--- a/src/libs/libgroff/fontfile.cpp
+++ b/src/libs/libgroff/fontfile.cpp
@@ -1,5 +1,7 @@
-/* Copyright 1989-2024 Free Software Foundation, Inc.
-     Written by James Clark ([email protected])
+/* Copyright 1989-1992 Free Software Foundation, Inc.
+                  2024 G. Branden Robinson
+
+Written by James Clark ([email protected])
 
 This file is part of groff, the GNU roff typesetting system.
 

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

Reply via email to