Relicense as MIT
This commit is contained in:
parent
089f44e8c9
commit
aec8351dda
3 changed files with 23 additions and 1 deletions
22
LICENSE
22
LICENSE
|
@ -1 +1,21 @@
|
||||||
I don't feel like writing a license for this. Do whatever you want with this, but credit me.
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2014 Vincent Ambo
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Name: TazBlog
|
Name: TazBlog
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Synopsis: Tazjin's Blog
|
Synopsis: Tazjin's Blog
|
||||||
|
License: MIT
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
Author: Vincent Ambo
|
Author: Vincent Ambo
|
||||||
Maintainer: tazjin@gmail.com
|
Maintainer: tazjin@gmail.com
|
||||||
|
|
|
@ -5,6 +5,7 @@ pkgrel=1
|
||||||
pkgdesc="Tazjin's blog written in Haskell"
|
pkgdesc="Tazjin's blog written in Haskell"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://tazj.in"
|
url="http://tazj.in"
|
||||||
|
license=('MIT')
|
||||||
makedepends=('ghc' 'cabal-install')
|
makedepends=('ghc' 'cabal-install')
|
||||||
source=(https://bitbucket.org/tazjin/tazblog-haskell/get/$pkgver.tar.gz)
|
source=(https://bitbucket.org/tazjin/tazblog-haskell/get/$pkgver.tar.gz)
|
||||||
md5sums=('981cdfdd3cba59f13213a644717f5343')
|
md5sums=('981cdfdd3cba59f13213a644717f5343')
|
||||||
|
|
Loading…
Reference in a new issue