diff options
author | Thomas Huth <thuth@redhat.com> | 2019-01-23 15:08:55 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-01-30 11:01:46 +0100 |
commit | 02754acd8991cb644d2d588764ea6d2f2d09e725 (patch) | |
tree | b4b561791b1884362b6a29c51e45548ccfabe13f /target/tricore/helper.h | |
parent | 779fc6ada1002b0466878e05832b08e44f0195ec (diff) |
target/tricore: 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: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1548252536-6242-4-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target/tricore/helper.h')
-rw-r--r-- | target/tricore/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tricore/helper.h b/target/tricore/helper.h index e634d0c680..f60e81096b 100644 --- a/target/tricore/helper.h +++ b/target/tricore/helper.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 |