diff --git a/components/motor/esp_simplefoc/port/angle_sensor/as5048a.cpp b/components/motor/esp_simplefoc/port/angle_sensor/as5048a.cpp index 81b32d209..b3a5f0b60 100644 --- a/components/motor/esp_simplefoc/port/angle_sensor/as5048a.cpp +++ b/components/motor/esp_simplefoc/port/angle_sensor/as5048a.cpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ #include "as5048a.h" #include "esp_log.h" #include "esp_check.h" diff --git a/components/motor/esp_simplefoc/port/angle_sensor/as5048a.h b/components/motor/esp_simplefoc/port/angle_sensor/as5048a.h index 2498f8d1e..85fd11d82 100644 --- a/components/motor/esp_simplefoc/port/angle_sensor/as5048a.h +++ b/components/motor/esp_simplefoc/port/angle_sensor/as5048a.h @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */