gbranden pushed a commit to branch master
in repository groff.
commit 06a4f390ed06c4a4a8cabbbe0b1f02a55e065e28
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon May 25 15:04:19 2026 -0500
src/libs/libbib/libbib.am: Drop copyright notice.
The entire non-comment content of this file is well below the FSF's
threshold of "legal significance",[1] and appears from its Git history
to have been since Bertrand Garrigues originated it in 2014. (The
comments themselves consist of editor aids--instructions to text editor
programs--or legal notices, not creative, original expression.)
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. However, I'm updating that notice from GPLv2 to GPLv3.
Apparently, this file was overlooked when groff shifted from GNU GPLv2
to GPLv3 in 2009.
[1] See groff's "HACKING" file, section "Updating Copyright Notices".
---
src/libs/libbib/libbib.am | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/src/libs/libbib/libbib.am b/src/libs/libbib/libbib.am
index d27e4f83a..816b3aaf8 100644
--- a/src/libs/libbib/libbib.am
+++ b/src/libs/libbib/libbib.am
@@ -1,22 +1,17 @@
-# Automake rules for 'libbib'
+# This file is part of groff, the GNU roff typesetting system.
#
-# Copyright (C) 2014-2020 Free Software Foundation, Inc.
+# 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 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 2 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.
+# 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/gpl-2.0.html>.
-#
-########################################################################
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
noinst_LIBRARIES += libbib.a
libbib_a_SOURCES = \
@@ -27,7 +22,6 @@ libbib_a_SOURCES = \
src/libs/libbib/map.c
src/libs/libbib/index.$(OBJEXT): defs.h
-
# Local Variables:
# mode: makefile-automake
# fill-column: 72
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit