mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-27 01:44:25 +00:00
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:
parent
f3b81eb8c1
commit
18a01a398f
10
ChangeLog
10
ChangeLog
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user