urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit 6ee51b5524814105ac0d4392fed3db5b8a1bf11f
parent 4c3c0b2190b82531fd96afe7e349c418358db305
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  6 Sep 2019 05:56:09 -0230

meta: switch to MIT license

Diffstat:
ALICENSE | 19+++++++++++++++++++
Mhob.cabal | 2+-
2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2019 Jared Tobin + +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. diff --git a/hob.cabal b/hob.cabal @@ -6,7 +6,7 @@ bug-reports: https://github.com/urbit/hob/issues author: Jared Tobin maintainer: jared@jtobin.io copyright: 2019 Jared Tobin -license: BSD3 +license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10