summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/cases/example
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/core/cases/example')
-rw-r--r--meta/lib/oeqa/core/cases/example/test_basic.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/cases/example/test_basic.py b/meta/lib/oeqa/core/cases/example/test_basic.py
index 11cf3800cc..d77edcdcec 100644
--- a/meta/lib/oeqa/core/cases/example/test_basic.py
+++ b/meta/lib/oeqa/core/cases/example/test_basic.py
@@ -1,5 +1,7 @@
# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
+#
+# SPDX-License-Identifier: MIT
+#
from oeqa.core.case import OETestCase
from oeqa.core.decorator.depends import OETestDepends