diff options
author | Chetan Pant <chetan4windows@gmail.com> | 2020-10-23 12:33:53 +0000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-11-15 16:43:54 +0100 |
commit | d6ea423635958b0aaa1d58462d1603fd35194acf (patch) | |
tree | a2c37b99fde68c970ceaed704fd3211668737509 /target/alpha | |
parent | b4424aab3cee8f25973d8ccf2b94f97ed39a0411 (diff) | |
download | qemu-d6ea423635958b0aaa1d58462d1603fd35194acf.zip |
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 <chetan4windows@gmail.com>
Message-Id: <20201023123353.19796-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'target/alpha')
-rw-r--r-- | target/alpha/cpu.h | 2 | ||||
-rw-r--r-- | target/alpha/fpu_helper.c | 2 | ||||
-rw-r--r-- | target/alpha/gdbstub.c | 2 | ||||
-rw-r--r-- | target/alpha/helper.c | 2 | ||||
-rw-r--r-- | target/alpha/int_helper.c | 2 | ||||
-rw-r--r-- | target/alpha/mem_helper.c | 2 | ||||
-rw-r--r-- | target/alpha/sys_helper.c | 2 | ||||
-rw-r--r-- | target/alpha/translate.c | 2 | ||||
-rw-r--r-- | target/alpha/vax_helper.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/target/alpha/cpu.h b/target/alpha/cpu.h index be29bdd530..82df108967 100644 --- a/target/alpha/cpu.h +++ b/target/alpha/cpu.h @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/fpu_helper.c b/target/alpha/fpu_helper.c index df8b58963b..3ff8bb456d 100644 --- a/target/alpha/fpu_helper.c +++ b/target/alpha/fpu_helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/gdbstub.c b/target/alpha/gdbstub.c index 0cd76ddaa9..7db14f4431 100644 --- a/target/alpha/gdbstub.c +++ b/target/alpha/gdbstub.c @@ -7,7 +7,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/helper.c b/target/alpha/helper.c index 55d7274d94..4f56fe4d23 100644 --- a/target/alpha/helper.c +++ b/target/alpha/helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/int_helper.c b/target/alpha/int_helper.c index e43b50a743..5672696f6f 100644 --- a/target/alpha/int_helper.c +++ b/target/alpha/int_helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/mem_helper.c b/target/alpha/mem_helper.c index 934faa1d6f..75e72bc337 100644 --- a/target/alpha/mem_helper.c +++ b/target/alpha/mem_helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/sys_helper.c b/target/alpha/sys_helper.c index 39229236e1..25f6cb8894 100644 --- a/target/alpha/sys_helper.c +++ b/target/alpha/sys_helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/translate.c b/target/alpha/translate.c index 36be602179..a02b4e70b7 100644 --- a/target/alpha/translate.c +++ b/target/alpha/translate.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/target/alpha/vax_helper.c b/target/alpha/vax_helper.c index 2b0c178274..f94fb519db 100644 --- a/target/alpha/vax_helper.c +++ b/target/alpha/vax_helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |