gbranden pushed a commit to branch master
in repository groff.

commit 558b34ed7055b1c5043124a19c31d8123151d1ef
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jan 9 11:29:24 2026 -0600

    [groff]: Update project copyright notice.
    
    * src/roff/groff/groff.cpp (main): Bump ending year of copyright notice
      to 2026 to reflect (presumably) copyrightable changes in the source
      tree as a whole since December 31.  See "Updating Copyright Notices"
      in our "HACKING" file.
---
 ChangeLog                | 7 +++++++
 src/roff/groff/groff.cpp | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a61fdd83f..fc6f01d57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-01-09  G. Branden Robinson <[email protected]>
+
+       * src/roff/groff/groff.cpp (main): Bump ending year of copyright
+       notice to 2026 to reflect (presumably) copyrightable changes in
+       the source tree as a whole since December 31.  See "Updating
+       Copyright Notices" in our "HACKING" file.
+
 2026-01-01  G. Branden Robinson <[email protected]>
 
        [troff]: Rename `ptr` request to `pwh`.
diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index 51de1ed3d..ff2f0825f 100644
--- a/src/roff/groff/groff.cpp
+++ b/src/roff/groff/groff.cpp
@@ -262,7 +262,7 @@ int main(int argc, char **argv)
       want_version_info = true;
       printf("GNU groff version %s\n", Version_string);
       puts(
-"Copyright 1989-2025 Free Software Foundation, Inc. and others\n"
+"Copyright 1989-2026 Free Software Foundation, Inc. and others\n"
 "\n"
 "This is free software, distributed under the terms of the GNU General"
 " Public\n"

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to