diff --git a/Copyright/CSCopyright.txt b/Copyright/CSCopyright.txt
deleted file mode 100644
index a2d3fae32c40dd106eaa184f2db58b8d9ee0be5e..0000000000000000000000000000000000000000
--- a/Copyright/CSCopyright.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Parts of the code have been developed by CS during internships and self-financed
-studies.
-
-Copyright (c) CS Systemes d'Information
-
-This code has been contributed to the ORFEO Toolbox (OTB) under 
-the CeCILL licence version 2. See Licence_CeCILL_V2-en.txt or
-http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt for more
-details.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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.
-
-
-
diff --git a/Copyright/CodeOTB-ITKCopyright.txt b/Copyright/CodeOTB-ITKCopyright.txt
deleted file mode 100644
index 64d27fb81a383923616cb3f942bcea7a4f78a0f0..0000000000000000000000000000000000000000
--- a/Copyright/CodeOTB-ITKCopyright.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-/*=========================================================================
-
-  Program:   ORFEO Toolbox
-  Language:  C++
-  Date:      $Date$
-  Version:   $Revision$
-
-
-  Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
-  See OTBCopyright.txt for details.
-
-  Some parts of this code are derived from ITK. See ITKCopyright.txt
-  for details.
-
-
-     This software is distributed WITHOUT ANY WARRANTY; without even 
-     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
-     PURPOSE.  See the above copyright notices for more information.
-
-=========================================================================*/
diff --git a/Copyright/Copyright.txt b/Copyright/Copyright.txt
deleted file mode 100644
index eaafdd8042caa0bfd122e6b8067cd6ec2c309c42..0000000000000000000000000000000000000000
--- a/Copyright/Copyright.txt
+++ /dev/null
@@ -1,117 +0,0 @@
-/*=========================================================================
-
-  Program:   ORFEO Toolbox
-  Language:  C++
-  Date:      $Date$
-  Version:   $Revision$
-
-  Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
-  See OTBCopyright.txt for details.
-  
-  Some parts of this code are not covered by the copyright mentioned above.
-  Here is the list of particular cases:
-  
-  * Portions of this code are derived from ITK. See ITKCopyright.txt
-    for details.
-  
-  * Parts of the code have been developed by CS during internships and self-financed
-    studies. See CSCopyright.txt for details.
-  
-  * Parts of the code that have been developped by Emmanuel Christophe.
-    See CrispCopyright.txt for details.
-  
-  * Parts of the code have been developped by Gregoire Mercier.
-    See IMTCopyright.txt for details.
-
-  --------------------------- DEPENDENCIES ----------------------------------
-  Several utilities are mandatory dependencies used by the OTB library :
-  
-  * ITK         : http://www.itk.org
-                  distributed under the Apache 2.0 license
-                  See ITKCopyright.txt for details.
-                  Some patched source files are embedded in OTB sources.
-  
-  * VXL         : http://vxl.sourceforge.net
-                  distributed under a specific license (simplified BSD-like)
-                  See VXLCopyright.txt for details.
-  
-  * Boost       : http://www.boost.org
-                  distributed under the Boost Software License 1.0
-                  See LibBOOSTCopyright.txt for details.
-                  Some patched source files are embedded in OTB sources.
-  
-  * GDAL        : http://www.gdal.org
-                  distributed under the X/MIT license
-                  See GDALCopyright.txt for details.
-  
-  * GeoTIFF     : http://trac.osgeo.org/geotiff
-                  distributed under the MIT-like license
-                  See GeoTIFFCopyright.txt for details.
-  
-  * OpenThreads : http://www.openscenegraph.org
-                  distributed under the OpenSceneGraph Public License (OSGPL) 0.0, i.e.
-                  wxWindows Library License
-                  See OSGCopyright.txt for details.
-  
-  * OSSIM       : http://www.ossim.org
-                  distributed under the GNU LGPL 2.1 license
-                  See OSSIMCopyright.txt
-  
-  * TinyXML     : http://www.grinninglizard.com/tinyxml
-                  distributed under the zlib/libpng license
-                  See TinyXMLCopyright.txt
-  
-  Some utilities used by the OTB library are optional. The library may be built
-  without them, but some modules will be disabled :
-  
-  * 6S        : http://6s.ltdri.org
-                No license information available on the website but the authors gave CNES
-                the permission to use 6S code inside OTB and to release it under CeCILL v2
-                license
-                The source code is embedded in Modules/ThirdParty/6S
-
-  * Curl      : http://www.curl.haxx.se
-                distributed under the MIT-like license
-                See CurlCopyright.txt for details
-  
-  * LibSVM    : http://www.csie.ntu.edu.tw/~cjlin/libsvm
-                distributed under the revised BSD license
-                See LibSVMCopyright.txt for details
-  
-  * libKML    : http://code.google.com/p/libkml
-                distributed under the revised BSD license
-                See KMLCopyright.txt for details
-  
-  * Mapnik    : http://mapnik.org
-                distrubuted under GNU LGPL version 2.1
-                Copyright : Artem Pavlenko
-  
-  * MuParser  : http://muparser.sourceforge.net
-                distributed under the MIT license
-                See MuParserCopyright.txt for details.
-  
-  * MuParserX : http://muparserx.beltoforion.de
-                distributed under simplified BSD license
-                See MuParserXCopyright.txt for details.
-  
-  * OpenCV    : http://opencv.org
-                distributed under the revised BSD License
-                See OpenCVCopyright.txt for details.
-  
-  * OpenJPEG  : http://www.openjpeg.org
-                distributed under the revised BSD license
-                See OpenJPEGCopyright.txt for details.
-  
-  * Qt4       : http://www.qt.io
-  
-  * SiftFast  : http://libsift.sourceforge.net
-                distributed under the GNU LGPL 3.0 license
-                the source code is embedded in Modules/ThirdParty/SiftFast/src.
-                See Modules/ThirdParty/SiftFast/src/LICENSE for details.
-
-
-  This software is distributed WITHOUT ANY WARRANTY; without even 
-  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
-  PURPOSE.  See the above copyright notices for more information.
-
-=========================================================================*/
diff --git a/Copyright/CrispCopyright.txt b/Copyright/CrispCopyright.txt
deleted file mode 100644
index af46423facb9b03f73213940129462a15242f8ae..0000000000000000000000000000000000000000
--- a/Copyright/CrispCopyright.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-The part of the code that have been developped by Emmanuel Christophe
-between October 6th, 2008 and October 5th, 2010 is under copyright
-from Crisp / NUS.
-
-The code have been release to the OTB project under the Apache2
-license anywhere possible.
-
-See License_Apache2.txt for more details.
diff --git a/Copyright/CurlCopyright.txt b/Copyright/CurlCopyright.txt
deleted file mode 100644
index 6b5d59f86210c7ef7866089b3575574bc8cd5eef..0000000000000000000000000000000000000000
--- a/Copyright/CurlCopyright.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-COPYRIGHT AND PERMISSION NOTICE
-
-Copyright (c) 1996 - 2015, Daniel Stenberg, <daniel@haxx.se>.
-
-All rights reserved.
-
-Permission to use, copy, modify, and distribute this software for any purpose
-with or without fee is hereby granted, provided that the above copyright
-notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
-NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
-OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of a copyright holder shall not
-be used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization of the copyright holder.
diff --git a/Copyright/GDALCopyright.txt b/Copyright/GDALCopyright.txt
deleted file mode 100644
index d65fdd2419301d6bddbf41b357f914378611076c..0000000000000000000000000000000000000000
--- a/Copyright/GDALCopyright.txt
+++ /dev/null
@@ -1,263 +0,0 @@
-
-GDAL/OGR Licensing
-==================
-
-This file attempts to include all licenses that apply within the GDAL/OGR 
-source tree, in particular any that are supposed to be exposed to the end user
-for credit requirements for instance.  The contents of this file can be
-displayed from GDAL commandline utilities using the --license commandline 
-switch. 
-
-
-GDAL/OGR General
-----------------
-
-In general GDAL/OGR is licensed under an MIT/X style license with the 
-following terms:
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
-
-
-gdal/frmts/gtiff/tif_float.c
-----------------------------
-
-Copyright (c) 2002, Industrial Light & Magic, a division of Lucas
-Digital Ltd. LLC
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-*       Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-*       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.
-*       Neither the name of Industrial Light & Magic 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 COPYRIGHT
-OWNER 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.
-
-
-gdal/frmts/hdf4/hdf-eos/*
-------------------------
-
- Copyright (C) 1996 Hughes and Applied Research Corporation
-
- Permission to use, modify, and distribute this software and its documentation 
- for any purpose without fee is hereby granted, provided that the above 
- copyright notice appear in all copies and that both that copyright notice and 
- this permission notice appear in supporting documentation.
-
-
-gdal/frmts/pcraster/libcsf
---------------------------
-
-Copyright (c) 1997-2003, Utrecht University
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-* 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.
-
-* Neither the name of Utrecht University 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 COPYRIGHT
-OWNER 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.
-
-gdal/frmts/grib/degrib/*
-------------------------
-
-The degrib and g2clib source code are modified versions of code produced 
-by NOAA NWS and are in the public domain subject to the following
-restrictions:
-
-http://www.weather.gov/im/softa.htm
-
-DISCLAIMER The United States Government makes no warranty, expressed or 
-implied, as to the usefulness of the software and documentation for any 
-purpose. The U.S. Government, its instrumentalities, officers, employees, 
-and agents assumes no responsibility (1) for the use of the software and 
-documentation listed below, or (2) to provide technical support to users. 
-
-http://www.weather.gov/disclaimer.php
-
- The information on government servers are in the public domain, unless 
-specifically annotated otherwise, and may be used freely by the public so 
-long as you do not 1) claim it is your own (e.g. by claiming copyright for 
-NWS information -- see below), 2) use it in a manner that implies an 
-endorsement or affiliation with NOAA/NWS, or 3) modify it in content and 
-then present it as official government material. You also cannot present 
-information of your own in a way that makes it appear to be official 
-government information..
-
- The user assumes the entire risk related to its use of this data. NWS is 
-providing this data "as is," and NWS disclaims any and all warranties, 
-whether express or implied, including (without limitation) any implied 
-warranties of merchantability or fitness for a particular purpose. In no 
-event will NWS be liable to you or to any third party for any direct, 
-indirect, incidental, consequential, special or exemplary damages or lost 
-profit resulting from any use or misuse of this data.
-
- As required by 17 U.S.C. 403, third parties producing copyrighted works 
-consisting predominantly of the material appearing in NWS Web pages must 
-provide notice with such work(s) identifying the NWS material incorporated 
-and stating that such material is not subject to copyright protection.
-
-port/cpl_minizip*
------------------
-
-This is version 2005-Feb-10 of the Info-ZIP copyright and license.
-The definitive version of this document should be available at
-ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely.
-
-
-Copyright (c) 1990-2005 Info-ZIP.  All rights reserved.
-
-For the purposes of this copyright and license, "Info-ZIP" is defined as
-the following set of individuals:
-
-   Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
-   Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
-   Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
-   David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
-   Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
-   Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
-   Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
-   Rich Wales, Mike White
-
-This software is provided "as is," without warranty of any kind, express
-or implied.  In no event shall Info-ZIP or its contributors be held liable
-for any direct, indirect, incidental, special or consequential damages
-arising out of the use of or inability to use this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-    1. Redistributions of source code must retain the above copyright notice,
-       definition, disclaimer, and this list of conditions.
-
-    2. Redistributions in binary form (compiled executables) must reproduce
-       the above copyright notice, definition, disclaimer, and this list of
-       conditions in documentation and/or other materials provided with the
-       distribution.  The sole exception to this condition is redistribution
-       of a standard UnZipSFX binary (including SFXWiz) as part of a
-       self-extracting archive; that is permitted without inclusion of this
-       license, as long as the normal SFX banner has not been removed from
-       the binary or disabled.
-
-    3. Altered versions--including, but not limited to, ports to new operating
-       systems, existing ports with new graphical interfaces, and dynamic,
-       shared, or static library versions--must be plainly marked as such
-       and must not be misrepresented as being the original source.  Such
-       altered versions also must not be misrepresented as being Info-ZIP
-       releases--including, but not limited to, labeling of the altered
-       versions with the names "Info-ZIP" (or any variation thereof, including,
-       but not limited to, different capitalizations), "Pocket UnZip," "WiZ"
-       or "MacZip" without the explicit permission of Info-ZIP.  Such altered
-       versions are further prohibited from misrepresentative use of the
-       Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
-
-    4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
-       "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
-       own source and binary releases.
-
-
-gdal/ogr/ogrsf_frmts/dxf/intronurbs.cpp
----------------------------------------
-
-This code is derived from the code associated with the book "An Introduction
-to NURBS" by David F. Rogers.  More information on the book and the code is
-available at:
-
-  http://www.nar-associates.com/nurbs/
-
-
-Copyright (c) 2009, David F. Rogers
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
-modification, are permitted provided that the following conditions are met:
-
-    * Redistributions of source code must retain the above copyright notice, 
-      this list of conditions and the following disclaimer.
-    * 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.
-    * Neither the name of the David F. Rogers 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 COPYRIGHT HOLDER 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. 
-
-gdal/alg/thinplatespline.cpp
-----------------------------
-
-IEEE754 log() code derived from:
-@(#)e_log.c 1.3 95/01/18
-
-Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
-
-Developed at SunSoft, a Sun Microsystems, Inc. business.
-Permission to use, copy, modify, and distribute this
-software is freely granted, provided that this notice
-is preserved.
diff --git a/Copyright/GLFWCopyright.txt b/Copyright/GLFWCopyright.txt
deleted file mode 100644
index b30c701580eba08dfd4470568ac360810a7c21c6..0000000000000000000000000000000000000000
--- a/Copyright/GLFWCopyright.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2002-2006 Marcus Geelnard
-Copyright (c) 2006-2010 Camilla Berglund <elmindreda@elmindreda.org>
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-   claim that you wrote the original software. If you use this software
-   in a product, an acknowledgment in the product documentation would
-   be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
-   be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-   distribution.
-
diff --git a/Copyright/GeoTIFFCopyright.txt b/Copyright/GeoTIFFCopyright.txt
deleted file mode 100644
index 6db67ba0d840edfd1d02190bea08eb47883410b1..0000000000000000000000000000000000000000
--- a/Copyright/GeoTIFFCopyright.txt
+++ /dev/null
@@ -1,94 +0,0 @@
-
-	libgeotiff Licensing
-	====================
-
-All the source code in this toolkit are either in the public domain, or under 
-an X style license.  In any event it is all considered to be free to use
-for any purpose (including commercial software).  No credit is required 
-though some of the code requires that the specific source code modules 
-retain their existing copyright statements.  The CSV files, and other tables
-derived from the EPSG coordinate system database are also free to use.  In 
-particular, no part of this code is "copyleft", nor does it imply any 
-requirement for users to disclose this or their own source code.
-
-All components not carrying their own copyright message, but distributed
-with libgeotiff should be considered to be under the same license as
-Niles' code.
-
----------
-
-Code by Frank Warmerdam has this copyright notice (directly copied from
-X Consortium licence):
-
- * Copyright (c) 1999, Frank Warmerdam
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
-
------------
-
-Code by Niles Ritter is under this licence:
-
- *    Written By: Niles D. Ritter.
- *
- *  copyright (c) 1995   Niles D. Ritter
- *
- *  Permission granted to use this software, so long as this copyright
- *  notice accompanies any products derived therefrom.
-
------------
-
-The EPSG Tables (from which the CSV files, and .inc files are derived)
-carried this statement on use of the data (from the EPSG web site):
-
-Use of the Data
-
-The user assumes the entire risk as to the accuracy and the use of this 
-data. The data may be used, copied and distributed subject to the following 
-conditions:
-
-1. INFORMATION PROVIDED IN THIS DOCUMENT IS PROVIDED "AS IS"
-   WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
-   INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
-   MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
-
-2. The data may be included in any commercial package provided that any 
-   commerciality is based on value added by the provider and not on a value 
-   ascribed to the EPSG dataset which is made available at no charge. The 
-   ownership of the EPSG dataset [OGP] must be acknowledged.
-
-
-3. Subsets of information may be extracted from the dataset. Users are 
-   advised that coordinate reference system and coordinate transformation 
-   descriptions are incomplete unless all elements detailed as essential 
-   in OGP Surveying and Positioning Guidance Note 7-1 annex F are included.
-
-4. Essential elements should preferably be reproduced as described in the 
-   dataset.  Modification of parameter values is permitted as described in 
-   the table below to allow change to the content of the information provided 
-   that numeric equivalence is achieved.  Numeric equivalence refers to the 
-   results of geodetic calculations in which the parameters are used, for 
-   example (i) conversion of ellipsoid defining parameters, or (ii) conversion 
-   of parameters between one and two standard parallel projection methods, 
-   or (iii) conversion of parameters between 7-parameter geocentric 
-   transformation methods.
-
-   (EPSG provides a table at this point with some details)
-
-5. No data that has been modified other than as permitted in these terms 
-   and conditions shall be described as or attributed to the EPSG dataset.
diff --git a/Copyright/IMTCopyright.txt b/Copyright/IMTCopyright.txt
deleted file mode 100644
index 7fb5d5df7ace7e756cd1c3aa3c634d4d8e4738c1..0000000000000000000000000000000000000000
--- a/Copyright/IMTCopyright.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Parts of the code have been developped by Gregoire Mercier from 
-Institut Mines-Telecom / Telecom Bretagne during CNES R&T contrats 
-funded by the French Centre National d'Etudes Spatiales, CNES.
-
-Copyright (c) Institut Mines-Telecom 
-
-This code has been integrated into the ORFEO Toolbox (OTB) under 
-the CeCILL licence version 2. See Licence_CeCILL_V2-en.txt or
-http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt for more
-details.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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.
-
-
-
diff --git a/Copyright/ITKCopyright.txt b/Copyright/ITKCopyright.txt
deleted file mode 100644
index 97f88894abfe05b6fbbf6fa7712546cc2fd596ca..0000000000000000000000000000000000000000
--- a/Copyright/ITKCopyright.txt
+++ /dev/null
@@ -1,1228 +0,0 @@
-
-Insight Segmentation and Registration Toolkit
-Copyright 1999-2011 Insight Software Consortium
-
-This software is distributed under the
-Apache 2.0 License.
-
-See LICENSE file for details.
-
------------------------------------------------------------------------
-
-Historical Note:
-
-The Insight Segmentation and Registration Toolkit (ITK) was initially developed
-under contract to the National Library of Medicine at the National Institutes
-of Health. ITK is partially derived from VTK and VXL, hence some code is
-copyrighted accordingly (see VTKCopyright.txt and VXLCopyright.txt).
-
-The copyright of most of the files in the "Utilities" subdirectory is held by
-third parties who allow distributing this material under a license compatible
-with the one used by ITK. Please read the content of the subdirectories for
-specific details on those third-party licenses. You will also find details in
-the README.txt file under the "Copyright" subdirectory.
-
-Starting with its version ITK 3.6, The Insight Toolkit is distributed under the
-new and simplified BSD license approved by the Open Source Initiative (OSI)
-[http://www.opensource.org/licenses/bsd-license.php].
-
-Starting with its version ITK 4, The Insight Toolkit is distributed under the
-Apache 2.0 License
-
------------------------------------------------------------------------
-
-
-The Toolkit contains code from third parties that have different
-copyrights.
-
-They are:
-
-
- 1) DICOMParser:  Copyright by Matt Turek.
-                  Distributed under a BSD-Like license.
-                  [This work was funded by NLM so its copyright
-                   should probably be transfered to the ISC.]
-
- 2) AnalyzeDB.h:  The Mayo Clinic aggreed to distribute this file
-                  with ITK. Point of contact: Vincent Magnotta.
-                  The file was moved to Utilities/itkExtHdrs
-
- 3) PixelData:    GE Copyrights,
-                  Vincent is contacting the providers of this
-                  code too.
-
- 6) Netlib:       Netlib is a conglomerate of packages. Each
-                  one having different copyrights and licenses.
-                  Here is a listing of what is included inside
-                  Utilities/vxl/v3p/netlib
-
-    blas:         From www.netlib.org/blas :
-
-    FAQ: The reference BLAS is a freely-available software package.
-    It is available from netlib via anonymous ftp and the World Wide Web.
-    Thus, it can be included in commercial software packages (and has been).
-    We only ask that proper credit be given to the authors.
-
-
-    datapac:   Written by James Filliben, National Bureau of Standars.
-
-           Our understanding is that the US Government cannot hold
-           copyrights, therefore we assume that this code is in the
-           public domain.
-
-    eispack:
-
-    lapack:
-
-    laso:
-
-    libf2c:
-
-    linalg:
-
-    linpack:
-
-    mathews:
-
-    minpack:
-
-    napack:
-
-    opt:
-
-    temperton:
-
-    tests:
-
-    toms:
-
-
-
- 7) The triangle.c/h and showme.c files have been removed.
-                  Their copyright/license was incompatible with
-                  ITK and their functionality was not needed.
-                  These removed the "itknetlib" library.
-
-
- 8) itk_hash_map:  It has copyrights by SGI and HP, but the license
-                  is consistent with BSD-like. So we simply need
-                  to acknowledge those in our general copyright.
-
- 9) itkMersenneTwisterRandomVariateGenerator:
-                Copyright: Makoto Matsumoto and Takuji Nishimura,
-                Copyright: Richard J. Wagner
-                under a BSD-Like license.
-
- 10) Code/Numerics/FEM/dsrc2c.c :
-
-                Copyright: 1977 IMSL Inc, no license available.
-                Stephen Aylward removed the specific functions
-                in this file that were copyrighted by IMSL and
-                replaced them with other functions available in
-                netlib. The file is now cleared from copyright
-                concerns.
-
-
- 11) Code/Numerics/cvsrmvend
-
-                Copyright:  Greg A. Woods
-                "Freely distributable"
-                I guess that counts as BSD...
-                Easy to remove if it becomes a problem,
-                This is just a script for making easier
-                the CVS syncs of VXL.
-
-  12) Testing/Code/Numerics/NeuralNetworks:
-
-                Copyright: CADDLab at UNC
-                Fixed now in CVS --> ISC
-
-
-
-Utilities:
-
-
-  A) JPEG      :  Thomas G Lane ( BSD-Like)
-               :  DCMTK : OFFIS... and many others... but BSD-Like
-
-
-  B) OpenJPEG  :  Universite Catholique de Louvain:  BSD license
-
-
-  C) NrrdIO      :  Gordon Kindlmann and  University of Utah
-                  BSD-Like license. Clarifies that the original
-                  package "Teem" (not in ITK) is still under GPL license
-
-
-  D) NIFTI     :  No copyright ?
-                  There is no mention of licensing nor copyright
-                  at the NIFTI Web site:
-
-                      http://nifti.nimh.nih.gov/nifti-1
-
-                  However at http://niftilib.sourceforge.net it
-                  appears as "public domain" license, but in
-                  its subdirectory matlibs it has a GPL license.
-                  The matlibs subdirectory is not included in ITK.
-
-                  The subdirectory jlibs is public domain
-                  The subdirecotry clibs is public domain
-
-
-     in ITK it had a subdir:
-
-        fsliolib  :  From the FSL package:
-                     University of Oxford:
-                     NO FOR COMMERCIAL USE
-
-                     This code has now been removed.
-
-
-  E) EXPAT     : Thai Open Source Software Center Ltd and Clark Cooper.
-                 with BSD-Like license
-
-
-  F) PNG       : Copyright: Glen Randers-Pehrson
-                            Andreas Dilger
-                            Guy Erc Schalnat
-
-
-  G) TIFF      : Copyright Sam Leffler and Silicon Graphics
-
-  H) GDCM      : Copyright: CREATIS: BSD-Like License
-
-  I) ZLIB      : Copyright:  Mark Adler
-
-  J) kwsys     : Copyright: Kitware : BSD-Like License
-
-
-  K) VXL/lbfgsb
-
-          http://users.eecs.northwestern.edu/~nocedal/lbfgsb.html
-
-    This software is released under the BSD License
-
-    Condition for Use: This software is freely available, but we expect that
-    all publications describing  work using this software , or all
-    commercial products using it, quote at least one of the references given
-    below.
-
-    References
-
-    1. R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for Bound Constrained Optimization, (1995), SIAM Journal on Scientific and Statistical Computing , 16, 5, pp. 1190-1208.
-    2. C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: L-BFGS-B, FORTRAN routines for large scale bound constrained optimization (1997), ACM Transactions on Mathematical Software, Vol 23, Num. 4, pp. 550 - 560.
-    3. J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: L-BFGS-B, FORTRAN routines for large scale bound constrained optimization (2011), to appear in ACM Transactions on Mathematical Software.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-
-    VTK License Statement (VTKCopyright.txt)
-    ----------------------------------------
-
-Portions of the Insight code base are derived from the Visualization Toolkit
-(VTK), and hence are covered under the VTK copyright. The VTK copyright is as
-follows:
-
-Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
-   this list of conditions and the following disclaimer.
-
- * 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.
-
- * Neither name of Ken Martin, Will Schroeder, or Bill Lorensen nor the names
-   of any contributors may be used to endorse or promote products derived
-   from this software without specific prior written permission.
-
- * Modified source versions must be plainly marked as such, and must not be
-   misrepresented as being the original software.
-
-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 AUTHORS 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.
-
-See also the VTK web site: http://www.vtk.org for more information.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-    VXL License Statement (VXLCopyright.txt)
-    ----------------------------------------
-
-Portions of the Insight code base (the numerics package VNL) are derived from
-the Vision-something-Libraries (VXL), and hence are covered under the VXL
-copyright. The VXL copyright is as follows:
-
-
-                Copyright (c) 2000 TargetJr Consortium
-            GE Corporate Research and Development (GE CRD)
-                          1 Research Circle
-                         Niskayuna, NY 12309
-                         All Rights Reserved
-           Reproduction rights limited as described below.
-
-   Permission to use, copy, modify, distribute, and sell this software
-   and its documentation for any purpose is hereby granted without fee,
-   provided that (i) the above copyright notice and this permission
-   notice appear in all copies of the software and related documentation,
-   (ii) the name TargetJr Consortium (represented by GE CRD), may not be
-   used in any advertising or publicity relating to the software without
-   the specific, prior written permission of GE CRD, and (iii) any
-   modifications are clearly marked and summarized in a change history
-   log.
-
-   THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-   EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-   WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-   IN NO EVENT SHALL THE TARGETJR CONSORTIUM BE LIABLE FOR ANY SPECIAL,
-   INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND OR ANY
-   DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-   WHETHER OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ON
-   ANY THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE
-   USE OR PERFORMANCE OF THIS SOFTWARE.
-
-
-See also the VXL web site: http://vxl.sourceforge.net/ for more information.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
- Copyright (c)
- Biomedical Imaging Resource
- Mayo Clinic
-
- 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.
-
- Neither the name of the Mayo Clinic 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
- COPYRIGHT OWNER 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.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-28 files covered by:
-
-Copyright (c)
-  Silicon Graphics Computer Systems, Inc.
-
-  Permission to use, copy, modify, distribute and sell this software
-  and its documentation for any purpose is hereby granted without fee,
-  provided that the above copyright notice appear in all copies and
-  that both that copyright notice and this permission notice appear
-  in supporting documentation.  Silicon Graphics makes no
-  representations about the suitability of this software for any
-  purpose.  It is provided "as is" without express or implied warranty.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-29 files covered by:
-
-Copyright (c)
-  Hewlett-Packard Company
-
-  Permission to use, copy, modify, distribute and sell this software
-  and its documentation for any purpose is hereby granted without fee,
-  provided that the above copyright notice appear in all copies and
-  that both that copyright notice and this permission notice appear
-  in supporting documentation.  Hewlett-Packard Company makes no
-  representations about the suitability of this software for any
-  purpose.  It is provided "as is" without express or implied warranty.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-9 files covered by:
-
-Copyright (c)
-  Mark of the Unicorn, Inc.
-
-  Permission to use, copy, modify, distribute and sell this software
-  and its documentation for any purpose is hereby granted without fee,
-  provided that the above copyright notice appear in all copies and
-  that both that copyright notice and this permission notice appear
-  in supporting documentation.  Mark of the Unicorn makes no
-  representations about the suitability of this software for any
-  purpose.  It is provided "as is" without express or implied warranty.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-38 files covered by:
-
-Copyright (c)
-  Moscow Center for SPARC Technology
-
-  Permission to use, copy, modify, distribute and sell this software
-  and its documentation for any purpose is hereby granted without fee,
-  provided that the above copyright notice appear in all copies and
-  that both that copyright notice and this permission notice appear
-  in supporting documentation.  Moscow Center for SPARC Technology makes no
-  representations about the suitability of this software for any
-  purpose.  It is provided "as is" without express or implied warranty.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-1 file covered by:
-
-Copyright (C) Makoto Matsumoto and Takuji Nishimura,
-  Copyright (C) Richard J. Wagner
-  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. The names of its contributors may not 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 COPYRIGHT OWNER 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 original code included the following notice:
-
-      When you use this, send an email to: matumoto at math dot keio dot ac dot jp
-      with an appropriate reference to your work.
-
-  It would be nice to CC:
-  rjwagner at writeme dot com and Cokus at math dot washington dot edu
-  when you write.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-1 file covered by:
-
-(c) Copyright by Greg A. Woods <woods@planix.com>
-
-  Freely redistibutable.
-  All other rights reserved.
-  Return all fixes/modifications to <woods@planix.com>.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-1 file covered by:
-
-Copyright by AT&T, Lucent Technologies and Bellcore.
-
-Permission to use, copy, modify, and distribute this software
-and its documentation for any purpose and without fee is hereby
-granted, provided that the above copyright notice appear in all
-copies and that both that the copyright notice and this
-permission notice and warranty disclaimer appear in supporting
-documentation, and that the names of AT&T, Bell Laboratories,
-Lucent or Bellcore or any of their entities not be used in
-advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
-
-AT&T, Lucent and Bellcore disclaim all warranties with regard to
-this software, including all implied warranties of
-merchantability and fitness.  In no event shall AT&T, Lucent or
-Bellcore be liable for any special, indirect or consequential
-damages or any damages whatsoever resulting from loss of use,
-data or profits, whether in an action of contract, negligence or
-other tortious action, arising out of or in connection with the
-use or performance of this software.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-1 file covered by:
-
-Copyright (C) Lucent Technologies
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and
-its documentation for any purpose and without fee is hereby
-granted, provided that the above copyright notice appear in all
-copies and that both that the copyright notice and this
-permission notice and warranty disclaimer appear in supporting
-documentation, and that the name of Lucent or any of its entities
-not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior
-permission.
-
-LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
-IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
-SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
-THIS SOFTWARE.
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-1 file covered by:
-
-Copyright (c) TargetJr Consortium
-               GE Corporate Research and Development (GE CRD)
-                             1 Research Circle
-                            Niskayuna, NY 12309
-                            All Rights Reserved
-              Reproduction rights limited as described below.
-
-      Permission to use, copy, modify, distribute, and sell this software
-      and its documentation for any purpose is hereby granted without fee,
-      provided that (i) the above copyright notice and this permission
-      notice appear in all copies of the software and related documentation,
-      (ii) the name TargetJr Consortium (represented by GE CRD), may not be
-      used in any advertising or publicity relating to the software without
-      the specific, prior written permission of GE CRD, and (iii) any
-      modifications are clearly marked and summarized in a change history
-      log.
-
-      THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-      EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-      WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-      IN NO EVENT SHALL THE TARGETJR CONSORTIUM BE LIABLE FOR ANY SPECIAL,
-      INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND OR ANY
-      DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-      WHETHER OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ON
-      ANY THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE
-      USE OR PERFORMANCE OF THIS SOFTWARE.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright (C) General Electric Company.
-
- Permission is granted to any individual or institution to use, copy, modify,
- and distribute this software, provided that this complete copyright and
- permission notice is maintained, intact, in all copies and supporting
- documentation.
-
- General Electric Company,
- provides this software "as is" without express or implied warranty.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-5 files covered by:
-
-Copyright (C) Texas Instruments Incorporated.
-
- Permission is granted to any individual or institution to use, copy, modify,
- and distribute this software, provided that this complete copyright and
- permission notice is maintained, intact, in all copies and supporting
- documentation.
-
- Texas Instruments Incorporated provides this software "as is" without
- express or implied warranty.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-2 files covered by:
-
-Copyright (C) Texas Instruments Incorporated.
- Copyright (C) General Electric Company.
-
- Permission is granted to any individual or institution to use, copy, modify,
- and distribute this software, provided that this complete copyright and
- permission notice is maintained, intact, in all copies and supporting
- documentation.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright (C) Free Software Foundation, Inc.
-
- This configure script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright by the Massachusetts Institute of Technology
-
- Permission to use, copy, modify, distribute, and sell this software and its
- documentation for any purpose is hereby granted without fee, provided that
- the above copyright notice appear in all copies and that both that
- copyright notice and this permission notice appear in supporting
- documentation, and that the name of M.I.T. not be used in advertising or
- publicity pertaining to distribution of the software without specific,
- written prior permission.  M.I.T. makes no representations about the
- suitability of this software for any purpose.  It is provided "as is"
- without express or implied warranty.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-98 files covered by:
-
-Copyright (c) 1999-2005 CREATIS
-(CREATIS = Centre de Recherche et d'Applications en Traitement de l'Image)
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
-   this list of conditions and the following disclaimer.
-
- * 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.
-
- * Neither the name of CREATIS, nor the names of any contributor (CNRS, INSERM,
-   INSA, Universite Claude-Bernard Lyon I), may be used to endorse or promote
-   products derived from this software without specific prior written permission.
-
- * Modified source versions must be plainly marked as such, and must not be
-   misrepresented as being the original software.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-13 files covered by:
-
-Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
-                               and Clark Cooper
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-54 files covered by:
-
-Copyright (C) Gordon Kindlmann
-  Copyright (C) University of Utah
-
-  This software is provided 'as-is', without any express or implied
-  warranty.  In no event will the authors be held liable for any
-  damages arising from the use of this software.
-
-  Permission is granted to anyone to use this software for any
-  purpose, including commercial applications, and to alter it and
-  redistribute it freely, subject to the following restrictions:
-
-  1. The origin of this software must not be misrepresented; you must
-     not claim that you wrote the original software. If you use this
-     software in a product, an acknowledgment in the product
-     documentation would be appreciated but is not required.
-
-  2. Altered source versions must be plainly marked as such, and must
-     not be misrepresented as being the original software.
-
-  3. This notice may not be removed or altered from any source distribution.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-2 files covered by:
-
-Copyright (c) David A. Clunie DBA PixelMed Publishing. 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 disclaimers.
-
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of
-    conditions and the following disclaimers in the documentation and/or other materials
-    provided with the distribution.
-
- 3. Neither the name of PixelMed Publishing nor the names of its contributors may
-    be used to endorse or promote products derived from this software.
-
- 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 copyright owner 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-14 files covered by:
-
-Copyright (c) 2003 Matt Turek
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice,
-   this list of conditions and the following disclaimer.
-
- * 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.
-
- * The name of Matt Turek nor the names of any contributors may be used to
-   endorse or promote products derived from this software without specific
-   prior written permission.
-
- * Modified source versions must be plainly marked as such, and must not be
-   misrepresented as being the original software.
-
-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 AUTHORS 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-20 files covered by:
-
- * libpng versions 1.0.7, July 1, 2000, through  1.0.12, June 8, 2001, are
- * Copyright (c) 2000, 2001 Glenn Randers-Pehrson, and are
- * distributed according to the same disclaimer and license as libpng-1.0.6
- * with the following individuals added to the list of Contributing Authors
- *
- *    Simon-Pierre Cadieux
- *    Eric S. Raymond
- *    Gilles Vollant
- *
- * and with the following additions to the disclaimer:
- *
- *    There is no warranty against interference with your enjoyment of the
- *    library or against infringement.  There is no warranty that our
- *    efforts or the library will fulfill any of your particular purposes
- *    or needs.  This library is provided with all faults, and the entire
- *    risk of satisfactory quality, performance, accuracy, and effort is with
- *    the user.
- *
- * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
- * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson
- * Distributed according to the same disclaimer and license as libpng-0.96,
- * with the following individuals added to the list of Contributing Authors:
- *
- *    Tom Lane
- *    Glenn Randers-Pehrson
- *    Willem van Schaik
- *
- * libpng versions 0.89, June 1996, through 0.96, May 1997, are
- * Copyright (c) 1996, 1997 Andreas Dilger
- * Distributed according to the same disclaimer and license as libpng-0.88,
- * with the following individuals added to the list of Contributing Authors:
- *
- *    John Bowler
- *    Kevin Bracey
- *    Sam Bushell
- *    Magnus Holmgren
- *    Greg Roelofs
- *    Tom Tanner
- *
- * libpng versions 0.5, May 1995, through 0.88, January 1996, are
- * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
- *
- * For the purposes of this copyright and license, "Contributing Authors"
- * is defined as the following set of individuals:
- *
- *    Andreas Dilger
- *    Dave Martindale
- *    Guy Eric Schalnat
- *    Paul Schmidt
- *    Tim Wegner
- *
- * The PNG Reference Library is supplied "AS IS".  The Contributing Authors
- * and Group 42, Inc. disclaim all warranties, expressed or implied,
- * including, without limitation, the warranties of merchantability and of
- * fitness for any purpose.  The Contributing Authors and Group 42, Inc.
- * assume no liability for direct, indirect, incidental, special, exemplary,
- * or consequential damages, which may result from the use of the PNG
- * Reference Library, even if advised of the possibility of such damage.
- *
- * Permission is hereby granted to use, copy, modify, and distribute this
- * source code, or portions hereof, for any purpose, without fee, subject
- * to the following restrictions:
- *
- * 1. The origin of this source code must not be misrepresented.
- *
- * 2. Altered versions must be plainly marked as such and
- * must not be misrepresented as being the original source.
- *
- * 3. This Copyright notice may not be removed or altered from
- *    any source or altered source distribution.
- *
- * The Contributing Authors and Group 42, Inc. specifically permit, without
- * fee, and encourage the use of this source code as a component to
- * supporting the PNG file format in commercial products.  If you use this
- * source code in a product, acknowledgment is not required but would be
- * appreciated.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-(c) Copyright
-         Biomedical Imaging Resource
-         Mayo Foundation
-   Incorporation of components of dbh.h are by permission of the
-   Mayo Foundation.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-2 files covered by:
-
-Copyright (C) Jean-loup Gailly and Mark Adler
-
-  This software is provided 'as-is', without any express or implied
-  warranty.  In no event will the authors be held liable for any damages
-  arising from the use of this software.
-
-  Permission is granted to anyone to use this software for any purpose,
-  including commercial applications, and to alter it and redistribute it
-  freely, subject to the following restrictions:
-
-  1. The origin of this software must not be misrepresented; you must not
-     claim that you wrote the original software. If you use this software
-     in a product, an acknowledgment in the product documentation would be
-     appreciated but is not required.
-  2. Altered source versions must be plainly marked as such, and must not be
-     misrepresented as being the original software.
-  3. This notice may not be removed or altered from any source distribution.
-
-  Jean-loup Gailly        Mark Adler
-  jloup@gzip.org          madler@alumni.caltech.edu
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright (c) by University of Toronto.
-      Written by Henry Spencer.  Not derived from licensed software.
-
-      Permission is granted to anyone to use this software for any
-      purpose on any computer system, and to redistribute it freely,
-      subject to the following restrictions:
-
-      1. The author is not responsible for the consequences of use of
-              this software, no matter how awful, even if they arise
-              from defects in it.
-
-      2. The origin of this software must not be misrepresented, either
-              by explicit claim or by omission.
-
-      3. Altered versions must be plainly marked as such, and must not
-              be misrepresented as being the original software.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-25 files covered by:
-
-Copyright (c) David Janssens
- Copyright (c) Yannick Verschueren
- Copyright (c) Francois Devaux and Antonin Descampe
- Copyright (c) Hervé Drolon, FreeImage Team
- Copyright (c) Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- 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.
-
- 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 COPYRIGHT OWNER 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-4 files covered by:
-
-Copyright (c) Yannick Verschueren
- Copyright (c) Hervé Drolon, FreeImage Team
- Copyright (c) Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- 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.
-
- 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 COPYRIGHT OWNER 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-8 files covered by:
-
-Copyright (c) Hervé Drolon, FreeImage Team
- 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.
-
- 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 COPYRIGHT OWNER 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-2 files covered by:
-
-Copyright (c) Francois Devaux and Antonin Descampe
- Copyright (c) Hervé Drolon, FreeImage Team
- Copyright (c) Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- 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.
-
- 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 COPYRIGHT OWNER 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.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-78 files covered by:
-
-This software is copyright (C) 1991-1998, Thomas G. Lane.
-All Rights Reserved except as specified below.
-
-Permission is hereby granted to use, copy, modify, and distribute this
-software (or portions thereof) for any purpose, without fee, subject to these
-conditions:
-(1) If any part of the source code for this software is distributed, then this
-README file must be included, with this copyright and no-warranty notice
-unaltered; and any additions, deletions, or changes to the original files
-must be clearly indicated in accompanying documentation.
-(2) If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the work of
-the Independent JPEG Group".
-(3) Permission for use of this software is granted only if the user accepts
-full responsibility for any undesirable consequences; the authors accept
-NO LIABILITY for damages of any kind.
-
-These conditions apply to any software derived from or based on the IJG code,
-not just to the unmodified library.  If you use our work, you ought to
-acknowledge us.
-
-Permission is NOT granted for the use of any IJG author's name or company name
-in advertising or publicity relating to this software or products derived from
-it.  This software may be referred to only as "the Independent JPEG Group's
-software".
-
-We specifically permit and encourage the use of this software as the basis of
-commercial products, provided that all warranty or liability claims are
-assumed by the product vendor.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-54 files covered by:
-
-Copyright (c) Sam Leffler
- Copyright (c) Silicon Graphics, Inc.
-
- Permission to use, copy, modify, distribute, and sell this software and
- its documentation for any purpose is hereby granted without fee, provided
- that (i) the above copyright notices and this permission notice appear in
- all copies of the software and related documentation, and (ii) the names of
- Sam Leffler and Silicon Graphics may not be used in any advertising or
- publicity relating to the software without the specific, prior written
- permission of Sam Leffler and Silicon Graphics.
-
- THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
- EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
- WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
- IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
- ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
- LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- OF THIS SOFTWARE.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright (c) Greg Ward Larson
- Copyright (c) Silicon Graphics, Inc.
-
- Permission to use, copy, modify, distribute, and sell this software and
- its documentation for any purpose is hereby granted without fee, provided
- that (i) the above copyright notices and this permission notice appear in
- all copies of the software and related documentation, and (ii) the names of
- Sam Leffler, Greg Larson and Silicon Graphics may not be used in any
- advertising or publicity relating to the software without the specific,
- prior written permission of Sam Leffler, Greg Larson and Silicon Graphics.
-
- THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
- EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
- WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
- IN NO EVENT SHALL SAM LEFFLER, GREG LARSON OR SILICON GRAPHICS BE LIABLE
- FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
- LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- OF THIS SOFTWARE.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright (c) The Regents of the University of California.
- All rights reserved.
-
- This code is derived from software contributed to Berkeley by
- James A. Woods, derived from original work by Spencer Thomas
- and Joseph Orost.
-
- Redistribution and use in source and binary forms are permitted
- provided that the above copyright notice and this paragraph are
- duplicated in all such forms and that any documentation,
- advertising materials, and other materials related to such
- distribution and use acknowledge that the software was developed
- by the University of California, Berkeley.  The name of the
- University may not be used to endorse or promote products derived
- from this software without specific prior written permission.
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-3 files covered by:
-
-Decoder support is derived, with permission, from the code
- in Frank Cringle's viewfax program;
-      Copyright (C) Frank D. Cringle.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-1 file covered by:
-
-Copyright (c) Sam Leffler
- Copyright (c) Pixar
-
- Permission to use, copy, modify, distribute, and sell this software and
- its documentation for any purpose is hereby granted without fee, provided
- that (i) the above copyright notices and this permission notice appear in
- all copies of the software and related documentation, and (ii) the names of
- Pixar, Sam Leffler and Silicon Graphics may not be used in any advertising or
- publicity relating to the software without the specific, prior written
- permission of Pixar, Sam Leffler and Silicon Graphics.
-
- THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
- EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
- WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
- IN NO EVENT SHALL PIXAR, SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
- ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
- LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- OF THIS SOFTWARE.
-
-
-============== NEXT COPYRIGHT NOTICE AND LICENSE ENTRY ==============
-
-
-25 files covered by:
-
-/* zlib.h -- interface of the 'zlib' general purpose compression library
-  version 1.1.4, March 11th, 2002
-
-  Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
-
-  This software is provided 'as-is', without any express or implied
-  warranty.  In no event will the authors be held liable for any damages
-  arising from the use of this software.
-
-  Permission is granted to anyone to use this software for any purpose,
-  including commercial applications, and to alter it and redistribute it
-  freely, subject to the following restrictions:
-
-  1. The origin of this software must not be misrepresented; you must not
-     claim that you wrote the original software. If you use this software
-     in a product, an acknowledgment in the product documentation would be
-     appreciated but is not required.
-  2. Altered source versions must be plainly marked as such, and must not be
-     misrepresented as being the original software.
-  3. This notice may not be removed or altered from any source distribution.
-
-  Jean-loup Gailly        Mark Adler
-  jloup@gzip.org          madler@alumni.caltech.edu
diff --git a/Copyright/KMLCopyright.txt b/Copyright/KMLCopyright.txt
deleted file mode 100644
index 29e68adc3a37894f374662eb128868c89b84397a..0000000000000000000000000000000000000000
--- a/Copyright/KMLCopyright.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Copyright 2008-2010 Google Inc. 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 the name of Google Inc. 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 AUTHOR ``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 AUTHOR 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.
diff --git a/Copyright/LibBOOSTCopyright.txt b/Copyright/LibBOOSTCopyright.txt
deleted file mode 100644
index 36b7cd93cdfbac762f5be4c6ce276df2ea6305c2..0000000000000000000000000000000000000000
--- a/Copyright/LibBOOSTCopyright.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Boost Software License - Version 1.0 - August 17th, 2003
-
-Permission is hereby granted, free of charge, to any person or organization
-obtaining a copy of the software and accompanying documentation covered by
-this license (the "Software") to use, reproduce, display, distribute,
-execute, and transmit the Software, and to prepare derivative works of the
-Software, and to permit third-parties to whom the Software is furnished to
-do so, all subject to the following:
-
-The copyright notices in the Software and this entire statement, including
-the above license grant, this restriction and the following disclaimer,
-must be included in all copies of the Software, in whole or in part, and
-all derivative works of the Software, unless such copies or derivative
-works are solely in the form of machine-executable object code generated by
-a source language processor.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
diff --git a/Copyright/LibSVMCopyright.txt b/Copyright/LibSVMCopyright.txt
deleted file mode 100644
index b4e1a354d1c6c770554ea2a674b96938584881b1..0000000000000000000000000000000000000000
--- a/Copyright/LibSVMCopyright.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Copyright (c) 2000-2005 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.
diff --git a/Copyright/MuParserCopyright.txt b/Copyright/MuParserCopyright.txt
deleted file mode 100644
index 0b47c92c84c6f8424519e7961ab91cfce901a58e..0000000000000000000000000000000000000000
--- a/Copyright/MuParserCopyright.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-                 __________
-    _____   __ __\______   \_____  _______  ______  ____ _______
-   /     \ |  |  \|     ___/\__  \ \_  __ \/  ___/_/ __ \\_  __ \
-  |  Y Y  \|  |  /|    |     / __ \_|  | \/\___ \ \  ___/ |  | \/
-  |__|_|  /|____/ |____|    (____  /|__|  /____  > \___  >|__|
-        \/                       \/            \/      \/
-
-  Copyright (C) 2010 Ingo Berg
-
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the "Software"), to
-  deal in the Software without restriction, including without limitation the
-  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-  sell copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
-
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-  IN THE SOFTWARE.
diff --git a/Copyright/MuParserXCopyright.txt b/Copyright/MuParserXCopyright.txt
deleted file mode 100644
index f1ce1ddc7192c16efb66df65db41946d7ae68737..0000000000000000000000000000000000000000
--- a/Copyright/MuParserXCopyright.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-#########################################################################
-#                                                                       #
-#               __________                                 ____  ___    #
-#    _____  __ _\______   \_____ _______  ______ __________\   \/  /    #
-#   /     \|  |  \     ___/\__  \\_  __ \/  ___// __ \_  __ \     /     #
-#  |  Y Y  \  |  /    |     / __ \|  | \/\___ \\  ___/|  | \/     \     #
-#  |__|_|  /____/|____|    (____  /__|  /____  >\___  >__| /___/\  \    #
-#        \/                     \/           \/     \/           \_/    #
-#                                                                       #
-#  Copyright (C) 2013 Ingo Berg                                         #
-#                                                                       #
-#  Web:     http://muparserx.beltoforion.de                             #
-#  SVN:     http://muparserx.googlecode.com/svn/trunk                   #
-#  e-mail:  muparserx@beltoforion.de                                    #
-#                                                                       #
-#  The code contains contributions made by the following people:        #
-#       	Martin Rotter                                           #
-#                                                                       #
-#  This software is distributed under the terms of the                  #
-#  BSD - Clause 2 "Simplified" or "FreeBSD" Licence (BSD-2-Clause)      #
-#                                                                       #
-#########################################################################
-
-
-Copyright (c) 2012, Ingo Berg
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted 
-provided that the following conditions are met:
-
-   * Redistributions of source code must retain the above copyright notice, this list of 
-     conditions and the following disclaimer.
-   * 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.
-
-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 COPYRIGHT HOLDER 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.
diff --git a/Copyright/OSGCopyright.txt b/Copyright/OSGCopyright.txt
deleted file mode 100644
index 6340792d76f9efb5f8779bf2afd9eadc4cb69717..0000000000000000000000000000000000000000
--- a/Copyright/OSGCopyright.txt
+++ /dev/null
@@ -1,578 +0,0 @@
-                OpenSceneGraph Public License, Version 0.0
-                ==========================================
-                
-  Copyright (C) 2002 Robert Osfield.
-  
-  Everyone is permitted to copy and distribute verbatim copies
-  of this licence document, but changing it is not allowed.
-
-                       OPENSCENEGRAPH PUBLIC LICENCE
-     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  This library is free software; you can redistribute it and/or modify it
-  under the terms of the OpenSceneGraph Public License (OSGPL) version 0.0
-  or later.
-  
-  Notes: the OSGPL is based on the LGPL, with the 4 exceptions laid
-  out in the wxWindows section below.  The LGPL is contained in the
-  final section of this license.
-
-
--------------------------------------------------------------------------------
-
-                wxWindows Library Licence, Version 3
-                ====================================
-
-  Copyright (C) 1998 Julian Smart, Robert Roebling [, ...]
-
-  Everyone is permitted to copy and distribute verbatim copies
-  of this licence document, but changing it is not allowed.
-
-                       WXWINDOWS LIBRARY LICENCE
-     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  This library is free software; you can redistribute it and/or modify it
-  under the terms of the GNU Library General Public Licence as published by
-  the Free Software Foundation; either version 2 of the Licence, 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 Library
-  General Public Licence for more details.
-
-  You should have received a copy of the GNU Library General Public Licence
-  along with this software, usually in a file named COPYING.LIB.  If not,
-  write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-  Boston, MA 02111-1307 USA.
-
-  EXCEPTION NOTICE
-
-  1. As a special exception, the copyright holders of this library give
-  permission for additional uses of the text contained in this release of
-  the library as licenced under the wxWindows Library Licence, applying
-  either version 3 of the Licence, or (at your option) any later version of
-  the Licence as published by the copyright holders of version 3 of the
-  Licence document.
-
-  2. The exception is that you may use, copy, link, modify and distribute
-  under the user's own terms, binary object code versions of works based
-  on the Library.
-
-  3. If you copy code from files distributed under the terms of the GNU
-  General Public Licence or the GNU Library General Public Licence into a
-  copy of this library, as this licence permits, the exception does not
-  apply to the code that you add in this way.  To avoid misleading anyone as
-  to the status of such modified files, you must delete this exception
-  notice from such code and/or adjust the licensing conditions notice
-  accordingly.
-
-  4. If you write modifications of your own for this library, it is your
-  choice whether to permit this exception to apply to your modifications.
-  If you do not wish that, you must delete the exception notice from such
-  code and/or adjust the licensing conditions notice accordingly.
-  
-  
-------------------------------------------------------------------------------
-		  GNU LESSER GENERAL PUBLIC LICENSE
-		       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-          GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    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 Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
diff --git a/Copyright/OSSIMCopyright.txt b/Copyright/OSSIMCopyright.txt
deleted file mode 100644
index 767bf8edcadfbed0dae9827a039b98c1b69d0ad2..0000000000000000000000000000000000000000
--- a/Copyright/OSSIMCopyright.txt
+++ /dev/null
@@ -1,142 +0,0 @@
-GNU LESSER GENERAL PUBLIC LICENSE 
-
-Version 2.1, February 1999
-
-(The master copy of this license lives on the GNU website.) 
-
-Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA  02110-1301 USA
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
-as the successor of the GNU Library Public License, version 2, hence
-the version number 2.1.]
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. 
-
-This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. 
-
-When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. 
-
-To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. 
-
-For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. 
-
-We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. 
-
-To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. 
-
-Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder.  Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. 
-
-Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. 
-
-When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. 
-
-We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. 
-
-For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. 
-
-In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. 
-
-Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of aprogram that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. 
-
-The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from thelibrary, whereas the latter must be combined with the library in order to run. 
-
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
-
-0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". 
-
-A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. 
-
-The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) 
-
-"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. 
-
-Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 
-
-1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. 
-
-You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 
-
-2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, andcopy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all ofthese conditions: 
-
-a) The modified work must itself be a software library. 
-b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. 
-c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. 
-d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. 
-
-(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) 
-
-These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. 
-
-Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. 
-
-In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 
-
-3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. 
-
-Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. 
-
-This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 
-
-4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. 
-
-If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 
-
-5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. 
-
-However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library(because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. 
-
-When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. 
-
-If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) 
-
-Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 
-
-6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. 
-
-You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: 
-
-a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. 
-
-For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler,kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. 
-
-It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 
-
-7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: 
-
-a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 
-
-8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 
-
-9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 
-
-10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a licensefrom the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 
-
-11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. 
-
-If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. 
-
-It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. 
-
-This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 
-
-12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographicaldistribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 
-
-13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. 
-
-Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 
-
-14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two  goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. 
-
-NO WARRANTY 
-
-15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 
-
-16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 
-
-END OF TERMS AND CONDITIONS
diff --git a/Copyright/OTBCopyright.txt b/Copyright/OTBCopyright.txt
deleted file mode 100644
index af1330b077f5ae454d8039e845e95b5db6972f4b..0000000000000000000000000000000000000000
--- a/Copyright/OTBCopyright.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-The ORFEO Toolbox (OTB) is developed by the French Centre
-National d'Etudes Spatiales, CNES. OTB is partially derived from ITK,
-GDAL, VXL and LibSVM, hence some code is copyrighted accordingly (see
-ITKCopyright.txt, GDALCopyright.txt, VXLCopyright.txt 
-and LibSVMCopyright.txt).
-
-The OTB copyright is as follows:
-
-Copyright (c) Centre National d'Etudes Spatiales
-All rights reserved.
-
-The OTB is distributed under the CeCILL licence version 2. See
-Licence_CeCILL_V2-en.txt or
-http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt for more details.
-
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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.
-
-
diff --git a/Copyright/OpenCVCopyright.txt b/Copyright/OpenCVCopyright.txt
deleted file mode 100644
index 5e32d88b47cedcaa860a1f1feaee1ec30411edb6..0000000000000000000000000000000000000000
--- a/Copyright/OpenCVCopyright.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-By downloading, copying, installing or using the software you agree to this license.
-If you do not agree to this license, do not download, install,
-copy or use the software.
-
-
-                          License Agreement
-               For Open Source Computer Vision Library
-                       (3-clause BSD License)
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-  * Redistributions of source code must retain the above copyright notice,
-    this list of conditions and the following disclaimer.
-
-  * 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.
-
-  * Neither the names of the copyright holders nor the names of the 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 copyright holders 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.
diff --git a/Copyright/OpenJPEGCopyright.txt b/Copyright/OpenJPEGCopyright.txt
deleted file mode 100644
index 5876e6533a7ec04e7dff48858438e3f5837d7578..0000000000000000000000000000000000000000
--- a/Copyright/OpenJPEGCopyright.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-
-Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
-Copyright (c) 2002-2011, Professor Benoit Macq
-Copyright (c) 2003-2011, Antonin Descampe
-Copyright (c) 2003-2009, Francois-Olivier Devaux
-Copyright (c) 2005, Herve Drolon, FreeImage Team
-Copyright (c) 2002-2003, Yannick Verschueren
-Copyright (c) 2001-2003, David Janssens
-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.
-
-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 COPYRIGHT
-OWNER 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.
diff --git a/Copyright/OpenMPICopyright.txt b/Copyright/OpenMPICopyright.txt
deleted file mode 100644
index bb5b6a433c762f3363e357da123052218bacb11e..0000000000000000000000000000000000000000
--- a/Copyright/OpenMPICopyright.txt
+++ /dev/null
@@ -1,89 +0,0 @@
-Most files in this release are marked with the copyrights of the
-organizations who have edited them.  The copyrights below are in no
-particular order and generally reflect members of the Open MPI core
-team who have contributed code to this release.  The copyrights for
-code used under license from other parties are included in the
-corresponding files.
-
-Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
-                        University Research and Technology
-                        Corporation.  All rights reserved.
-Copyright (c) 2004-2010 The University of Tennessee and The University
-                        of Tennessee Research Foundation.  All rights
-                        reserved.
-Copyright (c) 2004-2010 High Performance Computing Center Stuttgart,
-                        University of Stuttgart.  All rights reserved.
-Copyright (c) 2004-2008 The Regents of the University of California.
-                        All rights reserved.
-Copyright (c) 2006-2010 Los Alamos National Security, LLC.  All rights
-                        reserved.
-Copyright (c) 2006-2010 Cisco Systems, Inc.  All rights reserved.
-Copyright (c) 2006-2010 Voltaire, Inc. All rights reserved.
-Copyright (c) 2006-2011 Sandia National Laboratories. All rights reserved.
-Copyright (c) 2006-2010 Sun Microsystems, Inc.  All rights reserved.
-                        Use is subject to license terms.
-Copyright (c) 2006-2010 The University of Houston. All rights reserved.
-Copyright (c) 2006-2009 Myricom, Inc.  All rights reserved.
-Copyright (c) 2007-2008 UT-Battelle, LLC. All rights reserved.
-Copyright (c) 2007-2010 IBM Corporation.  All rights reserved.
-Copyright (c) 1998-2005 Forschungszentrum Juelich, Juelich Supercomputing
-                        Centre, Federal Republic of Germany
-Copyright (c) 2005-2008 ZIH, TU Dresden, Federal Republic of Germany
-Copyright (c) 2007      Evergrid, Inc. All rights reserved.
-Copyright (c) 2008      Chelsio, Inc.  All rights reserved.
-Copyright (c) 2008-2009 Institut National de Recherche en
-                        Informatique.  All rights reserved.
-Copyright (c) 2007      Lawrence Livermore National Security, LLC.
-                        All rights reserved.
-Copyright (c) 2007-2009 Mellanox Technologies.  All rights reserved.
-Copyright (c) 2006-2010 QLogic Corporation.  All rights reserved.
-Copyright (c) 2008-2010 Oak Ridge National Labs.  All rights reserved.
-Copyright (c) 2006-2010 Oracle and/or its affiliates.  All rights reserved.
-Copyright (c) 2009      Bull SAS.  All rights reserved.
-Copyright (c) 2010      ARM ltd.  All rights reserved.
-Copyright (c) 2010-2011 Alex Brick .  All rights reserved.
-Copyright (c) 2012      The University of Wisconsin-La Crosse. All rights
-                        reserved.
-Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
-Copyright (c) 2011-2014 NVIDIA Corporation.  All rights reserved.
-
-$COPYRIGHT$
-
-Additional copyrights may follow
-
-$HEADER$
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-- Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-- Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer listed
-  in this license in the documentation and/or other materials
-  provided with the distribution.
-
-- Neither the name of the 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.
-
-The copyright holders provide no reassurances that the source code
-provided does not infringe any patent, copyright, or any other
-intellectual property rights of third parties.  The copyright holders
-disclaim any liability to any recipient for claims brought against
-recipient by any third party for infringement of that parties
-intellectual property rights.
-
-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 COPYRIGHT
-OWNER 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.
diff --git a/Copyright/SPTWCopyright.txt b/Copyright/SPTWCopyright.txt
deleted file mode 100644
index 7279739f41afa40b3386b51654187222af511982..0000000000000000000000000000000000000000
--- a/Copyright/SPTWCopyright.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This software is in the public domain, furnished "as is", without
-technical support, and with no warranty, express or implied, as to its
-usefulness for any purpose.
diff --git a/Copyright/TinyXMLCopyright.txt b/Copyright/TinyXMLCopyright.txt
deleted file mode 100644
index 7fc4df347d888d84e1db21c3640a97581b443d27..0000000000000000000000000000000000000000
--- a/Copyright/TinyXMLCopyright.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-http://www.sourceforge.net/projects/tinyxml/
-
-Original code (2.0 and earlier )copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com)
-
-TinyXML is released under the zlib license :
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-   claim that you wrote the original software. If you use this software
-   in a product, an acknowledgment in the product documentation would be
-   appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not
-   be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-   distribution.
diff --git a/Copyright/VXLCopyright.txt b/Copyright/VXLCopyright.txt
deleted file mode 100644
index 7117031281019bc4ff46596eb032f3de1dc4de55..0000000000000000000000000000000000000000
--- a/Copyright/VXLCopyright.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Portions of the Insight code base (the numerics package VNL) are derived from
-the Vision-something-Libraries (VXL), and hence are covered under the VXL
-copyright. The VXL copyright is as follows:
-
-
-                Copyright (c) 2000 TargetJr Consortium
-            GE Corporate Research and Development (GE CRD)
-                          1 Research Circle
-                         Niskayuna, NY 12309
-                         All Rights Reserved
-           Reproduction rights limited as described below.
-
-   Permission to use, copy, modify, distribute, and sell this software
-   and its documentation for any purpose is hereby granted without fee,
-   provided that (i) the above copyright notice and this permission
-   notice appear in all copies of the software and related documentation,
-   (ii) the name TargetJr Consortium (represented by GE CRD), may not be
-   used in any advertising or publicity relating to the software without
-   the specific, prior written permission of GE CRD, and (iii) any
-   modifications are clearly marked and summarized in a change history
-   log.
-
-   THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-   EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-   WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-   IN NO EVENT SHALL THE TARGETJR CONSORTIUM BE LIABLE FOR ANY SPECIAL,
-   INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND OR ANY
-   DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-   WHETHER OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ON
-   ANY THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE
-   USE OR PERFORMANCE OF THIS SOFTWARE.
-
-
-See also the VXL web site: http://vxl.sourceforge.net/ for more information.
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000000000000000000000000000000000000..f1fb9b732f23fa1d8164f4b569c5ffd68650acda
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,380 @@
+Orfeo Toolbox (OTB) Copyright 2005-2017 Centre National d'Etudes Spatiales (CNES)
+
+This software is distributed under the Apache Software License (ASL) v2.0, see
+LICENSE file or http://www.apache.org/licenses/LICENSE-2.0 for details.
+
+
+This software includes code from the Insight Segmentation and Registration
+Toolkit (ITK) project.
+  Copyright 1999-2017, Insight Software Consortium
+  https://itk.org/
+  Starting from version 4.0, ITK is released under Apache Software License
+  (ASL) v2.0:
+  https://itk.org/ITK/project/license.html
+
+
+This software includes code that been developed by CS Systemes d'Information
+(CS SI) during internships and self-financed studies.
+  Copyright 2005-2017, CS Systemes d'Information
+  This code was contributed under Apache Software License (ASL) v2.0:
+  http://www.apache.org/licenses/LICENSE-2.0
+
+
+This software includes code that have been developed by Emmanuel Christophe
+between October 6th, 2008 and October 5th, 2010 and that is under copyright
+from Centre for Remote Imaging, Sensing and Processing (CRISP) of the National
+University of Singapore (NUS).
+  Copyright (c) 2008-2010, Centre for Remote Imaging, Sensing and Processing
+  This code was contributed under Apache Software License (ASL) v2.0:
+  http://www.apache.org/licenses/LICENSE-2.0
+
+
+This software includes code that been developed by Grégoire Mercier that is
+under copyright from Institut Mines Telecom / Telecom Bretagne.
+  Copyright (c) 2007-2012, Institut Mines Telecom / Telecom Bretagne
+  This code was contributed under Apache Software License (ASL) v2.0:
+  http://www.apache.org/licenses/LICENSE-2.0
+
+
+This software includes code from the VXL project.
+  Copyright 2000-2013, VXL Contributors
+  http://vxl.sourceforge.net/
+  VXL is released under BSD 3-Clause license:
+  https://sourceforge.net/p/vxl/git/ci/master/tree/core/vxl_copyright.h
+
+
+This software includes code from the Boost project.
+  Copyright 2000-2016, Boost Contributors
+  http://www.boost.org/
+  Boost is released under Boost Software License (BSL) v2.0:
+  http://www.boost.org/LICENSE_1_0.txt
+
+
+This software includes code from the GDAL project.
+  Copyright (c) 2000-2016, Frank Warmerdam
+  http://www.gdal.org/
+  GDAL is released under X11/MIT License:
+  https://trac.osgeo.org/gdal/wiki/FAQGeneral#WhatlicensedoesGDALOGRuse
+
+
+This software includes code from the GeoTIFF project.
+  Copyright (c) 1999-2016, Frank Warmerdam
+  Copyright (c) 1995, Niles D. Ritter
+  http://trac.osgeo.org/geotiff
+  GeoTIFF is released under "X style" License:
+  https://trac.osgeo.org/geotiff/browser/trunk/libgeotiff/LICENSE
+
+
+This software includes code from the OpenThreads library, an OpenSceneGraph
+sub-project.
+  Copyright (c) 2002-2008, The Open Thread Group
+  http://www.openscenegraph.org/
+  OpenThreads is released under OpenSceneGraph Public License (OSGPL) 0.0,
+  i.e. the wxWindows library license:
+  https://github.com/openscenegraph/OpenSceneGraph/blob/master/LICENSE.txt
+
+
+This software includes code from the OSSIM project.
+  Copyright (c) 2015-2016, OSSIM Contributors
+  http://www.ossim.org/
+  OSSIM is released under MIT license:
+  https://github.com/ossimlabs/ossim/blob/dev/LICENSE.txt
+
+
+This software includes code contributed by the CNES to the "OSSIM Plugins"
+project under MIT license. These plugins are derivated from several
+third-party works now released under the same MIT license. All the related
+copyrights are listed below:
+  Copyright (C) 2005-2016, Centre National d'Etudes Spatiales (CNES)
+  Copyright (C) 2008-2010, Centre for Remote Imaging, Sensing and Processing (CRISP)
+  Copyright (C) 2010-2016, David A. Horner
+  Copyright (C) 2010-2016, David Burken
+  Copyright (C) 2010-2016, Frank Warmerdam
+  Copyright (C) 2010-2016, Garrett Potts
+  Copyright (C) 2010-2016, John Stastny
+  https://github.com/ossimlabs/ossim-plugins
+  These OSSIM plugins source code is embedded in Modules/ThirdParty/OssimPlugins
+  directory.
+  These OSSIM plugins are released under MIT license:
+  https://github.com/ossimlabs/ossim-plugins/blob/dev/LICENSE
+
+
+This software includes code from the TinyXML project.
+  Copyright (c) 2001-2010, Lee Thomason
+  http://www.grinninglizard.com/tinyxml
+  TinyXML is released under zlib/libpng license:
+  http://tinyxml.cvs.sourceforge.net/viewvc/tinyxml/tinyxml/readme.txt
+
+
+
+The following utilities, used by the OTB libraries, are optional. The OTB
+libraries may be built without them, but some modules will be disabled:
+
+
+This software includes code from the 6S project.
+  Public domain
+  http://6s.ltdri.org/
+  The 6S source code is embedded in Modules/ThirdParty/6S/src directory.
+  According to Eric F. Vermote - the main author of 6S - this source code is
+  in the public domain in virtue of United States copyright law because it was
+  developed on authority of the NASA.
+
+
+This software includes code from the Curl project.
+  Copyright (c) 1996-2016, Daniel Stenberg and many contributors
+  https://curl.haxx.se/
+  Curl and libcurl are licensed under a X11/MIT derivate license:
+  https://curl.haxx.se/docs/copyright.html
+
+
+This software includes code from the LibSVM project.
+  Copyright (c) 2000-2014, Chih-Chung Chang and Chih-Jen Lin
+  http://www.csie.ntu.edu.tw/~cjlin/libsvm
+  LibSVM is released under BSD 3-Clause license:
+  https://github.com/cjlin1/libsvm/blob/master/COPYRIGHT
+
+
+This software includes code from the libkml project.
+  Copyright (c) 2008-2010, Google Inc.
+  https://github.com/google/libkml
+  libkml is released under BSD 3-Clause license:
+  https://github.com/google/libkml/blob/master/LICENSE
+
+
+This software includes code from the Mapnik project.
+  Copyright (c) 2015, Artem Pavlenko
+  http://mapnik.org/
+  Mapnik is released under GNU LGPL v2.1 license:
+  http://mapnik.org/pages/license.html
+
+
+This software includes code from the MuParser project.
+  Copyright (c) 2011-2016, Ingo Berg
+  https://github.com/beltoforion/muparser
+  MuParser is released under MIT license:
+  https://github.com/beltoforion/muparser/blob/master/License.txt
+
+
+This software includes code from the MuParserX project.
+  Copyright (c) 2012-2016, Ingo Berg
+  https://github.com/beltoforion/muparserx
+  MuParserX is released under BSD 2-Clause license:
+  https://github.com/beltoforion/muparserx/blob/master/License.txt
+
+
+This software includes code from the Open Source Computer Vision (OpenCV)
+library.
+  Copyright (c) 2000-2016, Intel Corporation
+  Copyright (c) 2009-2011, Willow Garage Inc.
+  Copyright (c) 2009-2016, NVIDIA Corporation
+  Copyright (c) 2010-2013, Advanced Micro Devices, Inc.
+  Copyright (c) 2015-2016, OpenCV Foundation
+  Copyright (c) 2015-2016, Itseez Inc.
+  http://opencv.org/
+  OpenCV is released under BSD 3-Clause license:
+  https://github.com/opencv/opencv/blob/master/LICENSE
+
+
+This software includes code from the Qt project.
+  Copyright (c) 2015, The Qt Company Ltd.
+  https://www.qt.io/
+  Qt 4 is released under GNU LGPL v2.1 license:
+  http://doc.qt.io/qt-4.8/lgpl.html
+
+
+This software includes code from the SiftFast project.
+  Copyright (c) 2008-2010, zerofrog(@gmail.com)
+  http://libsift.sourceforge.net
+  The SiftFast source code is embedded in Modules/ThirdParty/SiftFast/src
+  directory.
+  SiftFast is released under the GNU LGPL 3.0 license:
+  https://sourceforge.net/p/libsift/code/HEAD/tree/trunk/LICENSE
+
+
+This software includes code from the Mesa 3D project.
+  Copyright (c) 1999-2017 Brian Paul and many other contributors
+  https://www.mesa3d.org/
+  FreeGLUT is released under MIT License:
+  https://www.mesa3d.org/license.html
+
+
+This software includes code from the FreeGLUT project.
+  Copyright (c) 1999-2000 Pawel W. Olszta
+  http://freeglut.sourceforge.net/
+  FreeGLUT is released under X11/MIT derivate License:
+  https://sourceforge.net/p/freeglut/code/HEAD/tree/trunk/freeglut/freeglut/COPYING
+
+
+This software includes code from the GLFW project.
+  Copyright (c) 2002-2006, Marcus Geelnard
+  Copyright (c) 2006-2016, Camilla Berglund
+  http://www.glfw.org/
+  GLFW is released under zlib/libpng license:
+  http://www.glfw.org/license.html
+
+
+This software includes code from the GLEW project.
+  http://glew.sourceforge.net/
+  The GLEW source code is licensed under the BSD 3-Clause license.
+  https://github.com/nigels-com/glew/blob/master/LICENSE.txt
+
+
+This software includes code from the Open MPI project.
+  Copyright (c) 2004-2010, The Trustees of Indiana University and Indiana
+                           University Research and Technology Corporation
+  Copyright (c) 2004-2010, The University of Tennessee and The University of
+                           Tennessee Research Foundation
+  Copyright (c) 2004-2010, High Performance Computing Center Stuttgart,
+                           University of Stuttgart
+  Copyright (c) 2004-2008, The Regents of the University of California
+  Copyright (c) 2006-2010, Los Alamos National Security, LLC
+  Copyright (c) 2006-2010, Cisco Systems, Inc.
+  Copyright (c) 2006-2010, Voltaire, Inc.
+  Copyright (c) 2006-2011, Sandia National Laboratories
+  Copyright (c) 2006-2010, Sun Microsystems, Inc.
+  Copyright (c) 2006-2010, The University of Houston
+  Copyright (c) 2006-2009, Myricom, Inc.
+  Copyright (c) 2007-2008, UT-Battelle, LLC
+  Copyright (c) 2007-2010, IBM Corporation
+  Copyright (c) 1998-2005, Forschungszentrum Juelich, Juelich Supercomputing
+                           Centre, Federal Republic of Germany
+  Copyright (c) 2005-2008, ZIH, TU Dresden, Federal Republic of Germany
+  Copyright (c) 2007,      Evergrid, Inc.
+  Copyright (c) 2008,      Chelsio, Inc.
+  Copyright (c) 2008-2009, Institut National de Recherche en Informatique
+  Copyright (c) 2007,      Lawrence Livermore National Security, LLC
+  Copyright (c) 2007-2009, Mellanox Technologies
+  Copyright (c) 2006-2010, QLogic Corporation
+  Copyright (c) 2008-2010, Oak Ridge National Labs
+  Copyright (c) 2006-2010, Oracle and/or its affiliates
+  Copyright (c) 2009,      Bull SAS
+  Copyright (c) 2010,      ARM ltd
+  Copyright (c) 2010-2011, Alex Brick
+  Copyright (c) 2012,      The University of Wisconsin-La Crosse
+  Copyright (c) 2013-2016, Intel, Inc.
+  Copyright (c) 2011-2014, NVIDIA Corporation
+  https://www.open-mpi.org/
+  Open MPI is released under BSD 3-Clause license:
+  https://www.open-mpi.org/community/license.php
+
+
+This software includes code from the Simple Parallel TIFF Writer (SPTW)
+project.
+  Public domain
+  https://github.com/kornholi/sptw
+  SPTW is put in the public domain by its author, David Matthew Mattli
+  https://github.com/kornholi/sptw/blob/master/LICENSE
+
+
+This software includes code from the Shark Machine Learning project.
+  Copyright (c) 1995-2017 Shark Development Team
+  http://image.diku.dk/shark/
+  The Shark library is released under the GNU LGPL v3.0 license:
+  http://image.diku.dk/shark/#section-credit
+
+
+This software includes code from the Qwt project.
+  Copyright (c) 1997 Josef Wilgen
+  Copyright (c) 2002 Uwe Rathmann
+  http://qwt.sourceforge.net/
+  The Qwt project is released under the Qwt v1.0 license:
+  http://qwt.sourceforge.net/qwtlicense.html
+
+
+
+The third party files mentioned below are included in the OTB repository. They
+are used for building or testing OTB but their code is not included in OTB
+binaries:
+
+
+* CMake/CppcheckTargets.cmake
+    Copyright (c) 2009-2010 Iowa State University, Ryan Pavlik <rpavlik@iastate.edu>
+    Copyright (c) 2011 Harvard Medical School, Arnaud Gelas <arnaud_gelas@hms.harvard.edu>
+    Boost Software License (BSL), v1.0
+    http://www.boost.org/LICENSE_1_0.txt
+
+
+* CMake/FindGLEW.cmake
+    Copyright (c) 2012-2013 Jakob Progsch
+    ZLib license
+    https://opensource.org/licenses/Zlib
+
+
+* CMake/FindKWStyle.cmake
+    Copyright 2008-2013 Kitware, Inc.
+    Copyright 2013 Brian Helba
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* CMake/FindLibSVM.cmake
+    Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* CMake/Findcppcheck.cmake
+    Copyright (c) 2009-2010 Iowa State University, Ryan Pavlik <rpavlik@iastate.edu>
+    Boost Software License (BSL), v1.0
+    http://www.boost.org/LICENSE_1_0.txt
+
+
+* CMake/FindOpenThreads.cmake
+    Copyright 2007-2009 Kitware, Inc.
+    Copyright 2009-2016 Centre National d'Etudes Spatiales (CNES)
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* CMake/OTB_CheckCCompilerFlag.cmake
+    Copyright 2006-2010 Kitware, Inc.
+    Copyright 2006 Alexander Neundorf <neundorf@kde.org>
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* CMake/TopologicalSort.cmake
+    Copyright 2010 Kitware, Inc.
+    Copyright 2007 Douglas Gregor <doug.gregor@gmail.com>
+    Copyright 2007 Troy Straszheim
+    Boost Software License (BSL), v1.0
+    http://www.boost.org/LICENSE_1_0.txt
+
+
+* CMake/UseJava.cmake
+    Copyright 2010-2011 Andreas schneider <asn@redhat.com>
+    Copyright 2010 Ben Boeckel <ben.boeckel@kitware.com>
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* CMake/UseJavaClassFilelist.cmake
+* CMake/UseJavaSymlinks.cmake
+    Copyright 2010-2011 Andreas schneider <asn@redhat.com>
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* CMake/UseSWIGLocal.cmake
+    Copyright 2004-2009 Kitware, Inc.
+    Copyright 2009 Mathieu Malaterre <mathieu.malaterre@gmail.com>
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* Modules/Adapters/OSSIMAdapters/test/otbPlatformPositionAdapter.cxx
+    Copyright 2011 Emmanuel Christophe
+    Apache Software License (ASL) v2.0
+    http://www.apache.org/licenses/LICENSE-2.0
+
+
+* Modules/Wrappers/SWIG/src/numpy.i
+    Copyright (c) 2005-2015, NumPy Developers
+    BSD 3-Clause license
+    https://opensource.org/licenses/BSD-3-Clause
+
+
+* Utilities/Maintenance/fix_typos.sh
+    Copyright (c) 2016, Even Rouault <even.rouault@spatialys.com>
+    MIT license
+    https://opensource.org/licenses/MIT