OpenLayers OpenLayers

Changeset 5971

Show
Ignore:
Timestamp:
02/02/08 09:46:04 (10 months ago)
Author:
crschmidt
Message:

Add mention that the files have been changed. This is obvious from
context, but the apache license requires us to mention it explicitly.
(No functional changes.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/Rico/Color.js

    r5015 r5971  
     1/* 
     2 * This file has been edited substantially from the Rico-released version by 
     3 * the OpenLayers development team. 
     4 * 
     5 * This file is licensed under the Apache License, Version 2.0. 
     6 */ 
    17OpenLayers.Rico.Color = OpenLayers.Class({ 
    28 
  • trunk/openlayers/lib/Rico/Corner.js

    r5015 r5971  
    1 /**   
    2 *   
    3 *  Copyright 2005 Sabre Airline Solutions   
    4 *   
    5 *  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this   
    6 *  file except in compliance with the License. You may obtain a copy of the License at   
    7 *   
    8 *         http://www.apache.org/licenses/LICENSE-2.0   
    9 *   
    10 *  Unless required by applicable law or agreed to in writing, software distributed under the   
    11 *  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,   
    12 *  either express or implied. See the License for the specific language governing permissions   
    13 *  and limitations under the License.   
    14 **/   
    15  
    16  
     1/* 
     2 * This file has been edited substantially from the Rico-released 
     3 * version by the OpenLayers development team. 
     4 *   
     5 *  Copyright 2005 Sabre Airline Solutions   
     6 *   
     7 *  Licensed under the Apache License, Version 2.0 (the "License"); 
     8 *  you may not use this file except in compliance with the 
     9 *  License. You may obtain a copy of the License at 
     10 *   
     11 *         http://www.apache.org/licenses/LICENSE-2.0   
     12 *   
     13 * Unless required by applicable law or agreed to in writing, software 
     14 * distributed under the * License is distributed on an "AS IS" BASIS, 
     15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or 
     16 * implied. See the License for the specific language governing 
     17 * permissions * and limitations under the License. 
     18 * 
     19 */   
    1720OpenLayers.Rico = new Object(); 
    1821OpenLayers.Rico.Corner = {