From 8d58a4422e9fff16c89c9edd9ca6ff1fbc963bcd Mon Sep 17 00:00:00 2001 From: Martin Ley Date: Mon, 11 Jan 2016 08:43:33 +0100 Subject: [PATCH] added explicit MIT license declaration --- LICENSE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 11ab60f7..cad32541 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +The MIT License (MIT) Copyright (c) 2015 Sebastian Mancke Permission is hereby granted, free of charge, to any person obtaining a copy @@ -16,4 +17,4 @@ 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. \ No newline at end of file +THE SOFTWARE.