From 54ab2a0b624b592f982ea341fe730e24dfbc4a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 May 2024 22:20:20 +0200 Subject: [PATCH] chore: Set copyright for generated composer file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .reuse/dep5 | 6 +++--- composer/composer/ClassLoader.php | 10 +++++++--- composer/composer/LICENSE | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 composer/composer/LICENSE 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/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. +