diff options
author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-22 17:13:06 +0300 |
---|---|---|
committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-22 17:13:06 +0300 |
commit | 677b1f5f2f9b27e3b8ceb1ee594ea13adb6d2f8c (patch) | |
tree | 61271bdec84331a493b1cb11a7fdbb7a3958d951 /p/haskell-lens | |
parent | 6df21e18eb38d1f60b37774b9502deb370b5cd7d (diff) | |
download | DHG_packages-677b1f5f2f9b27e3b8ceb1ee594ea13adb6d2f8c.tar.gz |
haskell-lens: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haskell-lens')
-rw-r--r-- | p/haskell-lens/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-lens/debian/copyright | 69 |
2 files changed, 43 insertions, 27 deletions
diff --git a/p/haskell-lens/debian/changelog b/p/haskell-lens/debian/changelog index 3fc978347..74ce90535 100644 --- a/p/haskell-lens/debian/changelog +++ b/p/haskell-lens/debian/changelog @@ -2,6 +2,7 @@ haskell-lens (4.13-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:35:41 +0300 diff --git a/p/haskell-lens/debian/copyright b/p/haskell-lens/debian/copyright index d9ef260b1..b9ba5fc49 100644 --- a/p/haskell-lens/debian/copyright +++ b/p/haskell-lens/debian/copyright @@ -1,30 +1,45 @@ -Copyright 2012 Edward Kmett +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lens +Upstream-Contact: Edward A. Kmett <ekmett@gmail.com> +Source: https://hackage.haskell.org/package/lens -All rights reserved. +Files: * +Copyright: 2012-2015 Edward Kmett <ekmett@gmail.com> + 2012 Niklas Haas + 2013-2015 Eric Mertens + 2012-2015 Michael Sloan + 2006-2012 Neil Mitchell + 2014 Oliver Charles +License: BSD-3-clause -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD-3-clause -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. 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. - -3. Neither the name of the author nor the names of his contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS OR CONTRIBUTORS 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. +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. 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. + . + 3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS OR CONTRIBUTORS 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. |