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