Skip to content

Commit 83ffe9c

Browse files
committed
Update copyright years.
1 parent a31becc commit 83ffe9c

File tree

16,065 files changed

+16171
-16196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

16,065 files changed

+16171
-16196
lines changed

contrib/analyze_brprob.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2016 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
44
#
55
# Script to analyze results of our branch prediction heuristics
66
#

contrib/analyze_brprob_spec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2016 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/bench-stringop

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Contributed by Jan Hubicka <[email protected]>
66
#
7-
# Copyright (C) 2019 Free Software Foundation, Inc.
7+
# Copyright (C) 2019-2023 Free Software Foundation, Inc.
88
#
99
# This file is part of GCC.
1010
#

contrib/check-MAINTAINERS.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2022 Free Software Foundation, Inc.
3+
# Copyright (C) 2022-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/check-params-in-docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2018 Free Software Foundation, Inc.
3+
# Copyright (C) 2018-2023 Free Software Foundation, Inc.
44
#
55
# Find missing and extra parameters in documentation compared to
66
# output of: gcc --help=params.

contrib/check_GNU_style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2017 Free Software Foundation, Inc.
3+
# Copyright (C) 2017-2023 Free Software Foundation, Inc.
44
#
55
# Checks some of the GNU style formatting rules in a set of patches.
66
# The script is a rewritten of the same bash script and should eventually

contrib/check_GNU_style.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Checks some of the GNU style formatting rules in a set of patches.
4-
# Copyright (C) 2010, 2012, 2016 Free Software Foundation, Inc.
4+
# Copyright (C) 2010-2023 Free Software Foundation, Inc.
55
# Contributed by Sebastian Pop <[email protected]>
66

77
# This program is free software; you can redistribute it and/or modify

contrib/check_GNU_style_lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2017 Free Software Foundation, Inc.
3+
# Copyright (C) 2017-2023 Free Software Foundation, Inc.
44
#
55
# Checks some of the GNU style formatting rules in a set of patches.
66
# The script is a rewritten of the same bash script and should eventually

contrib/check_makefile_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Check for accurate dependencies in gcc/Makefile.in.
44
#
5-
# Copyright (C) 2008, 2012 Free Software Foundation, Inc.
5+
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
66
# Written by Ralf Wildenhues <[email protected]>.
77
#
88
# This script is Free Software, and it can be copied, distributed and

contrib/check_warning_flags.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Check that the warning flags documented in invoke.texi match up
44
# with what the compiler accepts.
55
#
6-
# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
6+
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
77
# Written by Ralf Wildenhues <[email protected]>.
88
#
99
# This script is Free Software, and it can be copied, distributed and

contrib/clang-format

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

contrib/compare-all-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

33
# Compare the assembly language output for all the gcc tests.
4-
# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
4+
# Copyright (C) 2009-2023 Free Software Foundation, Inc.
55
# Contributed by Paolo Bonzini.
66
#
77
# Invoke it as "bash compare-all-tests target1 target2 ... targetN".

contrib/compare-debug

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Compare stripped copies of two given object files.
44

5-
# Copyright (C) 2007, 2008, 2009, 2010, 2012, 2020 Free Software Foundation
5+
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
66
# Originally by Alexandre Oliva <[email protected]>
77

88
# This file is part of GCC.

contrib/compare-lto

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Compare copies of two given object files.
44

5-
# Copyright (C) 2007, 2008, 2009, 2010, 2012 Free Software Foundation
5+
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
66
# Originally by Alexandre Oliva <[email protected]>
77
# Modified for LTO bootstrap by Richard Biener <[email protected]>
88

contrib/compareSumTests3

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Author: Matthew Sachs <[email protected]>
77
#
8-
# Copyright (c) 2006 Free Software Foundation.
8+
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
99
#
1010
# This file is part of GCC.
1111
#

contrib/compare_two_ftime_report_sets

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Contributed by Lawrence Crowl <[email protected]>
77
#
8-
# Copyright (C) 2012 Free Software Foundation, Inc.
8+
# Copyright (C) 2012-2023 Free Software Foundation, Inc.
99
#
1010
# This file is part of GCC.
1111
#

contrib/dg-cmp-results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (C) 2006, 2008 Free Software Foundation
2+
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
33
#
44
# Analyze changes in GCC DejaGNU test logs for binutils, gcc, gdb, etc.
55
# Original version written in 2005 by James Lemke <[email protected]>.

contrib/dg-extract-results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
#
3-
# Copyright (C) 2014 Free Software Foundation, Inc.
3+
# Copyright (C) 2014-2023 Free Software Foundation, Inc.
44
#
55
# This script is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

contrib/dg-extract-results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The resulting file can be used with test result comparison scripts for
77
# results from tests that were run in parallel. See usage() below.
88

9-
# Copyright (C) 2008, 2009, 2010, 2012 Free Software Foundation
9+
# Copyright (C) 2008-2023 Free Software Foundation, Inc.
1010
# Contributed by Janis Johnson <[email protected]>
1111
#
1212
# This file is part of GCC.

