Skip to content

Commit 20773b5

Browse files
committed
Add SPDX headers
1 parent cc6fa10 commit 20773b5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams, written for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
categories:
26
- title: "New Boards"
37
collapse-after: 1
@@ -11,4 +15,4 @@ template: |
1115
1216
To use in CPython, `pip3 install Adafruit-PlatformDetect`.
1317
14-
Read the [docs](https://circuitpython.readthedocs.io/projects/platformdetect/en/latest/) for info on how to use it.
18+
Read the [docs](https://circuitpython.readthedocs.io/projects/platformdetect/en/latest/) for info on how to use it.

.github/workflows/release-drafter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams, written for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Release Drafter
26

37
on:
@@ -18,4 +22,4 @@ jobs:
1822
steps:
1923
- uses: release-drafter/release-drafter@v5
2024
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)