Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 13, 2024
1 parent 6719d0c commit ff82055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/preference_switch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~ Nextcloud - Android Client
~
~ SPDX-FileCopyrightText: 2024 Alper Ozturk <[email protected]>
~ SPDX-License-Identifier: AGPL-3.0-or-later
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<com.google.android.material.materialswitch.MaterialSwitch
xmlns:android="http://schemas.android.com/apk/res/android"
Expand All @@ -12,4 +12,4 @@
android:layout_height="wrap_content"
android:focusable="false"
android:clickable="false"
android:background="@null" />
android:background="@null" />
2 changes: 1 addition & 1 deletion app/src/main/res/values/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
~ Nextcloud - Android Client
~
~ SPDX-FileCopyrightText: 2024 Alper Ozturk <[email protected]>
~ SPDX-License-Identifier: AGPL-3.0-or-later
~ SPDX-License-Identifier: GPL-3.0-or-later
-->

<resources>
Expand Down

0 comments on commit ff82055

Please sign in to comment.