aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-01-15 01:09:37 +0100
committerLinus Jahn <lnj@kaidan.im>2022-01-15 01:09:37 +0100
commita0d1776419c61903f8e6534ad3db56df275954ac (patch)
tree70ac8963bf754b541714a24ba07f46cbb4389fe8 /.github
parent37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff)
downloadqxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz
REUSE-ify whole project
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md6
-rw-r--r--.github/workflows/push-docs.yml4
-rw-r--r--.github/workflows/tests.yml4
3 files changed, 14 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 1565e426..7504d386 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2021 Linus Jahn <lnj@kaidan.im>
+
+SPDX-License-Identifier: CC0-1.0
+-->
+
Before opening a pull-request please do:
- [ ] Documentation:
- [ ] Document every new public class and function
diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml
index 0ab8293e..5930439b 100644
--- a/.github/workflows/push-docs.yml
+++ b/.github/workflows/push-docs.yml
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2020 Linus Jahn <lnj@kaidan.im>
+#
+# SPDX-License-Identifier: CC0-1.0
+
---
name: push-docs
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f89c52b9..82ef50ab 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2020 Jeremy Lainé <jeremy.laine@m4x.org>
+#
+# SPDX-License-Identifier: CC0-1.0
+
name: tests
on: [push, pull_request]