From 0d520e409e7ea1ac8bbfc2602db960a5ba77a26a Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 5 Sep 2023 16:49:27 -0700 Subject: [PATCH] Add SPDX headers --- .github/release-drafter.yml | 6 +++++- .github/workflows/release-drafter.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 }} -- 2.49.0