From 655ae695939e46d60eac9f898fade899cf20697f Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 27 Sep 2013 23:45:56 +0400 Subject: Change license to BSD3 --- bencoding.cabal | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bencoding.cabal') 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 synopsis: A library for encoding and decoding of BEncode data. homepage: https://github.com/cobit/bencoding bug-reports: https://github.com/cobit/bencoding/issues -license: MIT +license: BSD3 license-file: LICENSE -author: Sam T. -maintainer: Sam T. -copyright: (c) 2013, Sam T. +author: Sam Truzjan +maintainer: Sam Truzjan +copyright: (c) 2013, Sam Truzjan category: Data build-type: Simple cabal-version: >= 1.10 -tested-with: GHC==7.4.1, GHC==7.6.3 +tested-with: GHC==7.4.1 + , GHC==7.6.3 description: A library for encoding and decoding of BEncode data. -- cgit v1.2.3