summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-07-13 16:28:49 -0700
committerGitHub <noreply@github.com>2020-07-13 16:28:49 -0700
commit51c888d4be5ec0e0bc19a0de539f0f21a04da135 (patch)
treeb7ba99db56a8274a1cd61b3b65f973b024ea2996 /.github/workflows
parent3ddb598f0d3d7c9d36b619e753e3da5b904b212a (diff)
parent34b4993d63a6b576f29d624385c681f679b4124c (diff)
Merge pull request #3003 from Flameeyes/master
License tagging according to REUSE specifications.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--.github/workflows/create_website_pr.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4b1cf5fe..2975ad2f9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
+#
+# SPDX-License-Identifier: MIT
+
name: Build CI
on:
diff --git a/.github/workflows/create_website_pr.yml b/.github/workflows/create_website_pr.yml
index 9907c08ae..71959ffdc 100644
--- a/.github/workflows/create_website_pr.yml
+++ b/.github/workflows/create_website_pr.yml
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
+#
+# SPDX-License-Identifier: MIT
+
name: Update CircuitPython.org
on: