summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-05-03 09:55:58 +0200
committerGitHub <noreply@github.com>2024-05-03 09:55:58 +0200
commitda5a875b6f9f2e0ad602f7fef2d50383aa84ccda (patch)
treea8ea1977e2287278b01cc1f3b827b14f2471f1b7
parent0f4a4eb6d60ba5b05839f65dea9ecb2df09193ed (diff)
parentc288962acb09be43edf2c48c7293d52d18fbc9d6 (diff)
Merge pull request #12253 from nextcloud/bugfix/noid/deduplicate-license-statements
fix(spdx): Deduplicate license statements
-rw-r--r--.github/no-response.yml13
-rw-r--r--.github/workflows/command-rebase.yml3
-rw-r--r--.github/workflows/integration-mysql.yml6
-rw-r--r--.github/workflows/integration-oci.yml6
-rw-r--r--.github/workflows/integration-pgsql.yml6
-rw-r--r--.github/workflows/integration-sqlite.yml6
-rw-r--r--.github/workflows/jest.yml3
-rw-r--r--.github/workflows/occ-command-documentation.yml3
-rw-r--r--.reuse/dep58
9 files changed, 19 insertions, 35 deletions
diff --git a/.github/no-response.yml b/.github/no-response.yml
deleted file mode 100644
index d14c7d3d6..000000000
--- a/.github/no-response.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration for probot-no-response - https://github.com/probot/no-response
-
-# Number of days of inactivity before an Issue is closed for lack of response
-daysUntilClose: 21
-# Label requiring a response
-responseRequiredLabel: "needs info"
-# Comment to post when closing an Issue for lack of response. Set to `false` to disable
-closeComment: >
- This issue has been automatically closed because there has been no response
- to our request for more information. With only the information that is
- currently in the issue, we don't have enough information to take action.
- Please reach out if you have or find the answers we need so that we can
- investigate further.
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index ec95ccbbf..dbc1ed8eb 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+#
+# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
name: Rebase command
diff --git a/.github/workflows/integration-mysql.yml b/.github/workflows/integration-mysql.yml
index ee20c691b..260facc48 100644
--- a/.github/workflows/integration-mysql.yml
+++ b/.github/workflows/integration-mysql.yml
@@ -1,7 +1,5 @@
-# This workflow is provided via the organization template repository
-#
-# https://github.com/nextcloud/.github
-# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
name: Integration mysql
diff --git a/.github/workflows/integration-oci.yml b/.github/workflows/integration-oci.yml
index 78605aa0f..e6c9a2e72 100644
--- a/.github/workflows/integration-oci.yml
+++ b/.github/workflows/integration-oci.yml
@@ -1,7 +1,5 @@
-# This workflow is provided via the organization template repository
-#
-# https://github.com/nextcloud/.github
-# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
name: Integration oci
diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml
index 2bf5dcaf2..2002858e1 100644
--- a/.github/workflows/integration-pgsql.yml
+++ b/.github/workflows/integration-pgsql.yml
@@ -1,7 +1,5 @@
-# This workflow is provided via the organization template repository
-#
-# https://github.com/nextcloud/.github
-# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
name: Integration pgsql
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml
index 590d2a716..cb6ebf56e 100644
--- a/.github/workflows/integration-sqlite.yml
+++ b/.github/workflows/integration-sqlite.yml
@@ -1,7 +1,5 @@
-# This workflow is provided via the organization template repository
-#
-# https://github.com/nextcloud/.github
-# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
name: Integration sqlite
diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml
index 22e795ed7..648630457 100644
--- a/.github/workflows/jest.yml
+++ b/.github/workflows/jest.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
+
name: Jest
on:
diff --git a/.github/workflows/occ-command-documentation.yml b/.github/workflows/occ-command-documentation.yml
index 24a76008d..3ac5d849a 100644
--- a/.github/workflows/occ-command-documentation.yml
+++ b/.github/workflows/occ-command-documentation.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: MIT
+
name: Documentation
on:
diff --git a/.reuse/dep5 b/.reuse/dep5
index 465bcea50..b6d0a420c 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -4,10 +4,6 @@ Upstream-Contact: Nextcloud <info@nextcloud.com>
Source: https://github.com/nextcloud/spreed/
-Files: appinfo/info.xml
-Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
-License: AGPL-3.0-or-later
-
Files: l10n/*.js l10n/*.json
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later
@@ -20,7 +16,7 @@ Files: openapi.json openapi-*.json src/types/openapi/*.ts
Copyright: 2023 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later
-Files: .github/*
+Files: .github/CODEOWNERS .github/ISSUE_TEMPLATE/1_bug_report.md .github/ISSUE_TEMPLATE/2_feature_request.md .github/ISSUE_TEMPLATE/3_bot_list.yml .github/contributing.md .github/dependabot.yml .github/pull_request_template.md
Copyright: none
License: CC0-1.0
@@ -32,7 +28,7 @@ Files: tests/integration/features/*/*.feature
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
License: CC0-1.0
-Files: .editorconfig babel.config.js package.json package-lock.json */package.json */package-lock.json composer.json composer.lock */composer.json */composer.lock README.md .gitignore .l10nignore psalm.xml tests/psalm-baseline.xml vendor-bin/*/composer.json vendor-bin/*/composer.lock .tx/config */phpunit.xml tsconfig.json
+Files: package.json package-lock.json */package.json */package-lock.json composer.json composer.lock */composer.json */composer.lock .gitignore .l10nignore psalm.xml tests/psalm-baseline.xml vendor-bin/*/composer.json vendor-bin/*/composer.lock .tx/config */phpunit.xml tsconfig.json
Copyright: none
License: CC0-1.0