diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 11:18:39 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 11:20:25 +0100 |
commit | 7137812cacea9ee344b1c363f80e7c96ce6a4aa7 (patch) | |
tree | 17e6353577bcd182cda40c71bdbb8d33746e08a3 /gcc/gcov-dump.cc | |
parent | 9cf2fb5db80f473a61d9626a7c75504426de4b1e (diff) | |
download | gcc-7137812cacea9ee344b1c363f80e7c96ce6a4aa7.zip gcc-7137812cacea9ee344b1c363f80e7c96ce6a4aa7.tar.gz gcc-7137812cacea9ee344b1c363f80e7c96ce6a4aa7.tar.bz2 |
Update copyright dates.
Manual part of copyright year updates.
2025-01-02 Jakub Jelinek <jakub@redhat.com>
gcc/
* gcc.cc (process_command): Update copyright notice dates.
* gcov-dump.cc (print_version): Ditto.
* gcov.cc (print_version): Ditto.
* gcov-tool.cc (print_version): Ditto.
* gengtype.cc (create_file): Ditto.
* doc/cpp.texi: Bump @copying's copyright year.
* doc/cppinternals.texi: Ditto.
* doc/gcc.texi: Ditto.
* doc/gccint.texi: Ditto.
* doc/gcov.texi: Ditto.
* doc/install.texi: Ditto.
* doc/invoke.texi: Ditto.
gcc/ada/
* gnat_ugn.texi: Bump @copying's copyright year.
* gnat_rm.texi: Likewise.
gcc/d/
* gdc.texi: Bump @copyrights-d year.
gcc/fortran/
* gfortranspec.cc (lang_specific_driver): Update copyright notice
dates.
* gfc-internals.texi: Bump @copying's copyright year.
* gfortran.texi: Ditto.
* intrinsic.texi: Ditto.
* invoke.texi: Ditto.
gcc/go/
* gccgo.texi: Bump @copyrights-go year.
libgomp/
* libgomp.texi: Bump @copying's copyright year.
libitm/
* libitm.texi: Bump @copying's copyright year.
libquadmath/
* libquadmath.texi: Bump @copying's copyright year.
Diffstat (limited to 'gcc/gcov-dump.cc')
-rw-r--r-- | gcc/gcov-dump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-dump.cc b/gcc/gcov-dump.cc index 5ffd3f9..b312aa4 100644 --- a/gcc/gcov-dump.cc +++ b/gcc/gcov-dump.cc @@ -156,7 +156,7 @@ static void print_version (void) { printf ("gcov-dump %s%s\n", pkgversion_string, version_string); - printf ("Copyright (C) 2024 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2025 Free Software Foundation, Inc.\n"); printf ("This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"); } |