summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/subprocesstweak.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/subprocesstweak.py')
-rw-r--r--meta/lib/oeqa/utils/subprocesstweak.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/utils/subprocesstweak.py b/meta/lib/oeqa/utils/subprocesstweak.py
index 1f7d11b55c..3e43ed547b 100644
--- a/meta/lib/oeqa/utils/subprocesstweak.py
+++ b/meta/lib/oeqa/utils/subprocesstweak.py
@@ -1,3 +1,8 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
import subprocess
class OETestCalledProcessError(subprocess.CalledProcessError):