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 | 79346022d01a73a8987298d82a2f0b749b63ac50 (patch) | |
tree | acd4d1a3aff70c79ce2c50064d0462a61f3e35d6 /README.md | |
parent | f6348b20ea2ab1d3fe936fc07ad588efefc11708 (diff) | |
download | nitrocli-79346022d01a73a8987298d82a2f0b749b63ac50.tar.gz nitrocli-79346022d01a73a8987298d82a2f0b749b63ac50.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/ |