summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/152 index customtarget/gen_sources.py15
-rw-r--r--test cases/rust/12 bindgen/src/gen_header.py4
2 files changed, 4 insertions, 15 deletions
diff --git a/test cases/common/152 index customtarget/gen_sources.py b/test cases/common/152 index customtarget/gen_sources.py
index 0bdb529cd..3ea294036 100644
--- a/test cases/common/152 index customtarget/gen_sources.py
+++ b/test cases/common/152 index customtarget/gen_sources.py
@@ -1,16 +1,5 @@
-# Copyright © 2017 Intel Corporation
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# SPDX-License-Identifier: Apache-2.0
+# Copyright © 2017-2023 Intel Corporation
import argparse
import textwrap
diff --git a/test cases/rust/12 bindgen/src/gen_header.py b/test cases/rust/12 bindgen/src/gen_header.py
index 099e4ec74..07b699b1c 100644
--- a/test cases/rust/12 bindgen/src/gen_header.py
+++ b/test cases/rust/12 bindgen/src/gen_header.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# SPDX-license-identifer: Apache-2.0
-# Copyright © 2021 Intel Corporation
+# SPDX-license-Identifier: Apache-2.0
+# Copyright © 2021-2023 Intel Corporation
import argparse
import shutil