25 строки
912 B
TOML
25 строки
912 B
TOML
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
version = 1
|
|
SPDX-PackageName = "notify_push"
|
|
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/notify_push"
|
|
|
|
[[annotations]]
|
|
path = [".envrc", "Cargo.lock", "composer.json", "composer.lock", "tests/stub.phpstub"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = ["flake.lock", "flake.nix"]
|
|
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"
|