From b9c7910a4bb44191fc1392b814a9a0c62bfe998e Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 11 Nov 2013 21:29:18 +0100 Subject: [PATCH] better license choice --- Hml.cabal | 2 +- LICENSE | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Hml.cabal b/Hml.cabal index 1cfebee..987fd52 100644 --- a/Hml.cabal +++ b/Hml.cabal @@ -6,7 +6,7 @@ version: 0.1.0.0 synopsis: Machine Learning Library -- description: homepage: http://github.com/yogsototh/Hml -license: PublicDomain +license: MIT license-file: LICENSE author: Yann Esposito maintainer: Yann.Esposito@gmail.com diff --git a/LICENSE b/LICENSE index e69de29..4691fb3 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2013 Yann Esposito + +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. +