diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 20:40:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 12:00:43 +0100 |
commit | ce08cf4825f0e4e42509794a2dcd53a3ea5126e4 (patch) | |
tree | e3011eb9603bbc7fdadae10c43eb4cdc4e5b0c20 /meta/lib/oeqa/selftest/cases/sysroot.py | |
parent | ff525695f27ce2d9033f6f03f6b22fe06aa01960 (diff) | |
download | poky-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/sysroot.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/sysroot.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sysroot.py b/meta/lib/oeqa/selftest/cases/sysroot.py index 294ba4a4a0..ef854f6fee 100644 --- a/meta/lib/oeqa/selftest/cases/sysroot.py +++ b/meta/lib/oeqa/selftest/cases/sysroot.py | |||
@@ -1,4 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
2 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
3 | # | 5 | # |
4 | 6 | ||