This package was debianized by Samuel Mimram <samuel.mimram@ens-lyon.org> on
Thu, 12 Aug 2004 16:11:07 +0200.

The source archive was made using files downloaded from
http://compiler.kaist.ac.kr/~shoh/ocaml/lablgtk2/

Upstream Authors: Tony Gale, Ian Main, the GTK team, Tim-Philipp Muller,
                  SooHyoung Oh

Copyrights:


GTK+ 2.0 Tutorial using Ocaml
=============================

Tutorial Copyright and Permissions Notice
-----------------------------------------

The GTK Tutorial is Copyright (C) 1997 Ian Main.
Copyright (C) 1998-2002 Tony Gale.

Permission is granted to make and distribute verbatim copies of this manual
provided the copyright notice and this permission notice are preserved on all
copies.

Permission is granted to copy and distribute modified versions of this
document under the conditions for verbatim copying, provided that this
copyright notice is included exactly as in the original, and that the entire
resulting derived work is distributed under the terms of a permission notice
identical to this one.

Permission is granted to copy and distribute translations of this document
into another language, under the above conditions for modified versions.

If you are intending to incorporate this document into a published work, please
contact the maintainer, and we will make an effort to ensure that you have the
most up to date information available.

There is no guarantee that this document lives up to its intended purpose. This
is simply provided as a free resource. As such, the authors and maintainers of
the information provided within can not make any guarantee that the information
is even accurate.

Ocaml Version Tutorial Copyright and Permissions Notice
-------------------------------------------------------

Copyright (C) 2004 SooHyoung Oh.

Permission is granted to make and distribute verbatim copies of this manual
provided the copyright notice and this permission notice are preserved on all
copies.

Permission is granted to copy and distribute modified versions of this
document under the conditions for verbatim copying, provided that this
copyright notice is included exactly as in the original, and that the entire
resulting derived work is distributed under the terms of a permission notice
identical to this one.

Permission is granted to copy and distribute translations of this document
into another language, under the above conditions for modified versions.

If you are intending to incorporate this document into a published work, please
contact the maintainer, and we will make an effort to ensure that you have the
most up to date information available.

There is no guarantee that this document lives up to its intended purpose. This
is simply provided as a free resource. As such, the authors and maintainers of
the information provided within can not make any guarantee that the information
is even accurate.


GTK+ 2.0 Tree View Tutorial using Ocaml
=======================================

Ocaml Adaptation
----------------

Copyright (c) 2004 SooHyoung Oh <shoh@compiler.kaist.ac.kr>

Original Document
-----------------

Copyright (c) 2003-2004 Tim-Philipp Muller <tim@centricular.net>

This tutorial may be redistributed and modified freely in any form, as long as
all authors are given due credit for their work and all non-trivial changes by
third parties are clearly marked as such either within the document (e.g. in a
revision history), or at an external and publicly accessible place that is
refered to in the document (e.g. a CVS repository). 


Lablgtk2
========

Upstream Authors :
  Jacques Garrigue <garrigue@kurims.kyoto-u.ac.jp>
  Benjamin Monate <monate@lix.polytechnique.fr>
For lablgtk1:
  Hubert Fauque <hubert.fauque@wanadoo.fr>
  Jun Furuse <Jun.Furuse@inria.fr>
  Koji Kagawa <kagawa@eng.kagawa-u.ac.jp>
For the librsvg bindings:
  Olivier Andrieu <andrieu@ijm.jussieu.fr>

LablGtk is distributed under the terms the LGPL licence, which can be
found in the /usr/share/common-licenses/LGPL file on debian systems.

Notice that this version includes binding for the librsvg, a SVG-files
render. Since librsvg is licenced under the GPL, linking to it via the
lablrsvg puts the resulting work under the GPL also.
