Skip to content

Commit 6441eb6

Browse files
committed
Update copyright years.
1 parent 13c4066 commit 6441eb6

File tree

18,182 files changed

+18276
-18276
lines changed

Some content is hidden

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

18,182 files changed

+18276
-18276
lines changed

c++tools/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
* server.cc: New.
208208

209209

210-
Copyright (C) 2020-2024 Free Software Foundation, Inc.
210+
Copyright (C) 2020-2025 Free Software Foundation, Inc.
211211

212212
Copying and distribution of this file, with or without modification,
213213
are permitted in any medium without royalty provided the copyright

c++tools/Makefile.in

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

c++tools/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configure script for c++tools
2-
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
2+
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
33
# Written by Nathan Sidwell <[email protected]> while at FaceBook
44
#
55
# This file is free software; you can redistribute it and/or modify it

c++tools/resolver.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental! -*- c++ -*-
2-
Copyright (C) 2017-2024 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2025 Free Software Foundation, Inc.
33
Written by Nathan Sidwell <[email protected]> while at FaceBook
44
55
This file is part of GCC.

c++tools/resolver.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental! -*- c++ -*-
2-
Copyright (C) 2017-2024 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2025 Free Software Foundation, Inc.
33
Written by Nathan Sidwell <[email protected]> while at FaceBook
44
55
This file is part of GCC.

c++tools/server.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental!
2-
Copyright (C) 2018-2024 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2025 Free Software Foundation, Inc.
33
Written by Nathan Sidwell <[email protected]> while at FaceBook
44
55
This file is part of GCC.
@@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN
319319
print_version (void)
320320
{
321321
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
322-
fprintf (stdout, "Copyright %s 2018-2024 Free Software Foundation, Inc.\n",
322+
fprintf (stdout, "Copyright %s 2018-2025 Free Software Foundation, Inc.\n",
323323
("(C)"));
324324
fnotice (stdout,
325325
("This is free software; see the source for copying conditions.\n"

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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2025 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-2024 Free Software Foundation, Inc.
7+
# Copyright (C) 2019-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2022-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2018-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2017-2025 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-2024 Free Software Foundation, Inc.
4+
# Copyright (C) 2010-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2017-2025 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-2024 Free Software Foundation, Inc.
5+
# Copyright (C) 2008-2025 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-2024 Free Software Foundation, Inc.
6+
# Copyright (C) 2008-2025 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-2024 Free Software Foundation, Inc.
1+
# Copyright (C) 2015-2025 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-2024 Free Software Foundation, Inc.
4+
# Copyright (C) 2009-2025 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-2024 Free Software Foundation, Inc.
5+
# Copyright (C) 2007-2025 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-2024 Free Software Foundation, Inc.
5+
# Copyright (C) 2007-2025 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-2024 Free Software Foundation, Inc.
8+
# Copyright (C) 2006-2025 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-2024 Free Software Foundation, Inc.
8+
# Copyright (C) 2012-2025 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-2024 Free Software Foundation, Inc.
2+
# Copyright (C) 2006-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2014-2025 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-2024 Free Software Foundation, Inc.
9+
# Copyright (C) 2008-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2022-2025 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-2024 Free Software Foundation, Inc.
13+
# Copyright (C) 2006-2025 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
@@ -82,7 +82,7 @@ The following options are available:
8282
"
8383

8484
versiontext="${program} ${version}
85-
Copyright (C) 2016-2024 Free Software Foundation, Inc.
85+
Copyright (C) 2016-2025 Free Software Foundation, Inc.
8686
This is free software; see the source for copying conditions. There is NO
8787
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
8888

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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2018-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

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-2024 Free Software Foundation, Inc.
14+
# Copyright (C) 2000-2025 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-2024 Free Software Foundation, Inc.
4+
# Copyright (C) 2016-2025 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-2024 Free Software Foundation, Inc.
6+
# Copyright (C) 2000-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
7+
# Copyright (C) 2014-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2017-2025 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-2024 Free Software Foundation, Inc.
2+
# Copyright (C) 2012-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2025 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-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2020-2025 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-2024 Free Software Foundation, Inc.
4+
# Copyright (C) 2007-2025 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

0 commit comments

Comments
 (0)