Changes between Version 1 and Version 2 of Licensing

Show
Ignore:
Timestamp:
03/08/08 08:18:55 (5 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Licensing

    v1 v2  
    11= Licensing = 
    22 
    3 The Fusion core, widgets, and MapGuide OS and MapServer MIT Licensed.  Here is the license text of our standard header: 
     3== Fusion License == 
    44 
    5 /** 
     5The Fusion core, widgets, and MapGuide OS and MapServer support files are released under an MIT license.  Here is the license text of our standard header: 
     6 
     7{{{/** 
    68 * <DESCRIPTION> 
    79 * 
     
    2628 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
    2729 * DEALINGS IN THE SOFTWARE. 
    28  */ 
     30 */}}} 
    2931 
    30 Fusion includes a number of libraries.  They are: 
     32Any files that do not include the above copyright and license can be assumed to be released under the above copyright and license. 
    3133 
    32  * OpenLayers (LGPL) 
    33  * Jx (MIT) 
    34  * MapServer (MIT) 
    35  * MapGuide Open Source (LGPL) 
    36  * Excanvas (Apache License V2.0) 
     34== Third Party Libraries == 
     35 
     36Fusion embeds a number of external libraries.  They are: 
     37 
     38 * !OpenLayers, from [http://www.openlayers.org].  Released under BSD and Modified BSD, see [http://trac.openlayers.org/wiki/Licensing] for details. 
     39 * Jx, from [http://www.jxlib.org].  Released under MIT.  Jx also includes the Prototype and Scriptaculous libraries and Fusion uses those libraries directly: 
     40   * Prototype, from [http://prototypejs.org].  Released under MIT license, see [http://dev.rubyonrails.org/browser/spinoffs/prototype/trunk/LICENSE?format=raw] 
     41   * Scriptaculous, from [http://script.aculo.us].  Released under MIT license, see [http://wiki.script.aculo.us/scriptaculous/show/License] 
     42 * Excanvas, from [http://excanvas.sourceforge.net/].  Released under Apache License V2.0, see [http://excanvas.sourceforge.net/COPYING] 
     43 
     44To run Fusion, you also need a separate mapping platform which are available and licensed separately. 
    3745 
    3846