diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-06 19:48:28 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-06 22:53:41 +0200 |
commit | 1e046196759eefd3246bf95bffe3b8f8c0406069 (patch) | |
tree | d37ef4efbc99758296baf1105fa4b59a2684c046 /config | |
parent | 858ba27835ed3e71ad34c9cc933467e98db14adf (diff) | |
download | nextcloud-server-1e046196759eefd3246bf95bffe3b8f8c0406069.tar.gz nextcloud-server-1e046196759eefd3246bf95bffe3b8f8c0406069.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/.htaccess b/config/.htaccess index 13ca28758cf..1db45aa43e6 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-FileCopyrightText: 2014-2015 ownCloud, Inc. +# SPDX-License-Identifier: AGPL-3.0-only # Section for Apache 2.4 to 2.6 <IfModule mod_authz_core.c> Require all denied |