This program was downloaded from http://www.shogun-toolbox.org
.
The main upstream Author is Soeren Sonnenburg <debian@nn7.de>.

Copyright: (c) 1999-2008 Fraunhofer Institute FIRST and Max-Planck-Society

License:

    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 3 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.

    On Debian systems, you can find the GPL license in:
    /usr/share/common-licenses/GPL


--------

The files ./classifier/svm/SVM_libsvm.cpp and ./classifier/svm/SVM_libsvm.h are

Copyright (c) 2000-2008 Chih-Chung Chang and Chih-Jen Lin

License:

    Copyright (c) 2000-2008 Chih-Chung Chang and Chih-Jen Lin
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    
    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    
    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
    
    3. Neither name of copyright holders nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
    
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Quote from the LibSVM homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f204

    The libsvm license ("the modified BSD license") is compatible with many free
    software licenses such as GPL. Hence, it is very easy to use libsvm in your
    software. It can also be used in commercial products.

--------

The files classifier/svm/SVM_linear.h, classifier/svm/SVM_linear.cpp, classifier/svm/Tron.cpp
and classifier/svm/Tron.h are

Copyright (c) 2007-2008 Machine Learning Group at National Taiwan University Contributors 

LIBLINEAR homepage http://www.csie.ntu.edu.tw/~cjlin/liblinear/

    Copyright (c) 2007-2008 The LIBLINEAR Project.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    
    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    
    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
    
    3. Neither name of copyright holders nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
    
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------

The files in the directory classifier/svm named gpdt.cpp, gpdt.h, gpdtsolve.cpp,
gpdtsolve.h, gpm.cpp, gpm.h are

Copyright (C) 2004-2008 by T. Serafini, G. Zanghirati, L. Zanni.     
                                                                       
                        COPYRIGHT NOTIFICATION                           
                                                                         
    Permission to copy and modify this software and its documentation    
    for internal research use is granted, provided that this notice is   
    retained thereon and on all copies or modifications. The authors and 
    their respective Universities makes no representations as to the     
    suitability and operability of this software for any purpose. It is  
    provided "as is" without express or implied warranty.                
    Use of this software for commercial purposes is expressly prohibited 
    without contacting the authors.                                      
                                                                         
    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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

--------

The files classifier/svm/ssl.cpp classifier/svm/ssl.h are

Copyright 2006 Vikas Sindhwani (vikass@cs.uchicago.edu)

    SVM-lin: Fast SVM Solvers for Supervised and Semi-supervised Learning
  
    SVM-lin 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.
  
    SVM-lin 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 SVM-lin (see gpl.txt); if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

--------

The files in the directory classifier/svm named GNPPSVM.h, GNPPSVM.cpp,
GMNPSVM.h and GMNPSVM.cpp are

Copyright (C) 1999-2008 Center for Machine Perception, CTU FEL Prague 

    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 3 of the License, or
    (at your option) any later version.
 
--------

The files kernel/LocalAlignmentStringKernel.h and kernel/LocalAlignmentStringKernel.cpp
are

Copyright 2005 Jean-Philippe Vert, Hiroto Saigo

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 3 of the License, or
(at your option) any later version.
