summaryrefslogtreecommitdiff
path: root/p/haskell-unix-time
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-24 13:38:07 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-24 13:38:07 +0300
commit8db787333a17fc4c2e323bca869e9bdd04aa7b04 (patch)
tree209337de659183a3a80233dfeb9a412060822eed /p/haskell-unix-time
parentd93b5a4a403d8375d8a172b7b73a5facc9293816 (diff)
downloadDHG_packages-8db787333a17fc4c2e323bca869e9bdd04aa7b04.tar.gz
haskell-unix-time: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haskell-unix-time')
-rw-r--r--p/haskell-unix-time/debian/changelog1
-rw-r--r--p/haskell-unix-time/debian/copyright67
2 files changed, 42 insertions, 26 deletions
diff --git a/p/haskell-unix-time/debian/changelog b/p/haskell-unix-time/debian/changelog
index 00f94ba5a..2f0daee70 100644
--- a/p/haskell-unix-time/debian/changelog
+++ b/p/haskell-unix-time/debian/changelog
@@ -2,6 +2,7 @@ haskell-unix-time (0.3.6-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:24 +0300
diff --git a/p/haskell-unix-time/debian/copyright b/p/haskell-unix-time/debian/copyright
index 542219308..69d5c218c 100644
--- a/p/haskell-unix-time/debian/copyright
+++ b/p/haskell-unix-time/debian/copyright
@@ -1,29 +1,44 @@
-Copyright (c) 2009, IIJ Innovation Institute Inc.
-All rights reserved.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unix-time
+Upstream-Contact: Kazu Yamamoto <kazu@iij.ad.jp>
+Source: https://hackage.haskell.org/package/unix-time
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
+Files: *
+Copyright: 2009 IIJ Innovation Institute Inc.
+License: BSD-3-clause
- * 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.
- * Neither the name of the copyright holders nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
+Files: cbits/conv.c
+Copyright: Kungliga Tekniska H.gskolan
+License: unclear, probably non-distributable
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
-COPYRIGHT OWNER 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.
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+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:
+ .
+ * 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.
+ * Neither the name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
+ COPYRIGHT OWNER 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. \ No newline at end of file