gbranden pushed a commit to branch master
in repository groff.
commit 18a01a398ffed2d0e8bdeac8596fefd837698e75
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Nov 3 01:50:04 2025 -0600
src/roff/groff/groff.cpp: Update copyright notice.
* src/roff/groff/groff.cpp (main): Update copyright notice reported in
`--version` output. Increment most recent year to 2025, acknowledge
fact of additional copyright holders (already the case for decades;
see our "LICENSES" file), and direct reader attention to availability
of that file and others in the source distribution that clarify the
permissions attaching to various parts of groff as built and
distributed.
---
ChangeLog | 10 ++++++++++
src/roff/groff/groff.cpp | 9 +++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 089f45350..dd27a20c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2025-11-03 G. Branden Robinson <[email protected]>
+
+ * src/roff/groff/groff.cpp (main): Update copyright notice
+ reported in `--version` output. Increment most recent year to
+ 2025, acknowledge fact of additional copyright holders (already
+ the case for decades; see our "LICENSES" file), and direct
+ reader attention to availability of that file and others in the
+ source distribution that clarify the permissions attaching to
+ various parts of groff as built and distributed.
+
2025-11-03 G. Branden Robinson <[email protected]>
* src/roff/groff/groff.cpp (main): Drop ersatz '(C)' symbol from
diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index c64b728fa..a4f3a84c5 100644
--- a/src/roff/groff/groff.cpp
+++ b/src/roff/groff/groff.cpp
@@ -269,12 +269,17 @@ int main(int argc, char **argv)
want_version_info = true;
printf("GNU groff version %s\n", Version_string);
puts(
-"Copyright 1989-2023 Free Software Foundation, Inc.\n"
+"Copyright 1989-2025 Free Software Foundation, Inc. and others\n"
+"\n"
"This is free software, distributed under the terms of the GNU General"
" Public\n"
"License, version 3, or any later version, at your option. There is NO"
" warranty;\n"
-"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
+"\n"
+"See the \"COPYING\", \"FDL\", and \"LICENSES\" files in the groff"
+" source distribution\n"
+"for additional notices and permissions."
);
puts("\nprograms in constructed pipeline:\n");
fflush(stdout);
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit