1Copyright (C) 2007 The Android Open Source Project
2
3Licensed 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
6
7     http://www.apache.org/licenses/LICENSE-2.0
8
9Unless 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.
14
15-------------------------------------------------------------------
16
17Copyright (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:
23 * Redistributions of source code must retain the above copyright
24   notice, this list of conditions and the following disclaimer.
25 * Redistributions in binary form must reproduce the above copyright
26   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
45Copyright (C) 2010 The Android Open Source Project
46All rights reserved.
47
48Redistribution and use in source and binary forms, with or without
49modification, are permitted provided that the following conditions
50are met:
51 * Redistributions of source code must retain the above copyright
52   notice, this list of conditions and the following disclaimer.
53 * Redistributions in binary form must reproduce the above copyright
54   notice, this list of conditions and the following disclaimer in
55   the documentation and/or other materials provided with the
56   distribution.
57
58THIS 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.
70
71-------------------------------------------------------------------
72
73Copyright (C) 2012 The Android Open Source Project
74All rights reserved.
75
76Redistribution and use in source and binary forms, with or without
77modification, are permitted provided that the following conditions
78are met:
79 * Redistributions of source code must retain the above copyright
80   notice, this list of conditions and the following disclaimer.
81 * Redistributions in binary form must reproduce the above copyright
82   notice, this list of conditions and the following disclaimer in
83   the documentation and/or other materials provided with the
84   distribution.
85
86THIS 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.
98
99-------------------------------------------------------------------
100
101Copyright (C) 2013 The Android Open Source Project
102
103Licensed under the Apache License, Version 2.0 (the "License");
104you may not use this file except in compliance with the License.
105You may obtain a copy of the License at
106
107     http://www.apache.org/licenses/LICENSE-2.0
108
109Unless required by applicable law or agreed to in writing, software
110distributed under the License is distributed on an "AS IS" BASIS,
111WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
112See the License for the specific language governing permissions and
113limitations under the License.
114
115-------------------------------------------------------------------
116
117Copyright (C) 2013 The Android Open Source Project
118All rights reserved.
119
120Redistribution and use in source and binary forms, with or without
121modification, are permitted provided that the following conditions
122are met:
123 * Redistributions of source code must retain the above copyright
124   notice, this list of conditions and the following disclaimer.
125 * Redistributions in binary form must reproduce the above copyright
126   notice, this list of conditions and the following disclaimer in
127   the documentation and/or other materials provided with the
128   distribution.
129
130THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
131"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
132LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
133FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
134COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
135INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
136BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
137OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
138AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
139OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
140OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
141SUCH DAMAGE.
142
143-------------------------------------------------------------------
144
145Copyright (C) 2014 The Android Open Source Project
146
147Licensed under the Apache License, Version 2.0 (the "License");
148you may not use this file except in compliance with the License.
149You may obtain a copy of the License at
150
151     http://www.apache.org/licenses/LICENSE-2.0
152
153Unless required by applicable law or agreed to in writing, software
154distributed under the License is distributed on an "AS IS" BASIS,
155WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
156See the License for the specific language governing permissions and
157limitations under the License.
158
159-------------------------------------------------------------------
160
161Copyright (C) 2015 The Android Open Source Project
162
163Licensed under the Apache License, Version 2.0 (the "License");
164you may not use this file except in compliance with the License.
165You may obtain a copy of the License at
166
167     http://www.apache.org/licenses/LICENSE-2.0
168
169Unless required by applicable law or agreed to in writing, software
170distributed under the License is distributed on an "AS IS" BASIS,
171WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
172See the License for the specific language governing permissions and
173limitations under the License.
174
175-------------------------------------------------------------------
176
177Copyright (C) 2015 The Android Open Source Project
178All rights reserved.
179
180Redistribution and use in source and binary forms, with or without
181modification, are permitted provided that the following conditions
182are met:
183 * Redistributions of source code must retain the above copyright
184   notice, this list of conditions and the following disclaimer.
185 * Redistributions in binary form must reproduce the above copyright
186   notice, this list of conditions and the following disclaimer in
187   the documentation and/or other materials provided with the
188   distribution.
189
190THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
191"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
193FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
194COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
195INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
196BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
197OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
198AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
199OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
200OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
201SUCH DAMAGE.
202
203-------------------------------------------------------------------
204
205