summaryrefslogtreecommitdiffstats
path: root/composer/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'composer/autoload.php')
-rw-r--r--composer/autoload.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/autoload.php b/composer/autoload.php
index a075e1e88..b1c7bd340 100644
--- a/composer/autoload.php
+++ b/composer/autoload.php
@@ -1,5 +1,9 @@
<?php
declare(strict_types=1);
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
require_once __DIR__ . '/../vendor/autoload.php';