glibc-external: use '-or-later' license

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2022-08-24 04:25:19 +05:00
parent 9a265832c9
commit 9d7901977e

View File

@@ -37,7 +37,7 @@ def get_external_libc_license(d):
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version."""
if lictext in text:
return 'LGPL-2.1+'
return 'LGPL-2.1-or-later'
return 'UNKNOWN'