-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREUSE.toml
60 lines (51 loc) · 3.68 KB
/
REUSE.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "integration_openproject"
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/integration_openproject"
[[annotations]]
path = ["l10n/*.js", "l10n/*.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Nextcloud translators"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [".tx/config"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [".tx/backport"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2024 Jankari Tech Pvt. Ltd."
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["composer.json", "composer.lock"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2025 Jankari Tech Pvt. Ltd., 2022 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["package-lock.json", "package.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2021-2025 Nextcloud GmbH and Nextcloud contributors, 2022-2024 Jankari Tech Pvt. Ltd."
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["tests/jest/components/__snapshots__/AdminSettings.spec.js.snap", "tests/jest/components/__snapshots__/OAuthConnectButton.spec.js.snap", "tests/jest/components/__snapshots__/PersonalSettings.spec.js.snap", "tests/jest/components/tab/__snapshots__/EmptyContent.spec.js.snap", "tests/jest/components/tab/__snapshots__/SearchInput.spec.js.snap", "tests/jest/components/tab/__snapshots__/WorkPackage.spec.js.snap", "tests/jest/components/admin/__snapshots__/FieldValue.spec.js.snap", "tests/jest/components/admin/__snapshots__/FormHeading.spec.js.snap", "tests/jest/components/admin/__snapshots__/TextInput.spec.js.snap", "tests/jest/views/__snapshots__/CreateWorkpackageModal.spec.js.snap", "tests/jest/views/__snapshots__/Dashboard.spec.js.snap", "tests/jest/views/__snapshots__/LinkMultipleFilesModal.spec.js.snap", "tests/jest/views/__snapshots__/ProjectsTab.spec.js.snap"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2025 Jankari Tech Pvt. Ltd., 2022-2023 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["tests/jest/fixtures/availableProjectAssigneesResponse.json", "tests/jest/fixtures/availableProjectOptions.json", "tests/jest/fixtures/formValidationResponseRequiredType.json", "tests/jest/fixtures/notificationsResponse.json", "tests/jest/fixtures/openprojectAvailableProjectResponse.json", "tests/jest/fixtures/openprojectAvailableProjectResponseAfterSearch.json", "tests/jest/fixtures/workpackageFormValidationProjectSelectedResponse.json", "tests/jest/fixtures/workpackageFormValidationTypeChanged.json", "tests/jest/fixtures/workPackageObjectsInSearchResults.json", "tests/jest/fixtures/workPackageSearchReqResponse.json", "tests/jest/fixtures/workPackagesSearchResponse.json", "tests/jest/fixtures/workPackagesSearchResponseNoAssignee.json", "tests/jest/fixtures/workPackageSuccessfulCreationResponse.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2022-2024 Jankari Tech Pvt. Ltd."
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 = "LicenseRef-OpenProjectTrademarks"
[[annotations]]
path = ["img/bell-ring.svg", "img/bell-ring-dark.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2024 OpenProject GmbH"
SPDX-License-Identifier = "Apache-2.0"