Skip to content

Commit d6ea423

Browse files
grumpycornballhuth
authored andcommitted
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
There is no "version 2" of the "Lesser" General Public License. It is either "GPL version 2.0" or "Lesser GPL version 2.1". This patch replaces all occurrences of "Lesser GPL version 2" with "Lesser GPL version 2.1" in comment section. Signed-off-by: Chetan Pant <[email protected]> Message-Id: <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent b4424aa commit d6ea423

26 files changed

+26
-26
lines changed

cpus-common.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

include/exec/cpu-all.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

include/exec/cpu-defs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

include/exec/cpu_ldst.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public
66
* License as published by the Free Software Foundation; either
7-
* version 2 of the License, or (at your option) any later version.
7+
* version 2.1 of the License, or (at your option) any later version.
88
*
99
* This library is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

include/exec/cputlb.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

include/exec/exec-all.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

include/exec/tb-hash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

scripts/decodetree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This library is free software; you can redistribute it and/or
55
# modify it under the terms of the GNU Lesser General Public
66
# License as published by the Free Software Foundation; either
7-
# version 2 of the License, or (at your option) any later version.
7+
# version 2.1 of the License, or (at your option) any later version.
88
#
99
# This library is distributed in the hope that it will be useful,
1010
# but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/cpu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/fpu_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/gdbstub.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* This library is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public
99
* License as published by the Free Software Foundation; either
10-
* version 2 of the License, or (at your option) any later version.
10+
* version 2.1 of the License, or (at your option) any later version.
1111
*
1212
* This library is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/int_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/mem_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/sys_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/translate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/alpha/vax_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/cpu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/gdbstub.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/insns.decode

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# This library is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU Lesser General Public
88
# License as published by the Free Software Foundation; either
9-
# version 2 of the License, or (at your option) any later version.
9+
# version 2.1 of the License, or (at your option) any later version.
1010
#
1111
# This library is distributed in the hope that it will be useful,
1212
# but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/int_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/machine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/mem_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/op_helper.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

target/hppa/translate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public
88
* License as published by the Free Software Foundation; either
9-
* version 2 of the License, or (at your option) any later version.
9+
* version 2.1 of the License, or (at your option) any later version.
1010
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)