diff options
Diffstat (limited to 'core/templates/publicshareauth.php')
-rw-r--r-- | core/templates/publicshareauth.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/templates/publicshareauth.php b/core/templates/publicshareauth.php index 3b7393e0c07..f8e102076bb 100644 --- a/core/templates/publicshareauth.php +++ b/core/templates/publicshareauth.php @@ -1,4 +1,9 @@ <?php +/** + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + /** @var array $_ */ /** @var \OCP\IL10N $l */ \OCP\Util::addStyle('core', 'guest'); |