mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
chore: Set copyright for generated composer file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
acbfa367b4
commit
2b57190284
5 changed files with 40 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
21
composer/composer/LICENSE
Normal file
21
composer/composer/LICENSE
Normal file
|
|
@ -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.
|
||||
|
||||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue