32 lines
1.1 KiB
TOML
32 lines
1.1 KiB
TOML
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
version = 1
|
|
SPDX-PackageName = "app_api"
|
|
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/app_api"
|
|
|
|
[[annotations]]
|
|
path = ["l10n/**.js", "l10n/**.json"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2023-2024 Nextcloud translators"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = [".tx/config", ".tx/backport", "composer.json", "composer.lock", "package-lock.json", "package.json"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
# Workaround annotating the folders
|
|
[[annotations]]
|
|
path = ["docs/**", "js/**", ""]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = ["img/app.svg", "img/app-dark.svg"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2018-2024 Google LLC"
|
|
SPDX-License-Identifier = "Apache-2.0"
|