diff options
author | Daniel Mueller <deso@posteo.net> | 2020-09-02 21:40:32 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-02 21:40:32 -0700 |
commit | 888c30e975726260e0af9b61baee6b17c51a06d5 (patch) | |
tree | c2787b15a1f0ae6246ae9fa38f6f76432d93232f /README.md | |
parent | 4686dbf5d79da730776374d7ef3471c3ed4915b5 (diff) | |
download | nitrocli-888c30e975726260e0af9b61baee6b17c51a06d5.tar.gz nitrocli-888c30e975726260e0af9b61baee6b17c51a06d5.tar.bz2 |
Adjust copyright & license specification to comply with REUSE 3.0
With this change we switch to using a REUSE compliant way of specifying
the copyright & license of the program. To be fully in conformance we
also add additional license specifications for the remaining files in
the project. Lastly, a new CI pipeline rule takes care of verifying
compliance on an ongoing basis.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,8 @@ License See the [LICENSE](LICENSE) file that accompanies this distribution for the full text of the license. +`nitrocli` complies with [version 3.0 of the REUSE specification][reuse]. + [`libnitrokey`]: https://github.com/nitrokey/libnitrokey [nitrokey-ug]: https://www.nitrokey.com @@ -179,3 +181,4 @@ the full text of the license. [gplv3-tldr]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) [libnitrokey#32]: https://github.com/Nitrokey/libnitrokey/issues/32 [libnitrokey#137]: https://github.com/Nitrokey/libnitrokey/issues/137 +[reuse]: https://reuse.software/practices/3.0/ |