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 /resources/app-info.xsd | |
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 'resources/app-info.xsd')
-rw-r--r-- | resources/app-info.xsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/app-info.xsd b/resources/app-info.xsd index 43f241cb73d..a0b9439e350 100644 --- a/resources/app-info.xsd +++ b/resources/app-info.xsd @@ -1,4 +1,8 @@ <?xml version="1.0"?> +<!-- + - SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +--> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> |