diff options
Diffstat (limited to 'cypress/fixtures/testapp/templates/main.php')
-rw-r--r-- | cypress/fixtures/testapp/templates/main.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cypress/fixtures/testapp/templates/main.php b/cypress/fixtures/testapp/templates/main.php index abe4bf041de..2fdc4ddb780 100644 --- a/cypress/fixtures/testapp/templates/main.php +++ b/cypress/fixtures/testapp/templates/main.php @@ -1,6 +1,8 @@ <?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 + */ ?> <div id="content"></div> |