From 2e466f72c43a515f4dac5c65cca5cdf3f24dad21 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 28 Oct 2021 16:47:07 +0200 Subject: [gdb/testsuite] Update some test-cases to GPLv3 I noticed some files in the test-suite have GPLv2 notices. Update these to GPLv3. --- gdb/testsuite/gdb.arch/powerpc-stackless.exp | 2 +- gdb/testsuite/gdb.arch/s390-stackless.exp | 2 +- gdb/testsuite/gdb.fortran/info-types-2.f90 | 2 +- gdb/testsuite/gdb.fortran/info-types.f90 | 2 +- gdb/testsuite/gdb.fortran/max-depth.f90 | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.c | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 | 2 +- gdb/testsuite/gdb.fortran/vla-datatypes.f90 | 2 +- gdb/testsuite/gdb.fortran/vla-sub.f90 | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'gdb') diff --git a/gdb/testsuite/gdb.arch/powerpc-stackless.exp b/gdb/testsuite/gdb.arch/powerpc-stackless.exp index 1aa279a..cde9381 100644 --- a/gdb/testsuite/gdb.arch/powerpc-stackless.exp +++ b/gdb/testsuite/gdb.arch/powerpc-stackless.exp @@ -2,7 +2,7 @@ # 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 -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.arch/s390-stackless.exp b/gdb/testsuite/gdb.arch/s390-stackless.exp index 1748700..25d0e1a 100644 --- a/gdb/testsuite/gdb.arch/s390-stackless.exp +++ b/gdb/testsuite/gdb.arch/s390-stackless.exp @@ -2,7 +2,7 @@ # 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 -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/info-types-2.f90 b/gdb/testsuite/gdb.fortran/info-types-2.f90 index 7d74066..6a9a52c 100644 --- a/gdb/testsuite/gdb.fortran/info-types-2.f90 +++ b/gdb/testsuite/gdb.fortran/info-types-2.f90 @@ -2,7 +2,7 @@ ! ! 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 -! the Free Software Foundation; either version 2 of the License, or +! the Free Software Foundation; either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/info-types.f90 b/gdb/testsuite/gdb.fortran/info-types.f90 index b006973..99f256b 100644 --- a/gdb/testsuite/gdb.fortran/info-types.f90 +++ b/gdb/testsuite/gdb.fortran/info-types.f90 @@ -2,7 +2,7 @@ ! ! 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 -! the Free Software Foundation; either version 2 of the License, or +! the Free Software Foundation; either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/max-depth.f90 b/gdb/testsuite/gdb.fortran/max-depth.f90 index 6bc2b3b..c236783 100644 --- a/gdb/testsuite/gdb.fortran/max-depth.f90 +++ b/gdb/testsuite/gdb.fortran/max-depth.f90 @@ -2,7 +2,7 @@ ! ! 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 -! the Free Software Foundation; either version 2 of the License, or +! the Free Software Foundation; either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/mixed-lang-stack.c b/gdb/testsuite/gdb.fortran/mixed-lang-stack.c index f7681c1..5197f61 100644 --- a/gdb/testsuite/gdb.fortran/mixed-lang-stack.c +++ b/gdb/testsuite/gdb.fortran/mixed-lang-stack.c @@ -2,7 +2,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp b/gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp index 96a3bcc..d2761c2 100644 --- a/gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp +++ b/gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp @@ -2,7 +2,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 b/gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 index b12fabf..f7b7636 100644 --- a/gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 +++ b/gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 @@ -2,7 +2,7 @@ ! ! 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 -! the Free Software Foundation; either version 2 of the License, or +! the Free Software Foundation; either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/vla-datatypes.f90 b/gdb/testsuite/gdb.fortran/vla-datatypes.f90 index f0e14e9..cda7d13 100644 --- a/gdb/testsuite/gdb.fortran/vla-datatypes.f90 +++ b/gdb/testsuite/gdb.fortran/vla-datatypes.f90 @@ -2,7 +2,7 @@ ! ! 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 -! the Free Software Foundation; either version 2 of the License, or +! the Free Software Foundation; either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, diff --git a/gdb/testsuite/gdb.fortran/vla-sub.f90 b/gdb/testsuite/gdb.fortran/vla-sub.f90 index 8419822..e36d31d 100644 --- a/gdb/testsuite/gdb.fortran/vla-sub.f90 +++ b/gdb/testsuite/gdb.fortran/vla-sub.f90 @@ -2,7 +2,7 @@ ! ! 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 -! the Free Software Foundation; either version 2 of the License, or +! the Free Software Foundation; either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, -- cgit v1.1