Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: webkit/glue/resources/README.txt

Issue 11302: fix pan scrolling (Closed)
Patch Set: add file Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webkit/glue/chromium_bridge_impl.cc ('k') | webkit/glue/resources/pan_icon.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The following files in this directory are copied from the Mozilla source tree, 1 The files listed below and found in this directory are copied from the
2 where they are licensed under the MPL/GPL/LGPL. While binary files do not 2 Mozilla source tree, where they are licensed under the MPL/GPL/LGPL. While
3 contain a license block, I have pasted the relevant Mozilla license block at 3 binary files do not contain a license block, I have pasted the relevant
4 the bottom of this file. 4 Mozilla license block below.
5 5
6 aliasb.cur 6 aliasb.cur
7 broken-image.gif 7 broken-image.gif
8 cell.cur 8 cell.cur
9 col_resize.cur 9 col_resize.cur
10 copy.cur 10 copy.cur
11 grab.cur 11 grab.cur
12 grabbing.cur 12 grabbing.cur
13 row_resize.cur 13 row_resize.cur
14 vertical_text.cur 14 vertical_text.cur
(...skipping 26 matching lines...) Expand all
41 * in which case the provisions of the GPL or the LGPL are applicable instead 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 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 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 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 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 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 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. 48 * the terms of any one of the MPL, the GPL or the LGPL.
49 * 49 *
50 * ***** END LICENSE BLOCK ***** */ 50 * ***** END LICENSE BLOCK ***** */
51
52 /////////////////////////////////////////////////////////////////////////////
53
54 The files listed below and found in this directory are copied from the WebKit
55 source tree or are derivative works of files from the WebKit source tree.
56 They are licensed under a BSD license. While binary files do not contain
57 a license block, I have pasted the relevant WebKit license block below.
58
59 pan_icon.png
60 pan_east.cur
61 pan_middle.cur
62 pan_north.cur
63 pan_north_east.cur
64 pan_north_west.cur
65 pan_south.cur
66 pan_south_east.cur
67 pan_south_west.cur
68 pan_west.cur
69
70 // ***** BEGIN LICENSE BLOCK *****
71
72 Copyright (C) 2005 Apple Computer, Inc. All rights reserved.
73
74 Redistribution and use in source and binary forms, with or without
75 modification, are permitted provided that the following conditions
76 are met:
77
78 1. Redistributions of source code must retain the above copyright
79 notice, this list of conditions and the following disclaimer.
80 2. Redistributions in binary form must reproduce the above copyright
81 notice, this list of conditions and the following disclaimer in the
82 documentation and/or other materials provided with the distribution.
83 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
84 its contributors may be used to endorse or promote products derived
85 from this software without specific prior written permission.
86
87 THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
88 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
89 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
90 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
91 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
92 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
93 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
94 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
95 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
96 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OLDNEW
« no previous file with comments | « webkit/glue/chromium_bridge_impl.cc ('k') | webkit/glue/resources/pan_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698