diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-27 18:22:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 18:22:11 +0200 |
commit | bb1cb1c2315627964afe26316c661b9c591f26b1 (patch) | |
tree | 3d169ccea812c995c2039ad416b498f9816a6431 /core/templates/404-profile.php | |
parent | b0f5c759a85b4ff0b9f2368d72a41e8a5a02f3c5 (diff) | |
parent | e07a1906418585ca60b7084e2f476e3dbc2a5fef (diff) | |
download | nextcloud-server-bb1cb1c2315627964afe26316c661b9c591f26b1.tar.gz nextcloud-server-bb1cb1c2315627964afe26316c661b9c591f26b1.zip |
Merge pull request #45524 from nextcloud/chore/noid/spdx-batch5
Add SPDX header - batch 5
Diffstat (limited to 'core/templates/404-profile.php')
-rw-r--r-- | core/templates/404-profile.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/templates/404-profile.php b/core/templates/404-profile.php index 30d03507654..3f2d8731347 100644 --- a/core/templates/404-profile.php +++ b/core/templates/404-profile.php @@ -1,5 +1,8 @@ <?php - +/** + * SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ /** @var array $_ */ /** @var \OCP\IL10N $l */ /** @var \OCP\Defaults $theme */ |