Browse Source

esp_eth: fixed copyright for W5500

Ondrej 3 năm trước cách đây
mục cha
commit
5fdb49698a

+ 1 - 1
components/esp_eth/src/esp_eth_mac_w5500.c

@@ -1,5 +1,5 @@
 /*
- * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
+ * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD
  *
  * SPDX-License-Identifier: Apache-2.0
  */

+ 5 - 13
components/esp_eth/src/w5500.h

@@ -1,16 +1,8 @@
-// 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-2023 Espressif Systems (Shanghai) CO LTD
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
 
 #define W5500_ADDR_OFFSET (16) // Address length
 #define W5500_BSB_OFFSET  (3)  // Block Select Bits offset

+ 0 - 1
tools/ci/check_copyright_ignore.txt

@@ -400,7 +400,6 @@ components/console/linenoise/linenoise.c
 components/console/linenoise/linenoise.h
 components/esp_eth/src/dm9051.h
 components/esp_eth/src/ksz8851.h
-components/esp_eth/src/w5500.h
 components/esp_eth/test_apps/component_ut_test.py
 components/esp_eth/test_apps/main/esp_eth_test.c
 components/esp_event/esp_event_private.c