summaryrefslogtreecommitdiff
path: root/p/c2hs
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@debian.org>2010-02-13 16:04:07 +0300
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-02-13 16:04:07 +0300
commitc884944d35431e91fec661dfbea9dcc38a88271a (patch)
tree5d6c02ee18772a9dfddf6f6a5127814751c5ce8b /p/c2hs
parent3431490e1725bbbecea72c3ce01cce0210b4b399 (diff)
downloadDHG_packages-c884944d35431e91fec661dfbea9dcc38a88271a.tar.gz
c2hs: debian/copyright: Use DEP-5 format.
Diffstat (limited to 'p/c2hs')
-rw-r--r--p/c2hs/debian/changelog1
-rw-r--r--p/c2hs/debian/copyright135
2 files changed, 76 insertions, 60 deletions
diff --git a/p/c2hs/debian/changelog b/p/c2hs/debian/changelog
index 03ac20f3f..9fc348bbd 100644
--- a/p/c2hs/debian/changelog
+++ b/p/c2hs/debian/changelog
@@ -26,6 +26,7 @@ c2hs (0.16.0-1) UNRELEASED; urgency=low
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* Use 3.0 (quilt) source format.
* Include patch to work with ghc6-6.12.
+ * debian/copyright: Use DEP-5 format.
-- Marco Túlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:30:45 -0200
diff --git a/p/c2hs/debian/copyright b/p/c2hs/debian/copyright
index 0b65d95b0..2c28d4fa4 100644
--- a/p/c2hs/debian/copyright
+++ b/p/c2hs/debian/copyright
@@ -1,67 +1,82 @@
-This package was debianized by Marco Tulio Gontijo e Silva <marcot@minaslivre.org>
-on Sun, 26 Jun 2005 11:05:57 -0300.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=REVISION
+Name: c2hs
+Maintainer: chak@cse.unsw.edu.au, duncan@haskell.org
+Source: http://hackage.haskell.org/packages/archive/c2hs/0.16.0/c2hs-0.16.0.tar.gz
-It was downloaded from
-http://www.cse.unsw.edu.au/~chak/haskell/c2hs/c2hs-0.13.6.tar.gz
+Copyright:
+ 1997-2007, Manuel M. T. Chakravarty <chak@cse.unsw.edu.au>
+ 2005-2008, Duncan Coutts
+ 2008, Benedikt Huber
+License: GPL-2+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
-Copyright:
- (C) 1997-2005 Manuel M. T. Chakravarty <chak@cse.unsw.edu.au>
+Files: C2HS.hs
+License:
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
- This system 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; either version 2 of the License, or
- (at your option) any later version.
+Files: doc/c2hs.*
+License: GFDL without Invariant Sections
+ Permission is granted to copy, distribute and/or modify this document under
+ the terms of the GNU Free Documentation License, Version 1.1 or any later
+ version published by the Free Software Foundation; with no Invariant Sections,
+ with no Front-Cover Texts, and with the no Back-Cover Texts. A copy of the
+ license is included in the section entitled "GNU Free Documentation License".
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU Free
+ Documentation License may be found in `/usr/share/common-licenses/GFDL'.
- This system 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.
+Files: Generated code
+Copyright:
+ 2000-2005, Manuel M. T. Chakravarty <chak@cse.unsw.edu.au>
+License:
+ All code included into generated bindings is under a BSD-style license that
+ does not place any restrictions on the license of the inteface produced with
+ C->Haskell (ie, closed proprietary licenses are possible, too). In other
+ words, I do not care what you use C->Haskell for or to whom you are giving
+ C->Haskell or any interfaces generated with C->Haskell, only if you modify or
+ improve C->Haskell itself, you have to contribute your changes back to the
+ community. Nevertheless, I will of course be particularly delighted if you
+ choose to make your work freely available.
- You should have received a copy of the GNU General Public License
- along with this system; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- MA 02110-1301, USA.
+Files:
+ src/Data/DLists.hs
+ src/Data/Errors.hs
+ src/Data/NameSpaces.hs
+ src/Text/Lexers.hs
+License: LGPL-2+
+ On Debian GNU/Linux systems, the complete text of the GNU Library General
+ Public License may be found in `/usr/share/common-licenses/LGPL'.
- NOTE: HOWEVER, all runtime system code - ie, code required by the
- output of the interface generator - is licensed under the GNU Libray
- General Public License version 2 (LGPL). This means that generated
- interfaces can use any license that the author of the interface sees
- fit (including closed proprietary licenses). In other words, I do
- not care what you use C->Haskell for or to whom you are giving
- C->Haskell or any interfaces generated with C->Haskell, but if you
- modify or improve C->Haskell, you have to contribute your changes
- back to the community. Nevertheless, I will of course be particularly
- delighted if you choose to make your work freely available.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License may be found in `/usr/share/common-licenses/GPL'.
-
-On Debian GNU/Linux systems, the complete text of the GNU Library
-General Public License may be found in`/usr/share/common-licenses/LGPL-2'.
-
-Copyright Debian packaging.
- (C) 1999-2003 Michael Weber <michael.weber@post.rwth-aachen.de>
- (C) 2005 Marco Tulio Gontijo e Silva <marcot@minaslivre.org>
- (C) 2006 Arjan Oosting <arjanoosting@home.nl>
-
- The initial Debian packaging was done by Michael Weber and Marco
- Tulio Gontijo e Silva and did not have explicit copyright statements.
- See the Debian changelog for the list of changes. Presumably all
- their changes may be redistributed under the same terms as c2hs itself.
-
- Changes by Arjan Oosting may be redistributed and/or modified under
- the same terms c2hs as itself.
-
-Copyright manual:
-
- (C) 1999-2005 Manuel M. T. Chakravarty <chak@cse.unsw.edu.au>
-
- The manual for c2hs named "The Binding Generator C->Haskell" is
- distributed under the terms GNU Free Documentation License, Version
- 1.1 or any later version published by the Free Software Foundation;
- with no Invariant Sections, with no Front-Cover Texts, and with the
- no Back-Cover Texts.
-
-On Debian GNU/Linux systems, the complete text of the GNU Free
-Documentation License may be found in `/usr/share/common-licenses/GFDL'.
+Files: debian/*
+Copyright:
+ 1999-2003, Michael Weber <michael.weber@post.rwth-aachen.de>
+ 2005, 2010, Marco Túlio Gontijo e Silva <marcot@debian.org>
+ 2006, Arjan Oosting <arjanoosting@home.nl>
+License:
+ The initial Debian packaging was done by Michael Weber and did not have
+ explicit copyright statements. See the Debian changelog for the list of
+ changes. Presumably all his changes may be redistributed under the same terms
+ as c2hs itself.
+ .
+ Changes by Arjan Oosting and Marco Túlio Gontijo e Silva may be redistributed
+ and/or modified under the same terms c2hs as itself.