aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/403.php
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-05-27 10:08:53 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-05-27 14:53:40 +0200
commite07a1906418585ca60b7084e2f476e3dbc2a5fef (patch)
treea7e77db7edc87611baa9572008979689d4bd8361 /core/templates/403.php
parentd87c23242b96903d59b978a936179f5441c26773 (diff)
downloadnextcloud-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/403.php')
-rw-r--r--core/templates/403.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/templates/403.php b/core/templates/403.php
index bdb5737f23d..091db720b16 100644
--- a/core/templates/403.php
+++ b/core/templates/403.php
@@ -1,4 +1,9 @@
<?php
+/**
+ * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-FileCopyrightText: 2011-2016 ownCloud, Inc.
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
// @codeCoverageIgnoreStart
if (!isset($_)) {//standalone page is not supported anymore - redirect to /
require_once '../../lib/base.php';