Skip to content

Commit cef7b13

Browse files
committed
fix: add license information
1 parent 1bc4439 commit cef7b13

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

app/src/main/res/layout/sidebar.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Nextcloud - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger>
6+
~ SPDX-FileCopyrightText: 2016 Nextcloud
7+
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
48
-->
59
<com.google.android.material.navigation.NavigationView
610
xmlns:android="http://schemas.android.com/apk/res/android"

app/src/main/res/values-sw600dp/bool.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Nextcloud - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
7+
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
48
-->
59
<resources>
610
<bool name="is_support_drawer">false</bool>

app/src/main/res/values-w600dp/bool.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Nextcloud - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
7+
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
48
-->
59
<resources>
610
<bool name="is_support_drawer">false</bool>

0 commit comments

Comments
 (0)