aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-10 20:09:59 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-12-10 20:09:59 +0100
commitaa8148b958daac4b35173a1d28806b2fdc8609bd (patch)
treed3c438f91a911f8e4bd0fb96dc833edaac4f21e6 /README.md
parent10462c2c9f4ae2ffd3c32dd4628e0052067c15fa (diff)
parent202c49a327b7a3dc3bfa199da2ac7484ee105f65 (diff)
downloaddialog-rs-aa8148b958daac4b35173a1d28806b2fdc8609bd.tar.gz
dialog-rs-aa8148b958daac4b35173a1d28806b2fdc8609bd.tar.bz2
Merge branch 'release-v0.3.0'HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index d2439b0..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.
@@ -5,8 +10,9 @@ A Rust library for displaying dialog boxes using various backends.
[Documentation][]
Currently `dialog-rs` supports input, message, password and question dialogs.
-It can use the `dialog` or `zenity` tools to display the dialog boxes. If none
-of these tools is available, the dialogs are printed to the standard output.
+It can use the `dialog`, `kdialog`, or `zenity` tools to display the dialog
+boxes. If none of these tools is available, the dialogs are printed to the
+standard output.
## Example
@@ -34,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/