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.
This commit is contained in:
G. Branden Robinson 2025-11-03 01:50:04 -06:00
parent f3b81eb8c1
commit 18a01a398f
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2025-11-03 G. Branden Robinson <g.branden.robinson@gmail.com>
* 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 <g.branden.robinson@gmail.com>
* src/roff/groff/groff.cpp (main): Drop ersatz '(C)' symbol from

View File

@ -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);