-
Notifications
You must be signed in to change notification settings - Fork 76
/
REUSE.toml
108 lines (91 loc) · 4.74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "user_saml"
SPDX-PackageSupplier = "Nextcloud <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/user_saml"
[[annotations]]
path = [".gitattributes", ".github/issue_template.md", ".github/CODEOWNERS", ".editorconfig", "package-lock.json", "package.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".l10nignore", "cypress/tsconfig.json", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "tsconfig.json", "js/vendor.LICENSE.txt", "krankerl.toml", ".npmignore", ".nextcloudignore", ".eslintrc.json", ".tx/backport"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["l10n/**.js", "l10n/**.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 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/**", "tests/integration/vendor/autoload.php", "tests/integration/vendor/bin/**", "tests/data/**", "img/app.svg", "img/app-dark.svg", "screenshots/1.png", "screenshots/2.png", "tests/integration/features/**.feature"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = "tests/integration/vendor/behat/behat/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Konstantin Kudryashov <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/behat/gherkin/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2013 Konstantin Kudryashov <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/behat/transliterator/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "behat/transliterator contributors"
SPDX-License-Identifier = "Artistic-1.0"
[[annotations]]
path = "tests/integration/vendor/composer/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Nils Adermann, Jordi Boggiano"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/guzzlehttp/guzzle/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011 Michael Dowling <[email protected]>, 2012 Jeremy Lindblom <[email protected]>, 2014 Graham Campbell <[email protected]>, 2015 Márk Sági-Kazár <[email protected]>, 2015 Tobias Schultze <[email protected]>, 2016 Tobias Nyholm <[email protected]>, 2016 George Mponos <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/guzzlehttp/promises/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2015 Michael Dowling <[email protected]>, 2015 Graham Campbell <[email protected]>, 2017 Tobias Schultze <[email protected]>, 2020 Tobias Nyholm <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/guzzlehttp/psr7/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2015 Michael Dowling <[email protected]>, 2015 Márk Sági-Kazár <[email protected]>, 2015 Graham Campbell <[email protected]>, 2016 Tobias Schultze <[email protected]>, 2016 George Mponos <[email protected]>, 2018 Tobias Nyholm <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/psr/container/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2013-2016 container-interop, 2016 PHP Framework Interoperability Group"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/psr/event-dispatcher/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 PHP-FIG"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/psr/http-client/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 PHP Framework Interoperability Group"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/psr/http-factory/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 PHP-FIG"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/psr/http-message/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 PHP Framework Interoperability Group"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/ralouphie/getallheaders/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 Ralph Khattar"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/integration/vendor/symfony/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Fabien Potencier"
SPDX-License-Identifier = "MIT"