esp_eth: fixed copyright for W5500

This commit is contained in:
Ondrej
2023-01-19 07:54:32 +00:00
parent bb2f346e55
commit 5fdb49698a
3 changed files with 6 additions and 15 deletions

View File

@@ -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 * SPDX-License-Identifier: Apache-2.0
*/ */

View File

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

View File

@@ -400,7 +400,6 @@ components/console/linenoise/linenoise.c
components/console/linenoise/linenoise.h components/console/linenoise/linenoise.h
components/esp_eth/src/dm9051.h components/esp_eth/src/dm9051.h
components/esp_eth/src/ksz8851.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/component_ut_test.py
components/esp_eth/test_apps/main/esp_eth_test.c components/esp_eth/test_apps/main/esp_eth_test.c
components/esp_event/esp_event_private.c components/esp_event/esp_event_private.c