]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Add SPDX headers
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Tue, 5 Sep 2023 23:49:27 +0000 (16:49 -0700)
committerMelissa LeBlanc-Williams <melissa@adafruit.com>
Tue, 5 Sep 2023 23:49:27 +0000 (16:49 -0700)
.github/release-drafter.yml
.github/workflows/release-drafter.yml

index 7a23810958fa82728dd04c191faf23d99fe6faf5..70b453ad1903b433eba868a3beb23a03fb48c496 100644 (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.
\ No newline at end of file
+  Read the [docs](https://circuitpython.readthedocs.io/projects/blinka/en/latest/) for info on how to use it.
index 1fb78c0b4e80ede47d15aee8d75f7fc43092256d..bc9d42f4a72540f163f57354f7751afe679f7459 100644 (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 }}
\ No newline at end of file
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}