Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Apply GitHub's Mechanism for Multiple Licenses (#2) #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
;; SPDX-FileCopyrightText: 2021 Stephan Druskat <mail@sdruskat.net>
;; SPDX-License-Identifier: MIT

This file provides information about which license is applied when. For
convenience and simplicity, all plain text files carry a header similar to the
one of this file at their top. This header informs about the respective license
applied.



MIT:
The source code provided in this repository as well as this information file
are licensed under the MIT license.



CC-BY-4.0:
All documentation files and images are licensed under CC-BY-4.0. Please use
the metadata provided in CITATION.cff to cite this work.



CC0-1.0:
Any file which is neither source code nor an image nor used for documentation
is licensed under CC0-1.0.
Loading