Home | History | Annotate | Download | only in resources
      1 The files listed below and found in this directory are copied from the
      2 Mozilla source tree, where they are licensed under the MPL/GPL/LGPL.  While
      3 binary files do not contain a license block, I have pasted the relevant
      4 Mozilla license block below.
      5 
      6 /* ***** BEGIN LICENSE BLOCK *****
      7  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
      8  *
      9  * The contents of this file are subject to the Mozilla Public License Version
     10  * 1.1 (the "License"); you may not use this file except in compliance with
     11  * the License. You may obtain a copy of the License at
     12  * http://www.mozilla.org/MPL/
     13  *
     14  * Software distributed under the License is distributed on an "AS IS" basis,
     15  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
     16  * for the specific language governing rights and limitations under the
     17  * License.
     18  *
     19  * The Original Code is mozilla.org code.
     20  *
     21  * The Initial Developer of the Original Code is
     22  * Netscape Communications Corporation.
     23  * Portions created by the Initial Developer are Copyright (C) 1998
     24  * the Initial Developer. All Rights Reserved.
     25  *
     26  * Alternatively, the contents of this file may be used under the terms of
     27  * either the GNU General Public License Version 2 or later (the "GPL"), or
     28  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
     29  * in which case the provisions of the GPL or the LGPL are applicable instead
     30  * of those above. If you wish to allow use of your version of this file only
     31  * under the terms of either the GPL or the LGPL, and not to allow others to
     32  * use your version of this file under the terms of the MPL, indicate your
     33  * decision by deleting the provisions above and replace them with the notice
     34  * and other provisions required by the GPL or the LGPL. If you do not delete
     35  * the provisions above, a recipient may use your version of this file under
     36  * the terms of any one of the MPL, the GPL or the LGPL.
     37  *
     38  * ***** END LICENSE BLOCK ***** */
     39 
     40 /////////////////////////////////////////////////////////////////////////////
     41 
     42 The files listed below and found in this directory are copied from the WebKit
     43 source tree or are derivative works of files from the WebKit source tree. 
     44 They are licensed under a BSD license.  While binary files do not contain
     45 a license block, I have pasted the relevant WebKit license block below.
     46 
     47 pan_icon.png
     48 pan_east.cur
     49 pan_middle.cur
     50 pan_north.cur
     51 pan_north_east.cur
     52 pan_north_west.cur
     53 pan_south.cur
     54 pan_south_east.cur
     55 pan_south_west.cur
     56 pan_west.cur
     57 textarea_resize_corner.png
     58 
     59 // ***** BEGIN LICENSE BLOCK *****
     60 
     61 Copyright (C) 2005 Apple Computer, Inc.  All rights reserved.
     62 
     63 Redistribution and use in source and binary forms, with or without
     64 modification, are permitted provided that the following conditions
     65 are met:
     66 
     67 1.  Redistributions of source code must retain the above copyright
     68     notice, this list of conditions and the following disclaimer. 
     69 2.  Redistributions in binary form must reproduce the above copyright
     70     notice, this list of conditions and the following disclaimer in the
     71     documentation and/or other materials provided with the distribution. 
     72 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
     73     its contributors may be used to endorse or promote products derived
     74     from this software without specific prior written permission. 
     75 
     76 THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
     77 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     78 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     79 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
     80 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     81 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     82 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
     83 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     84 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     85 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     86