mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
fix(bt/bluedroid): Changed HID related copyright automatically
This commit is contained in:
committed by
gongyantao
parent
63bc27fb2d
commit
e29b67c02a
@ -1,16 +1,8 @@
|
|||||||
// Copyright 2017-2019 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
* SPDX-FileCopyrightText: 2017-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.
|
|
||||||
|
|
||||||
#include "esp_hidd.h"
|
#include "esp_hidd.h"
|
||||||
#include "esp_hidd_private.h"
|
#include "esp_hidd_private.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||||
*/
|
*/
|
||||||
|
@ -423,7 +423,6 @@ components/esp_hid/private/bt_hidd.h
|
|||||||
components/esp_hid/private/bt_hidh.h
|
components/esp_hid/private/bt_hidh.h
|
||||||
components/esp_hid/private/esp_hidd_private.h
|
components/esp_hid/private/esp_hidd_private.h
|
||||||
components/esp_hid/src/esp_hid_common.c
|
components/esp_hid/src/esp_hid_common.c
|
||||||
components/esp_hid/src/esp_hidd.c
|
|
||||||
components/esp_hid/test/hid_descriptor.h
|
components/esp_hid/test/hid_descriptor.h
|
||||||
components/esp_hid/test/test_esp_hid.c
|
components/esp_hid/test/test_esp_hid.c
|
||||||
components/esp_hw_support/include/esp_clk.h
|
components/esp_hw_support/include/esp_clk.h
|
||||||
|
Reference in New Issue
Block a user