From: Melissa LeBlanc-Williams Date: Tue, 5 Sep 2023 23:49:27 +0000 (-0700) Subject: Add SPDX headers X-Git-Tag: 8.21.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/0d520e409e7ea1ac8bbfc2602db960a5ba77a26a Add SPDX headers --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 7a23810..70b453a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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. diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1fb78c0..bc9d42f 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -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 }}