| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1 | Copyright (C) 2007 The Android Open Source Project | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 2 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 4 | you may not use this file except in compliance with the License. | 
 | 5 | You may obtain a copy of the License at | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 6 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 7 |      http://www.apache.org/licenses/LICENSE-2.0 | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 8 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 9 | Unless required by applicable law or agreed to in writing, software | 
 | 10 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 12 | See the License for the specific language governing permissions and | 
 | 13 | limitations under the License. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 14 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 15 | ------------------------------------------------------------------- | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 16 |  | 
| Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 17 | Copyright (C) 2008 The Android Open Source Project | 
 | 18 | All rights reserved. | 
 | 19 |  | 
 | 20 | Redistribution and use in source and binary forms, with or without | 
 | 21 | modification, are permitted provided that the following conditions | 
 | 22 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 23 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 24 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 25 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 26 |    notice, this list of conditions and the following disclaimer in | 
 | 27 |    the documentation and/or other materials provided with the | 
 | 28 |    distribution. | 
 | 29 |  | 
 | 30 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 31 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 32 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 33 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 34 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 35 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 36 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 37 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 38 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 39 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 40 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 41 | SUCH DAMAGE. | 
 | 42 |  | 
 | 43 | ------------------------------------------------------------------- | 
 | 44 |  | 
| Elliott Hughes | 32dbc03 | 2012-08-15 15:43:13 -0700 | [diff] [blame] | 45 | Copyright (C) 2010 The Android Open Source Project | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 46 | All rights reserved. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 47 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 48 | Redistribution and use in source and binary forms, with or without | 
 | 49 | modification, are permitted provided that the following conditions | 
 | 50 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 51 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 52 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 53 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 54 |    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 Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 57 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 58 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 59 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 60 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 61 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 62 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 63 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 64 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 65 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 66 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 67 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 68 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 69 | SUCH DAMAGE. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 70 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 71 | ------------------------------------------------------------------- | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 72 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 73 | Copyright (C) 2012 The Android Open Source Project | 
 | 74 | All rights reserved. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 75 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 76 | Redistribution and use in source and binary forms, with or without | 
 | 77 | modification, are permitted provided that the following conditions | 
 | 78 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 79 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 80 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 81 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 82 |    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 Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 85 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 86 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 87 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 88 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 89 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 90 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 91 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 92 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 93 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 94 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 95 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 96 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 97 | SUCH DAMAGE. | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 98 |  | 
| Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 99 | ------------------------------------------------------------------- | 
| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 100 |  | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 101 | Copyright (C) 2013 The Android Open Source Project | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 102 |  | 
 | 103 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 104 | you may not use this file except in compliance with the License. | 
 | 105 | You may obtain a copy of the License at | 
 | 106 |  | 
 | 107 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 108 |  | 
 | 109 | Unless required by applicable law or agreed to in writing, software | 
 | 110 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 111 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 112 | See the License for the specific language governing permissions and | 
 | 113 | limitations under the License. | 
 | 114 |  | 
 | 115 | ------------------------------------------------------------------- | 
 | 116 |  | 
 | 117 | Copyright (C) 2013 The Android Open Source Project | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 118 | All rights reserved. | 
 | 119 |  | 
 | 120 | Redistribution and use in source and binary forms, with or without | 
 | 121 | modification, are permitted provided that the following conditions | 
 | 122 | are met: | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 123 |  * Redistributions of source code must retain the above copyright | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 124 |    notice, this list of conditions and the following disclaimer. | 
| Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 125 |  * Redistributions in binary form must reproduce the above copyright | 
| Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 126 |    notice, this list of conditions and the following disclaimer in | 
 | 127 |    the documentation and/or other materials provided with the | 
 | 128 |    distribution. | 
 | 129 |  | 
 | 130 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 131 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 132 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 133 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 134 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 135 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 136 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 137 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 138 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 139 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 140 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 141 | SUCH DAMAGE. | 
 | 142 |  | 
 | 143 | ------------------------------------------------------------------- | 
 | 144 |  | 
| Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 145 | Copyright (C) 2014 The Android Open Source Project | 
 | 146 |  | 
 | 147 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 148 | you may not use this file except in compliance with the License. | 
 | 149 | You may obtain a copy of the License at | 
 | 150 |  | 
 | 151 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 152 |  | 
 | 153 | Unless required by applicable law or agreed to in writing, software | 
 | 154 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 155 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 156 | See the License for the specific language governing permissions and | 
 | 157 | limitations under the License. | 
 | 158 |  | 
 | 159 | ------------------------------------------------------------------- | 
 | 160 |  | 
| Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 161 | Copyright (C) 2015 The Android Open Source Project | 
 | 162 |  | 
 | 163 | Licensed under the Apache License, Version 2.0 (the "License"); | 
 | 164 | you may not use this file except in compliance with the License. | 
 | 165 | You may obtain a copy of the License at | 
 | 166 |  | 
 | 167 |      http://www.apache.org/licenses/LICENSE-2.0 | 
 | 168 |  | 
 | 169 | Unless required by applicable law or agreed to in writing, software | 
 | 170 | distributed under the License is distributed on an "AS IS" BASIS, | 
 | 171 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
 | 172 | See the License for the specific language governing permissions and | 
 | 173 | limitations under the License. | 
 | 174 |  | 
 | 175 | ------------------------------------------------------------------- | 
 | 176 |  | 
 | 177 | Copyright (C) 2015 The Android Open Source Project | 
 | 178 | All rights reserved. | 
 | 179 |  | 
 | 180 | Redistribution and use in source and binary forms, with or without | 
 | 181 | modification, are permitted provided that the following conditions | 
 | 182 | are 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 |  | 
 | 190 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 
 | 191 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 
 | 192 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 
 | 193 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | 
 | 194 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | 
 | 195 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
 | 196 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | 
 | 197 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED | 
 | 198 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 
 | 199 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | 
 | 200 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
 | 201 | SUCH DAMAGE. | 
 | 202 |  | 
 | 203 | ------------------------------------------------------------------- | 
 | 204 |  |