This package was debianized by James LewisMoss <dres@debian.org> on
Wed, 20 Dec 2000 10:35:46 -0500.

It was downloaded from ftp://ftp.gnome.org/pub/guppi/Guppi-0.35.1.tar.gz

Upstream Authors: (Just including AUTHORS here)

Guppi is brought to you by a cast of dozens, including:

CODERS:

Chief Guppi Wrangler    Jon Trowbridge   <trow@gnu.org>
and Code Obfuscator

Crucial Early R&D,      Havoc Pennington <hp@pobox.com>
General GNOME Guru

Python Bindings         Andrew Chatham   <andrew.chatham@duke.edu>

Gnumeric Integration    Jody Goldberg    <jgoldberg@home.com>
& Random Cleverness

Bonobo/Oaf Magic,       Michael Meeks    <michael@helixcode.com>
Printing Fixes

Master Memory-Leak      Morten Welinder  <terra@diku.dk>
Plugger     

Early Bonobo Work       Ji Yu            <g.yu@mail.utexas.edu>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

PACKAGERS:

x86 RPMS        Kenny Graunke    <graunke@teleport.com>
Alpha/Src RPMS  Conrad Steenberg <conrad@srl.caltech.edu>
x86 Debian      Cesar Talon      <cesar.talon@uam.es>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

DOCUMENTERS:

guppitank docs  Chriss Lyttle    <chris@wilddev.net>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

TRANSLATORS:

DA  Danish      Keld Simonsen        <keld@dkung.dk>
                Kenneth Christiansen <kenneth@gnu.org>

DE  German      Kai Lahmann          <kailahmann@01019freenet.de>

FR  French      Jean Brefort         <jean.brefort@ac-dijon.fr>
                Martin Quinson       <mquinson@ens-lyon.fr>

IS  Icelandic   Halldr rn lafsson <halldor@ic.chalmers.se>

NL  Dutch       Jos Dehaes           <jos@chello.be>

NO  Norwegian   Kjartan Maraas       <kmaraas@online.no>

RU  Russian     Valek Filippov       <frob@df.ru>

UK  Ukrainian   Yuri Syrota          <rasta@renome.rovno.ua>

SV  Swedish     Jon Trowbridge       <trow@gnu.org>
                Andreas Hyden        <a.hyden@cyberpoint.se>

If you would like to contribute a new translation, or if you would
like to assist in extending or improving an existing translation,
contact Jon Trowbridge <trow@gnu.org>.  (If you already have
write-access to the gnome CVS server, don't worry about contacting
Jon; just go in and make your changes...)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

SPECIAL THANKS:

Guppi contains code from the Cephes math library, which was written by
Stephen L. Moshier.  Many thanks to Stephen, both for his cool code
and for releasing it unencumbered by a restrictive license.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Also, many thanks to the following organizations that have, in one
way or another, supported Guppi's development.

EMC Capital Management Inc.    http://www.emccta.com
The Free Software Foundation   http://www.gnu.org
Helix Code Inc.                http://www.helixcode.com
Red Hat Inc.                   http://www.redhat.com
Gnumatic Inc.                  http://www.gnumatic.com



Copyright:

/*
 * guppi.c
 *
 * Copyright (C) 1999 EMC Capital Management, Inc.
 *
 * Developed by Jon Trowbridge <trow@gnu.org>
 * and Havoc Pennington <hp@pobox.com>.
 *
 * 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; either version 2 of the
 * License, or (at your option) any later version.
 *
 * 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, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 * USA
 */

On a debian system the complete text of the GPL can be found at
/usr/share/common-licenses/GPL.

