Skip to content

Commit 715ce88

Browse files
Merge pull request #1607 from nextcloud/docs/noid/reuse3
Add SPDX header
2 parents 76f61ea + d7312a8 commit 715ce88

File tree

193 files changed

+914
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+914
-19
lines changed
Lines changed: 48 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later
Lines changed: 29 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
contact_links:
4+
- name: 🚨 Report a security or privacy issue
5+
url: https://hackerone.com/nextcloud
6+
about: Report security and privacy related issues privately to the Nextcloud team, so we can coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime.
7+
- name: 🚨 报告安全或隐私问题
8+
url: https://hackerone.com/nextcloud
9+
about: 请以私密方式向 Nextcloud 团队报告安全和隐私相关问题,以便我们能够协调修复工作并安排发布计划,避免在此期间可能暴露所有 Nextcloud 服务器和用户的风险。
10+
- name: ❓ Community Support and Help
11+
url: https://help.nextcloud.com/
12+
about: Configuration, webserver/proxy or performance issues and other questions
13+
- name: 💼 Nextcloud Enterprise
14+
url: https://portal.nextcloud.com/
15+
about: If you are a Nextcloud Enterprise customer, or need Professional support, so it can be resolved directly by our dedicated engineers more quickly

.github/issue_template.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/renovate.json.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

REUSE.toml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-FileCopyrightText = "2016-2025 Nextcloud translators"
1212
SPDX-License-Identifier = "AGPL-3.0-or-later"
1313

1414
[[annotations]]
15-
path = ".tx/config"
15+
path = [".tx/config", "docs/developer.rst", "docs/documentation.rst", "docs/index.rst", "docs/translation.rst", "nextcloudappstore/api/v1/tests/data/archives/appinfosymlink.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/appsymlink.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/changelog.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/contacts.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/empty.zip", "nextcloudappstore/api/v1/tests/data/archives/full.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/invalid.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/invalidname.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/minimal.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/multiplefolders.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/symlink.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/twofactor_u2f.tar.gz", "nextcloudappstore/certificate/tests/data/archives/minimal.tar.gz"]
1616
precedence = "aggregate"
1717
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
@@ -24,15 +24,27 @@ SPDX-FileCopyrightText = "2016 Nextcloud GmbH"
2424
SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks"
2525

2626
[[annotations]]
27-
path = [".idea/**", "appstore.iml", "package-lock.json", "package.json", "nextcloudappstore/core/static/assets/img/ajax-loader.gif", "nextcloudappstore/core/static/assets/img/loading.gif"]
27+
path = [".idea/**", "appstore.iml", "package-lock.json", "package.json", "tsconfig.json", "docs/devinstall.rst", "docs/prodinstall.rst", "docs/storedeveloper.rst", "nextcloudappstore/core/static/assets/img/ajax-loader.gif", "nextcloudappstore/core/static/assets/img/loading.gif", "nextcloudappstore/api/v1/tests/data/archives/database.tar.gz"]
2828
precedence = "aggregate"
2929
SPDX-FileCopyrightText = "2017 Nextcloud GmbH and Nextcloud contributors"
3030
SPDX-License-Identifier = "AGPL-3.0-or-later"
3131

3232
[[annotations]]
33-
path = [".idea/*", "appstore.iml", "tsconfig.json"]
33+
path = ["docs/prodinstalldocker.rst", "docs/upgradenotices.rst", "nextcloudappstore/api/v1/tests/data/archives/blacklisted_files.tar.gz", "nextcloudappstore/api/v1/tests/data/archives/blacklisted_directories.tar.gz"]
3434
precedence = "aggregate"
35-
SPDX-FileCopyrightText = "2017 Nextcloud GmbH and Nextcloud contributors"
35+
SPDX-FileCopyrightText = "2018 Nextcloud GmbH and Nextcloud contributors"
36+
SPDX-License-Identifier = "AGPL-3.0-or-later"
37+
38+
[[annotations]]
39+
path = ["docs/configuration.rst", "nextcloudappstore/api/v1/tests/data/archives/notgzipped.tar.gz"]
40+
precedence = "aggregate"
41+
SPDX-FileCopyrightText = "2019 Nextcloud GmbH and Nextcloud contributors"
42+
SPDX-License-Identifier = "AGPL-3.0-or-later"
43+
44+
[[annotations]]
45+
path = ["docs/api/index.rst", "docs/api/app-discover.rst", "docs/api/app-discover.schema.json", "docs/api/index.rst", "docs/api/restapi.rst"]
46+
precedence = "aggregate"
47+
SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors"
3648
SPDX-License-Identifier = "AGPL-3.0-or-later"
3749

3850
[[annotations]]

docs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Makefile for Sphinx documentation
22
#
3+
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
4+
# SPDX-License-Identifier: AGPL-3.0-or-later
35

46
# You can set these variables from the command line.
57
SPHINXOPTS =

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# nextcloudappstore documentation build configuration file, created by
44
# sphinx-quickstart on Sat Jun 18 23:44:17 2016.
55
#
6+
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
7+
# SPDX-License-Identifier: AGPL-3.0-or-later
8+
#
69
# This file is execfile()d with the current directory set to its
710
# containing dir.
811
#

0 commit comments

Comments
 (0)