Skip to content
Snippets Groups Projects
Verified Commit b03bcfa1 authored by David Runge's avatar David Runge :chipmunk:
Browse files

docs(CONTRIBUTING.md): Expand project licensing information


Add information on documentation licensing under CC-BY-SA-4.0.
Add information on reuse configuration and that individual contributors
are summarized as "Signstar Contributors" instead of being attributed
individually.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent ed08732e
No related branches found
No related tags found
1 merge request!30chore: Simplify license attribution setup for entire project
......@@ -53,6 +53,12 @@ All code contributions fall under the terms of the [Apache-2.0] and [MIT].
Configuration file contributions fall under the terms of the [CC0-1.0].
Documentation contributions fall under the terms of the [CC-BY-SA-4.0].
Specific license assignments and attribution are handled using [`REUSE.toml`].
Individual contributors are all summarized as *"Signstar Contributors"*.
For a full list of individual contributors, refer to `git log --format="%an <%aE>" | sort -u`.
[Rust]: https://www.rust-lang.org/
[`rustfmt`]: https://github.com/rust-lang/rustfmt
[`clippy`]: https://github.com/rust-lang/rust-clippy
......@@ -68,3 +74,5 @@ Configuration file contributions fall under the terms of the [CC0-1.0].
[Apache-2.0]: ./LICENSES/Apache-2.0.txt
[MIT]: ./LICENSES/MIT.txt
[CC0-1.0]: ./LICENSES/CC0-1.0.txt
[CC-BY-SA-4.0]: ./LICENSES/CC-BY-SA-4.0.txt
[`REUSE.toml`]: ./REUSE.toml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment