NixNG utilizes ~reuse-tool~ to specify the licenses for all files in the
project. We utilize several licenses, described below each in it’s own section.
When creating new files please utilize the commands below to add a proper
license header to all files.
\
To check for REUSE compliance run:
reuse link
This license is used for all documentation and related documents.
- SPDX: CC-BY-SA-4.0
reuse addheader --copyright "Richard Brežák and NixNG contributors" --license CC-BY-SA-4.0 <filename>
This license is used for all files containing primarly code.
- SPDX: MPL-2.0
reuse addheader --copyright "Richard Brežák and NixNG contributors" --license MPL-2.0 --template mpl-2-0 <filename>
This license is used for minor files and machine generated files such as:
flake.lock
, .gitignore
.
- SPDX: CC0-1.0
reuse addheader --copyright "Richard Brežák and NixNG contributors" --license CC0 <filename>