summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-30 19:46:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-03-30 19:46:32 +0200
commit8e37f4d662f895f784295a477bf7bb3705c8203d (patch)
tree39c8e586083728a6f1ae3c1bf984b4ab404e2164 /README.md
parentd90abf2df41a5d9d02adce447e6fed7bf7ad93e8 (diff)
Add license
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9cb6c7a..87c5db5 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,23 @@
`task-hookrs` is a rust library for writing
[taskwarrior](https://taskwarrior.org) hooks.
+# License
+
+ task-hookrs - A Rust library for writing taskwarrior hooks and general interfacing with taskwarrior
+ Copyright (C) 2016 Matthias Beyer
+
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <http://www.gnu.org/licenses/>.
+
+For more information and the full license text, see
+[the LICENSE file](./LICENSE).