diff --git a/components/esp_rom/include/esp32s3/rom/rtc.h b/components/esp_rom/include/esp32s3/rom/rtc.h index 88d2f76795..d395ce3976 100644 --- a/components/esp_rom/include/esp32s3/rom/rtc.h +++ b/components/esp_rom/include/esp32s3/rom/rtc.h @@ -1,16 +1,8 @@ -// Copyright 2010-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: 2019-2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ #pragma once diff --git a/components/esp_system/test/test_sleep.c b/components/esp_system/test/test_sleep.c index 3e8a5439f5..8715c50122 100644 --- a/components/esp_system/test/test_sleep.c +++ b/components/esp_system/test/test_sleep.c @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2019-2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ + #include "unity.h" #include #include diff --git a/components/heap/include/esp_heap_caps.h b/components/heap/include/esp_heap_caps.h index 9a9a94c88b..c7d85d4217 100644 --- a/components/heap/include/esp_heap_caps.h +++ b/components/heap/include/esp_heap_caps.h @@ -1,16 +1,9 @@ -// Copyright 2015-2016 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 +/* + * SPDX-FileCopyrightText: 2019-2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ -// 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. #pragma once #include diff --git a/components/heap/port/esp32s3/memory_layout.c b/components/heap/port/esp32s3/memory_layout.c index 224a86eff1..30aca7c139 100644 --- a/components/heap/port/esp32s3/memory_layout.c +++ b/components/heap/port/esp32s3/memory_layout.c @@ -1,16 +1,9 @@ -// Copyright 2010-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: 2019-2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ + #ifndef BOOTLOADER_BUILD #include diff --git a/components/soc/esp32s3/include/soc/soc_caps.h b/components/soc/esp32s3/include/soc/soc_caps.h index 587a0491bd..ce26e3bade 100644 --- a/components/soc/esp32s3/include/soc/soc_caps.h +++ b/components/soc/esp32s3/include/soc/soc_caps.h @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2019-2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ + // The long term plan is to have a single soc_caps.h for all peripherals. // During the refactoring and multichip support development process, we // separate these information into periph_caps.h for each peripheral and diff --git a/tools/ci/check_copyright_ignore.txt b/tools/ci/check_copyright_ignore.txt index 9d92f09a18..ea4ccf7ebf 100644 --- a/tools/ci/check_copyright_ignore.txt +++ b/tools/ci/check_copyright_ignore.txt @@ -1050,7 +1050,6 @@ components/esp_rom/include/esp32s3/rom/miniz.h components/esp_rom/include/esp32s3/rom/opi_flash.h components/esp_rom/include/esp32s3/rom/rom_layout.h components/esp_rom/include/esp32s3/rom/rsa_pss.h -components/esp_rom/include/esp32s3/rom/rtc.h components/esp_rom/include/esp32s3/rom/secure_boot.h components/esp_rom/include/esp32s3/rom/sha.h components/esp_rom/include/esp32s3/rom/spi_flash.h @@ -1165,7 +1164,6 @@ components/esp_system/stack_check.c components/esp_system/system_time.c components/esp_system/test/test_delay.c components/esp_system/test/test_reset_reason.c -components/esp_system/test/test_sleep.c components/esp_system/test/test_stack_check.c components/esp_system/test/test_system_time.c components/esp_system/test_eh_frame_parser/eh_frame_parser_impl.h @@ -1737,7 +1735,6 @@ components/heap/heap_tlsf.h components/heap/heap_tlsf_block_functions.h components/heap/heap_tlsf_config.h components/heap/heap_trace_standalone.c -components/heap/include/esp_heap_caps.h components/heap/include/esp_heap_caps_init.h components/heap/include/esp_heap_task_info.h components/heap/include/esp_heap_trace.h @@ -1753,7 +1750,6 @@ components/heap/port/esp32/memory_layout.c components/heap/port/esp32c3/memory_layout.c components/heap/port/esp32h2/memory_layout.c components/heap/port/esp32s2/memory_layout.c -components/heap/port/esp32s3/memory_layout.c components/heap/port/memory_layout_utils.c components/heap/test/test_aligned_alloc_caps.c components/heap/test/test_allocator_timings.c @@ -2616,7 +2612,6 @@ components/soc/esp32s3/include/soc/sensitive_reg.h components/soc/esp32s3/include/soc/sensitive_struct.h components/soc/esp32s3/include/soc/sigmadelta_caps.h components/soc/esp32s3/include/soc/soc.h -components/soc/esp32s3/include/soc/soc_caps.h components/soc/esp32s3/include/soc/soc_ulp.h components/soc/esp32s3/include/soc/spi_mem_reg.h components/soc/esp32s3/include/soc/spi_mem_struct.h