gbranden pushed a commit to branch master
in repository groff.
commit 8a261aa207b68156e8f01ce4e9d6abd71c776821
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Dec 18 10:52:51 2025 -0600
[gdiffmk]: Drop ersatz copyright symbol '(C)'.
Software developers have long labored under the no-longer-correct
misconception that omitting a copyright symbol from one's notice was a
fatal defect that effectively placed the work in the public domain.
That stopped being true as of 1 March 1989.[1] Further, prior to
guidance issued by the U.S. Copyright Office in the decades since, the
use of "(C)" as a substitute for a copyright sign _may not have
sufficed_ to prevent the copyright notice from being regarded as
defective. The Copyright Office, then and now, prefers the abbreviation
"copr." when © is typographically unavailable.[ibid.] Nowadays, its
advice is that "c" (note lowercase) is an "acceptable variant", that
_may_ retain the efficacy of the copyright notice. The word
"copyright", spelled out in full, also suffices per that resource, and
is already present in this notice.
[1] https://www.copyright.gov/circs/circ03.pdf
---
contrib/gdiffmk/COPYRIGHT | 3 ++-
contrib/gdiffmk/gdiffmk.1.man | 2 +-
contrib/gdiffmk/gdiffmk.am | 3 ++-
contrib/gdiffmk/gdiffmk.sh | 5 +++--
contrib/gdiffmk/tests/runtests.sh | 3 ++-
5 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/contrib/gdiffmk/COPYRIGHT b/contrib/gdiffmk/COPYRIGHT
index 18019627a..55b4dbac3 100644
--- a/contrib/gdiffmk/COPYRIGHT
+++ b/contrib/gdiffmk/COPYRIGHT
@@ -1,4 +1,5 @@
-Copyright (C) 2004-2023 Free Software Foundation, Inc.
+Copyright 2004-2023 Free Software Foundation, Inc.
+
Written by Mike Bianchi <[email protected]>
Changes from May 2015 onward by the groff development team
diff --git a/contrib/gdiffmk/gdiffmk.1.man b/contrib/gdiffmk/gdiffmk.1.man
index 27e28b81d..1662e6772 100644
--- a/contrib/gdiffmk/gdiffmk.1.man
+++ b/contrib/gdiffmk/gdiffmk.1.man
@@ -9,7 +9,7 @@ files
.\" Legal Terms
.\" ====================================================================
.\"
-.\" Copyright (C) 2004-2025 Free Software Foundation, Inc.
+.\" Copyright 2004-2025 Free Software Foundation, Inc.
.\"
.\" This file is part of gdiffmk, which is part of groff, the GNU roff
.\" typesetting system.
diff --git a/contrib/gdiffmk/gdiffmk.am b/contrib/gdiffmk/gdiffmk.am
index 51e61ad09..d7dc1fdab 100644
--- a/contrib/gdiffmk/gdiffmk.am
+++ b/contrib/gdiffmk/gdiffmk.am
@@ -1,6 +1,7 @@
# Automake rules for 'gdiffmk' (integration into the groff source tree)
#
-# Copyright (C) 2004-2024 Free Software Foundation, Inc.
+# Copyright 2004-2024 Free Software Foundation, Inc.
+#
# Written by Mike Bianchi <[email protected]>
# Automake migration by Bertrand Garrigues
# Changes from May 2015 onward by the groff development team
diff --git a/contrib/gdiffmk/gdiffmk.sh b/contrib/gdiffmk/gdiffmk.sh
index 35f0d20a1..31ad2d706 100644
--- a/contrib/gdiffmk/gdiffmk.sh
+++ b/contrib/gdiffmk/gdiffmk.sh
@@ -1,6 +1,7 @@
#!@POSIX_SHELL_PROG@
-# Copyright (C) 2004-2015 Free Software Foundation, Inc.
-# 2023-2024 G. Branden Robinson
+# Copyright 2004-2015 Free Software Foundation, Inc.
+# 2023-2024 G. Branden Robinson
+#
# Written by Mike Bianchi <[email protected]>
# Changes from May 2015 onward by the groff development team
diff --git a/contrib/gdiffmk/tests/runtests.sh
b/contrib/gdiffmk/tests/runtests.sh
index 85745386a..45dff55a8 100755
--- a/contrib/gdiffmk/tests/runtests.sh
+++ b/contrib/gdiffmk/tests/runtests.sh
@@ -2,7 +2,8 @@
#
# A very simple function test for gdiffmk.sh.
#
-# Copyright (C) 2004-2023 Free Software Foundation, Inc.
+# Copyright 2004-2023 Free Software Foundation, Inc.
+#
# Written by Mike Bianchi <[email protected]>
# Changes from May 2015 onward by the groff development team
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit