Skip to content

Commit bd47b44

Browse files
committed
First bach of license files
1 parent cb9527b commit bd47b44

File tree

9 files changed

+35
-0
lines changed

9 files changed

+35
-0
lines changed

3D_Printed_Bionic_Eye/3D_Printed_Bionic_Eye.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2018 Bill Earl and Mikey Sklar for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
14
/*******************************************************************
25
Bionic Eye sketch for Adafruit Trinket.
36

3D_Printed_Bionic_Eye/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Bill Earl and Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
15
# Bionic Eye sketch for Adafruit Trinket.
26
#
37
# written by Bill Earl for Arduino

3D_Printed_Daft_Punk_Helmet/3D_Printed_Daft_Punk_Helmet-Front-Animation/3D_Printed_Daft_Punk_Helmet-Front-Animation.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
15
// Fiery demon horns (rawr!) for Adafruit Trinket/Gemma.
26
// Adafruit invests time and resources providing this open source code,
37
// please support Adafruit and open-source hardware by purchasing

3D_Printed_Daft_Punk_Helmet/3D_Printed_Daft_Punk_Helmet-Front-Animation/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Fiery demon horns (rawr!) for Adafruit Trinket/Gemma.
26
# Adafruit invests time and resources providing this open source code,
37
# please support Adafruit and open-source hardware by purchasing

3D_Printed_Daft_Punk_Helmet/3D_Printed_Daft_Punk_Helmet-Side-Animation/3D_Printed_Daft_Punk_Helmet-Side-Animation.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Adafruit Trinket+NeoPixel animation for Daft Punk-inspired helmet.
26
// Contains some ATtiny85-specific stuff; won't run as-is on Uno, etc.
37

3D_Printed_Daft_Punk_Helmet/3D_Printed_Daft_Punk_Helmet-Side-Animation/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2014 Phil Burgess for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Adafruit Trinket+NeoPixel animation for Daft Punk-inspired helmet.
26
# Contains some ATtiny85-specific stuff; won't run as-is on Uno, etc.
37

3D_Printed_Guardian_Sword/3D_Printed_Guardian_Sword.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_NeoPixel.h>
26
#ifdef __AVR__
37
#include <avr/power.h>

3D_Printed_LED_Fire_Horns/3D_Printed_LED_Fire_Horns.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2017 Phil Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Fiery demon horns (rawr!) for Adafruit Trinket/Gemma.
26
// Adafruit invests time and resources providing this open source code,
37
// please support Adafruit and open-source hardware by purchasing

3D_Printed_LED_Fire_Horns/code.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2018 Phil Burgess and Mikey Sklar for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Fiery demon horns (rawr!) for Adafruit Trinket/Gemma.
26
# Adafruit invests time and resources providing this open source code,
37
# please support Adafruit and open-source hardware by purchasing

0 commit comments

Comments
 (0)