diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
commit | a945c346f57ba40fc80c14ac59be0d43624e559d (patch) | |
tree | 916323bfe593c5d0112c224230e52c559611f5b3 /contrib/reghunt | |
parent | 9afc19159c2947cddee0c833429da1f190fe34ca (diff) | |
download | gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.zip gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.gz gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.bz2 |
Update copyright years.
Diffstat (limited to 'contrib/reghunt')
-rwxr-xr-x | contrib/reghunt/bin/gcc-build-full | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-build-simple | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-svn-patchlist | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-svn-update | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-accepts-invalid | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-bogus-warning | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-compiler-hangs | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-ice-on-invalid-code | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-ice-on-valid-code | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-missing-warning | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-rejects-valid | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-segfault-on-valid-code | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/gcc-test-wrong-code | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/reg-hunt | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/reg-newmid | 2 | ||||
-rwxr-xr-x | contrib/reghunt/bin/reg-test | 2 | ||||
-rwxr-xr-x | contrib/reghunt/date_based/reg_periodic | 2 | ||||
-rwxr-xr-x | contrib/reghunt/date_based/reg_search | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/contrib/reghunt/bin/gcc-build-full b/contrib/reghunt/bin/gcc-build-full index c390ee0..2658bb7 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-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 diff --git a/contrib/reghunt/bin/gcc-build-simple b/contrib/reghunt/bin/gcc-build-simple index ec5860a..99bea9b 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-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 diff --git a/contrib/reghunt/bin/gcc-svn-patchlist b/contrib/reghunt/bin/gcc-svn-patchlist index 38b49ff..43457f7 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-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 diff --git a/contrib/reghunt/bin/gcc-svn-update b/contrib/reghunt/bin/gcc-svn-update index a4a4ac7..5583551 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-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 diff --git a/contrib/reghunt/bin/gcc-test-accepts-invalid b/contrib/reghunt/bin/gcc-test-accepts-invalid index b20022c..e5ed884 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-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 diff --git a/contrib/reghunt/bin/gcc-test-bogus-warning b/contrib/reghunt/bin/gcc-test-bogus-warning index 4d5e6e9..5700f0ff 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-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 diff --git a/contrib/reghunt/bin/gcc-test-compiler-hangs b/contrib/reghunt/bin/gcc-test-compiler-hangs index cd30c1e..6e31748 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-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 diff --git a/contrib/reghunt/bin/gcc-test-ice-on-invalid-code b/contrib/reghunt/bin/gcc-test-ice-on-invalid-code index 002a941..7fdaa9c 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-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 diff --git a/contrib/reghunt/bin/gcc-test-ice-on-valid-code b/contrib/reghunt/bin/gcc-test-ice-on-valid-code index b49738e..9e5e5fc 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-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 diff --git a/contrib/reghunt/bin/gcc-test-missing-warning b/contrib/reghunt/bin/gcc-test-missing-warning index c82c1e07..35ce34b 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-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 diff --git a/contrib/reghunt/bin/gcc-test-rejects-valid b/contrib/reghunt/bin/gcc-test-rejects-valid index b2eec5c..37b29ca 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-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 diff --git a/contrib/reghunt/bin/gcc-test-segfault-on-valid-code b/contrib/reghunt/bin/gcc-test-segfault-on-valid-code index a20b52c..21330e7 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-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 diff --git a/contrib/reghunt/bin/gcc-test-wrong-code b/contrib/reghunt/bin/gcc-test-wrong-code index 63d2cb5..f3e5c97 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-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 diff --git a/contrib/reghunt/bin/reg-hunt b/contrib/reghunt/bin/reg-hunt index aff4e90..3e7cdc7 100755 --- a/contrib/reghunt/bin/reg-hunt +++ b/contrib/reghunt/bin/reg-hunt @@ -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 diff --git a/contrib/reghunt/bin/reg-newmid b/contrib/reghunt/bin/reg-newmid index 314a29b..0ed6e53 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-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 diff --git a/contrib/reghunt/bin/reg-test b/contrib/reghunt/bin/reg-test index c93baa7..1309412 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-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 diff --git a/contrib/reghunt/date_based/reg_periodic b/contrib/reghunt/date_based/reg_periodic index de0166d..92f7547 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-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 diff --git a/contrib/reghunt/date_based/reg_search b/contrib/reghunt/date_based/reg_search index 92d949c..f623e66 100755 --- a/contrib/reghunt/date_based/reg_search +++ b/contrib/reghunt/date_based/reg_search @@ -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 |