gbranden pushed a commit to branch master
in repository groff.

commit 056a2830090d9574653ef5950440d952d17494bb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Mar 27 18:54:54 2026 -0500

    [libdriver]: Cosmetically revise copyrt notices.
    
    * src/libs/libdriver/input.cpp:
    * src/libs/libdriver/libdriver.am:
    * src/libs/libdriver/printer.cpp: Drop ersatz '(C)' copyright symbol.
      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/libs/libdriver/input.cpp    | 2 +-
 src/libs/libdriver/libdriver.am | 2 +-
 src/libs/libdriver/printer.cpp  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/libs/libdriver/input.cpp b/src/libs/libdriver/input.cpp
index dd1c493a7..b80c5d2e1 100644
--- a/src/libs/libdriver/input.cpp
+++ b/src/libs/libdriver/input.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1989-2025 Free Software Foundation, Inc.
+/* Copyright 1989-2025 Free Software Foundation, Inc.
 
    Written by James Clark ([email protected])
    Major rewrite 2001 by Bernd Warken <[email protected]>
diff --git a/src/libs/libdriver/libdriver.am b/src/libs/libdriver/libdriver.am
index d622fe990..19ced8ff8 100644
--- a/src/libs/libdriver/libdriver.am
+++ b/src/libs/libdriver/libdriver.am
@@ -1,6 +1,6 @@
 # Automake rules for 'libdriver'
 #
-# Copyright (C) 2014-2020 Free Software Foundation, Inc.
+# Copyright 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
diff --git a/src/libs/libdriver/printer.cpp b/src/libs/libdriver/printer.cpp
index 0a3b40cf2..9efd0341c 100644
--- a/src/libs/libdriver/printer.cpp
+++ b/src/libs/libdriver/printer.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1989-2025 Free Software Foundation, Inc.
+/* Copyright 1989-2025 Free Software Foundation, Inc.
    Written by James Clark ([email protected])
 
    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