diff options
| author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-20 12:45:03 +0300 |
|---|---|---|
| committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-20 12:45:03 +0300 |
| commit | 8b2d7bd7a7752ebebbb3ff484617b4000e6baf7d (patch) | |
| tree | f90014406672998281528db9584fc52f1d26f7a0 /p/haskell-doctest | |
| parent | b35e9d2bcca62e34c85e21ee011836d510b3fee4 (diff) | |
| download | DHG_packages-8b2d7bd7a7752ebebbb3ff484617b4000e6baf7d.tar.gz | |
haskell-doctest: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haskell-doctest')
| -rw-r--r-- | p/haskell-doctest/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-doctest/debian/copyright | 44 |
2 files changed, 29 insertions, 16 deletions
diff --git a/p/haskell-doctest/debian/changelog b/p/haskell-doctest/debian/changelog index ebc3b7f8f..fd47ae824 100644 --- a/p/haskell-doctest/debian/changelog +++ b/p/haskell-doctest/debian/changelog @@ -2,6 +2,7 @@ haskell-doctest (0.10.1-4) 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:12 +0300 diff --git a/p/haskell-doctest/debian/copyright b/p/haskell-doctest/debian/copyright index 0f9865183..9a249857b 100644 --- a/p/haskell-doctest/debian/copyright +++ b/p/haskell-doctest/debian/copyright @@ -1,19 +1,31 @@ -Copyright (c) 2009-2012 Simon Hengel <sol@typeful.net> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: doctest +Upstream-Contact: Simon Hengel <sol@typeful.net> +Source: https://hackage.haskell.org/package/doctest -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: +Files: * +Copyright: 2009-2015 Simon Hengel +License: MIT -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: MIT -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. +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. |
