瀏覽代碼

tools: Change copyright in ci dir

simon.chupin 3 年之前
父節點
當前提交
09d15e5abc
共有 33 個文件被更改,包括 63 次插入274 次删除
  1. 2 0
      tools/ci/check_artifacts_expire_time.py
  2. 2 0
      tools/ci/check_build_warnings.py
  3. 2 13
      tools/ci/check_callgraph.py
  4. 0 39
      tools/ci/check_copyright_ignore.txt
  5. 2 13
      tools/ci/check_deprecated_kconfigs.py
  6. 2 13
      tools/ci/check_executables.py
  7. 2 13
      tools/ci/check_readme_links.py
  8. 2 13
      tools/ci/check_rules_yml.py
  9. 2 0
      tools/ci/check_soc_struct_headers.py
  10. 1 1
      tools/ci/check_tools_files_patterns.py
  11. 2 13
      tools/ci/check_type_comments.py
  12. 2 0
      tools/ci/checkout_project_ref.py
  13. 2 0
      tools/ci/ci_fetch_submodule.py
  14. 2 13
      tools/ci/ci_get_mr_info.py
  15. 2 13
      tools/ci/deploy_docs.py
  16. 2 0
      tools/ci/envsubst.py
  17. 2 0
      tools/ci/python_packages/gitlab_api.py
  18. 2 13
      tools/ci/python_packages/idf_iperf_test_util/Attenuator.py
  19. 2 0
      tools/ci/python_packages/idf_iperf_test_util/IperfUtility.py
  20. 2 13
      tools/ci/python_packages/idf_iperf_test_util/LineChart.py
  21. 2 13
      tools/ci/python_packages/idf_iperf_test_util/PowerControl.py
  22. 2 0
      tools/ci/python_packages/idf_iperf_test_util/TestReport.py
  23. 2 13
      tools/ci/python_packages/tiny_test_fw/App.py
  24. 2 13
      tools/ci/python_packages/tiny_test_fw/DUT.py
  25. 2 13
      tools/ci/python_packages/tiny_test_fw/Env.py
  26. 2 13
      tools/ci/python_packages/tiny_test_fw/EnvConfig.py
  27. 2 13
      tools/ci/python_packages/tiny_test_fw/TinyFW.py
  28. 2 0
      tools/ci/python_packages/ttfw_idf/CIScanTests.py
  29. 2 13
      tools/ci/python_packages/ttfw_idf/IDFApp.py
  30. 2 0
      tools/ci/python_packages/ttfw_idf/IDFAssignTest.py
  31. 2 0
      tools/ci/python_packages/ttfw_idf/unity_test_parser.py
  32. 2 13
      tools/ci/python_packages/wifi_tools.py
  33. 2 0
      tools/ci/test_autocomplete.py

+ 2 - 0
tools/ci/check_artifacts_expire_time.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 # internal use only
 # check if expire time is set for all artifacts

+ 2 - 0
tools/ci/check_build_warnings.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 # coding=utf-8
 #
 # CI script to check build logs for warnings.

+ 2 - 13
tools/ci/check_callgraph.py

@@ -1,19 +1,8 @@
 #!/usr/bin/env python
 #
 # Based on cally.py (https://github.com/chaudron/cally/), Copyright 2018, Eelco Chaudron
-# Copyright 2020 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 import argparse
 import os

+ 0 - 39
tools/ci/check_copyright_ignore.txt

@@ -2083,45 +2083,6 @@ tools/ble/lib_gap.py
 tools/ble/lib_gatt.py
 tools/build_apps.py
 tools/catch/catch.hpp
-tools/ci/check_artifacts_expire_time.py
-tools/ci/check_build_warnings.py
-tools/ci/check_callgraph.py
-tools/ci/check_deprecated_kconfigs.py
-tools/ci/check_executables.py
-tools/ci/check_readme_links.py
-tools/ci/check_rules_yml.py
-tools/ci/check_soc_struct_headers.py
-tools/ci/check_type_comments.py
-tools/ci/checkout_project_ref.py
-tools/ci/ci_fetch_submodule.py
-tools/ci/ci_get_mr_info.py
-tools/ci/deploy_docs.py
-tools/ci/envsubst.py
-tools/ci/python_packages/gitlab_api.py
-tools/ci/python_packages/idf_iperf_test_util/Attenuator.py
-tools/ci/python_packages/idf_iperf_test_util/IperfUtility.py
-tools/ci/python_packages/idf_iperf_test_util/LineChart.py
-tools/ci/python_packages/idf_iperf_test_util/PowerControl.py
-tools/ci/python_packages/idf_iperf_test_util/TestReport.py
-tools/ci/python_packages/tiny_test_fw/App.py
-tools/ci/python_packages/tiny_test_fw/DUT.py
-tools/ci/python_packages/tiny_test_fw/Env.py
-tools/ci/python_packages/tiny_test_fw/EnvConfig.py
-tools/ci/python_packages/tiny_test_fw/TinyFW.py
-tools/ci/python_packages/tiny_test_fw/Utility/CaseConfig.py
-tools/ci/python_packages/tiny_test_fw/Utility/GitlabCIJob.py
-tools/ci/python_packages/tiny_test_fw/Utility/TestCase.py
-tools/ci/python_packages/tiny_test_fw/Utility/__init__.py
-tools/ci/python_packages/tiny_test_fw/bin/Runner.py
-tools/ci/python_packages/tiny_test_fw/bin/example.py
-tools/ci/python_packages/tiny_test_fw/docs/conf.py
-tools/ci/python_packages/ttfw_idf/CIScanTests.py
-tools/ci/python_packages/ttfw_idf/DebugUtils.py
-tools/ci/python_packages/ttfw_idf/IDFApp.py
-tools/ci/python_packages/ttfw_idf/IDFAssignTest.py
-tools/ci/python_packages/ttfw_idf/unity_test_parser.py
-tools/ci/python_packages/wifi_tools.py
-tools/ci/test_autocomplete.py
 tools/esp_app_trace/test/sysview/blink.c
 tools/find_apps.py
 tools/find_build_apps/__init__.py

