Copyright 2009-2016 David Hadka and other contributors.  All rights reserved.

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

The MOEA Framework 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 the MOEA Framework.  If not, see <http://www.gnu.org/licenses/>.

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

The MOEA Framework is distributed with software governed by licenses other than
the GNU Lesser General Public License, but which are compatible with the terms
of the GNU Lesser General Public License.  These licenses are reproduced in the
source code and/or provided in the licenses folder.

  * Apache Commons CLI
    Copyright 2001-2009 The Apache Software Foundation
    Licensed under the Apache License, version 2.0
    
  * Apache Commons Codec
    Copyright 2002-2013 The Apache Software Foundation
    Licensed under the Apache License, version 2.0
    
  * Apache Commons Lang
    Copyright 2001-2011 The Apache Software Foundation
    Licensed under the Apache License, version 2.0
    
  * Apache Commons Math
    See the JAR file for copyright notices
    Licensed under the Apache License, version 2.0
  
  * JCommon                     
    Copyright 2000-2013 Object Refinery Limited and Contributors
    Licensed under the GNU Lesser General Public License, version 2.1 or later
  
  * JFreeChart
    Copyright 2000-2013 Object Refinery Limited and Contributors
    Licensed under the GNU Lesser General Public License, version 2.1 or later
  
  * JMetal
    Licensed under the GNU Lesser General Public License, version 3 or later
  
  * JUnit              
    Copyright 2000-2006 www.hamcrest.org          
    Licensed under the Common Public License, version 1.0
    Note: JUnit is only required to compile and run unit tests.
    
  * Portions derived from the Java Evolutionary Computing Framework
    Copyright 2008 David Hadka
    Licensed under the GNU General Public License, but the copyright holder
    grants distribution under the GNU Lesser General Public License for
    inclusion in this library.
     
  * Sobol sequence generator and data file containing direction numbers
    Copyright 2008 Frances Kuo and Stephen Joe
    Licensed under the modified BSD license

  * Hypervolume metric, indicator-based fitness evaluation codes, SBX and PM
    operators
    Copyright 2002-2003 Swiss Federal Institute of Technology
    See source code documentation for copyright notice
     
  * Walking Fish Group (WFG) test problem suite
    Copyright 2006 Walking Fish Group
    See source code documentation for copyright notice
    
  * 2009 Congress on Evolutionary Computation (CEC 2009) Test Problem Suite
    Permission to distribute these modified source codes under the GNU Lesser
    General Public License was obtained via e-mail correspondence with the
    authors.
    
  * Hui Li and Qingfu Zhang's Complicated Pareto Set Test Problem Suite
    Permission to distribute these modified source codes under the GNU Lesser
    General Public License was obtained via e-mail correspondence with the 
    authors.
    
  * File moving, copying and deleting codes by Chris Nokleberg
    Copyright (C) 2007 The Guava Authors
    Licensed under the Apache License, version 2.0
    
  * List iterator implementation based on the Apache Commons Collections 3.1
    Licensed under the Apache License, version 2.0
    
  * Checkstyle
    Copyright (C) 2001-2011 Oliver Burn
    Licensed under the GNU Lesser General Public License, version 2.1 or later
    
  * RSyntaxTextArea
    Copyright 2012 Robert Futrell
    Licensed under the Modified BSD License
 