aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
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 /LICENSE
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 'LICENSE')
-rw-r--r--LICENSE21
1 files changed, 0 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 1a3601d..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2018 Robin Krahl <robin.krahl@ireas.org>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.