From c4ccb37c293de860d66b58446189dcd61412cbaa Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 31 Aug 2024 17:48:05 +0200 Subject: [PATCH] fix: convert dep5 file reuse 4 now uses a REUSE.toml file instead. See: https://reuse.readthedocs.io/en/stable/history.html#id6 Signed-off-by: Philip Molares --- .reuse/dep5 | 132 ---------------------------------- REUSE.toml | 200 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+), 132 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 25c6a49d4..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,132 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: hedgedoc -Upstream-Contact: The HedgeDoc developers -Source: https://github.com/hedgedoc/hedgedoc - -Files: .yarn/releases/** -Copyright: 2016-present, Yarn Contributors -License: BSD-2-Clause - -Files: .idea/** -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: .github/ISSUE_TEMPLATE/*.md -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: .github/ISSUE_TEMPLATE/*.yml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: .github/pull_request_template.md -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: docs/**/*.md -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: docs/mkdocs.yml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: docs/requirements.txt -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: docs/**/*.png -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: docs/content/old/dev/db-schema.plantuml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: docs/content/old/dev/*api.yml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: docs/content/images/logo.svg -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: LicenseRef-HedgeDoc-Icon-Usage-Guidelines - -Files: docs/content/images/hedgedoc_logo_*.svg -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: LicenseRef-HedgeDoc-Icon-Usage-Guidelines - -Files: docs/content/theme/styles/Roboto/* -Copyright: 2011 Christian Robertson -License: Apache-2.0 - -Files: docs/content/files/setup-docker/config.env -Copyright: 2023 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: docs/content/files/setup-docker/docker-compose.yml -Copyright: 2023 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: docs/content/files/setup-docker/Caddyfile -Copyright: 2023 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: docs/netlify.toml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: docs/.netlify/* -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: backend/public/*.md -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: frontend/public/public/* -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: frontend/public/icons/* -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: LicenseRef-HedgeDoc-Icon-Usage-Guidelines - -Files: frontend/locales/* -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC-BY-SA-4.0 - -Files: frontend/public/public/img/highres.jpg -Copyright: Vincent van Gogh -License: CC0-1.0 - -Files: frontend/public/robots.txt -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: .yarnrc.yml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: .turbo/config.json -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: frontend/.gitattributes -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: frontend/netlify.toml -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: frontend/.netlify/* -Copyright: 2021 The HedgeDoc developers (see AUTHORS file) -License: CC0-1.0 - -Files: frontend/**/__snapshots__/*.snap -Copyright: 2022 The HedgeDoc developers (see AUTHORS file) -License: AGPL-3.0-only - -Files: backend/**/__snapshots__/*.snap -Copyright: 2024 The HedgeDoc developers (see AUTHORS file) -License: AGPL-3.0-only diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..5e30a9a16 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,200 @@ +# SPDX-FileCopyrightText: 2024 The HedgeDoc developers +# +# SPDX-License-Identifier: CC0-1.0 + +version = 1 +SPDX-PackageName = "hedgedoc" +SPDX-PackageSupplier = "The HedgeDoc developers " +SPDX-PackageDownloadLocation = "https://github.com/hedgedoc/hedgedoc" + +[[annotations]] +path = ".yarn/releases/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2016-present, Yarn Contributors" +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = ".idea/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ".github/ISSUE_TEMPLATE/**.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = ".github/ISSUE_TEMPLATE/**.yml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = ".github/pull_request_template.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "docs/**/**.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "docs/mkdocs.yml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "docs/requirements.txt" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "docs/**/**.png" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "docs/content/old/dev/db-schema.plantuml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "docs/content/old/dev/**api.yml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "docs/content/images/logo.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "LicenseRef-HedgeDoc-Icon-Usage-Guidelines" + +[[annotations]] +path = "docs/content/images/hedgedoc_logo_**.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "LicenseRef-HedgeDoc-Icon-Usage-Guidelines" + +[[annotations]] +path = "docs/content/theme/styles/Roboto/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2011 Christian Robertson" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "docs/content/files/setup-docker/config.env" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "docs/content/files/setup-docker/docker-compose.yml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "docs/content/files/setup-docker/Caddyfile" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "docs/netlify.toml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "docs/.netlify/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "backend/public/**.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/public/public/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/public/icons/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "LicenseRef-HedgeDoc-Icon-Usage-Guidelines" + +[[annotations]] +path = "frontend/locales/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = "frontend/public/public/img/highres.jpg" +precedence = "aggregate" +SPDX-FileCopyrightText = "Vincent van Gogh" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/public/robots.txt" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ".yarnrc.yml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ".turbo/config.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/.gitattributes" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/netlify.toml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/.netlify/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "frontend/**/__snapshots__/**.snap" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "AGPL-3.0-only" + +[[annotations]] +path = "backend/**/__snapshots__/**.snap" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 The HedgeDoc developers (see AUTHORS file)" +SPDX-License-Identifier = "AGPL-3.0-only"