Added remaining few licenses
This commit is contained in:
parent
1950eda76c
commit
e582b5556c
9 changed files with 36 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define SECRET_SSID "ssid"
|
||||
#define SECRET_PASS "password"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define SECRET_SSID "ssid"
|
||||
#define SECRET_PASS "pass"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2019 Limor Fried for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define SECRET_SSID "ssid"
|
||||
#define SECRET_PASS "password"
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2018 Jerry Needell for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
print('Hello, World!')
|
||||
|
|
|
|||
|
|
@ -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? ")
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2019 Anne Barela for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
__version__ = "1.1"
|
||||
|
|
|
|||
4
SPDX.py
4
SPDX.py
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2022 Eva Herrada for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
|
||||
print("Starting SPDX Check")
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import usb_cdc
|
||||
usb_cdc.enable(data=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue