diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog index 8f914531c4f1..ff35cac36a76 100644 --- a/c++tools/ChangeLog +++ b/c++tools/ChangeLog @@ -207,7 +207,7 @@ * server.cc: New. -Copyright (C) 2020-2024 Free Software Foundation, Inc. +Copyright (C) 2020-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/c++tools/Makefile.in b/c++tools/Makefile.in index 7f73af722a71..5acc6d68195a 100644 --- a/c++tools/Makefile.in +++ b/c++tools/Makefile.in @@ -1,5 +1,5 @@ # Makefile for c++tools -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 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 diff --git a/c++tools/configure.ac b/c++tools/configure.ac index bc0ae382f0a2..db34ee678e03 100644 --- a/c++tools/configure.ac +++ b/c++tools/configure.ac @@ -1,5 +1,5 @@ # Configure script for c++tools -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # Written by Nathan Sidwell while at FaceBook # # This file is free software; you can redistribute it and/or modify it diff --git a/c++tools/resolver.cc b/c++tools/resolver.cc index 1cd583c750c1..3ec4f95ed815 100644 --- a/c++tools/resolver.cc +++ b/c++tools/resolver.cc @@ -1,5 +1,5 @@ /* C++ modules. Experimental! -*- c++ -*- - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 Free Software Foundation, Inc. Written by Nathan Sidwell while at FaceBook This file is part of GCC. diff --git a/c++tools/resolver.h b/c++tools/resolver.h index 6c54e0bece25..e86197553691 100644 --- a/c++tools/resolver.h +++ b/c++tools/resolver.h @@ -1,5 +1,5 @@ /* C++ modules. Experimental! -*- c++ -*- - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 Free Software Foundation, Inc. Written by Nathan Sidwell while at FaceBook This file is part of GCC. diff --git a/c++tools/server.cc b/c++tools/server.cc index 16237e7308f4..339a88746ccc 100644 --- a/c++tools/server.cc +++ b/c++tools/server.cc @@ -1,5 +1,5 @@ /* C++ modules. Experimental! - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 Free Software Foundation, Inc. Written by Nathan Sidwell 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-2024 Free Software Foundation, Inc.\n", + fprintf (stdout, "Copyright %s 2018-2025 Free Software Foundation, Inc.\n", ("(C)")); fnotice (stdout, ("This is free software; see the source for copying conditions.\n" diff --git a/contrib/analyze_brprob.py b/contrib/analyze_brprob.py index ca42fa6a6c26..d20c4423a4df 100755 --- a/contrib/analyze_brprob.py +++ b/contrib/analyze_brprob.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016-2024 Free Software Foundation, Inc. +# Copyright (C) 2016-2025 Free Software Foundation, Inc. # # Script to analyze results of our branch prediction heuristics # diff --git a/contrib/analyze_brprob_spec.py b/contrib/analyze_brprob_spec.py index b8af7b9e6a57..11b194ef3ef5 100755 --- a/contrib/analyze_brprob_spec.py +++ b/contrib/analyze_brprob_spec.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016-2024 Free Software Foundation, Inc. +# Copyright (C) 2016-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/bench-stringop b/contrib/bench-stringop index 245ea3d9df84..ef294b09b994 100755 --- a/contrib/bench-stringop +++ b/contrib/bench-stringop @@ -4,7 +4,7 @@ # # Contributed by Jan Hubicka # -# Copyright (C) 2019-2024 Free Software Foundation, Inc. +# Copyright (C) 2019-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/check-MAINTAINERS.py b/contrib/check-MAINTAINERS.py index 144d8815772f..ba2cdb401298 100755 --- a/contrib/check-MAINTAINERS.py +++ b/contrib/check-MAINTAINERS.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/check-params-in-docs.py b/contrib/check-params-in-docs.py index 5d5c64c14f77..4f0b4e16a25c 100755 --- a/contrib/check-params-in-docs.py +++ b/contrib/check-params-in-docs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2024 Free Software Foundation, Inc. +# Copyright (C) 2018-2025 Free Software Foundation, Inc. # # Find missing and extra parameters in documentation compared to # output of: gcc --help=params. diff --git a/contrib/check_GNU_style.py b/contrib/check_GNU_style.py index 6b946a5bc361..b359bd8b4c07 100755 --- a/contrib/check_GNU_style.py +++ b/contrib/check_GNU_style.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2017-2024 Free Software Foundation, Inc. +# Copyright (C) 2017-2025 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 diff --git a/contrib/check_GNU_style.sh b/contrib/check_GNU_style.sh index 20ead0ccfbf7..4f3d6cc8c111 100755 --- a/contrib/check_GNU_style.sh +++ b/contrib/check_GNU_style.sh @@ -1,7 +1,7 @@ #!/bin/sh # Checks some of the GNU style formatting rules in a set of patches. -# Copyright (C) 2010-2024 Free Software Foundation, Inc. +# Copyright (C) 2010-2025 Free Software Foundation, Inc. # Contributed by Sebastian Pop # This program is free software; you can redistribute it and/or modify diff --git a/contrib/check_GNU_style_lib.py b/contrib/check_GNU_style_lib.py index 6dbe4b53559c..f680983d2f36 100755 --- a/contrib/check_GNU_style_lib.py +++ b/contrib/check_GNU_style_lib.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2017-2024 Free Software Foundation, Inc. +# Copyright (C) 2017-2025 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 diff --git a/contrib/check_makefile_deps.sh b/contrib/check_makefile_deps.sh index 5e9dd5fd84c3..261c4d3abd65 100644 --- a/contrib/check_makefile_deps.sh +++ b/contrib/check_makefile_deps.sh @@ -2,7 +2,7 @@ # # Check for accurate dependencies in gcc/Makefile.in. # -# Copyright (C) 2008-2024 Free Software Foundation, Inc. +# Copyright (C) 2008-2025 Free Software Foundation, Inc. # Written by Ralf Wildenhues . # # This script is Free Software, and it can be copied, distributed and diff --git a/contrib/check_warning_flags.sh b/contrib/check_warning_flags.sh index 0f2f669a24d7..5335eacc428a 100755 --- a/contrib/check_warning_flags.sh +++ b/contrib/check_warning_flags.sh @@ -3,7 +3,7 @@ # Check that the warning flags documented in invoke.texi match up # with what the compiler accepts. # -# Copyright (C) 2008-2024 Free Software Foundation, Inc. +# Copyright (C) 2008-2025 Free Software Foundation, Inc. # Written by Ralf Wildenhues . # # This script is Free Software, and it can be copied, distributed and diff --git a/contrib/clang-format b/contrib/clang-format index 4ed50ab6b268..ef576b5879d1 100644 --- a/contrib/clang-format +++ b/contrib/clang-format @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2024 Free Software Foundation, Inc. +# Copyright (C) 2015-2025 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 diff --git a/contrib/compare-all-tests b/contrib/compare-all-tests index 7629e77ae783..0cf911e98248 100644 --- a/contrib/compare-all-tests +++ b/contrib/compare-all-tests @@ -1,7 +1,7 @@ #! /bin/bash # Compare the assembly language output for all the gcc tests. -# Copyright (C) 2009-2024 Free Software Foundation, Inc. +# Copyright (C) 2009-2025 Free Software Foundation, Inc. # Contributed by Paolo Bonzini. # # Invoke it as "bash compare-all-tests target1 target2 ... targetN". diff --git a/contrib/compare-debug b/contrib/compare-debug index dfec10eb2515..a09cac210bd9 100755 --- a/contrib/compare-debug +++ b/contrib/compare-debug @@ -2,7 +2,7 @@ # Compare stripped copies of two given object files. -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 Free Software Foundation, Inc. # Originally by Alexandre Oliva # This file is part of GCC. diff --git a/contrib/compare-lto b/contrib/compare-lto index 996f08a4a98c..bbc32e9bf9fb 100755 --- a/contrib/compare-lto +++ b/contrib/compare-lto @@ -2,7 +2,7 @@ # Compare copies of two given object files. -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 Free Software Foundation, Inc. # Originally by Alexandre Oliva # Modified for LTO bootstrap by Richard Biener diff --git a/contrib/compareSumTests3 b/contrib/compareSumTests3 index 2824e64dc71e..10e38bdef455 100755 --- a/contrib/compareSumTests3 +++ b/contrib/compareSumTests3 @@ -5,7 +5,7 @@ # # Author: Matthew Sachs # -# Copyright (C) 2006-2024 Free Software Foundation, Inc. +# Copyright (C) 2006-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/compare_two_ftime_report_sets b/contrib/compare_two_ftime_report_sets index b9c2ad5ecc74..1bb867a5de8b 100755 --- a/contrib/compare_two_ftime_report_sets +++ b/contrib/compare_two_ftime_report_sets @@ -5,7 +5,7 @@ # Contributed by Lawrence Crowl # -# Copyright (C) 2012-2024 Free Software Foundation, Inc. +# Copyright (C) 2012-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/dg-cmp-results.sh b/contrib/dg-cmp-results.sh index 96106999cdae..443cc52b4045 100755 --- a/contrib/dg-cmp-results.sh +++ b/contrib/dg-cmp-results.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2006-2024 Free Software Foundation, Inc. +# Copyright (C) 2006-2025 Free Software Foundation, Inc. # # Analyze changes in GCC DejaGNU test logs for binutils, gcc, gdb, etc. # Original version written in 2005 by James Lemke . diff --git a/contrib/dg-extract-results.py b/contrib/dg-extract-results.py index 0fe3c5f15199..f539275ba03c 100644 --- a/contrib/dg-extract-results.py +++ b/contrib/dg-extract-results.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2014-2024 Free Software Foundation, Inc. +# Copyright (C) 2014-2025 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 diff --git a/contrib/dg-extract-results.sh b/contrib/dg-extract-results.sh index 539d596a89d2..c2f760498da4 100755 --- a/contrib/dg-extract-results.sh +++ b/contrib/dg-extract-results.sh @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2008-2025 Free Software Foundation, Inc. # Contributed by Janis Johnson # # This file is part of GCC. diff --git a/contrib/dg-out-generator.pl b/contrib/dg-out-generator.pl index bbd43019334f..186d79f821c1 100755 --- a/contrib/dg-out-generator.pl +++ b/contrib/dg-out-generator.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # Contributed by Arsen Arsenović. # # This script is free software; you can redistribute it and/or modify diff --git a/contrib/dglib.pm b/contrib/dglib.pm index 329ed69b16a7..fd9cf029e235 100644 --- a/contrib/dglib.pm +++ b/contrib/dglib.pm @@ -10,7 +10,7 @@ # true if and only if it is a passing result (PASS, XFAIL, or # KFAIL.) # -# Copyright (C) 2006-2024 Free Software Foundation, Inc. +# Copyright (C) 2006-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index 6adc97ef8967..b83fcc9db5dd 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -82,7 +82,7 @@ The following options are available: " versiontext="${program} ${version} -Copyright (C) 2016-2024 Free Software Foundation, Inc. +Copyright (C) 2016-2025 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." diff --git a/contrib/filter-clang-warnings.py b/contrib/filter-clang-warnings.py index 6ae2a9040472..2ea7c710163a 100755 --- a/contrib/filter-clang-warnings.py +++ b/contrib/filter-clang-warnings.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018-2024 Free Software Foundation, Inc. +# Copyright (C) 2018-2025 Free Software Foundation, Inc. # # Script to analyze warnings produced by clang. # diff --git a/contrib/gcc-changelog/git_check_commit.py b/contrib/gcc-changelog/git_check_commit.py index 22e032e8b385..59405967e85b 100755 --- a/contrib/gcc-changelog/git_check_commit.py +++ b/contrib/gcc-changelog/git_check_commit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 1df5b1d42a94..5c0596c2627d 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gcc-changelog/git_email.py b/contrib/gcc-changelog/git_email.py index 9d8e44e429de..8447cd7777d0 100755 --- a/contrib/gcc-changelog/git_email.py +++ b/contrib/gcc-changelog/git_email.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gcc-changelog/git_repository.py b/contrib/gcc-changelog/git_repository.py index 03ec38c2cea8..d7650c65e21f 100755 --- a/contrib/gcc-changelog/git_repository.py +++ b/contrib/gcc-changelog/git_repository.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py index ceed859b4587..8e36c7458367 100755 --- a/contrib/gcc-changelog/git_update_version.py +++ b/contrib/gcc-changelog/git_update_version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gcc-changelog/test_email.py b/contrib/gcc-changelog/test_email.py index 57247f34b926..526e525c329c 100755 --- a/contrib/gcc-changelog/test_email.py +++ b/contrib/gcc-changelog/test_email.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gcc_build b/contrib/gcc_build index 6d943cb5618f..277bd3214b10 100755 --- a/contrib/gcc_build +++ b/contrib/gcc_build @@ -11,7 +11,7 @@ # Contents: # Script to automatically download and build GCC. # -# Copyright (C) 2000-2024 Free Software Foundation, Inc. +# Copyright (C) 2000-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/gen_autofdo_event.py b/contrib/gen_autofdo_event.py index 4e58a5320fff..4364e5ce072c 100755 --- a/contrib/gen_autofdo_event.py +++ b/contrib/gen_autofdo_event.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # Generate Intel taken branches Linux perf event script for autofdo profiling. -# Copyright (C) 2016-2024 Free Software Foundation, Inc. +# Copyright (C) 2016-2025 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 diff --git a/contrib/gennews b/contrib/gennews index 483907b0e193..bb5ac92b8a84 100755 --- a/contrib/gennews +++ b/contrib/gennews @@ -3,7 +3,7 @@ # Script to generate the NEWS file from online release notes. # Contributed by Joseph Myers . # -# Copyright (C) 2000-2024 Free Software Foundation, Inc. +# Copyright (C) 2000-2025 Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify diff --git a/contrib/git-backport.py b/contrib/git-backport.py index 331deb91e563..0588b937d152 100755 --- a/contrib/git-backport.py +++ b/contrib/git-backport.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/git-commit-mklog.py b/contrib/git-commit-mklog.py index 82f362586c21..061efc76fcc0 100755 --- a/contrib/git-commit-mklog.py +++ b/contrib/git-commit-mklog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/git-fix-changelog.py b/contrib/git-fix-changelog.py index 2d1a7da9074d..552fecfbb2be 100755 --- a/contrib/git-fix-changelog.py +++ b/contrib/git-fix-changelog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/jit-coverage-report.py b/contrib/jit-coverage-report.py index e6f4b5984c76..bdde4d5bd46a 100644 --- a/contrib/jit-coverage-report.py +++ b/contrib/jit-coverage-report.py @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2014-2025 Free Software Foundation, Inc. # Written by David Malcolm . # # This script is Free Software, and it can be copied, distributed and diff --git a/contrib/legacy/mklog b/contrib/legacy/mklog index cb6e3ef85f17..61d5ef8bd07d 100755 --- a/contrib/legacy/mklog +++ b/contrib/legacy/mklog @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2017-2024 Free Software Foundation, Inc. +# Copyright (C) 2017-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/legacy/mklog.pl b/contrib/legacy/mklog.pl index 1d1b6795842c..83e939acf5a4 100755 --- a/contrib/legacy/mklog.pl +++ b/contrib/legacy/mklog.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright (C) 2012-2024 Free Software Foundation, Inc. +# Copyright (C) 2012-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/mark_spam.py b/contrib/mark_spam.py index 393d36217990..4816b09d6816 100755 --- a/contrib/mark_spam.py +++ b/contrib/mark_spam.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016-2024 Free Software Foundation, Inc. +# Copyright (C) 2016-2025 Free Software Foundation, Inc. # # Script to mark bunch of PRs as spam # diff --git a/contrib/mklog.py b/contrib/mklog.py index 7d8d554b15e0..dcf7dde63336 100755 --- a/contrib/mklog.py +++ b/contrib/mklog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index 0f6e42bccffc..71f1a8710696 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -1,7 +1,7 @@ #!/bin/sh # Tests a set of patches from a directory. -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 Free Software Foundation, Inc. # Contributed by Sebastian Pop # This program is free software; you can redistribute it and/or modify diff --git a/contrib/prepare-commit-msg b/contrib/prepare-commit-msg index fc24ae2b20cf..1b878772dcc4 100755 --- a/contrib/prepare-commit-msg +++ b/contrib/prepare-commit-msg @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/prepare_patch.sh b/contrib/prepare_patch.sh index b98e3271814a..e89726db2b95 100755 --- a/contrib/prepare_patch.sh +++ b/contrib/prepare_patch.sh @@ -2,7 +2,7 @@ #set -x # Prepares a patch for the patch tester. -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 Free Software Foundation, Inc. # Contributed by Sebastian Pop # This program is free software; you can redistribute it and/or modify diff --git a/contrib/regenerate-sarif-spec-index.py b/contrib/regenerate-sarif-spec-index.py index da9dfb59379d..cd7789c04181 100644 --- a/contrib/regenerate-sarif-spec-index.py +++ b/contrib/regenerate-sarif-spec-index.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/contrib/reghunt/bin/gcc-build-full b/contrib/reghunt/bin/gcc-build-full index 2658bb7e7814..36754862a5dc 100755 --- a/contrib/reghunt/bin/gcc-build-full +++ b/contrib/reghunt/bin/gcc-build-full @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-build-simple b/contrib/reghunt/bin/gcc-build-simple index 99bea9b28f9a..a6666414bec3 100755 --- a/contrib/reghunt/bin/gcc-build-simple +++ b/contrib/reghunt/bin/gcc-build-simple @@ -5,7 +5,7 @@ # # This doesn't work for sources earlier than about 2003-02-25. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-svn-patchlist b/contrib/reghunt/bin/gcc-svn-patchlist index 43457f7d8ed6..3869def7e96a 100755 --- a/contrib/reghunt/bin/gcc-svn-patchlist +++ b/contrib/reghunt/bin/gcc-svn-patchlist @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-svn-update b/contrib/reghunt/bin/gcc-svn-update index 5583551374fc..c55dc1c5f15a 100755 --- a/contrib/reghunt/bin/gcc-svn-update +++ b/contrib/reghunt/bin/gcc-svn-update @@ -3,7 +3,7 @@ # Update or check out GCC sources for a particular Subversion revision # and a particular branch. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-accepts-invalid b/contrib/reghunt/bin/gcc-test-accepts-invalid index e5ed884218a2..5d22cabd29b5 100755 --- a/contrib/reghunt/bin/gcc-test-accepts-invalid +++ b/contrib/reghunt/bin/gcc-test-accepts-invalid @@ -3,7 +3,7 @@ # Test an "accepts-invalid" GCC bug, using environment variables set in # several reghunt scripts and configuration files. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-bogus-warning b/contrib/reghunt/bin/gcc-test-bogus-warning index 5700f0ffb9e0..a2f2c7f85f07 100755 --- a/contrib/reghunt/bin/gcc-test-bogus-warning +++ b/contrib/reghunt/bin/gcc-test-bogus-warning @@ -3,7 +3,7 @@ # Test a "bogus-warning" GCC bug, using environment variables set in # several reghunt scripts and configuration files. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-compiler-hangs b/contrib/reghunt/bin/gcc-test-compiler-hangs index 6e31748608a5..a78500800969 100755 --- a/contrib/reghunt/bin/gcc-test-compiler-hangs +++ b/contrib/reghunt/bin/gcc-test-compiler-hangs @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-ice-on-invalid-code b/contrib/reghunt/bin/gcc-test-ice-on-invalid-code index 7fdaa9c72502..a7aee6c333c6 100755 --- a/contrib/reghunt/bin/gcc-test-ice-on-invalid-code +++ b/contrib/reghunt/bin/gcc-test-ice-on-invalid-code @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-ice-on-valid-code b/contrib/reghunt/bin/gcc-test-ice-on-valid-code index 9e5e5fc7e017..9acce5631307 100755 --- a/contrib/reghunt/bin/gcc-test-ice-on-valid-code +++ b/contrib/reghunt/bin/gcc-test-ice-on-valid-code @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-missing-warning b/contrib/reghunt/bin/gcc-test-missing-warning index 35ce34b243c7..f254662300d4 100755 --- a/contrib/reghunt/bin/gcc-test-missing-warning +++ b/contrib/reghunt/bin/gcc-test-missing-warning @@ -3,7 +3,7 @@ # Test a "missing-warning" GCC bug, using environment variables set in # several reghunt scripts and configuration files. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-rejects-valid b/contrib/reghunt/bin/gcc-test-rejects-valid index 37b29ca2692e..dc1a0388af25 100755 --- a/contrib/reghunt/bin/gcc-test-rejects-valid +++ b/contrib/reghunt/bin/gcc-test-rejects-valid @@ -3,7 +3,7 @@ # Test a "rejects-valid" GCC bug, using environment variables set in # several reghunt scripts and configuration files. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-segfault-on-valid-code b/contrib/reghunt/bin/gcc-test-segfault-on-valid-code index 21330e7b2ef2..575fe8c89ed9 100755 --- a/contrib/reghunt/bin/gcc-test-segfault-on-valid-code +++ b/contrib/reghunt/bin/gcc-test-segfault-on-valid-code @@ -4,7 +4,7 @@ # segfault, using environment variables set in several reghunt scripts # and configuration files. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/gcc-test-wrong-code b/contrib/reghunt/bin/gcc-test-wrong-code index f3e5c97903d4..1180d657f47b 100755 --- a/contrib/reghunt/bin/gcc-test-wrong-code +++ b/contrib/reghunt/bin/gcc-test-wrong-code @@ -3,7 +3,7 @@ # Test a "wrong-code" GCC bug, using environment variables set in # several reghunt scripts and configuration files. # -# Copyright (C) 2007-2024 Free Software Foundation, Inc. +# Copyright (C) 2007-2025 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 diff --git a/contrib/reghunt/bin/reg-hunt b/contrib/reghunt/bin/reg-hunt index 3e7cdc764062..d4222bbb73f8 100755 --- a/contrib/reghunt/bin/reg-hunt +++ b/contrib/reghunt/bin/reg-hunt @@ -47,7 +47,7 @@ # # # -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2025 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 diff --git a/contrib/reghunt/bin/reg-newmid b/contrib/reghunt/bin/reg-newmid index 0ed6e53f87bc..4b742cb2c65b 100755 --- a/contrib/reghunt/bin/reg-newmid +++ b/contrib/reghunt/bin/reg-newmid @@ -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-2024 Free Software Foundation, Inc. +# Copyright (C) 2006-2025 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 diff --git a/contrib/reghunt/bin/reg-test b/contrib/reghunt/bin/reg-test index 1309412b7fc6..09c379ebf4d3 100755 --- a/contrib/reghunt/bin/reg-test +++ b/contrib/reghunt/bin/reg-test @@ -25,7 +25,7 @@ # is STOP in the current directory. # # -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2025 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 diff --git a/contrib/reghunt/date_based/reg_periodic b/contrib/reghunt/date_based/reg_periodic index 92f7547d0480..50199b080157 100755 --- a/contrib/reghunt/date_based/reg_periodic +++ b/contrib/reghunt/date_based/reg_periodic @@ -25,7 +25,7 @@ # is STOP in the current directory. # # -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2025 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 diff --git a/contrib/reghunt/date_based/reg_search b/contrib/reghunt/date_based/reg_search index f623e6606249..18549fa19201 100755 --- a/contrib/reghunt/date_based/reg_search +++ b/contrib/reghunt/date_based/reg_search @@ -45,7 +45,7 @@ # # # -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2025 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 diff --git a/contrib/regression/GCC_Regression_Tester.wdgt/widget.html b/contrib/regression/GCC_Regression_Tester.wdgt/widget.html index 70c1e15c0901..a98f054fecd6 100644 --- a/contrib/regression/GCC_Regression_Tester.wdgt/widget.html +++ b/contrib/regression/GCC_Regression_Tester.wdgt/widget.html @@ -1,5 +1,5 @@