blob: f5111eeab86da5f506d240f62cdc575dae10a015 [file] [log] [blame]
Sam Judd488573d2014-09-01 15:49:59 -07001License for everything not in third_party and not otherwise marked:
2
Sam Juddd47862b2014-06-16 17:17:14 -07003Copyright 2014 Google, Inc. All rights reserved.
Sam Judd1dfef8c2013-07-08 11:05:03 -07004
5Redistribution and use in source and binary forms, with or without modification, are
6permitted provided that the following conditions are met:
7
8 1. Redistributions of source code must retain the above copyright notice, this list of
9 conditions and the following disclaimer.
10
11 2. Redistributions in binary form must reproduce the above copyright notice, this list
12 of conditions and the following disclaimer in the documentation and/or other materials
13 provided with the distribution.
14
Sam Juddd47862b2014-06-16 17:17:14 -070015THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED
Sam Judd1dfef8c2013-07-08 11:05:03 -070016WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
Sam Juddd47862b2014-06-16 17:17:14 -070017FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR
Sam Judd1dfef8c2013-07-08 11:05:03 -070018CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
22NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
23ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
25The views and conclusions contained in the software and documentation are those of the
26authors and should not be interpreted as representing official policies, either expressed
Sam Juddd47862b2014-06-16 17:17:14 -070027or implied, of Google, Inc.
Sam Judd488573d2014-09-01 15:49:59 -070028---------------------------------------------------------------------------------------------
29License for third_party/disklrucache:
30
31Copyright 2012 Jake Wharton
32Copyright 2011 The Android Open Source Project
33
34Licensed under the Apache License, Version 2.0 (the "License");
35you may not use this file except in compliance with the License.
36You may obtain a copy of the License at
37
38 http://www.apache.org/licenses/LICENSE-2.0
39
40Unless required by applicable law or agreed to in writing, software
41distributed under the License is distributed on an "AS IS" BASIS,
42WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43See the License for the specific language governing permissions and
44limitations under the License.
45---------------------------------------------------------------------------------------------
46License for third_party/gif_decoder:
47
48Copyright (c) 2013 Xcellent Creations, Inc.
49
50Permission is hereby granted, free of charge, to any person obtaining
51a copy of this software and associated documentation files (the
52"Software"), to deal in the Software without restriction, including
53without limitation the rights to use, copy, modify, merge, publish,
54distribute, sublicense, and/or sell copies of the Software, and to
55permit persons to whom the Software is furnished to do so, subject to
56the following conditions:
57
58The above copyright notice and this permission notice shall be
59included in all copies or substantial portions of the Software.
60
61THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
62EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
64NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
65LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
66OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
67WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Sam Judd3a575032014-09-04 18:40:21 -070068---------------------------------------------------------------------------------------------
69License for third_party/gif_encoder/AnimatedGifEncoder.java and
70third_party/gif_encoder/LZWEncoder.java:
71
72No copyright asserted on the source code of this class. May be used for any
73purpose, however, refer to the Unisys LZW patent for restrictions on use of
74the associated LZWEncoder class. Please forward any corrections to
75kweiner@fmsware.com.
76
77-----------------------------------------------------------------------------
78License for third_party/gif_encoder/NeuQuant.java
79
80Copyright (c) 1994 Anthony Dekker
81
82NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See
83"Kohonen neural networks for optimal colour quantization" in "Network:
84Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of
85the algorithm.
86
87Any party obtaining a copy of these files from the author, directly or
88indirectly, is granted, free of charge, a full and unrestricted irrevocable,
89world-wide, paid up, royalty-free, nonexclusive right and license to deal in
90this software and documentation files (the "Software"), including without
91limitation the rights to use, copy, modify, merge, publish, distribute,
92sublicense, and/or sell copies of the Software, and to permit persons who
93receive copies from any such party to do so, with the only requirement being
94that this copyright notice remain intact.