Skip to content

Commit 505e8e4

Browse files
committed
update licence headers
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent a6a4512 commit 505e8e4

33 files changed

+119
-191
lines changed

app/src/main/java/it/niedermann/owncloud/notes/share/NoteShareActivity.java

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author Andy Scherzinger
5-
* @author Chris Narkiewicz <hello@ezaquarii.com>
6-
* @author TSI-mc
7-
*
8-
* Copyright (C) 2018 Andy Scherzinger
9-
* Copyright (C) 2020 Chris Narkiewicz <hello@ezaquarii.com>
10-
* Copyright (C) 2023 TSI-mc
11-
*
12-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
136
*/
147
package it.niedermann.owncloud.notes.share;
158

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author TSI-mc
5-
* Copyright (C) 2021 TSI-mc
6-
* Copyright (C) 2021 Nextcloud GmbH
7-
*
8-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
96
*/
107
package it.niedermann.owncloud.notes.share
118

app/src/main/java/it/niedermann/owncloud/notes/share/adapter/QuickSharingPermissionsAdapter.kt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author TSI-mc
5-
* Copyright (C) 2021 TSI-mc
6-
* Copyright (C) 2021 Nextcloud GmbH
7-
*
8-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
96
*/
107
package it.niedermann.owncloud.notes.share.adapter
118

app/src/main/java/it/niedermann/owncloud/notes/share/adapter/ShareeListAdapter.java

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Notes - Android Client
33
*
4-
* SPDX-FileCopyrightText: 2023 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
6-
* SPDX-FileCopyrightText: 2017-2018 Tobias Kaminsky <tobias@kaminsky.me>
7-
* SPDX-FileCopyrightText: 2020 Chris Narkiewicz <hello@ezaquarii.com>
8-
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH
9-
* SPDX-FileCopyrightText: 2015-2018 Andy Scherzinger <info@andy-scherzinger.de>
10-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
116
*/
127
package it.niedermann.owncloud.notes.share.adapter;
138

app/src/main/java/it/niedermann/owncloud/notes/share/adapter/holder/LinkShareViewHolder.java

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
/*
2+
* Nextcloud Notes - Android Client
23
*
3-
* Nextcloud Android client application
4-
*
5-
* @author Tobias Kaminsky
6-
* @author TSI-mc
7-
*
8-
* Copyright (C) 2020 Tobias Kaminsky
9-
* Copyright (C) 2020 Nextcloud GmbH
10-
* Copyright (C) 2021 TSI-mc
11-
*
12-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
136
*/
147
package it.niedermann.owncloud.notes.share.adapter.holder;
158

app/src/main/java/it/niedermann/owncloud/notes/share/adapter/holder/ShareViewHolder.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/*
2+
* Nextcloud Notes - Android Client
23
*
3-
* Nextcloud Android client application
4-
*
5-
* @author Tobias Kaminsky
6-
* @author TSI-mc
7-
* Copyright (C) 2020 Tobias Kaminsky
8-
* Copyright (C) 2020 Nextcloud GmbH
9-
* Copyright (C) 2021 TSI-mc
10-
*
11-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
126
*/
137
package it.niedermann.owncloud.notes.share.adapter.holder;
148

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author TSI-mc
5-
* Copyright (C) 2021 TSI-mc
6-
* Copyright (C) 2021 Nextcloud GmbH
7-
*
8-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
96
*/
107
package it.niedermann.owncloud.notes.share.dialog;
118

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author TSI-mc
5-
* Copyright (C) 2021 TSI-mc
6-
* Copyright (C) 2021 Nextcloud GmbH
7-
*
8-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
96
*/
107
package it.niedermann.owncloud.notes.share.dialog;
118

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author Andy Scherzinger
5-
* @author TSI-mc
6-
* Copyright (C) 2018 Andy Scherzinger
7-
* Copyright (C) 2021 TSI-mc
8-
*
9-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
106
*/
117
package it.niedermann.owncloud.notes.share.helper;
128

app/src/main/java/it/niedermann/owncloud/notes/share/listener/NoteShareItemAction.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author TSI-mc
5-
* Copyright (C) 2021 TSI-mc
6-
* Copyright (C) 2021 Nextcloud GmbH
7-
*
8-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
96
*/
107
package it.niedermann.owncloud.notes.share.listener;
118

app/src/main/java/it/niedermann/owncloud/notes/share/listener/ShareeListAdapterListener.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
/*
2+
* Nextcloud Notes - Android Client
23
*
3-
* Nextcloud Android client application
4-
*
5-
* @author Tobias Kaminsky
6-
* @author TSI-mc
7-
* Copyright (C) 2020 Tobias Kaminsky
8-
* Copyright (C) 2020 Nextcloud GmbH
9-
* Copyright (C) 2021 TSI-mc
10-
*
11-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
126
*/
137
package it.niedermann.owncloud.notes.share.listener;
148

