blob: a473eadcad79e6afee69e81debc5ff9bc6a0aaca [file] [log] [blame]
Elliott Hughes387d4b72012-08-09 15:17:46 -07001Copyright (C) 2007 The Android Open Source Project
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08002
Elliott Hughes387d4b72012-08-09 15:17:46 -07003Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08006
Elliott Hughes387d4b72012-08-09 15:17:46 -07007 http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08008
Elliott Hughes387d4b72012-08-09 15:17:46 -07009Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080014
Elliott Hughes387d4b72012-08-09 15:17:46 -070015-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080016
Elliott Hughes32dbc032012-08-15 15:43:13 -070017Copyright (C) 2008 The Android Open Source Project
18All rights reserved.
19
20Redistribution and use in source and binary forms, with or without
21modification, are permitted provided that the following conditions
22are met:
Elliott Hughes3758a242014-07-22 21:24:47 -070023 * Redistributions of source code must retain the above copyright
Elliott Hughes32dbc032012-08-15 15:43:13 -070024 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -070025 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes32dbc032012-08-15 15:43:13 -070026 notice, this list of conditions and the following disclaimer in
27 the documentation and/or other materials provided with the
28 distribution.
29
30THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
33FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
34COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
35INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
36BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
37OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
38AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
39OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
40OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
41SUCH DAMAGE.
42
43-------------------------------------------------------------------
44
Elliott Hughes387d4b72012-08-09 15:17:46 -070045Copyright (C) 2008-2010 The Android Open Source Project
46All rights reserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080047
Elliott Hughes387d4b72012-08-09 15:17:46 -070048Redistribution and use in source and binary forms, with or without
49modification, are permitted provided that the following conditions
50are met:
Elliott Hughes3758a242014-07-22 21:24:47 -070051 * Redistributions of source code must retain the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -070052 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -070053 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -070054 notice, this list of conditions and the following disclaimer in
55 the documentation and/or other materials provided with the
56 distribution.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080057
Elliott Hughes387d4b72012-08-09 15:17:46 -070058THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
59"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
60LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
61FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
62COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
63INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
64BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
65OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
66AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
67OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
68OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
69SUCH DAMAGE.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080070
Elliott Hughes387d4b72012-08-09 15:17:46 -070071-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080072
Elliott Hughes32dbc032012-08-15 15:43:13 -070073Copyright (C) 2010 The Android Open Source Project
Elliott Hughes387d4b72012-08-09 15:17:46 -070074All rights reserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080075
Elliott Hughes387d4b72012-08-09 15:17:46 -070076Redistribution and use in source and binary forms, with or without
77modification, are permitted provided that the following conditions
78are met:
Elliott Hughes3758a242014-07-22 21:24:47 -070079 * Redistributions of source code must retain the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -070080 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -070081 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -070082 notice, this list of conditions and the following disclaimer in
83 the documentation and/or other materials provided with the
84 distribution.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080085
Elliott Hughes387d4b72012-08-09 15:17:46 -070086THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
87"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
88LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
89FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
90COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
91INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
92BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
93OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
94AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
95OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
96OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97SUCH DAMAGE.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080098
Elliott Hughes387d4b72012-08-09 15:17:46 -070099-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800100
Elliott Hughes387d4b72012-08-09 15:17:46 -0700101Copyright (C) 2012 The Android Open Source Project
102All rights reserved.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800103
Elliott Hughes387d4b72012-08-09 15:17:46 -0700104Redistribution and use in source and binary forms, with or without
105modification, are permitted provided that the following conditions
106are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700107 * Redistributions of source code must retain the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -0700108 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700109 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes387d4b72012-08-09 15:17:46 -0700110 notice, this list of conditions and the following disclaimer in
111 the documentation and/or other materials provided with the
112 distribution.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800113
Elliott Hughes387d4b72012-08-09 15:17:46 -0700114THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
115"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
116LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
117FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
118COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
119INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
120BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
121OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
122AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
123OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
124OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
125SUCH DAMAGE.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800126
Elliott Hughes387d4b72012-08-09 15:17:46 -0700127-------------------------------------------------------------------
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800128
Elliott Hughes54a74942014-01-03 16:40:37 -0800129Copyright (C) 2013 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -0700130
131Licensed under the Apache License, Version 2.0 (the "License");
132you may not use this file except in compliance with the License.
133You may obtain a copy of the License at
134
135 http://www.apache.org/licenses/LICENSE-2.0
136
137Unless required by applicable law or agreed to in writing, software
138distributed under the License is distributed on an "AS IS" BASIS,
139WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
140See the License for the specific language governing permissions and
141limitations under the License.
142
143-------------------------------------------------------------------
144
145Copyright (C) 2013 The Android Open Source Project
Elliott Hughes54a74942014-01-03 16:40:37 -0800146All rights reserved.
147
148Redistribution and use in source and binary forms, with or without
149modification, are permitted provided that the following conditions
150are met:
Elliott Hughes3758a242014-07-22 21:24:47 -0700151 * Redistributions of source code must retain the above copyright
Elliott Hughes54a74942014-01-03 16:40:37 -0800152 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -0700153 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes54a74942014-01-03 16:40:37 -0800154 notice, this list of conditions and the following disclaimer in
155 the documentation and/or other materials provided with the
156 distribution.
157
158THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
159"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
160LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
161FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
162COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
163INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
164BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
165OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
166AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
167OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
168OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
169SUCH DAMAGE.
170
171-------------------------------------------------------------------
172
Elliott Hughes15581382014-07-07 15:42:06 -0700173Copyright (C) 2014 The Android Open Source Project
174
175Licensed under the Apache License, Version 2.0 (the "License");
176you may not use this file except in compliance with the License.
177You may obtain a copy of the License at
178
179 http://www.apache.org/licenses/LICENSE-2.0
180
181Unless required by applicable law or agreed to in writing, software
182distributed under the License is distributed on an "AS IS" BASIS,
183WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
184See the License for the specific language governing permissions and
185limitations under the License.
186
187-------------------------------------------------------------------
188
Elliott Hughes7e54c762015-05-12 10:09:01 -0700189Copyright (C) 2015 The Android Open Source Project
190
191Licensed under the Apache License, Version 2.0 (the "License");
192you may not use this file except in compliance with the License.
193You may obtain a copy of the License at
194
195 http://www.apache.org/licenses/LICENSE-2.0
196
197Unless required by applicable law or agreed to in writing, software
198distributed under the License is distributed on an "AS IS" BASIS,
199WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200See the License for the specific language governing permissions and
201limitations under the License.
202
203-------------------------------------------------------------------
204
205Copyright (C) 2015 The Android Open Source Project
206All rights reserved.
207
208Redistribution and use in source and binary forms, with or without
209modification, are permitted provided that the following conditions
210are met:
211 * Redistributions of source code must retain the above copyright
212 notice, this list of conditions and the following disclaimer.
213 * Redistributions in binary form must reproduce the above copyright
214 notice, this list of conditions and the following disclaimer in
215 the documentation and/or other materials provided with the
216 distribution.
217
218THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
219"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
220LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
221FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
222COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
223INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
224BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
225OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
226AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
227OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
228OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
229SUCH DAMAGE.
230
231-------------------------------------------------------------------
232