aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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/