This package is maintained by: Per Olofsson <pelle@dsv.su.se>

It is based on the ion package which was created by Tommi Virtanen
<tv@debian.org>

It was downloaded from: http://iki.fi/tuomov/ion/

Upstream author: Tuomo Valkonen <tuomov@iki.fi>

Copyright:

The following copyright notice appears in the source files:

/*
 * ion/ioncore/init.c
 *
 * Copyright (c) Tuomo Valkonen 1999-2004. 
 *
 * Ion 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; either version 2.1 of the License, or
 * (at your option) any later version.
 */

The GNU Lesser General Public License can be found in
/usr/share/common-licenses/LGPL on Debian systems.

The README also states:

--
Ion was written by Tuomo Valkonen.

The autoconf script written by Tom Payne for the most part.

The dock module was written by Tom Payne and Per Olofsson.

share/ion-completefile/ion-completefile.c is based on editline, (c)
1992 Simmule Turner and Rich Salz. See the file for details.

libtu/snprintf_2.2/ was written by Mark Martinec, see the README there
or <http://www.ijs.si/software/snprintf/> for more. I made some minor
modifications. 

The code that de/fontset.c is based on was apparently originally written 
by Tomohiro Kubota; see
<http://www.debian.org/doc/manuals/intro-i18n/ch-examples.en.html#s13.4.5>.

Various patches have been contributed by other individuals unlisted here.
(See the mailing list archives.)
--

The licences for editline and snprintf_2.2 are reproduced at the
bottom of this file. Note that snprintf_2.2 isn't normally linked to
to the binaries on Debian GNU/Linux systems.

The source files in the libtu library which is enclosed within Ion
include the following copyright notice:

/*
 * libtu/misc.c
 *
 * Copyright (c) Tuomo Valkonen 1999-2002. 
 *
 * You may distribute and modify this library under the terms of either
 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
 */

The Clarified Artistic License is reproduced at the end of this file.

dock/dock.c includes the following copyright notice:

/*
 * Ion dock module
 * Copyright (C) 2003 Tom Payne
 * Copyright (C) 2003 Per Olofsson
 *
 * by Tom Payne <ion@tompayne.org>
 * based on code by Per Olofsson <pelle@dsv.su.se>
 *
 * 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; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * 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, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 * $Header: /home/twp/cvsroot/twp/ion/ion-devel-dock/dock.c,v 1.17 2003/12/21 11:59:48 twp Exp $
 *
 */

The GNU Lesser General Public License can be found in
/usr/share/common-licenses/LGPL on Debian systems.

The document "Ion: Configuring and extending with Lua" in the ion2-doc
package has the following copyright notice:

 Ion: Configuring and extending with Lua
 Copyright (C)  2003 Tuomo Valkonen.

 This document is free; 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 document 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
 chapter entitled ''GNU General Public License'' for more details.

The GNU General Public License can be found in
/usr/share/common-licenses/GPL on Debian systems.

The licence from share/ion-completefile/ion-completefile.c:

/****************************************************************************/
/*                                                                          */
/* Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved.       */
/*                                                                          */
/* This software is not subject to any license of the American Telephone    */
/* and Telegraph Company or of the Regents of the University of California. */
/*                                                                          */
/* Permission is granted to anyone to use this software for any purpose on  */
/* any computer system, and to alter it and redistribute it freely, subject */
/* to the following restrictions:                                           */
/* 1. The authors are not responsible for the consequences of use of this   */
/*    software, no matter how awful, even if they arise from flaws in it.   */
/* 2. The origin of this software must not be misrepresented, either by     */
/*    explicit claim or by omission.  Since few users ever read sources,    */
/*    credits must appear in the documentation.                             */
/* 3. Altered versions must be plainly marked as such, and must not be      */
/*    misrepresented as being the original software.  Since few users       */
/*    ever read sources, credits must appear in the documentation.          */
/* 4. This notice may not be removed or altered.                            */
/*                                                                          */
/****************************************************************************/
/*                                                                          */
/*  This is a line-editing library, it can be linked into almost any        */
/*  program to provide command-line editing and recall.                     */
/*                                                                          */
/*  Posted to comp.sources.misc Sun, 2 Aug 1992 03:05:27 GMT                */
/*      by rsalz@osf.org (Rich $alz)                                        */
/*                                                                          */
/****************************************************************************/
/*                                                                          */
/*  The version contained here has some modifications by awb@cstr.ed.ac.uk  */
/*  (Alan W Black) in order to integrate it with the Edinburgh Speech Tools */
/*  library and Scheme-in-one-defun in particular.  All modifications to    */
/*  to this work are continued with the same copyright above.  That is      */
/*  This version editline does not have the the "no commercial use"         */
/*  restriction that some of the rest of the EST library may have           */
/*  awb Dec 30 1998                                                         */
/*                                                                          */
/****************************************************************************/

The licence for the files in libtu/snprintf_2.2:

--
The Frontier Artistic License Version 1.0
Derived from the Artistic License at OpenSource.org.
Submitted to OpenSource.org for Open Source Initiative certification.
   
Preamble

The intent of this document is to state the conditions under which a
Package may be copied, such that the Copyright Holder maintains some
semblance of artistic control over the development of the package,
while giving the users of the package the right to use and distribute
the Package in a more-or-less customary fashion, plus the right to
make reasonable modifications.
   
Definitions

  "Package" refers to the script, suite, file, or collection of
  scripts, suites, and/or files distributed by the Copyright Holder,
  and to derivatives of that Package created through textual modification.

  "Standard Version" refers to such a Package if it has not been
  modified, or has been modified in accordance with the wishes of
  the Copyright Holder.

  "Copyright Holder" is whoever is named in the copyright statement
  or statements for the package.

  "You" is you, if you're thinking about copying or distributing
  this Package.

  "Reasonable copying fee" is whatever you can justify on the basis
  of media cost, duplication charges, time of people involved, and
  so on. (You will not be required to justify it to the Copyright
  Holder, but only to the computing community at large as a market
  that must bear the fee.)

  "Freely Available" means that no fee is charged for the item
  itself, though there may be fees involved in handling the item.
  It also means that recipients of the item may redistribute it under
  the same conditions they received it.
       

Terms

1. You may make and give away verbatim copies of the source form of
the Standard Version of this Package without restriction, provided
that you duplicate all of the original copyright notices and
associated disclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may apply bug fixes, portability fixes, rd Vclaimers.
   
2. You may ap