app/src/main/java/it/niedermann/owncloud/notes/share/model/QuickPermissionModel.kt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Nextcloud Android client application
2+
* Nextcloud Notes - Android Client
33
*
4-
* @author TSI-mc
5-
* Copyright (C) 2021 TSI-mc
6-
* Copyright (C) 2021 Nextcloud GmbH
7-
*
8-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
96
*/
107
package it.niedermann.owncloud.notes.share.model
118

app/src/main/java/it/niedermann/owncloud/notes/shared/util/FilesSpecificViewThemeUtils.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Notes - Android Client
33
*
4-
* SPDX-FileCopyrightText: 2025 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH
6-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
76
*/
87
package it.niedermann.owncloud.notes.shared.util
98

app/src/main/java/it/niedermann/owncloud/notes/shared/util/clipboard/ClipboardUtil.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Notes - Android Client
33
*
4-
* SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger.de>
5-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
66
*/
7-
87
package it.niedermann.owncloud.notes.shared.util.clipboard
98

109
import android.app.Activity

app/src/main/java/it/niedermann/owncloud/notes/shared/util/extensions/BundleExtensions.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Notes - Android Client
33
*
4-
* SPDX-FileCopyrightText: 2023 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH
6-
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
4+
* SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: GPL-3.0-or-later
76
*/
87
package it.niedermann.owncloud.notes.shared.util.extensions
98

app/src/main/res/drawable-night/round_bgnd.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2019 Andy Scherzinger <info@andy-scherzinger>
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<shape xmlns:android="http://schemas.android.com/apk/res/android"
99
android:shape="oval">

app/src/main/res/drawable/divider.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger>
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
99
<item

app/src/main/res/drawable/first_run_talk.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH, all rights reserved
6-
~ SPDX-FileCopyrightText: 2018-2024 Tobias Kaminsky <tobias@kaminsky.me>
7-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
87
-->
98
<vector xmlns:android="http://schemas.android.com/apk/res/android"
109
android:width="128dp"

app/src/main/res/drawable/ic_edit.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!--
2-
~ Nextcloud - Android Client
3-
~
4-
~ SPDX-FileCopyrightText: 2019 Tobias Kaminsky <tobias@kaminsky.me>
5-
~ SPDX-FileCopyrightText: 2019 Nextcloud GmbH
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
2+
~ Nextcloud Notes - Android Client
3+
~
4+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
5+
~ SPDX-License-Identifier: GPL-3.0-or-later
76
-->
87
<vector xmlns:android="http://schemas.android.com/apk/res/android"
98
xmlns:tools="http://schemas.android.com/tools"

app/src/main/res/drawable/ic_talk.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?><!--
2-
~ Nextcloud - Android Client
3-
~
4-
~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH, all rights reserved
5-
~ SPDX-FileCopyrightText: 2021 Tobias Kaminsky <tobias@kaminsky.me>
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<vector xmlns:android="http://schemas.android.com/apk/res/android"
99
android:width="16dp"

app/src/main/res/drawable/round_bgnd.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2019 Andy Scherzinger <info@andy-scherzinger>
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<shape xmlns:android="http://schemas.android.com/apk/res/android"
99
android:shape="oval">

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2021 TSI-mc
6-
~ SPDX-FileCopyrightText: 2018 Andy Scherzinger <info@andy-scherzinger.de>
7-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
87
-->
98
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
109
xmlns:app="http://schemas.android.com/apk/res-auto"

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2021 TSI-mc
6-
~ SPDX-FileCopyrightText: 2021 Nextcloud GmbH
7-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
87
-->
98
<androidx.constraintlayout.widget.ConstraintLayout
109
xmlns:android="http://schemas.android.com/apk/res/android"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2017 Andy Scherzinger <info@andy-scherzinger.de>
6-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
99
android:id="@+id/list_item"

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2020 Andy Scherzinger <info@andy-scherzinger.de>
6-
~ SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias@kaminsky.me>
7-
~ SPDX-FileCopyrightText: 2020 Nextcloud GmbH
8-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
97
-->
108
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
119
android:id="@+id/add_public_share"

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Nextcloud - Android Client
4-
~
5-
~ SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias@kaminsky.me>
6-
~ SPDX-FileCopyrightText: 2020 Nextcloud GmbH
7-
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
3+
~ Nextcloud Notes - Android Client
4+
~
5+
~ SPDX-FileCopyrightText: 2015-2025 Nextcloud GmbH and Nextcloud contributors
6+
~ SPDX-License-Identifier: GPL-3.0-or-later
87
-->
98
<LinearLayout android:id="@+id/copy_internal_container"
109
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)