Skip to content

Commit

Permalink
chore: Move generated files license info to dep5
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed May 8, 2024
1 parent 6ce5a65 commit d567871
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 30 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ 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: screenshots/Nextcloud-presentation.png screenshots/Nextcloud-spreadsheet.png screenshots/Nextcloud-writer.png
Copyright: Nextcloud GmbH and Nextcloud contributors
License: CC0-1.0
Expand Down
6 changes: 2 additions & 4 deletions composer/autoload.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
Expand Down
7 changes: 3 additions & 4 deletions composer/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;

Expand Down
7 changes: 3 additions & 4 deletions composer/composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// autoload_namespaces.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;

Expand Down
7 changes: 3 additions & 4 deletions composer/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;

Expand Down
7 changes: 3 additions & 4 deletions composer/composer/autoload_real.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitRichdocuments
{
private static $loader;
Expand Down
7 changes: 3 additions & 4 deletions composer/composer/autoload_static.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitRichdocuments
Expand Down
7 changes: 1 addition & 6 deletions composer/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
return array(
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
Expand Down

0 comments on commit d567871

Please sign in to comment.