Skip to content

Second Batch of License changes #1902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
#define TC_PIN A0 // set to ADC pin used
#define AREF 3.3 // set to AREF, typically board voltage like 3.3 or 5.0
#define ADC_RESOLUTION 10 // set to ADC bit resolution, 10 is default
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_AD8495_Guide/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
import time
import analogio
import board
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_DS2413/DS2413/DS2413.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2014 Bill Earl for Adafruit Industries
//
// SPDX-License-Identifier: MIT

#include <OneWire.h>

#define DS2413_ONEWIRE_PIN (8)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2015 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
ESP32BootROM - part of the Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2015 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
ESP32BootROM - part of the Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
FirmwareUpdater - Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2015 Arduino LLC
//
// SPDX-License-Identifier: GPL-2.1-or-later

/*
Endianess.ino - Network byte order conversion functions.
Copyright (c) 2015 Arduino LLC. All right reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
ESP32BootROM - part of the Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
ESP32BootROM - part of the Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
FirmwareUpdater - Firmware Updater for the
Arduino MKR WiFi 1010, Arduino MKR Vidor 4000, and Arduino UNO WiFi Rev.2.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2015 Arduino LLC
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
Endianess.ino - Network byte order conversion functions.
Copyright (c) 2015 Arduino LLC. All right reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
SerialNINAPassthrough - Use esptool to flash the ESP32 module
For use with PyPortal, Metro M4 WiFi...
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2018 Arduino SA
//
// SPDX-License-Identifier: GPL-2.1-or-later
/*
RP2040-SerialESPPassthrough - Used for flashing ESP32 module
with the Raspberry Pi RP2040.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/Ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield

//#define DEBUG_OUTPUT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Limor Fried/Ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
// Stream MP3s over WiFi on Metro M4 Express and play via music maker shield

//#define DEBUG_OUTPUT
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_Feather_RP2040/digital_input/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython Digital Input example for Feather RP2040"""
import board
import digitalio
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_Feather_Sense/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""Sensor demo for Adafruit Feather Sense. Prints data from each of the sensors."""
import time
import array
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
//
// SPDX-License-Identifier: MIT
//
#include <Adafruit_APDS9960.h>
#include <Adafruit_BMP280.h>
#include <Adafruit_LIS3MDL.h>
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_FunHouse/digital_input_led/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython Digital Input Example for FunHouse"""
import board
import digitalio
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_FunHouse/dotstar_rainbow/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython DotStar rainbow example for FunHouse"""
import time
import board
Expand Down
4 changes: 4 additions & 0 deletions Adafruit_FunHouse/dotstar_red_green_blue/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
#
"""CircuitPython DotStar red, green, blue example for FunHouse"""
import time
import board
Expand Down