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