Changes between Version 11 and Version 12 of ossimprovenance


Ignore:
Timestamp:
Mar 30, 2009, 10:00:29 AM (15 years ago)
Author:
mlucas17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimprovenance

    v11 v12  
    3030Most files contain a notice of the form:
    3131{{{
    32 //----------------------------------------------------------------------------
     32// The OSSIM distribution is licensed under LGPL
     33// See the LICENSE.txt in the ossim folder for details
    3334//
    34 // License:  See top level LICENSE.txt file.
    35 //
    36 // Author:  Garrett Potts
    37 //
    38 //----------------------------------------------------------------------------
    3935}}}
    4036
     37The License.txt in the OSSIM main directory contains:
     38
     39{{{
     40The OSSIM tree embeds some code from other libraries as well new code.  We will describe the license terms of the embedded modules as well as the license of the ossim core engine.  All code derived or embedded in the ossim core engine should not restrict the use of commercial purposes.
     41
     421.  OSSIM engine abides by the LGPL license terms.  We grant you the use of the OSSIM core engine in commercial or non commercial use without royalty as long as the credits for the original authors stay within the source code.  See the top level LGPL.txt found found here along side the LICENSE.txt.
     43
     442.  shapelib.  The shape library was written by Frank Warmerdam and has an MIT Style license these files include:
     45       dbfopen.c shpopen.c shptree.c
     46and are located in src/ossim/vec directory.  They have the following copyright
     47******************************************************************************
     48 * Copyright (c) 1999, Frank Warmerdam
     49 *
     50 * This software is available under the following "MIT Style" license,
     51 * or at the option of the licensee under the LGPL (see LICENSE.LGPL).  This
     52 * option is discussed in more detail in shapelib.html.
     53 *
     54 * --
     55 *
     56 * Permission is hereby granted, free of charge, to any person obtaining a
     57 * copy of this software and associated documentation files (the "Software"),
     58 * to deal in the Software without restriction, including without limitation
     59 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
     60 * and/or sell copies of the Software, and to permit persons to whom the
     61 * Software is furnished to do so, subject to the following conditions:
     62 *
     63 * The above copyright notice and this permission notice shall be included
     64 * in all copies or substantial portions of the Software.
     65 *
     66 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
     67 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     68 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
     69 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     70 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     71 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
     72 * DEALINGS IN THE SOFTWARE.
     73
     74
     75
     763. The matrix library was written by Robert Davies.  At the time of download the site was located at http://www.robertnz.net. He gives free use in commercial and non commercial as long as his code remains in tact and the credits for the author are known.
     77
     784. The kbool library does polygon boolean operation and is used by the ossimPolyArea2d class.  The license terms are based on the wxwidgets licensing which gives free use in commercial and non-commercial libraries.  At the time of download the module used could be found at: http://boolean.klaasholwerda.nl/download/download.html
     79
     805. Geotrans.  The geotrans library is a set of map projections that are certified and hosted by NGA.  They give free use in commercial and non commercial software packages and at the time of download the geotrans modules could be found at http://earth-info.nga.mil/GandG/geotrans/.  We have embedded the datum, ellipsoid, and map projections into the ossim baseline and wrapped in C++ classes so to remove the global variable access common in the raw getorans c library.
     81
     82 
     83}}}