Go to file
Jakub Jelinek 9afc19159c Small tweaks for update-copyright.py
update-copyright.py --this-year FAILs on two spots in the modula2
directories.
One is gpl_v3_without_node.texi, I think that is similar to other
license files which we already exclude from updates.
And the other is GmcOptions.cc, which has lines like
  mcPrintf_printf0 ((const char *) "Copyright ", 10);
  mcPrintf_printf1 ((const char *) "Copyright (C) %d Free Software Foundation, Inc.\\n", 49, (const unsigned char *) &year, (sizeof (year)-1));
  mcPrintf_printf1 ((const char *) "Copyright (C) %d Free Software Foundation, Inc.\\n", 49, (const unsigned char *) &year, (sizeof (year)-1));
which update-copyhright.py obviously can't grok.  The file is generated
and doesn't contain normal Copyright year which should be updated, so I think
it is also ok to skip it.

2024-01-03  Jakub Jelinek  <jakub@redhat.com>

	* update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
	(GCCFilter): Skip GmcOptions.cc.
2024-01-03 12:11:32 +01:00
.github
c++tools Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
config Daily bump. 2023-12-01 00:17:36 +00:00
contrib Small tweaks for update-copyright.py 2024-01-03 12:11:32 +01:00
fixincludes Daily bump. 2023-11-23 00:18:14 +00:00
gcc Update copyright dates. 2024-01-03 11:44:34 +01:00
gnattools Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
gotools Daily bump. 2023-11-04 00:16:45 +00:00
include Daily bump. 2023-12-16 00:17:35 +00:00
INSTALL
libada Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libatomic Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libbacktrace Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libcc1 Daily bump. 2023-12-07 00:17:06 +00:00
libcody Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libcpp Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libdecnumber Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libffi
libgcc Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libgfortran Rotate ChangeLog files. 2024-01-03 11:29:39 +01:00
libgm2 Daily bump. 2023-12-23 00:17:03 +00:00
libgo libgo: update configure.ac to upstream GCC 2023-11-30 13:23:53 -08:00
libgomp Update copyright dates. 2024-01-03 11:44:34 +01:00
libgrust Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libiberty Daily bump. 2023-12-06 00:17:50 +00:00
libitm Update copyright dates. 2024-01-03 11:44:34 +01:00
libobjc Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libphobos Update Copyright year in ChangeLog files 2024-01-03 11:35:18 +01:00
libquadmath Update copyright dates. 2024-01-03 11:44:34 +01:00
libsanitizer Daily bump. 2024-01-03 00:17:41 +00:00
libssp Daily bump. 2023-12-23 00:17:03 +00:00
libstdc++-v3 Rotate ChangeLog files. 2024-01-03 11:29:39 +01:00
libvtv
lto-plugin
maintainer-scripts Daily bump. 2023-11-14 12:23:39 +00:00
zlib
.dir-locals.el
.gitattributes
.gitignore *: add modern gettext 2023-11-14 00:47:11 +01:00
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2023-12-31 00:16:46 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure build: Add libgrust as compilation modules 2023-12-14 13:58:57 +01:00
configure.ac build: Add libgrust as compilation modules 2023-12-14 13:58:57 +01:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4 Build: fix error in fixinclude configure 2023-11-22 11:54:33 +01:00
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS MAINTAINERS: Update my email address 2023-12-30 00:27:32 +00:00
Makefile.def build: Add libgrust as compilation modules 2023-12-14 13:58:57 +01:00
Makefile.in build: Add libgrust as compilation modules 2023-12-14 13:58:57 +01:00
Makefile.tpl Makefile.tpl: Avoid race condition in generating site.exp from the top level 2023-11-19 11:07:09 -05:00
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
README
SECURITY.txt
symlink-tree
test-driver
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.