Browse Source
fix(spdx): Deduplicate license statements
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/12253/head
Joas Schilling
1 year ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
9 changed files with
19 additions and
35 deletions
-
.github/no-response.yml
-
.github/workflows/command-rebase.yml
-
.github/workflows/integration-mysql.yml
-
.github/workflows/integration-oci.yml
-
.github/workflows/integration-pgsql.yml
-
.github/workflows/integration-sqlite.yml
-
.github/workflows/jest.yml
-
.github/workflows/occ-command-documentation.yml
-
.reuse/dep5
|
|
@ -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. |
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors |
|
|
|
# SPDX-License-Identifier: MIT |
|
|
|
|
|
|
|
name: Jest |
|
|
|
|
|
|
|
on: |
|
|
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors |
|
|
|
# SPDX-License-Identifier: MIT |
|
|
|
|
|
|
|
name: Documentation |
|
|
|
|
|
|
|
on: |
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|