gbranden pushed a commit to branch master
in repository groff.
commit cfbc63cf7076b59562908d60896528fd8219378f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Dec 18 10:13:51 2025 -0600
[nroff]: 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
---
src/roff/nroff/nroff.1.man | 2 +-
src/roff/nroff/nroff.am | 2 +-
src/roff/nroff/nroff.sh | 2 +-
src/roff/nroff/tests/verbose-option-works.sh | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/roff/nroff/nroff.1.man b/src/roff/nroff/nroff.1.man
index 47e238f15..283b83c69 100644
--- a/src/roff/nroff/nroff.1.man
+++ b/src/roff/nroff/nroff.1.man
@@ -9,7 +9,7 @@ for terminal (\[lq]TTY\[rq]) devices
.\" Legal Terms
.\" ====================================================================
.\"
-.\" Copyright (C) 1989-2024 Free Software Foundation, Inc.
+.\" Copyright 1989-2024 Free Software Foundation, Inc.
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
diff --git a/src/roff/nroff/nroff.am b/src/roff/nroff/nroff.am
index 494f2e813..65c271114 100644
--- a/src/roff/nroff/nroff.am
+++ b/src/roff/nroff/nroff.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2025 Free Software Foundation, Inc.
+# Copyright 2014-2025 Free Software Foundation, Inc.
#
# This file is part of groff, the GNU roff typesetting system.
#
diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index f7568ac31..5128e5dcb 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -2,7 +2,7 @@
#
# Emulate nroff with groff.
#
-# Copyright (C) 1992-2025 Free Software Foundation, Inc.
+# Copyright 1992-2025 Free Software Foundation, Inc.
#
# Written by James Clark, Werner Lemberg, and G. Branden Robinson.
#
diff --git a/src/roff/nroff/tests/verbose-option-works.sh
b/src/roff/nroff/tests/verbose-option-works.sh
index 3e9dbccde..03883bd2c 100755
--- a/src/roff/nroff/tests/verbose-option-works.sh
+++ b/src/roff/nroff/tests/verbose-option-works.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2020-2025 Free Software Foundation, Inc.
+# Copyright 2020-2025 Free Software Foundation, Inc.
#
# 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