Skip to content

PR -4 - Added copyright info to 10 more projects #1878

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 5 commits into from
Oct 18, 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
4 changes: 4 additions & 0 deletions Turtle_BLE_CPB_Crickit_Rover/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT

# Circuit Playground Bluefruit Rover
# Use with the Adafruit BlueFruit LE Connect app
# Works with CircuitPython 5.0.0-beta.0 and later
Expand Down
4 changes: 4 additions & 0 deletions Twitch_On_Air_Sign/ESP8266_OnAirSign/ESP8266_OnAirSign.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT

/*
* Simple HTTP get webclient test
*/
Expand Down
4 changes: 4 additions & 0 deletions Twitch_On_Air_Sign/WINC1500_OnAirSign/WINC1500_OnAirSign.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT

#include <SPI.h>
#include <WiFi101.h>
#include <Adafruit_NeoPixel.h>
Expand Down
4 changes: 4 additions & 0 deletions Twitter_API/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019 Dave Astels for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""
Twitter API for PyPortal.

Expand Down
4 changes: 4 additions & 0 deletions USB_NeXT_Keyboard/USB_NeXT_Keyboard/USB_NeXT_Keyboard.ino
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: BSD

// 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
// Requires an Arduino Micro for the USB portion - but could be ported to another micro fairly easily
Expand Down
4 changes: 4 additions & 0 deletions USB_NeXT_Keyboard/USB_NeXT_Keyboard/nextkeyboard.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 1997 Juergen Hannken-Illjes for The NetBSD Foundation
//
// SPDX-License-Identifier: Berkeley

#include "wsksymdef.h"

/* $NetBSD: wskbdmap_next.c,v 1.5 2008/04/28 20:23:30 martin Exp $ */
Expand Down
4 changes: 4 additions & 0 deletions USB_NeXT_Keyboard/USB_NeXT_Keyboard/wsksymdef.h
Original file line number Diff line number Diff line change
@@ -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 $ */
/* $NetBSD: wsksymdef.h,v 1.34.4.1 2000/07/07 09:49:54 hannken Exp $ */

Expand Down
4 changes: 4 additions & 0 deletions USB_SNES_Gamepad/teensySNES_Portal/teensySNES_Portal.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT

const int pinAnalogXInput = 3;
const int pinAnalogYInput = 1;
const int pinAnalogZInput = 2;
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

const int pinBtnUp = 0;

const int pinLEDOutput = 11;
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

#define KEYREPEAT 85 // delay when repeating characters
#define KEYDELAY 200 // delay from first to second character
const int pinAnalogXInput = 3;
Expand Down
4 changes: 4 additions & 0 deletions USB_SNES_Gamepad/teensySNES_test1/teensySNES_test1.ino
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

#define REPEATRATE 100 // milliseconds

const int pinBtnUp = 0;
Expand Down
4 changes: 4 additions & 0 deletions USB_SNES_Gamepad/teensySNES_test2/teensySNES_test2.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
//
// SPDX-License-Identifier: MIT

const int pinAnalogXInput = 3;
const int pinAnalogYInput = 1;
const int pinAnalogZInput = 2;
Expand Down
4 changes: 4 additions & 0 deletions Ukulele/code.py
Original file line number Diff line number Diff line change
@@ -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
Adafruit invests time and resources providing this open source code.
Expand Down
4 changes: 4 additions & 0 deletions UnicornHorn_CapacitiveTouch/UnicornHorn_CapacitiveTouch.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2018 Erin St. Blaine for Adafruit Industries
//
// SPDX-License-Identifier: MIT

#include "Adafruit_FreeTouch.h"
#include "FastLED.h"

Expand Down
4 changes: 4 additions & 0 deletions VOTE_Keyboard/code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 Collin Cunningham for Adafruit Industries
#
# SPDX-License-Identifier: MIT

import board
from digitalio import DigitalInOut, Direction, Pull
import usb_hid
Expand Down