summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 23:45:56 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 23:45:56 +0400
commit655ae695939e46d60eac9f898fade899cf20697f (patch)
treee095540f2e7a94dc24ebf04e2ffc1e3a4003dbf9 /bencoding.cabal
parent35913c887d8ef8f4e42398755bafb1439cd7c1aa (diff)
Change license to BSD3
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 4775ff4..70659f5 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -3,15 +3,16 @@ version: 0.2.0.0
3synopsis: A library for encoding and decoding of BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/cobit/bencoding 4homepage: https://github.com/cobit/bencoding
5bug-reports: https://github.com/cobit/bencoding/issues 5bug-reports: https://github.com/cobit/bencoding/issues
6license: MIT 6license: BSD3
7license-file: LICENSE 7license-file: LICENSE
8author: Sam T. 8author: Sam Truzjan
9maintainer: Sam T. <pxqr.sta@gmail.com> 9maintainer: Sam Truzjan <pxqr.sta@gmail.com>
10copyright: (c) 2013, Sam T. 10copyright: (c) 2013, Sam Truzjan
11category: Data 11category: Data
12build-type: Simple 12build-type: Simple
13cabal-version: >= 1.10 13cabal-version: >= 1.10
14tested-with: GHC==7.4.1, GHC==7.6.3 14tested-with: GHC==7.4.1
15 , GHC==7.6.3
15description: 16description:
16 17
17 A library for encoding and decoding of BEncode data. 18 A library for encoding and decoding of BEncode data.