OpenLayers OpenLayers

Changeset 5578

Show
Ignore:
Timestamp:
12/29/07 10:01:58 (1 year ago)
Author:
crschmidt
Message:

Update to license to accomodate for Firebug being included.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/debian/copyright

    r5577 r5578  
    5858 For details, see the Prototype web site: http://prototype.conio.net/ 
    5959 
     60Contains Firebug Lite, which contains the following license: 
     61 
     62Software License Agreement (BSD License) 
     63 
     64Copyright (c) 2007, Parakey Inc. 
     65All rights reserved. 
     66 
     67Redistribution and use of this software in source and binary forms, with or without modification, 
     68are permitted provided that the following conditions are met: 
     69 
     70* Redistributions of source code must retain the above 
     71  copyright notice, this list of conditions and the 
     72  following disclaimer. 
     73 
     74* Redistributions in binary form must reproduce the above 
     75  copyright notice, this list of conditions and the 
     76  following disclaimer in the documentation and/or other 
     77  materials provided with the distribution. 
     78 
     79* Neither the name of Parakey Inc. nor the names of its 
     80  contributors may be used to endorse or promote products 
     81  derived from this software without specific prior 
     82  written permission of Parakey Inc. 
     83 
     84THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 
     85IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
     86FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
     87CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
     88DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
     89DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 
     90IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
     91OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     92 
    6093The Debian packaging is (C) 2007, Christopher Schmidt <crschmidt@metacarta.com> 
    6194and is licensed under the BSD license, see `/usr/share/common-licenses/BSD'. 
  • sandbox/crschmidt/debian/rules

    r5577 r5578  
    4545    cp $(CURDIR)/OpenLayers.js  $(CURDIR)/debian/openlayers/usr/share/openlayers/ 
    4646    cp -r $(CURDIR)/lib/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/lib 
     47    # License file accomodated for in copyright 
     48    rm $(CURDIR)/debian/openlayers/usr/share/openlayers/lib/Firebug/license.txt  
    4749    cp -r $(CURDIR)/img/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/img 
    4850    cp -r $(CURDIR)/theme/*  $(CURDIR)/debian/openlayers/usr/share/openlayers/theme 
     
    5052    # Needed for openlayers_build 
    5153    cp $(CURDIR)/tools/jsmin.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 
     54    chmod -x $(CURDIR)/debian/openlayers/usr/lib/openlayers/jsmin.py 
     55    sed -i -e 's?#!/usr/bin/python??' $(CURDIR)/debian/openlayers/usr/lib/openlayers/jsmin.py  
     56    cp $(CURDIR)/tools/mergejs.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 
     57    chmod -x $(CURDIR)/debian/openlayers/usr/lib/openlayers/mergejs.py 
     58    sed -i -e 's?#!/usr/bin/env python??' $(CURDIR)/debian/openlayers/usr/lib/openlayers/mergejs.py 
    5259    cp $(CURDIR)/tools/toposort.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 
    53     cp $(CURDIR)/tools/mergejs.py $(CURDIR)/debian/openlayers/usr/lib/openlayers 
    5460 
    5561    cp $(CURDIR)/build/license.txt  $(CURDIR)/debian/openlayers/usr/share/openlayers/build