Skip to content

Commit 360bedd

Browse files
authored
Merge pull request #1902 from TheKitty/license-changes
Second Batch of License changes
2 parents 188283a + 5fe6504 commit 360bedd

File tree

21 files changed

+75
-0
lines changed

21 files changed

+75
-0
lines changed

Adafruit_AD8495_Guide/AD8495_Temperature/AD8495_Temperature.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
#define TC_PIN A0 // set to ADC pin used
26
#define AREF 3.3 // set to AREF, typically board voltage like 3.3 or 5.0
37
#define ADC_RESOLUTION 10 // set to ADC bit resolution, 10 is default

Adafruit_AD8495_Guide/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
import time
26
import analogio
37
import board

Adafruit_DS2413/DS2413/DS2413.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2014 Bill Earl for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <OneWire.h>
26

37
#define DS2413_ONEWIRE_PIN (8)

Adafruit_ESP32_Arduino_Demos/ESP32_FirmwareUpdater/ESP32BootROM.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2015 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
ESP32BootROM - part of the Firmware Updater for the
36
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

Adafruit_ESP32_Arduino_Demos/ESP32_FirmwareUpdater/ESP32BootROM.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2015 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
ESP32BootROM - part of the Firmware Updater for the
36
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

Adafruit_ESP32_Arduino_Demos/ESP32_FirmwareUpdater/ESP32_FirmwareUpdater.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
FirmwareUpdater - Firmware Updater for the
36
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

Adafruit_ESP32_Arduino_Demos/ESP32_FirmwareUpdater/Endianess.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2015 Arduino LLC
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
4+
15
/*
26
Endianess.ino - Network byte order conversion functions.
37
Copyright (c) 2015 Arduino LLC. All right reserved.

Adafruit_ESP32_Arduino_Demos/ESP32_QSPIFirmwareUpdater/ESP32BootROM.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
ESP32BootROM - part of the Firmware Updater for the
36
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

Adafruit_ESP32_Arduino_Demos/ESP32_QSPIFirmwareUpdater/ESP32BootROM.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
ESP32BootROM - part of the Firmware Updater for the
36
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

Adafruit_ESP32_Arduino_Demos/ESP32_QSPIFirmwareUpdater/ESP32_QSPIFirmwareUpdater.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
FirmwareUpdater - Firmware Updater for the
36
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.

Adafruit_ESP32_Arduino_Demos/ESP32_QSPIFirmwareUpdater/Endianess.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2015 Arduino LLC
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
Endianess.ino - Network byte order conversion functions.
36
Copyright (c) 2015 Arduino LLC. All right reserved.

Adafruit_ESP32_Arduino_Demos/SerialESPPassthrough/SerialESPPassthrough.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
SerialNINAPassthrough - Use esptool to flash the ESP32 module
36
For use with PyPortal, Metro M4 WiFi...

Adafruit_ESP32_Arduino_Demos/SerialESPPassthrough/serial_passthru_rp2040/serial_passthrough.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Arduino SA
2+
//
3+
// SPDX-License-Identifier: GPL-2.1-or-later
14
/*
25
RP2040-SerialESPPassthrough - Used for flashing ESP32 module
36
with the Raspberry Pi RP2040.

Adafruit_ESP32_Arduino_Demos/streaming_nativemp3_player/streaming_nativemp3_player.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2019 Limor Fried/Ladyada for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
26

37
//#define DEBUG_OUTPUT

Adafruit_ESP32_Arduino_Demos/streaming_podcast_player/streaming_podcast_player.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Limor Fried/Ladyada for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield
26

37
//#define DEBUG_OUTPUT

Adafruit_Feather_RP2040/digital_input/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""CircuitPython Digital Input example for Feather RP2040"""
26
import board
37
import digitalio

Adafruit_Feather_Sense/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""Sensor demo for Adafruit Feather Sense. Prints data from each of the sensors."""
26
import time
37
import array

Adafruit_Feather_Sense/feather_sense_sensor_demo/feather_sense_sensor_demo.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
#include <Adafruit_APDS9960.h>
26
#include <Adafruit_BMP280.h>
37
#include <Adafruit_LIS3MDL.h>

Adafruit_FunHouse/digital_input_led/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""CircuitPython Digital Input Example for FunHouse"""
26
import board
37
import digitalio

Adafruit_FunHouse/dotstar_rainbow/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""CircuitPython DotStar rainbow example for FunHouse"""
26
import time
37
import board

Adafruit_FunHouse/dotstar_red_green_blue/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
"""CircuitPython DotStar red, green, blue example for FunHouse"""
26
import time
37
import board

0 commit comments

Comments
 (0)