mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix(repository): merge reuse config file
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4e36469baa
commit
686dc9b6e2
2 changed files with 40 additions and 60 deletions
40
.reuse/dep5
40
.reuse/dep5
|
@ -66,3 +66,43 @@ License: Apache-2.0
|
||||||
Files: backend/public/*.md
|
Files: backend/public/*.md
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||||
License: CC0-1.0
|
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: frontend/.yarnrc.yml
|
||||||
|
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
|
||||||
|
|
|
@ -1,60 +0,0 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: react-client
|
|
||||||
Upstream-Contact: The HedgeDoc developers <license@hedgedoc.org>
|
|
||||||
Source: https://github.com/hedgedoc/react-client
|
|
||||||
|
|
||||||
Files: public/public/*
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: public/icons/*
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: LicenseRef-HedgeDoc-Icon-Usage-Guidelines
|
|
||||||
|
|
||||||
Files: locales/*
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: CC-BY-SA-4.0
|
|
||||||
|
|
||||||
Files: public/public/img/highres.jpg
|
|
||||||
Copyright: Vincent van Gogh
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: 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: .yarn/**
|
|
||||||
Copyright: Yarn contributors
|
|
||||||
License: BSD-2-Clause
|
|
||||||
|
|
||||||
Files: .gitattributes
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: .idea/**
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: netlify.toml
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: CC0-1.0
|
|
||||||
|
|
||||||
Files: .netlify/*
|
|
||||||
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/pull_request_template.md
|
|
||||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: CC-BY-SA-4.0
|
|
||||||
|
|
||||||
Files: **/__snapshots__/*.snap
|
|
||||||
Copyright: 2022 The HedgeDoc developers (see AUTHORS file)
|
|
||||||
License: AGPL-3.0-only
|
|
Loading…
Reference in a new issue