Skip to content

Commit 32a0006

Browse files
license
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent ac9e35a commit 32a0006

File tree

2 files changed

+12
-25
lines changed

2 files changed

+12
-25
lines changed

library/src/main/java/com/nextcloud/common/JSONRequestBody.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Nextcloud Android Library
3+
*
4+
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-FileCopyrightText: 2024 ZetaTom <[email protected]>
6+
* SPDX-License-Identifier: MIT
7+
*/
18
package com.nextcloud.common
29

310
import com.google.gson.Gson

library/src/main/java/com/nextcloud/operations/HeadMethod.kt

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
1-
/* Nextcloud Android Library is available under MIT license
2-
*
3-
* @author ZetaTom
4-
* Copyright (C) 2023 Tobias Kaminsky
5-
* Copyright (C) 2023 Nextcloud GmbH
6-
*
7-
* Permission is hereby granted, free of charge, to any person obtaining a copy
8-
* of this software and associated documentation files (the "Software"), to deal
9-
* in the Software without restriction, including without limitation the rights
10-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
* copies of the Software, and to permit persons to whom the Software is
12-
* furnished to do so, subject to the following conditions:
13-
*
14-
* The above copyright notice and this permission notice shall be included in
15-
* all copies or substantial portions of the Software.
16-
*
17-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
21-
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
22-
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
* THE SOFTWARE.
1+
/*
2+
* Nextcloud Android Library
253
*
4+
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-FileCopyrightText: 2024 ZetaTom <[email protected]>
6+
* SPDX-License-Identifier: MIT
267
*/
27-
288
package com.nextcloud.operations
299

3010
import com.nextcloud.common.OkHttpMethodBase

0 commit comments

Comments
 (0)