Skip to content

Commit 7789eca

Browse files
committed
component wifi: fix SPDX identifier
1 parent ec836ae commit 7789eca

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

components/wifi/esp8266-driver/ESP8266/ESP8266.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* ESP8266 Example
22
* Copyright (c) 2015 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

components/wifi/esp8266-driver/ESP8266/ESP8266.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* ESP8266Interface Example
22
* Copyright (c) 2015 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

components/wifi/esp8266-driver/ESP8266Interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* ESP8266 implementation of NetworkInterfaceAPI
22
* Copyright (c) 2015 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

components/wifi/esp8266-driver/ESP8266Interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* ESP8266 implementation of NetworkInterfaceAPI
22
* Copyright (c) 2015 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)