diff options
Diffstat (limited to 'scripts/lib/checklayer')
| -rw-r--r-- | scripts/lib/checklayer/__init__.py | 4 | ||||
| -rw-r--r-- | scripts/lib/checklayer/case.py | 4 | ||||
| -rw-r--r-- | scripts/lib/checklayer/cases/bsp.py | 4 | ||||
| -rw-r--r-- | scripts/lib/checklayer/cases/common.py | 4 | ||||
| -rw-r--r-- | scripts/lib/checklayer/cases/distro.py | 4 | ||||
| -rw-r--r-- | scripts/lib/checklayer/context.py | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/scripts/lib/checklayer/__init__.py b/scripts/lib/checklayer/__init__.py index 670f0eea39..8244cf0720 100644 --- a/scripts/lib/checklayer/__init__.py +++ b/scripts/lib/checklayer/__init__.py | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | # Yocto Project layer check tool | 1 | # Yocto Project layer check tool |
| 2 | # | 2 | # |
| 3 | # Copyright (C) 2017 Intel Corporation | 3 | # Copyright (C) 2017 Intel Corporation |
| 4 | # Released under the MIT license (see COPYING.MIT) | 4 | # |
| 5 | # SPDX-License-Identifier: MIT | ||
| 6 | # | ||
| 5 | 7 | ||
| 6 | import os | 8 | import os |
| 7 | import re | 9 | import re |
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 | ||
diff --git a/scripts/lib/checklayer/cases/bsp.py b/scripts/lib/checklayer/cases/bsp.py index b6b611be73..7fd56f5d36 100644 --- a/scripts/lib/checklayer/cases/bsp.py +++ b/scripts/lib/checklayer/cases/bsp.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 | import unittest | 6 | import unittest |
| 5 | 7 | ||
diff --git a/scripts/lib/checklayer/cases/common.py b/scripts/lib/checklayer/cases/common.py index 1bef61b048..8ffe028b39 100644 --- a/scripts/lib/checklayer/cases/common.py +++ b/scripts/lib/checklayer/cases/common.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 | import glob | 6 | import glob |
| 5 | import os | 7 | import os |
diff --git a/scripts/lib/checklayer/cases/distro.py b/scripts/lib/checklayer/cases/distro.py index df1b3035eb..f0bee5493c 100644 --- a/scripts/lib/checklayer/cases/distro.py +++ b/scripts/lib/checklayer/cases/distro.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 | import unittest | 6 | import unittest |
| 5 | 7 | ||
diff --git a/scripts/lib/checklayer/context.py b/scripts/lib/checklayer/context.py index 1bec2c4103..4de8f668fd 100644 --- a/scripts/lib/checklayer/context.py +++ b/scripts/lib/checklayer/context.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 | import os | 6 | import os |
| 5 | import sys | 7 | import sys |
