From ca06c4c4a2846b1c0410af1c7a68c65f5489a0b9 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 27 Oct 2019 11:42:45 +0100 Subject: 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. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bd73da3..1c6f6d0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # 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/ -- cgit v1.2.1