summaryrefslogtreecommitdiffstats
path: root/external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py')
-rw-r--r--external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py18
1 files changed, 1 insertions, 17 deletions
diff --git a/external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py b/external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py
index e2fbb950..de1e4746 100644
--- a/external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py
+++ b/external/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py
@@ -1,26 +1,10 @@
# Copyright (C) 2017-2018 Wind River Systems, Inc.
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
+# SPDX-License-Identifier: GPL-2.0-only
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-import unittest
-import tempfile
-import os
-import bb
from layerindexlib.tests.common import LayersTest
-import logging
class LayerIndexObjectsTest(LayersTest):
def setUp(self):