aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-27 23:01:29 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-12-27 23:01:29 +0100
commite3cffeefc3dcaaaf2f9142624cb2a1532385bc15 (patch)
tree2ee59440e9c16d7da7e9e45c51c95fbb62fc9e3b
parent715bd90ddd5c23d643d1e90540256cd7c2a11da8 (diff)
downloadnitrokey-rs-e3cffeefc3dcaaaf2f9142624cb2a1532385bc15.tar.gz
nitrokey-rs-e3cffeefc3dcaaaf2f9142624cb2a1532385bc15.tar.bz2
Comply with version 3.0 of the REUSE specification
To comply with the new version 3.0 of the REUSE specification, we have to add a copyright header to the .gitignore file and move the LICENSE file to LICENSES/MIT.txt.
-rw-r--r--.gitignore3
-rw-r--r--LICENSES/MIT.txt (renamed from LICENSE)0
-rw-r--r--README.md4
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4cdf3b3..0197ee7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-
+# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
+# SPDX-License-Identifier: MIT
/target
/nitrokey-sys/target
**/*.rs.bk
diff --git a/LICENSE b/LICENSES/MIT.txt
index 6c67cd5..6c67cd5 100644
--- a/LICENSE
+++ b/LICENSES/MIT.txt
diff --git a/README.md b/README.md
index a29ac6f..cc967b9 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ mail to [nitrokey-rs-dev@ireas.org][].
This project is licensed under the [MIT License][]. `libnitrokey` is licensed
under the [LGPL-3.0][].
-`nitrokey-rs` complies with [version 2.0 of the REUSE practices][reuse].
+`nitrokey-rs` complies with [version 3.0 of the REUSE specification][reuse].
[Documentation]: https://docs.rs/nitrokey
[Nitrokey udev rules]: https://www.nitrokey.com/documentation/frequently-asked-questions-faq#openpgp-card-not-available
@@ -82,4 +82,4 @@ under the [LGPL-3.0][].
[nitrokey-rs-dev@ireas.org]: mailto:nitrokey-rs-dev@ireas.org
[MIT license]: https://opensource.org/licenses/MIT
[LGPL-3.0]: https://opensource.org/licenses/lgpl-3.0.html
-[reuse]: https://reuse.software/practices/2.0/
+[reuse]: https://reuse.software/practices/3.0/