Skip to content

Commit 778ca22

Browse files
committed
Fixed a few files
1 parent d487d40 commit 778ca22

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

Trinket_Gemma_Blinky_Eyes/Trinket_Gemma_Blinky_Eyes.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
22
//
3-
// SPDX-License-Identifier: MIT
3+
// SPDX-License-Identifier: GPLv3
44

55
/*
66
Name: Blinking Eyes - based on code by Brad Blumenthal, MAKE Magazine

Trinket_Gemma_Blinky_Eyes/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: MIT
3+
# SPDX-License-Identifier: GPLv3
44

55
"""
66
Blinking Eyes - based on code by Brad Blumenthal, MAKE Magazine

Trinket_React_Counter/TrinketReactCounter_14segment/TrinketReactCounter_14segment.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
1+
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
22
//
33
// SPDX-License-Identifier: MIT
44

Trinket_React_Counter/TrinketReactCounter_7segment/TrinketReactCounter_7segment.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
1+
// SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
22
//
33
// SPDX-License-Identifier: MIT
44

Trinket_Ultrasonic_Rangefinder/Trinket_Ultrasonic_Rangefinder.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SPDX-FileCopyrightText: 2018 Mikey Sklar for Adafruit Industries
2+
// SPDX-FileCopyrightText: 2018 Anne Barela for Adafruit Industries
23
//
34
// SPDX-License-Identifier: MIT
45

@@ -22,7 +23,7 @@
2223
by Bruce Allen and Bill Gentles
2324
2425
Version 2.0 Adds Arduino IDE 1.6.7 and greater Wire support
25-
Mike Barela for Adafruit Industries
26+
Anne Barela for Adafruit Industries
2627
*/
2728

2829
// include the library code

0 commit comments

Comments
 (0)