+ 2 - 13
tools/ci/check_deprecated_kconfigs.py

@@ -1,18 +1,7 @@
 #!/usr/bin/env python
 #
-# Copyright 2019 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 from __future__ import print_function, unicode_literals
 

+ 2 - 13
tools/ci/check_executables.py

@@ -1,18 +1,7 @@
 #!/usr/bin/env python
 #
-# Copyright 2020 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 import argparse
 import os

+ 2 - 13
tools/ci/check_readme_links.py

@@ -2,19 +2,8 @@
 #
 # Checks that all links in the readme markdown files are valid
 #
-# Copyright 2020 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 #
 
 import argparse

+ 2 - 13
tools/ci/check_rules_yml.py

@@ -1,18 +1,7 @@
 #!/usr/bin/env python
 #
-# Copyright 2021 Espressif Systems (Shanghai) CO LTD
-#
-# 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-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """
 Check if all rules in rules.yml used or not in CI yaml files.

+ 2 - 0
tools/ci/check_soc_struct_headers.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 # A check script that just works at the time of writing...
 #

+ 1 - 1
tools/ci/check_tools_files_patterns.py

@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
+# SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
 # SPDX-License-Identifier: Apache-2.0
 
 import argparse

+ 2 - 13
tools/ci/check_type_comments.py

@@ -1,18 +1,7 @@
 #!/usr/bin/env python
 #
-# Copyright 2021 Espressif Systems (Shanghai) CO LTD
-#
-# 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-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 import argparse
 import subprocess

+ 2 - 0
tools/ci/checkout_project_ref.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 # internal use only
 # called by CI jobs when it uses a project related to IDF

+ 2 - 0
tools/ci/ci_fetch_submodule.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 # internal use only for CI
 # download archive of one commit instead of cloning entire submodule repo

+ 2 - 13
tools/ci/ci_get_mr_info.py

@@ -3,19 +3,8 @@
 # internal use only for CI
 # get latest MR information by source branch
 #
-# Copyright 2020 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 #
 
 import argparse

+ 2 - 13
tools/ci/deploy_docs.py

@@ -3,19 +3,8 @@
 # CI script to deploy docs to a webserver. Not useful outside of CI environment
 #
 #
-# Copyright 2020 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 #
 import glob
 import os

+ 2 - 0
tools/ci/envsubst.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 #
 # A script similar to GNU envsubst, but filters out
 # some CI related variables.

+ 2 - 0
tools/ci/python_packages/gitlab_api.py

@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 import argparse
 import os
 import re

+ 2 - 13
tools/ci/python_packages/idf_iperf_test_util/Attenuator.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """
 Internal use only.

+ 2 - 0
tools/ci/python_packages/idf_iperf_test_util/IperfUtility.py

@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 import os
 import re
 import subprocess

+ 2 - 13
tools/ci/python_packages/idf_iperf_test_util/LineChart.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 from collections import OrderedDict
 

+ 2 - 13
tools/ci/python_packages/idf_iperf_test_util/PowerControl.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """
 Internal use only.

+ 2 - 0
tools/ci/python_packages/idf_iperf_test_util/TestReport.py

@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 """
 this module generates markdown format test report for throughput test.
 

+ 2 - 13
tools/ci/python_packages/tiny_test_fw/App.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """
 class for handling Test Apps. Currently it provides the following features:

+ 2 - 13
tools/ci/python_packages/tiny_test_fw/DUT.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """
 DUT provides 3 major groups of features:

+ 2 - 13
tools/ci/python_packages/tiny_test_fw/Env.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """ Test Env, manages DUT, App and EnvConfig, interface for test cases to access these components """
 import functools

+ 2 - 13
tools/ci/python_packages/tiny_test_fw/EnvConfig.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """
 The test env could change when we running test from different computers.

+ 2 - 13
tools/ci/python_packages/tiny_test_fw/TinyFW.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """ Interface for test cases. """
 import functools

+ 2 - 0
tools/ci/python_packages/ttfw_idf/CIScanTests.py

@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 import argparse
 import errno
 import json

+ 2 - 13
tools/ci/python_packages/ttfw_idf/IDFApp.py

@@ -1,16 +1,5 @@
-# Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 
 """ IDF Test Applications """
 import hashlib

+ 2 - 0
tools/ci/python_packages/ttfw_idf/IDFAssignTest.py

@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 """
 Command line tool to assign tests to CI test jobs.
 """

+ 2 - 0
tools/ci/python_packages/ttfw_idf/unity_test_parser.py

@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 """
 Modification version of https://github.com/ETCLabs/unity-test-parser/blob/develop/unity_test_parser.py
 since only python 3.6 or higher version have ``enum.auto()``

+ 2 - 13
tools/ci/python_packages/wifi_tools.py

@@ -1,16 +1,5 @@
-# Copyright 2018 Espressif Systems (Shanghai) PTE LTD
-#
-# 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-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 #
 
 import time

+ 2 - 0
tools/ci/test_autocomplete.py

@@ -1,4 +1,6 @@
 #!/usr/bin/env python
+# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
+# SPDX-License-Identifier: Apache-2.0
 import os
 import sys
 import unittest