blob: 2c70ab8ea3ccf28f07cbcc6ee7045eb98bb7d5a7 [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) 2012 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 Hughes54a74942014-01-03 16:40:37 -080073Copyright (C) 2013 The Android Open Source Project
Elliott Hughes15581382014-07-07 15:42:06 -070074
75Licensed under the Apache License, Version 2.0 (the "License");
76you may not use this file except in compliance with the License.
77You may obtain a copy of the License at
78
79 http://www.apache.org/licenses/LICENSE-2.0
80
81Unless required by applicable law or agreed to in writing, software
82distributed under the License is distributed on an "AS IS" BASIS,
83WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84See the License for the specific language governing permissions and
85limitations under the License.
86
87-------------------------------------------------------------------
88
89Copyright (C) 2013 The Android Open Source Project
Elliott Hughes54a74942014-01-03 16:40:37 -080090All rights reserved.
91
92Redistribution and use in source and binary forms, with or without
93modification, are permitted provided that the following conditions
94are met:
Elliott Hughes3758a242014-07-22 21:24:47 -070095 * Redistributions of source code must retain the above copyright
Elliott Hughes54a74942014-01-03 16:40:37 -080096 notice, this list of conditions and the following disclaimer.
Elliott Hughes3758a242014-07-22 21:24:47 -070097 * Redistributions in binary form must reproduce the above copyright
Elliott Hughes54a74942014-01-03 16:40:37 -080098 notice, this list of conditions and the following disclaimer in
99 the documentation and/or other materials provided with the
100 distribution.
101
102THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
103"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
104LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
105FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
106COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
107INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
108BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
109OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
110AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
111OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
112OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
113SUCH DAMAGE.
114
115-------------------------------------------------------------------
116
Elliott Hughes15581382014-07-07 15:42:06 -0700117Copyright (C) 2014 The Android Open Source Project
118
119Licensed under the Apache License, Version 2.0 (the "License");
120you may not use this file except in compliance with the License.
121You may obtain a copy of the License at
122
123 http://www.apache.org/licenses/LICENSE-2.0
124
125Unless required by applicable law or agreed to in writing, software
126distributed under the License is distributed on an "AS IS" BASIS,
127WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
128See the License for the specific language governing permissions and
129limitations under the License.
130
131-------------------------------------------------------------------
132
Elliott Hughes7e54c762015-05-12 10:09:01 -0700133Copyright (C) 2015 The Android Open Source Project
134
135Licensed under the Apache License, Version 2.0 (the "License");
136you may not use this file except in compliance with the License.
137You may obtain a copy of the License at
138
139 http://www.apache.org/licenses/LICENSE-2.0
140
141Unless required by applicable law or agreed to in writing, software
142distributed under the License is distributed on an "AS IS" BASIS,
143WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
144See the License for the specific language governing permissions and
145limitations under the License.
146
147-------------------------------------------------------------------
148
149Copyright (C) 2015 The Android Open Source Project
150All rights reserved.
151
152Redistribution and use in source and binary forms, with or without
153modification, are permitted provided that the following conditions
154are met:
155 * Redistributions of source code must retain the above copyright
156 notice, this list of conditions and the following disclaimer.
157 * Redistributions in binary form must reproduce the above copyright
158 notice, this list of conditions and the following disclaimer in
159 the documentation and/or other materials provided with the
160 distribution.
161
162THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
163"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
164LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
165FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
166COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
167INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
168BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
169OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
170AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
171OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
172OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
173SUCH DAMAGE.
174
175-------------------------------------------------------------------
176