Skip to content

Commit ff82055

Browse files
license
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 6719d0c commit ff82055

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
~ Nextcloud - Android Client
44
~
55
~ SPDX-FileCopyrightText: 2024 Alper Ozturk <[email protected]>
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<com.google.android.material.materialswitch.MaterialSwitch
99
xmlns:android="http://schemas.android.com/apk/res/android"
@@ -12,4 +12,4 @@
1212
android:layout_height="wrap_content"
1313
android:focusable="false"
1414
android:clickable="false"
15-
android:background="@null" />
15+
android:background="@null" />

app/src/main/res/values/setup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
~ Nextcloud - Android Client
33
~
44
~ SPDX-FileCopyrightText: 2024 Alper Ozturk <[email protected]>
5-
~ SPDX-License-Identifier: AGPL-3.0-or-later
5+
~ SPDX-License-Identifier: GPL-3.0-or-later
66
-->
77

88
<resources>

0 commit comments

Comments
 (0)