summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-07-27 02:47:57 -0700
committerJames R. Barlow <james@purplerock.ca>2022-07-27 23:08:36 -0700
commit05775878c423a4f9621f5cba1fd0859db00fd15a (patch)
tree51cfcabe8de4aae832206a00d83409325f3143c2 /.github
parent2a4bd6ae0f1c510e8262e4d67cf3ae0fd6988685 (diff)
Redo licensing info with SPDX
Resolving everything except: -debian/copyright can be deleted -some public domain items aren't SPDX compliant
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml3
-rw-r--r--.github/dependabot.yml3
-rw-r--r--.github/workflows/build.yml3
3 files changed, 9 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index f9e58e5..b55abd5 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2022 James R. Barlow
+# SPDX-License-Identifier: MPL-2.0
+
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2c7d170..99974ee 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2022 James R. Barlow
+# SPDX-License-Identifier: MPL-2.0
+
version: 2
updates:
# Maintain dependencies for GitHub Actions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index efffa4a..0bd8507 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2022 James R. Barlow
+# SPDX-License-Identifier: MPL-2.0
+
name: Build and upload to PyPI
on: [push, pull_request]