Add SPDX headers

This commit is contained in:
Melissa LeBlanc-Williams 2023-09-05 16:49:27 -07:00
parent e55c4c9862
commit 0d520e409e
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
categories:
- title: "New Boards"
collapse-after: 1
@ -11,4 +15,4 @@ template: |
To use in CPython, `pip3 install adafruit-blinka`.
Read the [docs](https://circuitpython.readthedocs.io/projects/blinka/en/latest/) for info on how to use it.
Read the [docs](https://circuitpython.readthedocs.io/projects/blinka/en/latest/) for info on how to use it.

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams, written for Adafruit Industries
#
# SPDX-License-Identifier: MIT
name: Release Drafter
on:
@ -18,4 +22,4 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}