 YALE - Yet Another Learning Environment
 
 Copyright (C) 2001-2006

 Mainly written by members of the
 Artificial Intelligence Unit
 Computer Science Department
 University of Dortmund
 44221 Dortmund,  Germany
 
 Project administrator: Ingo Mierswa
 Complete list of YALE developers available at our web site:

 http://yale.sf.net

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.

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

Please note:
------------

* The license of all libraries can be found in the directory 
  "licences" located in the main directory of YALE.
  
* The only other libraries under GPL are Weka and JUnit.

* The library "felt.jar" is not licensed under the GPL and
  it is NOT allowed to use it for other applications.

* It is NOT allowed to use the icons of YALE for other
  applications.
  
* All other libraries are licensed under LGPL or BSD-style
  licenses.
  
* YALE itself (without the library "felt.jar", see above) is 
  licensed under the GPL (see the corresponding license file).
  
 
Library Notes:
--------------

Along with the core YALE classes you have received some software
packages and libraries not all of which are subject to the YALE
license terms. You can find the license texts of these libraries
in the 'licenses' directory of YALE. These libraries are

  src/libsvm/*	The java source files are part of the libsvm software
		by Chih-Chung Chang and Chih-Jen Lin, who hold the
		Copyright 2000-2005. The software can be downloaded
		from

                   http://www.csie.ntu.edu.tw/~cjlin/libsvm/

        We have made some minor modifications (removed
		System.out messages, added a method for writing the
		model to a stream, renamed some classes). You can find the 
		libsvm license in README.libsvm.
		
		Current Version: own based on 2.8.2

  lib/weka.jar  This java file is part of the Weka machine learning 
                software which has its home at

		   http://www.cs.waikato.ac.nz/ml/weka/

		Weka comes under the GNU General Public License and
		the original copyright note is

		Copyright (C) 1998, 1999, 2000, 2001  Eibe Frank, 
		   Leonard Trigg, Mark Hall, Richard Kirkby

		You can find the Weka original readme file in
		README.weka
		
		Current Version: 3.5.4 (latest CVS build)

  lib/colt.jar  Colt is a library for scalable scientific and technical 
                computing in Java. It has it's home at
                
                   http://dsd.lbl.gov/~hoschek/colt/
                   
                Current Version: 1.2.0

  lib/Jama.jar  JAMA is a basic linear algebra package for Java. This 
		archive holds the classes of the JAva MAtrix package 
		which is a cooperative product of The MathWorks and
		the National Institute of Standards and Technology 
		(NIST) which has been released to the public domain.
		The software can be downloaded from

		   http://math.nist.gov/javanumerics/jama/
		   
		Current Version: 1.0.2

  lib/jung.jar  JUNG is the Java Universal Network/Graph Framework --
                a software library that provides a common and extendible 
                language for modeling, analysis, and visualization of 
                data. It has it's home at

		           http://jung.sourceforge.net/
		           
		        Current Version: 1.7.0

  lib/commons-collections-3.2.jar
          
                The Jakarta commons library provides some reusable 
                Java components. It has it's home at

                   http://jakarta.apache.org/commons/
                   
                It is needed by xstream.
                   
                Current Version: 3.2

  lib/junit.jar  JUnit is a testing framework. Is has it's home at

                    http://www.junit.org/index.htm
                    
                 Current Version: 4.0
                   
  lib/jmathplot.jar  JMathPlot is a plotter framework which is used for the
                     3D plots and some of the 2D plots. Is has it's home at

                       http://jmathtools.sourceforge.net/
                       
                     Current Version: 2006-09-15          

  lib/xstream.jar  XStreams is a very convenient library for creating XML
                   based serializations for arbitrary Java objects. It can
                   be found at

                    http://xstream.codehaus.org
                   
                   Current Version: 1.2.1

  lib/xpp3.jar  XPP3 is a fast XML pull parser used by XStreams. It is 
                part of the XStreams package.
                
                Current Version: 3
  
  lib/felt.jar  This library contains the look and feel of YALE. 
                Very important: This library is not part of the GPL
                open-source version of YALE and is not allowed to
                be used for other applications. The same applies for
                the icons of YALE.
                
                Current Version: own based on 1.8.2
                
  lib/jugpreview.jar  Contains the Print Preview dialog
  
                      Current Version: own
                
  lib/jxl.jar  JExcel is used to load Microsoft Excel spreadsheets into
               YALE as data input.
               
               Current Version: 2.6.2
               
  lib/joone.jar  A library for neural network learning. This library is
                 changed from the original by introducing the usage of 
                 fixed random numbers and some other small modifications.
  
                 Current Version: own based on 1.2.1

  lib/jfreechart.jar  A library for painting some of the charts available
                      in YALE
  
                 Current Version: 1.0.5


  lib/jcommon.jar  This library is used by the jfreechart library
  
                 Current Version: 1.0.9
                                 
  lib/freehep/*	 These jar files are part of the Java FreeHEP
                 library. It is used for PDF and PS file export.
		         The Copyright 2000 holders are:
		
		            CERN, Geneva, Switzerland
		            SLAC, Stanford, California, U.S.A.
                    University of California Santa Cruz, U.S.A.

		         This software is distributed under the LGPL license, see
		         the file lib/freehep/LGPL.txt. It can be downloaded from

		            http://www.freehep.org/
		            
		         Current Version: 2.0