diff options
-rw-r--r-- | p/haskell-language-python/debian/changelog | 4 | ||||
-rw-r--r-- | p/haskell-language-python/debian/copyright | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/p/haskell-language-python/debian/changelog b/p/haskell-language-python/debian/changelog index 6fc75e215..9024d212e 100644 --- a/p/haskell-language-python/debian/changelog +++ b/p/haskell-language-python/debian/changelog @@ -7,6 +7,10 @@ haskell-language-python (0.5.2-1) UNRELEASED; urgency=medium [ Ilias Tsitsimpis ] * New upstream release * Add haskell-utf8-string to build dependencies + * Update d/copyright file. + Rename license from 'language-python' to 'BSD-3-clause' (it's the + same license, and the one upstream is using). Also, bump copyright + years for both upstream and debian/* files. -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Thu, 12 May 2016 17:24:32 +0000 diff --git a/p/haskell-language-python/debian/copyright b/p/haskell-language-python/debian/copyright index 81b98c6cf..b2ea95f58 100644 --- a/p/haskell-language-python/debian/copyright +++ b/p/haskell-language-python/debian/copyright @@ -4,14 +4,15 @@ Upstream-Contact: Bernard James Pope (Bernie Pope) <florbitous@gmail.com> Source: http://hackage.haskell.org/package/language-python Files: * -Copyright: 2009-2010 Bernard James Pope (also known as Bernie Pope). -License: language-python license +Copyright: 2008-2015 Bernard James Pope (also known as Bernie Pope). +License: BSD-3-clause Files: debian/* Copyright: 2014 Joachim Breitner -License: language-python license + 2016 Ilias Tsitsimpis <i.tsitsimpis@gmail.com> +License: BSD-3-clause -License: language-python license +License: BSD-3-clause All rights reserved. . Redistribution and use in source and binary forms, with or without |