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