OpenLayers OpenLayers

Changeset 469

Show
Ignore:
Timestamp:
05/30/06 07:53:35 (2 years ago)
Author:
follower
Message:

Added licenses for Prototype.js and Rico.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/build/license.txt

    r393 r469  
    11/* 
    22 
    3   openlayers.js -- OpenLayers Map Viewer Library 
     3  OpenLayers.js -- OpenLayers Map Viewer Library 
    44 
    55  Copyright 2005-2006 MetaCarta, Inc., released under the BSD License. 
    66 
    7   TODO: Add other copyright notices. 
     7 
     8  Includes compressed code under the following licenses: 
     9 
     10  (For uncompressed versions of the code used please see the 
     11  OpenLayers SVN repository: <http://openlayers.org/>) 
    812 
    913*/ 
    1014 
     15/*  Prototype JavaScript framework, version 1.4.0 
     16 *  (c) 2005 Sam Stephenson <sam@conio.net> 
     17 * 
     18 *  Prototype is freely distributable under the terms of an MIT-style license. 
     19 *  For details, see the Prototype web site: http://prototype.conio.net/ 
     20 * 
     21/*--------------------------------------------------------------------------*/ 
     22 
     23/**   
     24 
     25*  Contains portions of Rico <http://openrico.org/> 
     26*  
     27*  Copyright 2005 Sabre Airline Solutions   
     28 
     29*  Licensed under the Apache License, Version 2.0 (the "License"); you 
     30*  may not use this file except in compliance with the License. You 
     31*  may obtain a copy of the License at 
     32 
     33*         http://www.apache.org/licenses/LICENSE-2.0   
     34 
     35*  Unless required by applicable law or agreed to in writing, software 
     36*  distributed under the License is distributed on an "AS IS" BASIS, 
     37*  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
     38*  implied. See the License for the specific language governing 
     39*  permissions and limitations under the License.  
     40* 
     41**/ 
     42