contrib/dg-out-generator.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env perl
22
#
3-
# Copyright (C) 2022 Free Software Foundation, Inc.
3+
# Copyright (C) 2022-2023 Free Software Foundation, Inc.
44
# Contributed by Arsen Arsenović.
55
#
66
# This script is free software; you can redistribute it and/or modify

contrib/dglib.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# true if and only if it is a passing result (PASS, XFAIL, or
1111
# KFAIL.)
1212
#
13-
# Copyright (c) 2006 Free Software Foundation.
13+
# Copyright (C) 2006-2023 Free Software Foundation, Inc.
1414
#
1515
# This file is part of GCC.
1616
#

contrib/download_prerequisites

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following options are available:
7777
"
7878

7979
versiontext="${program} ${version}
80-
Copyright (C) 2016-2021 Free Software Foundation, Inc.
80+
Copyright (C) 2016-2023 Free Software Foundation, Inc.
8181
This is free software; see the source for copying conditions. There is NO
8282
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
8383

contrib/filter-clang-warnings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2018 Free Software Foundation, Inc.
3+
# Copyright (C) 2018-2023 Free Software Foundation, Inc.
44
#
55
# Script to analyze warnings produced by clang.
66
#

contrib/gcc-changelog/git_check_commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/gcc-changelog/git_commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/gcc-changelog/git_email.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/gcc-changelog/git_repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/gcc-changelog/git_update_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/gcc-changelog/test_email.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/gcc-changelog/test_patches.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@ index 765ae746745..15735b6684f 100644
35363536
@@ -1,3 +1,4 @@
35373537
+
35383538
/* Interprocedural Identical Code Folding pass
3539-
Copyright (C) 2014-2022 Free Software Foundation, Inc.
3539+
Copyright (C) 2014-2023 Free Software Foundation, Inc.
35403540

35413541
diff --git a/gcc/ipa-icf2.cc b/gcc/ipa-icf2.cc
35423542
new file mode 100644
@@ -3631,7 +3631,8 @@ index 0000000..d75da75
36313631
+pub fn main ()
36323632
+{
36333633
+// { dg-error "Isolated CR" "" { target *-*-* } .+1 }
3634-
+ //! doc cr comment
3634+
+ //! doc cr
3635+
comment
36353636
+}
36363637
--
36373638
2.38.1

contrib/gcc_build

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Contents:
1212
# Script to automatically download and build GCC.
1313
#
14-
# Copyright (c) 2000, 2001, 2003, 2005 Free Software Foundation.
14+
# Copyright (C) 2000-2023 Free Software Foundation, Inc.
1515
#
1616
# This file is part of GCC.
1717
#

contrib/gen_autofdo_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# Generate Intel taken branches Linux perf event script for autofdo profiling.
33

4-
# Copyright (C) 2016 Free Software Foundation, Inc.
4+
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
55
#
66
# GCC is free software; you can redistribute it and/or modify it under
77
# the terms of the GNU General Public License as published by the Free

contrib/gennews

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Script to generate the NEWS file from online release notes.
44
# Contributed by Joseph Myers <[email protected]>.
55
#
6-
# Copyright (C) 2000-2022 Free Software Foundation, Inc.
6+
# Copyright (C) 2000-2023 Free Software Foundation, Inc.
77
# This file is part of GCC.
88
#
99
# GCC is free software; you can redistribute it and/or modify

contrib/git-backport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/git-commit-mklog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/git-fix-changelog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/jit-coverage-report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# cases, and which lack test coverage. Tested with Python 2.7 and 3.2
55
# To be run from the root directory of the source tree.
66
#
7-
# Copyright (C) 2014 Free Software Foundation, Inc.
7+
# Copyright (C) 2014-2023 Free Software Foundation, Inc.
88
# Written by David Malcolm <[email protected]>.
99
#
1010
# This script is Free Software, and it can be copied, distributed and

contrib/legacy/mklog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2017-2019 Free Software Foundation, Inc.
3+
# Copyright (C) 2017-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/legacy/mklog.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/perl
2-
# Copyright (C) 2012-2017 Free Software Foundation, Inc.
2+
# Copyright (C) 2012-2023 Free Software Foundation, Inc.
33
#
44
# This file is part of GCC.
55
#

contrib/mark_spam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2016 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2023 Free Software Foundation, Inc.
44
#
55
# Script to mark bunch of PRs as spam
66
#

contrib/mklog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/patch_tester.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Tests a set of patches from a directory.
4-
# Copyright (C) 2007, 2008, 2011 Free Software Foundation, Inc.
4+
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
55
# Contributed by Sebastian Pop <[email protected]>
66

77
# This program is free software; you can redistribute it and/or modify

contrib/prepare-commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2020 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/prepare_patch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#set -x
33

44
# Prepares a patch for the patch tester.
5-
# Copyright (C) 2007 Free Software Foundation, Inc.
5+
# Copyright (C) 2007-2023 Free Software Foundation, Inc.
66
# Contributed by Sebastian Pop <[email protected]>
77

88
# This program is free software; you can redistribute it and/or modify

contrib/reghunt/bin/gcc-build-full

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

contrib/reghunt/bin/gcc-build-simple

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

0 commit comments

Comments
 (0)