aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-10-27 11:42:45 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-10-27 11:46:36 +0100
commitca06c4c4a2846b1c0410af1c7a68c65f5489a0b9 (patch)
treef71a5d524bdebb3a02172b4c961557e55986e8e3 /README.md
parentdfe809ae6c191cbc8478363bc5b0ed2626f91bb0 (diff)
downloaddialog-rs-ca06c4c4a2846b1c0410af1c7a68c65f5489a0b9.tar.gz
dialog-rs-ca06c4c4a2846b1c0410af1c7a68c65f5489a0b9.tar.bz2
Comply with the REUSE specification 3.0
The REUSE specification defines best practices for handling of copyright information in open source software projects. This patch adds copyright and license statements to some files and renames the LICENSE file to comply with version 3.0 of the specification.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd73da3..1c6f6d0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+<!---
+SPDX-FileCopyrightText: 2019 Robin Krahl <robin.krahl@ireas.org>
+SPDX-License-Identifier: MIT
+-->
+
# dialog-rs
A Rust library for displaying dialog boxes using various backends.
@@ -35,6 +40,9 @@ mail to [dialog-rs-dev@ireas.org][].
This project is licensed under the [MIT License][].
+`dialog-rs` complies with [version 3.0 of the REUSE specification][reuse].
+
[Documentation]: https://docs.rs/dialog
[dialog-rs-dev@ireas.org]: mailto:dialog-rs-dev@ireas.org
[MIT license]: https://opensource.org/licenses/MIT
+[reuse]: https://reuse.software/practices/3.0/