Manual part of copyright year updates.
2024-01-03 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.
AdaCore
-Copyright @copyright{} 2008-2023, Free Software Foundation
+Copyright @copyright{} 2008-2024, Free Software Foundation
@end quotation
@end copying
AdaCore
-Copyright @copyright{} 2008-2023, Free Software Foundation
+Copyright @copyright{} 2008-2024, Free Software Foundation
@end quotation
@end copying
@include gcc-common.texi
@c Copyright years for this manual.
-@set copyrights-d 2006-2023
+@set copyrights-d 2006-2024
@copying
@c man begin COPYRIGHT
@copying
@c man begin COPYRIGHT
-Copyright @copyright{} 1987-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 1987-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@ifinfo
This file documents the internals of the GNU C Preprocessor.
-Copyright (C) 2000-2023 Free Software Foundation, Inc.
+Copyright (C) 2000-2024 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@page
@vskip 0pt plus 1filll
@c man begin COPYRIGHT
-Copyright @copyright{} 2000-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2000-2024 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@copying
This file documents the use of the GNU compilers.
-Copyright @copyright{} 1988-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@c %**end of header
@copying
-Copyright @copyright{} 1988-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@ignore
@c man begin COPYRIGHT
-Copyright @copyright{} 1996-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 1996-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@settitle Installing GCC: GNU Free Documentation License
@end ifset
-@c Copyright (C) 1988-2023 Free Software Foundation, Inc.
+@c Copyright (C) 1988-2024 Free Software Foundation, Inc.
@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
@c IMPORTANT: whenever you modify this file, run `install.texi2html' to
@c Part 2 Summary Description and Copyright
@copying
-Copyright @copyright{} 1988-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2024 Free Software Foundation, Inc.
@sp 1
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@c man end
@c man begin COPYRIGHT
-Copyright @copyright{} 1988-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 1988-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename gfc-internals.info
-@set copyrights-gfortran 2007-2023
+@set copyrights-gfortran 2007-2024
@include gcc-common.texi
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename gfortran.info
-@set copyrights-gfortran 1999-2023
+@set copyrights-gfortran 1999-2024
@include gcc-common.texi
case OPT__version:
printf ("GNU Fortran %s%s\n", pkgversion_string, version_string);
- printf ("Copyright %s 2023 Free Software Foundation, Inc.\n",
+ printf ("Copyright %s 2024 Free Software Foundation, Inc.\n",
_("(C)"));
fputs (_("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"),
@ignore
-Copyright (C) 2005-2023 Free Software Foundation, Inc.
+Copyright (C) 2005-2024 Free Software Foundation, Inc.
This is part of the GNU Fortran manual.
For copying conditions, see the file gfortran.texi.
-@c Copyright (C) 2004-2023 Free Software Foundation, Inc.
+@c Copyright (C) 2004-2024 Free Software Foundation, Inc.
@c This is part of the GNU Fortran manual.
@c For copying conditions, see the file gfortran.texi.
@ignore
@c man begin COPYRIGHT
-Copyright @copyright{} 2004-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2004-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
{
printf (_("%s %s%s\n"), progname, pkgversion_string,
version_string);
- printf ("Copyright %s 2023 Free Software Foundation, Inc.\n",
+ printf ("Copyright %s 2024 Free Software Foundation, Inc.\n",
_("(C)"));
fputs (_("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"),
print_version (void)
{
printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
- printf ("Copyright (C) 2023 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2024 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");
}
print_version (void)
{
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
- fnotice (stdout, "Copyright %s 2023 Free Software Foundation, Inc.\n",
+ fnotice (stdout, "Copyright %s 2024 Free Software Foundation, Inc.\n",
_("(C)"));
fnotice (stdout,
_("This is free software; see the source for copying conditions. There is NO\n\
{
fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string);
fnotice (stdout, "JSON format version: %s\n", GCOV_JSON_FORMAT_VERSION);
- fprintf (stdout, "Copyright %s 2023 Free Software Foundation, Inc.\n",
+ fprintf (stdout, "Copyright %s 2024 Free Software Foundation, Inc.\n",
_("(C)"));
fnotice (stdout,
_("This is free software; see the source for copying conditions. There is NO\n\
create_file (const char *name, const char *oname)
{
static const char *const hdr[] = {
- " Copyright (C) 2004-2023 Free Software Foundation, Inc.\n",
+ " Copyright (C) 2004-2024 Free Software Foundation, Inc.\n",
"\n",
"This file is part of GCC.\n",
"\n",
@include gcc-common.texi
@c Copyright years for this manual.
-@set copyrights-go 2010-2023
+@set copyrights-go 2010-2024
@copying
@c man begin COPYRIGHT
@copying
-Copyright @copyright{} 2006-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2006-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@copying
-Copyright @copyright{} 2011-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2011-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
@c %**end of header
@copying
-Copyright @copyright{} 2010-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2010-2024 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document