diff options
author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-24 14:14:15 +0300 |
---|---|---|
committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-24 14:14:15 +0300 |
commit | 8881a66a746f63e0e5de1a61a77b897ef013e289 (patch) | |
tree | 6014a42e9684e41ac517eae2d41b7c4ad64db375 /p | |
parent | cc108e9b76a475aa8e7b6df190496737b244d811 (diff) | |
download | DHG_packages-8881a66a746f63e0e5de1a61a77b897ef013e289.tar.gz |
haskell-warp: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p')
-rw-r--r-- | p/haskell-warp/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-warp/debian/copyright | 70 |
2 files changed, 34 insertions, 37 deletions
diff --git a/p/haskell-warp/debian/changelog b/p/haskell-warp/debian/changelog index e379e6795..514066ea8 100644 --- a/p/haskell-warp/debian/changelog +++ b/p/haskell-warp/debian/changelog @@ -2,6 +2,7 @@ haskell-warp (3.2.3-2) UNRELEASED; urgency=medium * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) + * Convert `debian/copyright' to dep5 format -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:29 +0300 diff --git a/p/haskell-warp/debian/copyright b/p/haskell-warp/debian/copyright index 5a3e49143..3cb088b6a 100644 --- a/p/haskell-warp/debian/copyright +++ b/p/haskell-warp/debian/copyright @@ -1,37 +1,33 @@ -This package was debianized by Clint Adams <clint@debian.org> on -Mon, 05 Sep 2011 21:11:42 -0000 - -It was downloaded from -http://hackage.haskell.org/package/warp - -Upstream Author: - - Michael Snoyman <michael@snoyman.com> - Matt Brown - -Copyright: - - 2010 Suite Solutions - -License: - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: warp +Upstream-Contact: Michael Snoyman <michael@snoyman.com> +Source: https://hackage.haskell.org/package/warp + +Files: * +Copyright: 2012 Michael Snoyman <michael@snoyman.com> + Erik de Castro Lopo <erikd@mega-nerd.com> +License: MIT + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: MIT + +License: MIT + 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. |