diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-27 10:08:53 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-27 14:53:40 +0200 |
commit | e07a1906418585ca60b7084e2f476e3dbc2a5fef (patch) | |
tree | a7e77db7edc87611baa9572008979689d4bd8361 /core/templates/layout.guest.php | |
parent | d87c23242b96903d59b978a936179f5441c26773 (diff) | |
download | nextcloud-server-e07a1906418585ca60b7084e2f476e3dbc2a5fef.tar.gz nextcloud-server-e07a1906418585ca60b7084e2f476e3dbc2a5fef.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 5ebada92934..3fd11dcc2b9 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -1,3 +1,10 @@ +<?php +/** + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ +?> <!DOCTYPE html> <html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" data-locale="<?php p($_['locale']); ?>" translate="no" > <head |