diff --git a/.reuse/dep5 b/.reuse/dep5 index bca01d7cca..d73df998c0 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -15,9 +15,9 @@ Files: js/*.js.map js/*.js js/*.mjs js/*.mjs.map js/templates/*.handlebars empty Copyright: 2016 Nextcloud GmbH and Nextcloud contributors License: AGPL-3.0-or-later -Files: composer/autoload.php composer/composer/autoload_classmap.php composer/composer/autoload_namespaces.php composer/composer/autoload_psr4.php composer/composer/autoload_real.php composer/composer/autoload_static.php composer/composer/installed.php -Copyright: 2023 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later +Files: composer/* +Copyright: Nils Adermann , Jordi Boggiano +License: MIT Files: screenshots/Nextcloud-presentation.png screenshots/Nextcloud-spreadsheet.png screenshots/Nextcloud-writer.png Copyright: Nextcloud GmbH and Nextcloud contributors diff --git a/composer/composer/ClassLoader.php b/composer/composer/ClassLoader.php index 33adcc48eb..7824d8f7ea 100644 --- a/composer/composer/ClassLoader.php +++ b/composer/composer/ClassLoader.php @@ -1,11 +1,15 @@ - * SPDX-FileCopyrightText: Jordi Boggiano - * SPDX-License-Identifier: MIT + * (c) Nils Adermann + * Jordi Boggiano + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ + namespace Composer\Autoload; /** diff --git a/composer/composer/InstalledVersions.php b/composer/composer/InstalledVersions.php index 33b4a1bc80..51e734a774 100644 --- a/composer/composer/InstalledVersions.php +++ b/composer/composer/InstalledVersions.php @@ -1,11 +1,15 @@ - * SPDX-FileCopyrightText: Jordi Boggiano - * SPDX-License-Identifier: MIT + * (c) Nils Adermann + * Jordi Boggiano + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ + namespace Composer; use Composer\Autoload\ClassLoader; diff --git a/composer/composer/LICENSE b/composer/composer/LICENSE new file mode 100644 index 0000000000..f27399a042 --- /dev/null +++ b/composer/composer/LICENSE @@ -0,0 +1,21 @@ + +Copyright (c) Nils Adermann, Jordi Boggiano + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/composer/composer/installed.php b/composer/composer/installed.php index 5007c6e970..afca0f5c7b 100644 --- a/composer/composer/installed.php +++ b/composer/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => '19166b7157b61b5d23bebce5c61159b2f2f2a629', + 'reference' => '54ab2a0b624b592f982ea341fe730e24dfbc4a8c', 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => '19166b7157b61b5d23bebce5c61159b2f2f2a629', + 'reference' => '54ab2a0b624b592f982ea341fe730e24dfbc4a8c', 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(),