diff options
Diffstat (limited to 'meta/lib/oe/license.py')
-rw-r--r-- | meta/lib/oe/license.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py index 04f5b316a9..c1274a61de 100644 --- a/meta/lib/oe/license.py +++ b/meta/lib/oe/license.py | |||
@@ -1,4 +1,6 @@ | |||
1 | # vi:sts=4:sw=4:et | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
2 | """Code for parsing OpenEmbedded license strings""" | 4 | """Code for parsing OpenEmbedded license strings""" |
3 | 5 | ||
4 | import ast | 6 | import ast |