diff options
author | Chetan Pant | 2020-10-23 14:33:53 +0200 |
---|---|---|
committer | Thomas Huth | 2020-11-15 16:43:54 +0100 |
commit | d6ea423635958b0aaa1d58462d1603fd35194acf (patch) | |
tree | a2c37b99fde68c970ceaed704fd3211668737509 /include/exec | |
parent | overall usermode...: Fix Lesser GPL version number (diff) | |
download | qemu-d6ea423635958b0aaa1d58462d1603fd35194acf.tar.gz qemu-d6ea423635958b0aaa1d58462d1603fd35194acf.tar.xz 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 'include/exec')
-rw-r--r-- | include/exec/cpu-all.h | 2 | ||||
-rw-r--r-- | include/exec/cpu-defs.h | 2 | ||||
-rw-r--r-- | include/exec/cpu_ldst.h | 2 | ||||
-rw-r--r-- | include/exec/cputlb.h | 2 | ||||
-rw-r--r-- | include/exec/exec-all.h | 2 | ||||
-rw-r--r-- | include/exec/tb-hash.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index 656a2a8788..4b5408c341 100644 --- a/include/exec/cpu-all.h +++ b/include/exec/cpu-all.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/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 9185632337..d1f5e3fc3d 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.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/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h index 30605edab9..ef54cb7e1f 100644 --- a/include/exec/cpu_ldst.h +++ b/include/exec/cpu_ldst.h @@ -4,7 +4,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/include/exec/cputlb.h b/include/exec/cputlb.h index a62cfb28d5..19b16e58f8 100644 --- a/include/exec/cputlb.h +++ b/include/exec/cputlb.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/include/exec/exec-all.h b/include/exec/exec-all.h index 4707ac140c..94fe05daaa 100644 --- a/include/exec/exec-all.h +++ b/include/exec/exec-all.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/include/exec/tb-hash.h b/include/exec/tb-hash.h index 805235d321..0a273d9605 100644 --- a/include/exec/tb-hash.h +++ b/include/exec/tb-hash.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 |