Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate REUSE to toml format #881

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 0 additions & 90 deletions .reuse/dep5

This file was deleted.

132 changes: 132 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
# 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/**", "3rdparty/vendor/autoload.php", "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 = "3rdparty/vendor/composer/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Nils Adermann, Jordi Boggiano"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "3rdparty/vendor/firebase/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011 Neuman Vong"
SPDX-License-Identifier = "BSD-3-Clause"

[[annotations]]
path = "3rdparty/vendor/onelogin/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2010-2016 OneLogin, Inc."
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "3rdparty/vendor/robrichards/xmlseclibs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2007-2019, Robert Richards <[email protected]>"
SPDX-License-Identifier = "BSD-3-Clause"

[[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"
Loading