summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/kerneldevelopment.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 20:40:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 12:00:43 +0100
commitce08cf4825f0e4e42509794a2dcd53a3ea5126e4 (patch)
treee3011eb9603bbc7fdadae10c43eb4cdc4e5b0c20 /meta/lib/oeqa/selftest/cases/kerneldevelopment.py
parentff525695f27ce2d9033f6f03f6b22fe06aa01960 (diff)
downloadpoky-ce08cf4825f0e4e42509794a2dcd53a3ea5126e4.tar.gz
lib: Add copyright statements to files without one
Where there isn't a copyright statement, add one to make it explicit. Also add license identifiers as MIT if there isn't one. (From OE-Core rev: bb731d1f3d2a1d50ec0aed864dbca54cf795b040) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/kerneldevelopment.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/kerneldevelopment.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/kerneldevelopment.py b/meta/lib/oeqa/selftest/cases/kerneldevelopment.py
index b1623a1885..4325f38598 100644
--- a/meta/lib/oeqa/selftest/cases/kerneldevelopment.py
+++ b/meta/lib/oeqa/selftest/cases/kerneldevelopment.py
@@ -1,3 +1,9 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6
1import os 7import os
2from oeqa.selftest.case import OESelftestTestCase 8from oeqa.selftest.case import OESelftestTestCase
3from oeqa.utils.commands import runCmd, get_bb_var 9from oeqa.utils.commands import runCmd, get_bb_var