Package: qiv / 2.2.3-1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
This package was debianized by Mitch Blevins <mblevin@debian.org> on
Sun,  8 Nov 1998 23:37:24 -0500

It was downloaded from:

   http://www.klografx.net/qiv/download/
   http://spiegl.de/qiv/

The .orig.tar.gz file was created as follows:

   tar xzf qiv-2.2.tgz
   mv qiv-2.2/debian qiv-2.2/upstreamdebian
   mv qiv-2.2 qiv-2.2.orig
   tar cf qiv_2.2.orig.tar qiv-2.2.orig
   gzip -9 qiv_2.2.orig.tar

Upstream authors, as listed in Changelog:

   Adam Kopacz             <adam.k@klografx.de>
   Andy Spiegl             <qiv.andy@spiegl.de>
   Darren Smith            <darren.smith@juno.com>
   Pavel Andreev           <paxvel@vumsoft.cz>
   Decklin Foster          <decklin@red-bean.com>
   Holger Mueller          <hmueller@hrzpub.tu-darmstadt.de>
   Scott Sams              <sbsams@eos.ncsu.edu>
   Serge Winitzki          <winitzki@geocities.com>
   Frederic Crozat         <fcrozat@mail.dotcom.fr>
   Rutger Nijlunsing       <rutger@wingding.demon.nl>
   John Knottenbelt        <jak97@doc.ic.ac.uk>
   Danny                   <dannys@mail.com>
   Tomas Ogren             <stric@ing.umu.se>
   Erik Jacobsen           <erik@openix.com>
   Alfred Weyers           <alfred@otto.gia.RWTH-Aachen.DE>
   Daniel                  <danad157@student.liu.se>
   Henning Kulander        <hennikul@ifi.uio.no>
   Ask Bjoern Hansen       <ask@valueclick.com>
   Adrian Lopez            <adrian2@caribe.net>
   Y Furuhashi             <y_furuhashi@ot.olympus.co.jp>
   Wayne Davison           <wayned@users.sourceforge.net>
   Johannes Stezenbach     <js@convergence.de>
   OEyvind Kolaas          <pippin@users.sourceforge.net>
   Matthieu Castet         <castet.matthieu@free.fr>
   Geoffrey T. Dairik      <dairiki@dairiki.org>
   Leopoldo Cerbaro        <redbliss@aliceposta.it>
   Heikki Lehvaslaiho      <heikki@sanbi.ac.za>
   Larry Doolittle         <ldoolitt@boa.org>
   S. Dobrev               <sdobrev@sistechnology.com>
   Thomas Wiegner          <wiegner@gmx.de>
   Barry deFreese          <bdefreese@debian.org>
   Peter deWachter         <pdewacht@gmail.com>
   Akos Pasztory           <akos.pasztory@gmail.com>

Copyright:

   Copyright (C) 1989-2009 the above-mentioned authors
   See "Changelog" for details who did what when.

   Copyright (C) 1987-1997 Free Software Foundation, Inc.
   For lib/getopt*.

License:

   This package 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 dated June, 1991.

   This package 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 package; if not, write to the Free Software
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   02110-1301, USA.

On Debian GNU/Linux systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

The debian packaging is
Copyright (c) 1998-2001 Mitch Blevins <mblevin@debian.org>
Copyright (c) 2002 Michael Beattie <mjb@debian.org>
Copyright (c) 2002 Colin Watson <cjwatson@debian.org>
Copyright (c) 2003 Luis Bustamante <luferbu@fluidsignal.com>
Copyright (c) 2003-2004 Martin Pitt <mpitt@debian.org>
Copyright (c) 2005 Christoph Wegscheider <christoph.wegscheider@wegi.net>
Copyright (c) 2006 Justin Pryzby <justinpryzby@users.sf.net>
Copyright (c) 2006-2009 Bart Martens <bartm@knars.be>
and is licensed under the GPL version 2, see above.

The files xmalloc.c and xmalloc.h contain this:

 * Created by Kevin Locke (from numerous canonical examples)
 *
 * I hereby place this file in the public domain.  It may be freely reproduced,
 * distributed, used, modified, built upon, or otherwise employed by anyone
 * for any purpose without restriction.

Kevin Locke <kwl7@cornell.edu> wrote on bug 383113:

   I have attached my stock do-or-die memory handling functions (public domain,
   but easily relicensable to GPL if desired), and a patch to incorporate those
   functions into qiv.