1MPL-1.1 / GPL-2.0 / LGPL-2.1
2============================
3
4SkGifImageReader.cpp and SkGifImageReader.h:
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    Contributor(s):
27      Chris Saari <saari@netscape.com>
28      Apple Computer
29
30    Alternatively, the contents of this file may be used under the terms of
31    either the GNU General Public License Version 2 or later (the "GPL"), or
32    the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
33    in which case the provisions of the GPL or the LGPL are applicable instead
34    of those above. If you wish to allow use of your version of this file only
35    under the terms of either the GPL or the LGPL, and not to allow others to
36    use your version of this file under the terms of the MPL, indicate your
37    decision by deleting the provisions above and replace them with the notice
38    and other provisions required by the GPL or the LGPL. If you do not delete
39    the provisions above, a recipient may use your version of this file under
40    the terms of any one of the MPL, the GPL or the LGPL.
41
42    ***** END LICENSE BLOCK ***** */
43
44
45BSD-3-Clause
46============
47
48libgifcodec.gni, SkGifCodec.h, SkLibGifCodec.cpp, SkLibGifCodec.h:
49
50    Copyright 2019 Google LLC. All rights reserved.
51
52    Redistribution and use in source and binary forms, with or without
53    modification, are permitted provided that the following conditions are
54    met:
55
56      * Redistributions of source code must retain the above copyright
57        notice, this list of conditions and the following disclaimer.
58
59      * Redistributions in binary form must reproduce the above
60        copyright notice, this list of conditions and the following
61        disclaimer in the documentation and/or other materials provided
62        with the distribution.
63
64      * Neither the name of the copyright holder nor the names of its
65        contributors may be used to endorse or promote products derived
66        from this software without specific prior written permission.
67
68    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
69    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
70    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
71    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
72    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
73    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
74    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
75    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
76    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
77    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
78    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
79
80
81BSD-2-Clause
82============
83
84SkLibGifCodec.cpp:
85
86    Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.
87
88    Redistribution and use in source and binary forms, with or without
89    modification, are permitted provided that the following conditions
90    are met:
91
92    1. Redistributions of source code must retain the above copyright
93       notice, this list of conditions and the following disclaimer.
94
95    2. Redistributions in binary form must reproduce the above copyright
96       notice, this list of conditions and the following disclaimer in the
97       documentation and/or other materials provided with the distribution.
98
99    THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
100    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
101    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
102    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
103    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
104    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
105    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
106    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
107    OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
108    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
109    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
110