chore: Migrate REUSE to TOML
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Родитель
f19723d8a4
Коммит
b2f3261231
43
.reuse/dep5
43
.reuse/dep5
|
@ -1,43 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: notifications
|
||||
Upstream-Contact: Nextcloud <info@nextcloud.com>
|
||||
Source: https://github.com/nextcloud/notifications/
|
||||
|
||||
|
||||
Files: l10n/*.js l10n/*.json
|
||||
Copyright: 2016 Nextcloud GmbH and Nextcloud and ownCloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: js/*.js js/*.js.map
|
||||
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: openapi.json openapi-*.json src/types/openapi/*.ts
|
||||
Copyright: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: .github/CODEOWNERS .github/dependabot.yml tests/Integration/base-query-count.txt
|
||||
Copyright: none
|
||||
License: CC0-1.0
|
||||
|
||||
Files: docs .github/issue_template.md .github/contributing.md AUTHORS.md README.md
|
||||
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
|
||||
License: CC0-1.0
|
||||
|
||||
Files: tests/Integration/features/*.feature
|
||||
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
|
||||
License: CC0-1.0
|
||||
|
||||
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
|
||||
|
||||
# Icons
|
||||
Files: img/notifications-dark.svg img/notifications.png img/notifications.svg
|
||||
Copyright: Nextcloud GmbH and Nextcloud contributors
|
||||
License: CC0-1.0
|
||||
|
||||
# Sounds
|
||||
Files: img/notification.ogg img/talk.ogg
|
||||
Copyright: 2017 Feandesign https://soundcloud.com/feandesign
|
||||
License: CC0-1.0
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Authors
|
||||
|
||||
- Daniel Kesselberg <mail@danielkesselberg.de>
|
||||
|
@ -6,4 +10,5 @@
|
|||
- Kate Döen <kate.doeen@nextcloud.com>
|
||||
- Nikita Toponen <natoponen@gmail.com>
|
||||
- Thomas Müller <thomas.mueller@tmit.eu>
|
||||
- Nextcloud GmbH
|
||||
- ownCloud, Inc.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
|
||||
- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-->
|
||||
# Notifications
|
||||
|
||||
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/notifications)](https://api.reuse.software/info/github.com/nextcloud/notifications)
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
version = 1
|
||||
SPDX-PackageName = "notifications"
|
||||
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/notifications/"
|
||||
|
||||
[[annotations]]
|
||||
path = ["l10n/**.js", "l10n/**.json"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud and ownCloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ["js/**.js", "js/**.js.map"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ["openapi.json", "openapi-**.json", "src/types/openapi/**.ts"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = [".github/CODEOWNERS", ".github/dependabot.yml", "tests/Integration/base-query-count.txt"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "none"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["docs", ".github/issue_template.md", ".github/contributing.md", "AUTHORS.md", "README.md"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "tests/Integration/features/**.feature"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["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"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "none"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["img/notifications-dark.svg", "img/notifications.png", "img/notifications.svg"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["img/notification.ogg", "img/talk.ogg"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2017 Feandesign https://soundcloud.com/feandesign"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
|
@ -915,12 +915,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "0988e496b6f9c5086e4cf6b9364cba9360b4c808"
|
||||
"reference": "6a23d33b2cfd8660aa2a23ee377329773451dcf7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/0988e496b6f9c5086e4cf6b9364cba9360b4c808",
|
||||
"reference": "0988e496b6f9c5086e4cf6b9364cba9360b4c808",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/6a23d33b2cfd8660aa2a23ee377329773451dcf7",
|
||||
"reference": "6a23d33b2cfd8660aa2a23ee377329773451dcf7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -952,7 +952,7 @@
|
|||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
},
|
||||
"time": "2024-07-06T00:35:19+00:00"
|
||||
"time": "2024-06-28T00:36:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Admin notifications
|
||||
|
||||
Allows admins to generate notifications for users via the console or an HTTP endpoint
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
|
||||
- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-->
|
||||
# Notification Workflow for an App that sends Notifications
|
||||
|
||||
## Example story
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-FileCopyrightText: 2015 ownCloud, Inc.
|
||||
- SPDX-License-Identifier: AGPL-3.0-only
|
||||
-->
|
||||
# Reading and deleting notifications as a Client v1
|
||||
|
||||
## Checking the capabilities of the server
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Reading and deleting notifications as a Client v2
|
||||
|
||||
## New in APIv2
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Push notifications as a Nextcloud client device
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
Загрузка…
Ссылка в новой задаче