diff options
Diffstat (limited to 'poky/scripts/lib/checklayer/cases/distro.py')
-rw-r--r-- | poky/scripts/lib/checklayer/cases/distro.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/poky/scripts/lib/checklayer/cases/distro.py b/poky/scripts/lib/checklayer/cases/distro.py index df1b3035e..f0bee5493 100644 --- a/poky/scripts/lib/checklayer/cases/distro.py +++ b/poky/scripts/lib/checklayer/cases/distro.py @@ -1,5 +1,7 @@ # Copyright (C) 2017 Intel Corporation -# Released under the MIT license (see COPYING.MIT) +# +# SPDX-License-Identifier: MIT +# import unittest |