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/runtime/cases/suspend.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/runtime/cases/suspend.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/suspend.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/suspend.py b/meta/lib/oeqa/runtime/cases/suspend.py index 0382d48f45..a625cc5901 100644 --- a/meta/lib/oeqa/runtime/cases/suspend.py +++ b/meta/lib/oeqa/runtime/cases/suspend.py | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | # | ||
| 2 | # Copyright OpenEmbedded Contributors | ||
| 3 | # | ||
| 4 | # SPDX-License-Identifier: MIT | ||
| 5 | # | ||
| 1 | from oeqa.runtime.case import OERuntimeTestCase | 6 | from oeqa.runtime.case import OERuntimeTestCase |
| 2 | from oeqa.core.decorator.depends import OETestDepends | 7 | from oeqa.core.decorator.depends import OETestDepends |
| 3 | from oeqa.core.decorator.data import skipIfQemu | 8 | from oeqa.core.decorator.data import skipIfQemu |
