summaryrefslogtreecommitdiff
path: root/p/haxml
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-05-24 15:00:46 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-05-24 15:00:46 +0300
commitbff59dc1d3b7aa22551ba54b4dcd692a72087548 (patch)
treeb5b3a975f1441cee6eebd82fb098701285288091 /p/haxml
parent54772eca8c6f2755b0ebf4351d7e6bad4d7c93ca (diff)
downloadDHG_packages-bff59dc1d3b7aa22551ba54b4dcd692a72087548.tar.gz
haxml: convert `debian/copyright' to dep5 format
Diffstat (limited to 'p/haxml')
-rw-r--r--p/haxml/debian/changelog1
-rw-r--r--p/haxml/debian/copyright109
2 files changed, 53 insertions, 57 deletions
diff --git a/p/haxml/debian/changelog b/p/haxml/debian/changelog
index d1e49f3bb..49c713d93 100644
--- a/p/haxml/debian/changelog
+++ b/p/haxml/debian/changelog
@@ -2,6 +2,7 @@ haxml (1:1.25.3-5) 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:38 +0300
diff --git a/p/haxml/debian/copyright b/p/haxml/debian/copyright
index cbed8e6cc..e91c9b548 100644
--- a/p/haxml/debian/copyright
+++ b/p/haxml/debian/copyright
@@ -1,57 +1,52 @@
-This package was debianized by Arjan Oosting <arjanoosting@home.nl> on
-Mon, 7 Feb 2005 18:36:29 +0100.
-
-It was downloaded from http://hackage.haskell.org/package/HaXml
-
-Copyright:
-
-The HaXml library and tools were written by and are copyright to
- Copyright (c) 1998-2006 Malcolm Wallace and Colin Runciman
-
-The library incorporates the module Text.ParserCombinators.HuttonMeijerWallace
- Copyright (c) 1996 Graham Hutton and Erik Meijer
-with modifications
- Copyright (c) 1998-2000 Malcolm Wallace
-and may also use or incorporate the module Text.PrettyPrint.HughesPJ
- Copyright (c) 1996-1997 John Hughes and Simon Peyton Jones
-
-Upstream Author: Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>
-
-License:
-
- The HaXml library is licensed under the terms of the GNU Lesser
- General Public Licence (LGPL), with the following special exception:
-
- ----
- As a relaxation of clause 6 of the LGPL, the copyright holders of this
- library give permission to use, copy, link, modify, and distribute,
- binary-only object-code versions of an executable linked with the
- Library, without requiring the supply of any mechanism to modify or
- replace the Library and relink (clauses 6a, 6b, 6c, 6d, 6e), provided
- that all the other terms of clause 6 are complied with.
- ----
-
- The HaXml tools Xtract, Validate, DtdToHaskell, and MkOneOf, are
- licensed under the terms of the GNU General Public Licence (GPL).
-
- This library and toolset is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied warranty
- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Licences for more details.
-
- If these licensing terms are not acceptable to you, please contact me for
- negotiation. :-)
- Malcolm.Wallace@cs.york.ac.uk
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License and the GNU Public License can be respectively found
-in `/usr/share/common-licenses/LGPL-2.1' and `/usr/share/common-licenses/GPL-2'
-
-Debian packaging copyright:
-
- (C) 2005-2007 Arjan Oosting <arjan@debian.org>
-
-The Debian packaging can be redistributed and/or modified under the
-terms of the GNU Public License version 2. Patches for the HaXml
-Library and changes to the HaXml Library can be redistributed and/or
-modified under the same terms as the HaXml Library itself.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: HaXml
+Upstream-Contact: author
+Source: https://hackage.haskell.org/package/HaXml
+
+Files: *
+Copyright: 1998-1999 Colin Runciman
+ 1998-2013 Malcolm Wallace
+License: LGPL-2.1
+
+Files: src/tools/*
+Copyright: 1998-1999 Colin Runciman
+ 1998-2013 Malcolm Wallace
+License: GPL-2
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation version 2.1
+ of the License.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian system, copy of GNU Lesser General Public License version 2
+ is also located at `/usr/share/common-licenses/GPL-2'
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation version 2
+ of the License.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian system, copy of GNU Lesser General Public License version 2
+ is also located at `/usr/share/common-licenses/GPL-2' \ No newline at end of file