Update copyright years.

pull/97/merge
Jakub Jelinek 2024-01-03 12:19:35 +01:00
parent 9afc19159c
commit a945c346f5
17895 changed files with 18013 additions and 18014 deletions

View File

@ -1,5 +1,5 @@
# Makefile for c++tools
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
# Configure script for c++tools
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
# Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
#
# This file is free software; you can redistribute it and/or modify it

View File

@ -1,5 +1,5 @@
/* C++ modules. Experimental! -*- c++ -*-
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* C++ modules. Experimental! -*- c++ -*-
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* C++ modules. Experimental!
Copyright (C) 2018-2023 Free Software Foundation, Inc.
Copyright (C) 2018-2024 Free Software Foundation, Inc.
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
This file is part of GCC.
@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN
print_version (void)
{
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
fprintf (stdout, "Copyright %s 2018-2023 Free Software Foundation, Inc.\n",
fprintf (stdout, "Copyright %s 2018-2024 Free Software Foundation, Inc.\n",
("(C)"));
fnotice (stdout,
("This is free software; see the source for copying conditions.\n"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Copyright (C) 2016-2024 Free Software Foundation, Inc.
#
# Script to analyze results of our branch prediction heuristics
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Copyright (C) 2016-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -4,7 +4,7 @@
#
# Contributed by Jan Hubicka <jh@suse.cz>
#
# Copyright (C) 2019-2023 Free Software Foundation, Inc.
# Copyright (C) 2019-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2022-2023 Free Software Foundation, Inc.
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Copyright (C) 2018-2024 Free Software Foundation, Inc.
#
# Find missing and extra parameters in documentation compared to
# output of: gcc --help=params.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2017-2023 Free Software Foundation, Inc.
# Copyright (C) 2017-2024 Free Software Foundation, Inc.
#
# Checks some of the GNU style formatting rules in a set of patches.
# The script is a rewritten of the same bash script and should eventually

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Checks some of the GNU style formatting rules in a set of patches.
# Copyright (C) 2010-2023 Free Software Foundation, Inc.
# Copyright (C) 2010-2024 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2017-2023 Free Software Foundation, Inc.
# Copyright (C) 2017-2024 Free Software Foundation, Inc.
#
# Checks some of the GNU style formatting rules in a set of patches.
# The script is a rewritten of the same bash script and should eventually

View File

@ -2,7 +2,7 @@
#
# Check for accurate dependencies in gcc/Makefile.in.
#
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
# Copyright (C) 2008-2024 Free Software Foundation, Inc.
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
#
# This script is Free Software, and it can be copied, distributed and

View File

@ -3,7 +3,7 @@
# Check that the warning flags documented in invoke.texi match up
# with what the compiler accepts.
#
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
# Copyright (C) 2008-2024 Free Software Foundation, Inc.
# Written by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
#
# This script is Free Software, and it can be copied, distributed and

View File

@ -1,4 +1,4 @@
# Copyright (C) 2015-2023 Free Software Foundation, Inc.
# Copyright (C) 2015-2024 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Compare the assembly language output for all the gcc tests.
# Copyright (C) 2009-2023 Free Software Foundation, Inc.
# Copyright (C) 2009-2024 Free Software Foundation, Inc.
# Contributed by Paolo Bonzini.
#
# Invoke it as "bash compare-all-tests target1 target2 ... targetN".

View File

@ -2,7 +2,7 @@
# Compare stripped copies of two given object files.
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
# Originally by Alexandre Oliva <aoliva@redhat.com>
# This file is part of GCC.

View File

@ -2,7 +2,7 @@
# Compare copies of two given object files.
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
# Originally by Alexandre Oliva <aoliva@redhat.com>
# Modified for LTO bootstrap by Richard Biener <rguenther@suse.de>

View File

@ -5,7 +5,7 @@
#
# Author: Matthew Sachs <msachs@apple.com>
#
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
# Copyright (C) 2006-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -5,7 +5,7 @@
# Contributed by Lawrence Crowl <crowl@google.com>
#
# Copyright (C) 2012-2023 Free Software Foundation, Inc.
# Copyright (C) 2012-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
# Copyright (C) 2006-2024 Free Software Foundation, Inc.
#
# Analyze changes in GCC DejaGNU test logs for binutils, gcc, gdb, etc.
# Original version written in 2005 by James Lemke <jwlemke@wasabisystems.com>.

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
#
# Copyright (C) 2014-2023 Free Software Foundation, Inc.
# Copyright (C) 2014-2024 Free Software Foundation, Inc.
#
# This script is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -6,7 +6,7 @@
# The resulting file can be used with test result comparison scripts for
# results from tests that were run in parallel. See usage() below.
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
# Copyright (C) 2008-2024 Free Software Foundation, Inc.
# Contributed by Janis Johnson <janis187@us.ibm.com>
#
# This file is part of GCC.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
# Copyright (C) 2022-2023 Free Software Foundation, Inc.
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
# Contributed by Arsen Arsenović.
#
# This script is free software; you can redistribute it and/or modify

View File

@ -10,7 +10,7 @@
# true if and only if it is a passing result (PASS, XFAIL, or
# KFAIL.)
#
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
# Copyright (C) 2006-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -82,7 +82,7 @@ The following options are available:
"
versiontext="${program} ${version}
Copyright (C) 2016-2023 Free Software Foundation, Inc.
Copyright (C) 2016-2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Copyright (C) 2018-2024 Free Software Foundation, Inc.
#
# Script to analyze warnings produced by clang.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -11,7 +11,7 @@
# Contents:
# Script to automatically download and build GCC.
#
# Copyright (C) 2000-2023 Free Software Foundation, Inc.
# Copyright (C) 2000-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3
# Generate Intel taken branches Linux perf event script for autofdo profiling.
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Copyright (C) 2016-2024 Free Software Foundation, Inc.
#
# GCC is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free

View File

@ -3,7 +3,7 @@
# Script to generate the NEWS file from online release notes.
# Contributed by Joseph Myers <jsm28@cam.ac.uk>.
#
# Copyright (C) 2000-2023 Free Software Foundation, Inc.
# Copyright (C) 2000-2024 Free Software Foundation, Inc.
# This file is part of GCC.
#
# GCC is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -4,7 +4,7 @@
# cases, and which lack test coverage. Tested with Python 2.7 and 3.2
# To be run from the root directory of the source tree.
#
# Copyright (C) 2014-2023 Free Software Foundation, Inc.
# Copyright (C) 2014-2024 Free Software Foundation, Inc.
# Written by David Malcolm <dmalcolm@redhat.com>.
#
# This script is Free Software, and it can be copied, distributed and

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2017-2023 Free Software Foundation, Inc.
# Copyright (C) 2017-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
# Copyright (C) 2012-2023 Free Software Foundation, Inc.
# Copyright (C) 2012-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Copyright (C) 2016-2024 Free Software Foundation, Inc.
#
# Script to mark bunch of PRs as spam
#

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Tests a set of patches from a directory.
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -2,7 +2,7 @@
#set -x
# Prepares a patch for the patch tester.
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
# Contributed by Sebastian Pop <sebastian.pop@amd.com>
# This program is free software; you can redistribute it and/or modify

View File

@ -3,7 +3,7 @@
# Perform a simple build of GCC for a particular language, using several
# environment variables defined by reghunt scripts and config files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -5,7 +5,7 @@
#
# This doesn't work for sources earlier than about 2003-02-25.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,7 @@
# by default) between the specified dates. This skips commits that do
# not modify any existing files and changes by gccadmin.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Update or check out GCC sources for a particular Subversion revision
# and a particular branch.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test an "accepts-invalid" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test a "bogus-warning" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test a bug for which the compiler hangs, using environment variables
# set in several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test an "ice-on-invalid-code" GCC bug, using environment variables set
# in several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test an "ice-on-valid-code" GCC bug, using environment variables set
# in several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test a "missing-warning" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test a "rejects-valid" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,7 @@
# segfault, using environment variables set in several reghunt scripts
# and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
# Test a "wrong-code" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
# Copyright (C) 2007-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -47,7 +47,7 @@
#
#
#
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -10,7 +10,7 @@
# A nifty improvement would be to record known ranges of failure as
# ranges, and then pick revisions just before and just after the range.
#
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
# Copyright (C) 2006-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -25,7 +25,7 @@
# is STOP in the current directory.
#
#
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -25,7 +25,7 @@
# is STOP in the current directory.
#
#
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -45,7 +45,7 @@
#
#
#
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
<!-- Get and update the GCC regression tester's web page.
Copyright (C) 2005-2023 Free Software Foundation, Inc.
Copyright (C) 2005-2024 Free Software Foundation, Inc.
This file is part of GCC.

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Test GCC.
# Copyright (C) 1999-2023 Free Software Foundation, Inc.
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
# Copy log files from a GCC build for HTTP access.
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
# Copyright (C) 2008-2024 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Build tools for testing GCC.
# Copyright (C) 1999-2023 Free Software Foundation, Inc.
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -60,7 +60,7 @@ while true; do
--help) cat <<\EOF
Runs the testsuite for an installed version of gcc/g++/gfortran/objc
Copyright (C) 1998-2023 Free Software Foundation, Inc.
Copyright (C) 1998-2024 Free Software Foundation, Inc.
by Alexandre Oliva <oliva@dcc.unicamp.br>
Supported arguments:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@ -155,7 +155,7 @@ index aab79492357..f0df1002488 100644
+
+
/* Interprocedural Identical Code Folding pass
Copyright (C) 2014-2023 Free Software Foundation, Inc.
Copyright (C) 2014-2024 Free Software Foundation, Inc.
diff --git a/gcc/testsuite/gcc.dg/pr32374.c b/gcc/testsuite/gcc.dg/pr32374.c
deleted file mode 100644
@ -222,7 +222,7 @@ index f062e48071f..fd3c7ca8cf3 100644
+
+
/* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1987-2023 Free Software Foundation, Inc.
Copyright (C) 1987-2024 Free Software Foundation, Inc.
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
index 4ad78c1f77b..6687b368038 100644

View File

@ -5,7 +5,7 @@
# Contributed by Diego Novillo <dnovillo@google.com>
#
# Copyright (C) 2011-2023 Free Software Foundation, Inc.
# Copyright (C) 2011-2024 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View File

@ -1,6 +1,6 @@
#! /usr/bin/perl -w
# Copyright (C) 1999-2023 Free Software Foundation, Inc.
# Copyright (C) 1999-2024 Free Software Foundation, Inc.
# This file is part of GCC.

View File

@ -1,6 +1,6 @@
# Utilities to generate Unicode data for glibc from upstream Unicode data.
#
# Copyright (C) 2014-2023 Free Software Foundation, Inc.
# Copyright (C) 2014-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Copyright (C) 2014-2023 Free Software Foundation, Inc.
# Copyright (C) 2014-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Copyright (C) 2018-2024 Free Software Foundation, Inc.
# Contributed by Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
# Inspired by bloat-o-meter from busybox.

View File

@ -1,6 +1,6 @@
" Vim file type detection rules for GCC development
"
" Copyright (C) 2018-2023 Free Software Foundation, Inc.
" Copyright (C) 2018-2024 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
" Vim syntax highlighting rules for GCC match-and-simplify language.
"
" Copyright (C) 2018-2023 Free Software Foundation, Inc.
" Copyright (C) 2018-2024 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
" Syntax highlighting rules for RTL dump files (for Vim).
"
" Copyright (C) 2018-2023 Free Software Foundation, Inc.
" Copyright (C) 2018-2024 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
" Syntax highlighting rules for GIMPLE dump files (for Vim).
"
" Copyright (C) 2015-2023 Free Software Foundation, Inc.
" Copyright (C) 2015-2024 Free Software Foundation, Inc.
"
" This script is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@ -11,7 +11,7 @@
" $ make vimrc
" from GCC build folder.
"
" Copyright (C) 2014-2023 Free Software Foundation, Inc.
" Copyright (C) 2014-2024 Free Software Foundation, Inc.
"
" This program is free software; you can redistribute it and/or modify
" it under the terms of the GNU General Public License as published by

View File

@ -65,7 +65,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
rebuilt.
Copyright (C) 1998-2023 Free Software Foundation, Inc.
Copyright (C) 1998-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@ -57,7 +57,7 @@ Feb 1, 1998:
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
Copyright (C) 1998-2023 Free Software Foundation, Inc.
Copyright (C) 1998-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@ -1,7 +1,7 @@
# Makefile for GNU Compiler Collection
# Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 1987-2023 Free Software Foundation, Inc.
# Copyright (C) 1987-2024 Free Software Foundation, Inc.
#This file is part of GCC.

View File

@ -1,4 +1,4 @@
Copyright (C) 2000-2023 Free Software Foundation, Inc.
Copyright (C) 2000-2024 Free Software Foundation, Inc.
This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of

View File

@ -1,4 +1,4 @@
dnl Copyright (C) 2005-2023 Free Software Foundation, Inc.
dnl Copyright (C) 2005-2024 Free Software Foundation, Inc.
dnl
dnl This file is part of GCC.
dnl

View File

@ -1,5 +1,5 @@
/* Inline functions to test validity of reg classes for addressing modes.
Copyright (C) 2006-2023 Free Software Foundation, Inc.
Copyright (C) 2006-2024 Free Software Foundation, Inc.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Adjust alignment for local variable.
Copyright (C) 2020-2023 Free Software Foundation, Inc.
Copyright (C) 2020-2024 Free Software Foundation, Inc.
Contributed by Kito Cheng <kito.cheng@sifive.com>
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Alias analysis for GNU C
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
Contributed by John Carr (jfc@mit.edu).
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Exported functions from alias.cc
Copyright (C) 2004-2023 Free Software Foundation, Inc.
Copyright (C) 2004-2024 Free Software Foundation, Inc.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Alignment-related classes.
Copyright (C) 2018-2023 Free Software Foundation, Inc.
Copyright (C) 2018-2024 Free Software Foundation, Inc.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Functions to support a pool of allocatable objects.
Copyright (C) 1987-2023 Free Software Foundation, Inc.
Copyright (C) 1987-2024 Free Software Foundation, Inc.
Contributed by Daniel Berlin <dan@cgsoftware.com>
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Functions to support a pool of allocatable objects
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
Contributed by Daniel Berlin <dan@cgsoftware.com>
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Text art visualizations within -fanalyzer.
Copyright (C) 2023 Free Software Foundation, Inc.
Copyright (C) 2023-2024 Free Software Foundation, Inc.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Text art visualizations within -fanalyzer.
Copyright (C) 2023 Free Software Foundation, Inc.
Copyright (C) 2023-2024 Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* A class to encapsulate decisions about how the analysis should happen.
Copyright (C) 2019-2023 Free Software Foundation, Inc.
Copyright (C) 2019-2024 Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* A class to encapsulate decisions about how the analysis should happen.
Copyright (C) 2019-2023 Free Software Foundation, Inc.
Copyright (C) 2019-2024 Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Interface between analyzer and frontends.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Interface between analyzer and frontends.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.

Some files were not shown because too many files have changed in this diff Show More