diff options
author | Thomas Huth <thuth@redhat.com> | 2019-01-23 15:08:56 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-01-30 11:01:52 +0100 |
commit | fb0343d5b4dd4b9b9e96e563d913a3e0c709fe4e (patch) | |
tree | 9c3282d2d5a834e7ed6309861271dc196b8c4b94 /accel/tcg/tcg-runtime-gvec.c | |
parent | 02754acd8991cb644d2d588764ea6d2f2d09e725 (diff) | |
download | qemu-fb0343d5b4dd4b9b9e96e563d913a3e0c709fe4e.zip |
tcg: Fix LGPL version number
It's either "GNU *Library* General Public version 2" or "GNU Lesser
General Public version *2.1*", but there was no "version 2.0" of the
"Lesser" library. So assume that version 2.1 is meant here.
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1548252536-6242-5-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'accel/tcg/tcg-runtime-gvec.c')
-rw-r--r-- | accel/tcg/tcg-runtime-gvec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/tcg-runtime-gvec.c b/accel/tcg/tcg-runtime-gvec.c index 9358749741..e2c6f24262 100644 --- a/accel/tcg/tcg-runtime-gvec.c +++ b/accel/tcg/tcg-runtime-gvec.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 |