]> Git Repo - qemu.git/commitdiff
overall usermode...: Fix Lesser GPL version number
authorChetan Pant <[email protected]>
Fri, 23 Oct 2020 12:32:58 +0000 (12:32 +0000)
committerThomas Huth <[email protected]>
Sun, 15 Nov 2020 15:43:40 +0000 (16:43 +0100)
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: <20201023123258[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
thunk.c

diff --git a/thunk.c b/thunk.c
index 0718325d86e34d5259f550d90f3f9966b17374f5..fc5be1a502e7b511adb82b7f2676e13655940a0c 100644 (file)
--- a/thunk.c
+++ b/thunk.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
This page took 0.037653 seconds and 4 git commands to generate.