summaryrefslogtreecommitdiffstats
path: root/cypress/fixtures/testapp/lib/AppInfo/Application.php
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/fixtures/testapp/lib/AppInfo/Application.php')
-rw-r--r--cypress/fixtures/testapp/lib/AppInfo/Application.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/cypress/fixtures/testapp/lib/AppInfo/Application.php b/cypress/fixtures/testapp/lib/AppInfo/Application.php
index 7647889f784..8ca8f3ef527 100644
--- a/cypress/fixtures/testapp/lib/AppInfo/Application.php
+++ b/cypress/fixtures/testapp/lib/AppInfo/Application.php
@@ -1,9 +1,10 @@
<?php
declare(strict_types=1);
-// SPDX-FileCopyrightText: Ferdinand Thiessen <opensource@fthiessen.de>
-// SPDX-License-Identifier: AGPL-3.0-or-later
-
+/**
+ * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
namespace OCA\TestApp\AppInfo;
use OCP\AppFramework\App;