37 lines
1.6 KiB
TOML
37 lines
1.6 KiB
TOML
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
version = 1
|
|
SPDX-PackageName = "logreader"
|
|
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/logreader"
|
|
|
|
[[annotations]]
|
|
path = [".github/issue_template.md", ".github/CODEOWNERS", "package-lock.json", "package.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".jshintrc", ".l10nignore", ".tx/config", "tsconfig.json", "js/vendor.LICENSE.txt", "krankerl.toml", ".nextcloudignore", ".devcontainer/devcontainer.json", ".scrutinizer.yml", ".tx/backport"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "none"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = ["l10n/**.js", "l10n/**.json"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2016 Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = ["js/**.js.map", "js/**.js", "js/**.mjs", "js/**.mjs.map", "js/templates/**.handlebars", "emptyTemplates/**", "css/**.css"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "screenshots/reader.png"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = ["img/app-dark.svg", "img/app.svg"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2018-2024 Google LLC"
|
|
SPDX-License-Identifier = "Apache-2.0"
|