diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index a511f237..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,90 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: user_saml -Upstream-Contact: Nextcloud -Source: https://github.com/nextcloud/user_saml - -Files: .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 -Copyright: none -License: CC0-1.0 - -Files: l10n/*.js l10n/*.json -Copyright: 2017 Nextcloud contributors -License: AGPL-3.0-or-later - -Files: 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 -Copyright: 2016 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later - -Files: 3rdparty/vendor/composer/* -Copyright: Nils Adermann, Jordi Boggiano -License: MIT - -Files: 3rdparty/vendor/firebase/* -Copyright: 2011 Neuman Vong -License: BSD-3-Clause - -Files: 3rdparty/vendor/onelogin/* -Copyright: 2010-2016 OneLogin, Inc. -License: MIT - -Files: 3rdparty/vendor/robrichards/xmlseclibs/* -Copyright: 2007-2019, Robert Richards -License: BSD-3-Clause - -Files: tests/integration/vendor/behat/behat/* -Copyright: 2016 Konstantin Kudryashov -License: MIT - -Files: tests/integration/vendor/behat/gherkin/* -Copyright: 2011-2013 Konstantin Kudryashov -License: MIT - -Files: tests/integration/vendor/behat/transliterator/* -Copyright: behat/transliterator contributors -License: Artistic-1.0 - -Files: tests/integration/vendor/composer/* -Copyright: Nils Adermann, Jordi Boggiano -License: MIT - -Files: tests/integration/vendor/guzzlehttp/guzzle/* -Copyright: 2011 Michael Dowling , 2012 Jeremy Lindblom , 2014 Graham Campbell , 2015 Márk Sági-Kazár , 2015 Tobias Schultze , 2016 Tobias Nyholm , 2016 George Mponos -License: MIT - -Files: tests/integration/vendor/guzzlehttp/promises/* -Copyright: 2015 Michael Dowling , 2015 Graham Campbell , 2017 Tobias Schultze , 2020 Tobias Nyholm -License: MIT - -Files: tests/integration/vendor/guzzlehttp/psr7/* -Copyright: 2015 Michael Dowling , 2015 Márk Sági-Kazár , 2015 Graham Campbell , 2016 Tobias Schultze , 2016 George Mponos , 2018 Tobias Nyholm -License: MIT - -Files: tests/integration/vendor/psr/container/* -Copyright: 2013-2016 container-interop, 2016 PHP Framework Interoperability Group -License: MIT - -Files: tests/integration/vendor/psr/event-dispatcher/* -Copyright: 2018 PHP-FIG -License: MIT - -Files: tests/integration/vendor/psr/http-client/* -Copyright: 2017 PHP Framework Interoperability Group -License: MIT - -Files: tests/integration/vendor/psr/http-factory/* -Copyright: 2018 PHP-FIG -License: MIT - -Files: tests/integration/vendor/psr/http-message/* -Copyright: 2014 PHP Framework Interoperability Group -License: MIT - -Files: tests/integration/vendor/ralouphie/getallheaders/* -Copyright: 2014 Ralph Khattar -License: MIT - -Files: tests/integration/vendor/symfony/* -Copyright: Fabien Potencier -License: MIT - - diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..d4fce48e --- /dev/null +++ b/REUSE.toml @@ -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 " +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 " +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "tests/integration/vendor/behat/behat/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2016 Konstantin Kudryashov " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "tests/integration/vendor/behat/gherkin/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2011-2013 Konstantin Kudryashov " +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 , 2012 Jeremy Lindblom , 2014 Graham Campbell , 2015 Márk Sági-Kazár , 2015 Tobias Schultze , 2016 Tobias Nyholm , 2016 George Mponos " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "tests/integration/vendor/guzzlehttp/promises/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2015 Michael Dowling , 2015 Graham Campbell , 2017 Tobias Schultze , 2020 Tobias Nyholm " +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "tests/integration/vendor/guzzlehttp/psr7/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2015 Michael Dowling , 2015 Márk Sági-Kazár , 2015 Graham Campbell , 2016 Tobias Schultze , 2016 George Mponos , 2018 Tobias Nyholm " +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"