Skip to content

Commit 5e00e49

Browse files
committed
ci: add MIT LICENSE and restore SPDX headers on new deploy workflows
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 4213ce5 commit 5e00e49

6 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/tests-deploy-docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: MIT
13
# Adapted from nextcloud/app_api's tests-deploy.yml — keeps the four HaRP-related
24
# jobs (bridge, bridge-no-tls, host, manual-host) so HaRP PRs exercise the same
35
# Docker deployment matrix AppAPI does, against the HaRP image built from this

.github/workflows/tests-deploy-k8s-clusterip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: MIT
13
# Adapted from nextcloud/app_api's tests-deploy-k8s.yml so HaRP PRs exercise
24
# the integration with AppAPI against a freshly built HaRP image.
35
name: Tests - K8s Deploy (ClusterIP)

.github/workflows/tests-deploy-k8s-loadbalancer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: MIT
13
# Adapted from nextcloud/app_api's tests-deploy-k8s.yml so HaRP PRs exercise
24
# the integration with AppAPI against a freshly built HaRP image.
35
name: Tests - K8s Deploy (LoadBalancer)

.github/workflows/tests-deploy-k8s-manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: MIT
13
# Adapted from nextcloud/app_api's tests-deploy-k8s.yml so HaRP PRs exercise
24
# the integration with AppAPI against a freshly built HaRP image.
35
name: Tests - K8s Deploy (Manual)

.github/workflows/tests-deploy-k8s.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: MIT
13
# Adapted from nextcloud/app_api's tests-deploy-k8s.yml so HaRP PRs exercise
24
# the integration with AppAPI against a freshly built HaRP image.
35
name: Tests - K8s Deploy (NodePort)

LICENSES/MIT.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MIT License
2+
3+
Copyright (c) <year> <copyright holders>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
9+
following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
16+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
18+
USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)