summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/lib/oe/cachedpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/lib/oe/cachedpath.py')
-rw-r--r--external/poky/meta/lib/oe/cachedpath.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/poky/meta/lib/oe/cachedpath.py b/external/poky/meta/lib/oe/cachedpath.py
index 0840cc4c..254257a8 100644
--- a/external/poky/meta/lib/oe/cachedpath.py
+++ b/external/poky/meta/lib/oe/cachedpath.py
@@ -1,4 +1,6 @@
#
+# SPDX-License-Identifier: GPL-2.0-only
+#
# Based on standard python library functions but avoid
# repeated stat calls. Its assumed the files will not change from under us
# so we can cache stat calls.