Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Added reuse information (#782)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Molares <[email protected]>
  • Loading branch information
Philip Molares authored Nov 22, 2020
1 parent f16069c commit f3bf7cd
Show file tree
Hide file tree
Showing 514 changed files with 4,427 additions and 791 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: CC0-1.0

[*]
charset = utf-8
end_of_line = lf
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

---
name: Bug report
about: Create a report to help us improve
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

---
name: Enhancement request
about: Suggest an enhancement of an existing feature.
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

---
name: Feature request
about: Suggest a new feature for this project, which isn't existing yet.
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/question---other.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

---
name: Question / Other
about: Questions about the project, features, or organziational issues
Expand Down
8 changes: 7 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

### Component/Part
<!-- e.g markdown editor -->

Expand All @@ -12,7 +18,7 @@ This PR fixes/adds/improves/...
- [ ] Added / updated tests
- [ ] Added / updated documentation
- [ ] Extended changelog
- [ ] I read the [contribution documentation](https://github.com/hedgedoc/react-client/blob/master/CONTRIBUTING.md) and signed-off my commits to accept the DCO.
- [ ] I read the [contribution documentation](https://github.com/hedgedoc/react-client/blob/main/CONTRIBUTING.md) and signed-off my commits to accept the DCO.

### Related Issue(s)
<!-- e.g #123 -->
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only

name: test, build

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only

name: e2e

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only

name: lint

on:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only

name: REUSE Compliance Check

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: CC0-1.0

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
Expand Down
6 changes: 6 additions & 0 deletions .idea/dictionaries/hedgedoc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Tilman Vatteroth <[email protected]> mrdrogdrog <[email protected]>
Tilman Vatteroth <[email protected]> mrdrogdrog <[email protected]>

Philip Molares <[email protected]> Philip Molares <[email protected]>
Philip Molares <[email protected]> Philip Molares <[email protected]>

Sheogorath <[email protected]> Christoph Kern <[email protected]>
3 changes: 3 additions & 0 deletions .mailmap.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)

SPDX-License-Identifier: CC0-1.0
34 changes: 34 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: react-client
Upstream-Contact: The HedgeDoc developers <[email protected]>
Source: https://github.com/hedgedoc/react-client

Files: public/api/*
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC0-1.0

Files: public/icons/*
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: LicenseRef-HedgeDoc-Icon-Usgae-Guidelines

Files: public/locales/*
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: AGPL-3.0-only

Files: public/img/*
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC0-1.0

Files: public/highres.jpg
Copyright: Vincent van Gogh
License: CC0-1.0

Files: public/index.html
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC0-1.0

Files: public/robots.txt
Copyright: 2020 The HedgeDoc developers (see AUTHORS file)
License: CC0-1.0


19 changes: 19 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

<!--
This file lists all individuals having contributed content to the repository.
To regenerate, use `git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf`.
-->

# Authors

- Erik Michelson <[email protected]>
- Henrik Hüttemann <[email protected]>
- Jakob Klepp <[email protected]>
- Philip Molares <[email protected]>
- Christoph Kern <[email protected]>
- Tilman Vatteroth <[email protected]>
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

# Changelog

## [Unreleased]
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

## How to contribute to HedgeDoc react-client

Thanks for your interest in contributing. Here are some common scenarios for what you may want to contribute to.
Expand Down
Loading

0 comments on commit f3bf7cd

Please sign in to comment.