Skip to content

Commit 283f9ce

Browse files
committed
fix SPDX license
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent a07602d commit 283f9ce

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

library/src/main/java/com/nextcloud/extensions/JsonObjectExtensions.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Android Library
33
*
4+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
45
* SPDX-FileCopyrightText: 2025 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-License-Identifier: AGPL-3.0-or-later
6+
* SPDX-License-Identifier: MIT
67
*/
78

89
package com.nextcloud.extensions

library/src/main/java/com/owncloud/android/lib/resources/shares/attributes/ShareAttributes.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Android Library
33
*
4+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
45
* SPDX-FileCopyrightText: 2025 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-License-Identifier: AGPL-3.0-or-later
6+
* SPDX-License-Identifier: MIT
67
*/
78

89
package com.owncloud.android.lib.resources.shares.attributes

library/src/main/java/com/owncloud/android/lib/resources/shares/attributes/ShareAttributesDeserializer.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Android Library
33
*
4+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
45
* SPDX-FileCopyrightText: 2025 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-License-Identifier: AGPL-3.0-or-later
6+
* SPDX-License-Identifier: MIT
67
*/
78

89
package com.owncloud.android.lib.resources.shares.attributes

library/src/main/java/com/owncloud/android/lib/resources/shares/attributes/ShareAttributesJsonHandler.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
* Nextcloud - Android Client
2+
* Nextcloud Android Library
33
*
4+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
45
* SPDX-FileCopyrightText: 2025 Alper Ozturk <alper.ozturk@nextcloud.com>
5-
* SPDX-License-Identifier: AGPL-3.0-or-later
6+
* SPDX-License-Identifier: MIT
67
*/
78

89
package com.owncloud.android.lib.resources.shares.attributes

0 commit comments

Comments
 (0)