gbranden pushed a commit to branch master
in repository groff.

commit 2c038362fccefc7ec1aefe29150d76cab6c397eb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 26 13:57:20 2026 -0500

    src/devices/grolbp/charset.h: Delete copyright.
    
    This file consists solely of a C/C++ array representing a vector of
    bytes, a "definition of the WP54 character set".  I assume it is some
    kind of mapping between that character encoding and ISO Latin-1.  (The
    mapping is non-bijective; witness the multiple occurrences of 0x61.)  In
    any case, such a minimal representation of this mathematical
    relationship cannot be "original work".  (In fact, when the file was
    originally contributed by Francisco Andrés Verdú and committed by Werner
    Lemberg in 2000, it bore no copyright or license notices.  Werner added
    them in commit 30617143b1, November 2007.)
    
    See groff's "HACKING" file, section "Updating Copyright Notices".
---
 src/devices/grolbp/charset.h | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

diff --git a/src/devices/grolbp/charset.h b/src/devices/grolbp/charset.h
index 497300d94..ad332ffa1 100644
--- a/src/devices/grolbp/charset.h
+++ b/src/devices/grolbp/charset.h
@@ -1,24 +1,8 @@
-/* Copyright 2000-2020 Free Software Foundation, Inc.
-
-Written by Francisco Andr�s Verd� <[email protected]> with many ideas
-taken from the other groff drivers.
-
-This file is part of groff, the GNU roff typesetting system.
-
-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
-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/>. */
-
 // Definition of the WP54 character set
+//
+// Prepared by Francisco Andr�s Verd� <[email protected]>
+//
+// This file is part of groff, the GNU roff typesetting system.
 
 unsigned char symset[] = {
 0x57,0x50,0x35,0x34,0x00,0x41,0x76,0x61,0x6e,0x74,0x47,0x61,

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

Reply via email to