gbranden pushed a commit to branch master
in repository groff.

commit 99e02c9fe242e02e4635f76f2d84fdb7c1cbb9e7
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Dec 21 17:19:51 2025 -0600

    [grog]: 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/utils/grog/grog.1.man                            | 2 +-
 src/utils/grog/grog.am                               | 2 +-
 src/utils/grog/grog.pl                               | 2 +-
 src/utils/grog/tests/PF-does-not-start-pic-region.sh | 2 +-
 src/utils/grog/tests/avoid-man-fakeout.sh            | 2 +-
 src/utils/grog/tests/avoid-refer-fakeout.sh          | 2 +-
 src/utils/grog/tests/detect-chem.sh                  | 2 +-
 src/utils/grog/tests/preserve-groff-options.sh       | 2 +-
 src/utils/grog/tests/recognize-perl-pod.sh           | 2 +-
 src/utils/grog/tests/smoke-test.sh                   | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/utils/grog/grog.1.man b/src/utils/grog/grog.1.man
index a6caf4b79..092f0ff28 100644
--- a/src/utils/grog/grog.1.man
+++ b/src/utils/grog/grog.1.man
@@ -9,7 +9,7 @@ command a document requires
 .\" Legal Terms
 .\" ====================================================================
 .\"
-.\" Copyright (C) 1989-2021 Free Software Foundation, Inc.
+.\" Copyright 1989-2021 Free Software Foundation, Inc.
 .\"
 .\" This file is part of grog, which is part of groff, a free software
 .\" project.  You can redistribute it and/or modify it under the terms
diff --git a/src/utils/grog/grog.am b/src/utils/grog/grog.am
index 8b1395945..c0b6a2f92 100644
--- a/src/utils/grog/grog.am
+++ b/src/utils/grog/grog.am
@@ -1,4 +1,4 @@
-# Copyright (C) 1993-2021 Free Software Foundation, Inc.
+# Copyright 1993-2021 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/grog.pl b/src/utils/grog/grog.pl
index 5ab72550b..5341eadcb 100644
--- a/src/utils/grog/grog.pl
+++ b/src/utils/grog/grog.pl
@@ -3,7 +3,7 @@
 # Inspired by doctype script in Kernighan & Pike, Unix Programming
 # Environment, pp 306-8.
 
-# Copyright (C) 1993-2024 Free Software Foundation, Inc.
+# Copyright 1993-2024 Free Software Foundation, Inc.
 # Written by James Clark.
 # Rewritten in Perl by Bernd Warken <[email protected]>.
 # Hacked up by G. Branden Robinson, 2021.
diff --git a/src/utils/grog/tests/PF-does-not-start-pic-region.sh 
b/src/utils/grog/tests/PF-does-not-start-pic-region.sh
index ba4760ca5..9330542ab 100755
--- a/src/utils/grog/tests/PF-does-not-start-pic-region.sh
+++ b/src/utils/grog/tests/PF-does-not-start-pic-region.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright 2021 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/tests/avoid-man-fakeout.sh 
b/src/utils/grog/tests/avoid-man-fakeout.sh
index bb40f641f..d8a91d1d9 100755
--- a/src/utils/grog/tests/avoid-man-fakeout.sh
+++ b/src/utils/grog/tests/avoid-man-fakeout.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2024 Free Software Foundation, Inc.
+# Copyright 2024 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/tests/avoid-refer-fakeout.sh 
b/src/utils/grog/tests/avoid-refer-fakeout.sh
index f262e6b85..ed42c5775 100755
--- a/src/utils/grog/tests/avoid-refer-fakeout.sh
+++ b/src/utils/grog/tests/avoid-refer-fakeout.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright 2021 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/tests/detect-chem.sh 
b/src/utils/grog/tests/detect-chem.sh
index 91bb4f7ca..ec12e2a8a 100755
--- a/src/utils/grog/tests/detect-chem.sh
+++ b/src/utils/grog/tests/detect-chem.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2024 Free Software Foundation, Inc.
+# Copyright 2024 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/tests/preserve-groff-options.sh 
b/src/utils/grog/tests/preserve-groff-options.sh
index d04c59d01..64fcee586 100755
--- a/src/utils/grog/tests/preserve-groff-options.sh
+++ b/src/utils/grog/tests/preserve-groff-options.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright 2021 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/tests/recognize-perl-pod.sh 
b/src/utils/grog/tests/recognize-perl-pod.sh
index 68c8128f4..6c538512b 100755
--- a/src/utils/grog/tests/recognize-perl-pod.sh
+++ b/src/utils/grog/tests/recognize-perl-pod.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2021-2024 Free Software Foundation, Inc.
+# Copyright 2021-2024 Free Software Foundation, Inc.
 #
 # This file is part of groff, the GNU roff typesetting system.
 #
diff --git a/src/utils/grog/tests/smoke-test.sh 
b/src/utils/grog/tests/smoke-test.sh
index af1c231cb..29556ef58 100755
--- a/src/utils/grog/tests/smoke-test.sh
+++ b/src/utils/grog/tests/smoke-test.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright 2021 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

Reply via email to