aboutsummaryrefslogtreecommitdiff
path: root/contrib/reghunt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-01-02 11:59:57 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2025-01-02 11:59:57 +0100
commit6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch)
tree60c0a640b9a2647e36e8abee72ff47c38c6c3618 /contrib/reghunt
parent13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff)
downloadgcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip
gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz
gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2
Update copyright years.
Diffstat (limited to 'contrib/reghunt')
-rwxr-xr-xcontrib/reghunt/bin/gcc-build-full2
-rwxr-xr-xcontrib/reghunt/bin/gcc-build-simple2
-rwxr-xr-xcontrib/reghunt/bin/gcc-svn-patchlist2
-rwxr-xr-xcontrib/reghunt/bin/gcc-svn-update2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-accepts-invalid2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-bogus-warning2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-compiler-hangs2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-ice-on-invalid-code2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-ice-on-valid-code2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-missing-warning2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-rejects-valid2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-segfault-on-valid-code2
-rwxr-xr-xcontrib/reghunt/bin/gcc-test-wrong-code2
-rwxr-xr-xcontrib/reghunt/bin/reg-hunt2
-rwxr-xr-xcontrib/reghunt/bin/reg-newmid2
-rwxr-xr-xcontrib/reghunt/bin/reg-test2
-rwxr-xr-xcontrib/reghunt/date_based/reg_periodic2
-rwxr-xr-xcontrib/reghunt/date_based/reg_search2
18 files changed, 18 insertions, 18 deletions
diff --git a/contrib/reghunt/bin/gcc-build-full b/contrib/reghunt/bin/gcc-build-full
index 2658bb7..3675486 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 99bea9b..a666641 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 43457f7..3869def 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 5583551..c55dc1c 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 e5ed884..5d22cab 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 5700f0ff..a2f2c7f 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 6e31748..a785008 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 7fdaa9c..a7aee6c 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 9e5e5fc..9acce56 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 35ce34b..f254662 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 37b29ca..dc1a038 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 21330e7..575fe8c 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 f3e5c97..1180d65 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 3e7cdc7..d4222bb 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 0ed6e53..4b742cb 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 1309412..09c379e 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 92f7547..50199b0 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 f623e66..18549fa 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