Add SPDX headers
This commit is contained in:
parent
e55c4c9862
commit
0d520e409e
2 changed files with 10 additions and 2 deletions
6
.github/release-drafter.yml
vendored
6
.github/release-drafter.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
6
.github/workflows/release-drafter.yml
vendored
6
.github/workflows/release-drafter.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue