Skip to content

Commit ecec8b3

Browse files
committed
Added SPDX to 20 more files - spdx-8
1 parent a535a6e commit ecec8b3

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

All_Seeing_Skull/All_Seeing_Skull.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Phillip Burgess for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// All Seeing Skull -- Eye w PIR sensor
26
//--------------------------------------------------------------------------
37
// Uncanny eyes for Adafruit 1.5" OLED (product #1431) or 1.44" TFT LCD

All_Seeing_Skull/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Pin selections here are based on the original Adafruit Learning System
26
// guide for the Teensy 3.x project. Some of these pin numbers don't even
37
// exist on the smaller SAMD M0 & M4 boards, so you may need to make other

All_Seeing_Skull/graphics/defaultEye.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define SCLERA_WIDTH 200
26
#define SCLERA_HEIGHT 200
37

All_Seeing_Skull/graphics/dragonEye.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define IRIS_MIN 80 // Override default iris size limits in sketch
26
#define IRIS_MAX 400
37

All_Seeing_Skull/graphics/goatEye.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define SCLERA_WIDTH 128
26
#define SCLERA_HEIGHT 128
37

All_Seeing_Skull/graphics/logo.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Logo helps with screen orientation & positioning
26

37
#define LOGO_TOP_WIDTH 59

All_Seeing_Skull/graphics/newtEye.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define IRIS_MIN 180 // Override default iris size limits in sketch
26
#define IRIS_MAX 750
37

All_Seeing_Skull/graphics/noScleraEye.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 John Edgar Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
#define IRIS_MIN 120 // Override default iris size limits in sketch
26
#define IRIS_MAX 550
37

BLE_Robot_Rover/Ada_BLE_RC/Ada_BLE_RC.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*********************************************************************
26
This is an example for our nRF51822 based Bluefruit LE modules
37

BLE_Robot_Rover/Ada_BLE_RC/BluefruitConfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// COMMON SETTINGS
26
// ----------------------------------------------------------------------------------------------
37
// These settings are used in both SW UART, HW UART and SPI mode

0 commit comments

Comments
 (0)