Added remaining few licenses

This commit is contained in:
dherrada 2022-03-02 15:37:07 -05:00
parent 1950eda76c
commit e582b5556c
9 changed files with 36 additions and 0 deletions

View file

@ -1,2 +1,6 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define SECRET_SSID "ssid"
#define SECRET_PASS "password"

View file

@ -1,2 +1,6 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define SECRET_SSID "ssid"
#define SECRET_PASS "pass"

View file

@ -1,2 +1,6 @@
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#define SECRET_SSID "ssid"
#define SECRET_PASS "password"

View file

@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries
#
# SPDX-License-Identifier: MIT
print('Hello, World!')

View file

@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
#
# SPDX-License-Identifier: MIT
"""Example of assigning a variable."""
user_name = input("What is your name? ")

View file

@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT

View file

@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
#
# SPDX-License-Identifier: MIT
__version__ = "1.1"

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Eva Herrada for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import os
print("Starting SPDX Check")

View file

@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
#
# SPDX-License-Identifier: MIT
import usb_cdc
usb_cdc.enable(data=True)