diff options
author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-19 23:49:06 +0300 |
---|---|---|
committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-19 23:49:06 +0300 |
commit | c0e48f77000d23e44ddbd9732a3011dfdf06ea82 (patch) | |
tree | 475fbb00c4bb2655b2d85d96f400ad9566b41286 | |
parent | 90e024328fb6f9e80ea893ae900c26f2dd001623 (diff) | |
download | DHG_packages-c0e48f77000d23e44ddbd9732a3011dfdf06ea82.tar.gz |
haskell-cpu: convert `debian/copyright' to dep5 format
-rw-r--r-- | p/haskell-cpu/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-cpu/debian/copyright | 64 |
2 files changed, 35 insertions, 30 deletions
diff --git a/p/haskell-cpu/debian/changelog b/p/haskell-cpu/debian/changelog index e09006e32..10b1c4ab8 100644 --- a/p/haskell-cpu/debian/changelog +++ b/p/haskell-cpu/debian/changelog @@ -2,6 +2,7 @@ haskell-cpu (0.1.2-6) 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:01 +0300 diff --git a/p/haskell-cpu/debian/copyright b/p/haskell-cpu/debian/copyright index fa799e119..c9d851228 100644 --- a/p/haskell-cpu/debian/copyright +++ b/p/haskell-cpu/debian/copyright @@ -1,33 +1,37 @@ -Upstream Authors: +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cpu +Upstream-Contact: Vincent Hanquez <vincent@snarc.org> +Source: https://hackage.haskell.org/package/cpu - Vincent Hanquez <vincent@snarc.org> +Files: * +Copyright: 2012 Vincent Hanquez <vincent@snarc.org> +License: BSD-3-clause -Copyright: +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD-3-clause - 2012 Vincent Hanquez - -License: - -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 REGENTS AND CONTRIBUTORS ``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 REGENTS AND CONTRIBUTORS ``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. |