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 <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2024-08-31 17:48:05 +02:00
parent e1c5332bec
commit c4ccb37c29
2 changed files with 200 additions and 132 deletions

View file

@ -1,132 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hedgedoc
Upstream-Contact: The HedgeDoc developers <license@hedgedoc.org>
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

200
REUSE.toml Normal file
View file

@ -0,0 +1,200 @@
# SPDX-FileCopyrightText: 2024 The HedgeDoc developers <license@hedgedoc.org>
#
# SPDX-License-Identifier: CC0-1.0
version = 1
SPDX-PackageName = "hedgedoc"
SPDX-PackageSupplier = "The HedgeDoc developers <license@hedgedoc.org>"
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"