Merge pull request #1878 from dherrada/spdx_-4

PR -4 - Added copyright info to 10 more projects
This commit is contained in:
Dylan Herrada 2021-10-18 12:13:39 -04:00 committed by GitHub
commit f4bfab5d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 60 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Circuit Playground Bluefruit Rover # Circuit Playground Bluefruit Rover
# Use with the Adafruit BlueFruit LE Connect app # Use with the Adafruit BlueFruit LE Connect app
# Works with CircuitPython 5.0.0-beta.0 and later # Works with CircuitPython 5.0.0-beta.0 and later

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
/* /*
* Simple HTTP get webclient test * Simple HTTP get webclient test
*/ */

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include <SPI.h> #include <SPI.h>
#include <WiFi101.h> #include <WiFi101.h>
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
Twitter API for PyPortal. Twitter API for PyPortal.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
//
// SPDX-License-Identifier: BSD
// NeXT non-ADB Keyboard to USB converter // NeXT non-ADB Keyboard to USB converter
// This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard // This will take an older NeXT keyboard, talk to it, and turn the keycodes into a USB keyboard
// Requires an Arduino Micro for the USB portion - but could be ported to another micro fairly easily // Requires an Arduino Micro for the USB portion - but could be ported to another micro fairly easily

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
//
// SPDX-License-Identifier: Berkeley
#include "wsksymdef.h" #include "wsksymdef.h"
/* $NetBSD: wskbdmap_next.c,v 1.5 2008/04/28 20:23:30 martin Exp $ */ /* $NetBSD: wskbdmap_next.c,v 1.5 2008/04/28 20:23:30 martin Exp $ */

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
//
// SPDX-License-Identifier: Berkeley
/* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */ /* $OpenBSD: wsksymdef.h,v 1.32 2008/06/26 05:42:19 ray Exp $ */
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */ /* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
const int pinAnalogXInput = 3; const int pinAnalogXInput = 3;
const int pinAnalogYInput = 1; const int pinAnalogYInput = 1;
const int pinAnalogZInput = 2; const int pinAnalogZInput = 2;

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
const int pinBtnUp = 0; const int pinBtnUp = 0;
const int pinLEDOutput = 11; const int pinLEDOutput = 11;

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define KEYREPEAT 85 // delay when repeating characters #define KEYREPEAT 85 // delay when repeating characters
#define KEYDELAY 200 // delay from first to second character #define KEYDELAY 200 // delay from first to second character
const int pinAnalogXInput = 3; const int pinAnalogXInput = 3;

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Limor Fried/ladyada for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define REPEATRATE 100 // milliseconds #define REPEATRATE 100 // milliseconds
const int pinBtnUp = 0; const int pinBtnUp = 0;

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT
const int pinAnalogXInput = 3; const int pinAnalogXInput = 3;
const int pinAnalogYInput = 1; const int pinAnalogYInput = 1;
const int pinAnalogZInput = 2; const int pinAnalogZInput = 2;

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Erin St. Blaine for Adafruit Industries
#
# SPDX-License-Identifier: MIT
""" """
LED Ukulele with Feather Sense and PropMaker Wing LED Ukulele with Feather Sense and PropMaker Wing
Adafruit invests time and resources providing this open source code. Adafruit invests time and resources providing this open source code.

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#include "Adafruit_FreeTouch.h" #include "Adafruit_FreeTouch.h"
#include "FastLED.h" #include "FastLED.h"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Collin Cunningham for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import board import board
from digitalio import DigitalInOut, Direction, Pull from digitalio import DigitalInOut, Direction, Pull
import usb_hid import usb_hid