summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authormax.mehl <max.mehl@fsfe.org>2022-05-17 11:16:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-06-13 09:13:00 +0200
commitad9bc5976d6661cd5b03ebc379313bf657701c14 (patch)
tree426eda5bab8991572f9e80b11844eb525ce18163 /zuul.d
parent965119855d74c918372099bdcf81efa76b7a6988 (diff)
downloadcurl-ad9bc5976d6661cd5b03ebc379313bf657701c14.tar.gz
copyright: make repository REUSE compliant
Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/jobs.yaml2
-rw-r--r--zuul.d/playbooks/post.yaml4
-rw-r--r--zuul.d/playbooks/pre.yaml4
-rw-r--r--zuul.d/playbooks/run.yaml6
4 files changed, 12 insertions, 4 deletions
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 69f25fa62..6947aaea3 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -18,6 +18,8 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
+# SPDX-License-Identifier: curl
+#
###########################################################################
# The results of each of these jobs can be found at
diff --git a/zuul.d/playbooks/post.yaml b/zuul.d/playbooks/post.yaml
index 1d2171812..52248d992 100644
--- a/zuul.d/playbooks/post.yaml
+++ b/zuul.d/playbooks/post.yaml
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2021 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
+# SPDX-License-Identifier: curl
+#
###########################################################################
---
- hosts: all
diff --git a/zuul.d/playbooks/pre.yaml b/zuul.d/playbooks/pre.yaml
index 9fe7fc4a5..1ea967c3c 100644
--- a/zuul.d/playbooks/pre.yaml
+++ b/zuul.d/playbooks/pre.yaml
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2021 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
+# SPDX-License-Identifier: curl
+#
###########################################################################
---
- hosts: all
diff --git a/zuul.d/playbooks/run.yaml b/zuul.d/playbooks/run.yaml
index d78e04a57..473f99750 100644
--- a/zuul.d/playbooks/run.yaml
+++ b/zuul.d/playbooks/run.yaml
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2021 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
+# SPDX-License-Identifier: curl
+#
###########################################################################
---
- hosts: all
@@ -30,4 +32,4 @@
environment: "{{ curl_env }}"
shell: "./scripts/zuul/script.sh"
args:
- chdir: "{{ zuul.project.src_dir }}" \ No newline at end of file
+ chdir: "{{ zuul.project.src_dir }}"