Skip to content

Commit b426b5b

Browse files
update licence headers
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 505e8e4 commit b426b5b

File tree

7 files changed

+241
-6
lines changed

7 files changed

+241
-6
lines changed

LICENSES/AGPL-3.0-or-later.txt

Lines changed: 235 additions & 0 deletions
Large diffs are not rendered by default.

app/src/main/java/it/niedermann/owncloud/notes/share/dialog/ExpirationDatePickerDialogFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger.de>
99
* SPDX-FileCopyrightText: 2015 David A. Velasco <dvelasco@solidgear.es>
1010
* SPDX-FileCopyrightText: 2015 ownCloud Inc.
11-
* SPDX-License-Identifier: GPL-2.0-only AND (AGPL-3.0-or-later OR GPL-2.0-only)
11+
* SPDX-License-Identifier: AGPL-3.0-or-later
1212
*/
1313
package it.niedermann.owncloud.notes.share.dialog
1414

app/src/main/java/it/niedermann/owncloud/notes/share/dialog/ShareLinkDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* SPDX-FileCopyrightText: 2017-2018 Tobias Kaminsky <tobias@kaminsky.me>
77
* SPDX-FileCopyrightText: 2015 ownCloud Inc.
88
* SPDX-FileCopyrightText: 2015 David A. Velasco <dvelasco@solidgear.es>
9-
* SPDX-License-Identifier: GPL-2.0-only AND (AGPL-3.0-or-later OR GPL-2.0-only)
9+
* SPDX-License-Identifier: AGPL-3.0-or-later
1010
*/
1111
package it.niedermann.owncloud.notes.share.dialog
1212

app/src/main/java/it/niedermann/owncloud/notes/share/dialog/SharePasswordDialogFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger.de>
88
* SPDX-FileCopyrightText: 2015 María Asensio Valverde <masensio@solidgear.es>
99
* SPDX-FileCopyrightText: 2015 ownCloud Inc.
10-
* SPDX-License-Identifier: GPL-2.0-only AND (AGPL-3.0-or-later OR GPL-2.0-only)
10+
* SPDX-License-Identifier: AGPL-3.0-or-later
1111
*/
1212
package it.niedermann.owncloud.notes.share.dialog
1313

app/src/main/java/it/niedermann/owncloud/notes/share/helper/UsersAndGroupsSearchProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* SPDX-FileCopyrightText: 2015 ownCloud Inc.
77
* SPDX-FileCopyrightText: 2016 Juan Carlos González Cabrero <malkomich@gmail.com>
88
* SPDX-FileCopyrightText: 2015 David A. Velasco <dvelasco@solidgear.es>
9-
* SPDX-License-Identifier: GPL-2.0-only AND (AGPL-3.0-or-later OR GPL-2.0-only)
9+
* SPDX-License-Identifier: AGPL-3.0-or-later
1010
*/
1111
package it.niedermann.owncloud.notes.share.helper;
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
~ SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
66
~ SPDX-FileCopyrightText: 2021 TSI-mc
77
~ SPDX-FileCopyrightText: 2021 Nextcloud GmbH
8-
~ SPDX-License-Identifier: GPL-2.0-only AND (AGPL-3.0-or-later OR GPL-2.0-only)
8+
~ SPDX-License-Identifier: AGPL-3.0-or-later
99
-->
1010
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
1111
xmlns:app="http://schemas.android.com/apk/res-auto"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
~ SPDX-FileCopyrightText: 2021 TSI-mc
66
~ SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger.de>
77
~ SPDX-FileCopyrightText: 2015 María Asensio Valverde <masensio@solidgear.es
8-
~ SPDX-License-Identifier: GPL-2.0-only AND (AGPL-3.0-or-later OR GPL-2.0-only)
8+
~ SPDX-License-Identifier: AGPL-3.0-or-later
99
-->
1010
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
1111
xmlns:app="http://schemas.android.com/apk/res-auto"

0 commit comments

Comments
 (0)