Skip to content

Commit df39b95

Browse files
committed
use agpl license
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent d14b5ce commit df39b95

22 files changed

+255
-41
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
33
#
44
# App maintainer
55
/appinfo/info.xml @marcelklehr @kyteinsky

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
55
#
66
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
7-
# SPDX-License-Identifier: MIT
7+
# SPDX-License-Identifier: AGPL-3.0-or-later
88

99
name: Build and publish app release
1010

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
55
#
66
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
7-
# SPDX-License-Identifier: MIT
7+
# SPDX-License-Identifier: AGPL-3.0-or-later
88

99
name: Docker build and publish
1010

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
33

44
name: Integration test
55

.github/workflows/pr-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# SPDX-FileCopyrightText: 2023 Joas Schilling <213943+nickvergessen@users.noreply.github.com>
99
# SPDX-FileCopyrightText: 2023 Daniel Kesselberg <mail@danielkesselberg.de>
1010
# SPDX-FileCopyrightText: 2023 Florian Steffens <florian.steffens@nextcloud.com>
11-
# SPDX-License-Identifier: MIT
11+
# SPDX-License-Identifier: AGPL-3.0-or-later
1212

1313
name: 'Ask for feedback on PRs'
1414
on:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
33
.DS_Store
44
node_modules/
55
npm-debug.log*

.nextcloudignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
33
.git
44
.github
55
.gitignore

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
33
ci:
44
skip: [pyright]
55

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3-
- SPDX-License-Identifier: MIT
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
55
# Authors
66

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3-
- SPDX-License-Identifier: MIT
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
55
# Change Log
66
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)