aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f11081..57bc68f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2019 Robin Krahl <robin.krahl@ireas.org>
+# SPDX-License-Identifier: MIT
+
[package]
name = "dialog"
version = "0.2.1"