浏览代码

Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 年之前
父节点
当前提交
1c9d392372
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      app/src/main/res/values/bools.xml

+ 5 - 5
app/src/main/res/values/bools.xml

@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?> -
+<!-- -
   ~ Nextcloud - Android Client
   ~
   ~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
   ~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
   ~ SPDX-License-Identifier: AGPL-3.0-or-later
--->
-<resources>
+--> -
+<resources> -
     <bool name="show_push_warning">true</bool>
-</resources>
+</resources> -