diff options
Diffstat (limited to 'scripts/lib/checklayer/case.py')
-rw-r--r-- | scripts/lib/checklayer/case.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/lib/checklayer/case.py b/scripts/lib/checklayer/case.py index 9dd00412e5..fa9dee384e 100644 --- a/scripts/lib/checklayer/case.py +++ b/scripts/lib/checklayer/case.py | |||
@@ -1,5 +1,7 @@ | |||
1 | # Copyright (C) 2017 Intel Corporation | 1 | # Copyright (C) 2017 Intel Corporation |
2 | # Released under the MIT license (see COPYING.MIT) | 2 | # |
3 | # SPDX-License-Identifier: MIT | ||
4 | # | ||
3 | 5 | ||
4 | from oeqa.core.case import OETestCase | 6 | from oeqa.core.case import OETestCase |
5 | 7 | ||