summaryrefslogtreecommitdiffstats
path: root/external/poky/bitbake/lib/bb/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/bitbake/lib/bb/compat.py')
-rw-r--r--external/poky/bitbake/lib/bb/compat.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/poky/bitbake/lib/bb/compat.py b/external/poky/bitbake/lib/bb/compat.py
index de1923d2..49356681 100644
--- a/external/poky/bitbake/lib/bb/compat.py
+++ b/external/poky/bitbake/lib/bb/compat.py
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
"""Code pulled from future python versions, here for compatibility"""
from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict