Skip to content

Commit e66054a

Browse files
pillo79soburi
authored andcommitted
treewide: fix SPDX tags on existing files
Explicitly state the license in all source files to comply with SPDX best practices. In addition, update the copyright notice to the new format. Note: Cherry-picked only copyright and license notices. Co-authored-by: Luca Burelli <l.burelli@arduino.cc> Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 53abfbc commit e66054a

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

variants/arduino_nano_33_ble/arduino_nano_33_ble.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Arduino s.r.l. and/or its affiliated companies
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
/ {
28
zephyr,user {
39
digital-pin-gpios = <&arduino_nano_header 0 0>,

variants/arduino_nano_33_iot/arduino_nano_33_iot.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Arduino s.r.l. and/or its affiliated companies
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include <zephyr/dt-bindings/adc/adc.h>
28

39
/ {

variants/nrf52840dk_nrf52840/nrf52840dk_nrf52840.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Arduino s.r.l. and/or its affiliated companies
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
/ {
28
zephyr,user {
39
digital-pin-gpios = <&arduino_header 6 0>, /* Digital */

variants/nrf9160dk_nrf9160/nrf9160dk_nrf9160.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Arduino s.r.l. and/or its affiliated companies
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
/ {
28
zephyr,user {
39
digital-pin-gpios =

0 commit comments

Comments
 (0)