Skip to content

Commit

Permalink
chore: Set copyright for generated composer file
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed May 8, 2024
1 parent d19e3aa commit 631ff64
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<?php

/*
* This file is part of Composer.
*
* SPDX-FileCopyrightText: Nils Adermann <naderman@naderman.de>
* SPDX-FileCopyrightText: Jordi Boggiano <j.boggiano@seld.be>
* SPDX-License-Identifier: MIT
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Composer\Autoload;

/**
Expand Down
10 changes: 7 additions & 3 deletions composer/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<?php

/*
* This file is part of Composer.
*
* SPDX-FileCopyrightText: Nils Adermann <naderman@naderman.de>
* SPDX-FileCopyrightText: Jordi Boggiano <j.boggiano@seld.be>
* SPDX-License-Identifier: MIT
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* 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;
Expand Down
21 changes: 21 additions & 0 deletions composer/composer/LICENSE
Original file line number Diff line number Diff line change
@@ -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.

4 changes: 2 additions & 2 deletions composer/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '19166b7157b61b5d23bebce5c61159b2f2f2a629',
'reference' => '54ab2a0b624b592f982ea341fe730e24dfbc4a8c',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '19166b7157b61b5d23bebce5c61159b2f2f2a629',
'reference' => '54ab2a0b624b592f982ea341fe730e24dfbc4a8c',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down

0 comments on commit 631ff64

Please sign in to comment.