45 lines
1.5 KiB
TOML
45 lines
1.5 KiB
TOML
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
version = 1
|
|
SPDX-PackageName = "external"
|
|
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/external"
|
|
|
|
# Dependency management
|
|
[[annotations]]
|
|
path = ["package-lock.json", "package.json", "composer.json", "composer.lock", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", "js/vendor.LICENSE.txt"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "none"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
# Build config files
|
|
[[annotations]]
|
|
path = [".l10nignore", "tsconfig.json", ".tx/config", ".github/CODEOWNERS", ".eslintrc.json", "tests/psalm-baseline.xml"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "none"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = ["openapi.json"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = ["screenshots/*.png"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = ["l10n/**.js", "l10n/**.json", "css/*.css"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2016-2024 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "img/app.svg"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2018-2024 Google LLC"
|
|
SPDX-License-Identifier = "Apache-2.0"
|