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) 2012 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) 2013 The Android Open Source Project 74 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 90All rights reserved. 91 92Redistribution and use in source and binary forms, with or without 93modification, are permitted provided that the following conditions 94are 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 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 117Copyright (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 133Copyright (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 177