NOTICE revision 4ac83fad3cdc486c00199eef9ea2a95d354839c4
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) 2008, 2009 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) 2008-2010 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) 2010 The Android Open Source Project
102All rights reserved.
103
104Redistribution and use in source and binary forms, with or without
105modification, are permitted provided that the following conditions
106are met:
107 * Redistributions of source code must retain the above copyright
108   notice, this list of conditions and the following disclaimer.
109 * Redistributions in binary form must reproduce the above copyright
110   notice, this list of conditions and the following disclaimer in
111   the documentation and/or other materials provided with the
112   distribution.
113
114THIS 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.
126
127-------------------------------------------------------------------
128
129Copyright (C) 2012 The Android Open Source Project
130All rights reserved.
131
132Redistribution and use in source and binary forms, with or without
133modification, are permitted provided that the following conditions
134are met:
135 * Redistributions of source code must retain the above copyright
136   notice, this list of conditions and the following disclaimer.
137 * Redistributions in binary form must reproduce the above copyright
138   notice, this list of conditions and the following disclaimer in
139   the documentation and/or other materials provided with the
140   distribution.
141
142THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
143"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
144LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
145FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
146COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
147INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
148BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
149OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
150AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
151OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
152OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
153SUCH DAMAGE.
154
155-------------------------------------------------------------------
156
157Copyright (C) 2013 The Android Open Source Project
158
159Licensed under the Apache License, Version 2.0 (the "License");
160you may not use this file except in compliance with the License.
161You may obtain a copy of the License at
162
163     http://www.apache.org/licenses/LICENSE-2.0
164
165Unless required by applicable law or agreed to in writing, software
166distributed under the License is distributed on an "AS IS" BASIS,
167WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
168See the License for the specific language governing permissions and
169limitations under the License.
170
171-------------------------------------------------------------------
172
173Copyright (C) 2013 The Android Open Source Project
174All rights reserved.
175
176Redistribution and use in source and binary forms, with or without
177modification, are permitted provided that the following conditions
178are met:
179 * Redistributions of source code must retain the above copyright
180   notice, this list of conditions and the following disclaimer.
181 * Redistributions in binary form must reproduce the above copyright
182   notice, this list of conditions and the following disclaimer in
183   the documentation and/or other materials provided with the
184   distribution.
185
186THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
187"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
188LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
189FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
190COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
191INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
192BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
193OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
194AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
195OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
196OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
197SUCH DAMAGE.
198
199-------------------------------------------------------------------
200
201Copyright (C) 2014 The Android Open Source Project
202
203Licensed under the Apache License, Version 2.0 (the "License");
204you may not use this file except in compliance with the License.
205You may obtain a copy of the License at
206
207     http://www.apache.org/licenses/LICENSE-2.0
208
209Unless required by applicable law or agreed to in writing, software
210distributed under the License is distributed on an "AS IS" BASIS,
211WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
212See the License for the specific language governing permissions and
213limitations under the License.
214
215-------------------------------------------------------------------
216
217