The Android Open Source Project | dd7bc33 | 2009-03-03 19:32:55 -0800 | [diff] [blame] | 1 | |
Kenny Root | 53308d4 | 2010-07-27 10:57:00 -0700 | [diff] [blame] | 2 | Copyright (c) 2010, The Android Open Source Project. |
| 3 | All rights reserved. |
| 4 | |
| 5 | Redistribution and use in source and binary forms, with or without |
| 6 | modification, are permitted provided that the following conditions |
| 7 | are met: |
| 8 | * Redistributions of source code must retain the above copyright |
| 9 | notice, this list of conditions and the following disclaimer. |
| 10 | * Redistributions in binary form must reproduce the above copyright |
| 11 | notice, this list of conditions and the following disclaimer in |
| 12 | the documentation and/or other materials provided with the |
| 13 | distribution. |
| 14 | * Neither the name of The Android Open Source Project nor the names |
| 15 | of its contributors may be used to endorse or promote products |
| 16 | derived from this software without specific prior written |
| 17 | permission. |
| 18 | |
| 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 20 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 21 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 22 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 23 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 24 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 25 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 26 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 27 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 29 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 30 | SUCH DAMAGE. |
| 31 | |
| 32 | |
| 33 | Copyright (c) 2009, The Android Open Source Project. |
| 34 | All rights reserved. |
| 35 | |
| 36 | Redistribution and use in source and binary forms, with or without |
| 37 | modification, are permitted provided that the following conditions |
| 38 | are met: |
| 39 | * Redistributions of source code must retain the above copyright |
| 40 | notice, this list of conditions and the following disclaimer. |
| 41 | * Redistributions in binary form must reproduce the above copyright |
| 42 | notice, this list of conditions and the following disclaimer in |
| 43 | the documentation and/or other materials provided with the |
| 44 | distribution. |
| 45 | * Neither the name of The Android Open Source Project nor the names |
| 46 | of its contributors may be used to endorse or promote products |
| 47 | derived from this software without specific prior written |
| 48 | permission. |
| 49 | |
| 50 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 51 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 52 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 53 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 54 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 55 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 56 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 57 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 58 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 59 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 60 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 61 | SUCH DAMAGE. |
| 62 | |
| 63 | |
| 64 | Copyright (c) 2008, The Android Open Source Project. |
The Android Open Source Project | dd7bc33 | 2009-03-03 19:32:55 -0800 | [diff] [blame] | 65 | All rights reserved. |
| 66 | |
| 67 | Redistribution and use in source and binary forms, with or without |
| 68 | modification, are permitted provided that the following conditions |
| 69 | are met: |
| 70 | * Redistributions of source code must retain the above copyright |
| 71 | notice, this list of conditions and the following disclaimer. |
| 72 | * Redistributions in binary form must reproduce the above copyright |
| 73 | notice, this list of conditions and the following disclaimer in |
| 74 | the documentation and/or other materials provided with the |
| 75 | distribution. |
| 76 | * Neither the name of The Android Open Source Project nor the names |
| 77 | of its contributors may be used to endorse or promote products |
| 78 | derived from this software without specific prior written |
| 79 | permission. |
| 80 | |
| 81 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 82 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 83 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 84 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 85 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 86 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 87 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 88 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 89 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 90 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 91 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 92 | SUCH DAMAGE. |
| 93 | |
| 94 | |
| 95 | Copyright (c) 1998 Robert Nordier |
| 96 | Copyright (c) 1989, 1993 |
| 97 | The Regents of the University of California. All rights reserved. |
| 98 | |
| 99 | This code is derived from software contributed to Berkeley by |
| 100 | Kevin Fall. |
| 101 | This code is derived from software contributed to Berkeley by |
| 102 | Keith Muller of the University of California, San Diego and Lance |
| 103 | Visser of Convex Computer Corporation. |
| 104 | This code is derived from software contributed to Berkeley by |
| 105 | Mike Muuss. |
| 106 | |
| 107 | Redistribution and use in source and binary forms, with or without |
| 108 | modification, are permitted provided that the following conditions |
| 109 | are met: |
| 110 | 1. Redistributions of source code must retain the above copyright |
| 111 | notice, this list of conditions and the following disclaimer. |
| 112 | 2. Redistributions in binary form must reproduce the above copyright |
| 113 | notice, this list of conditions and the following disclaimer in the |
| 114 | documentation and/or other materials provided with the distribution. |
| 115 | 3. Neither the name of the University nor the names of its contributors |
| 116 | may be used to endorse or promote products derived from this software |
| 117 | without specific prior written permission. |
| 118 | |
| 119 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 120 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 121 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 122 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 123 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 124 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 125 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 126 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 127 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 128 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 129 | SUCH DAMAGE. |
| 130 | |
| 131 | |
| 132 | Copyright (c) 1989, 1993 |
| 133 | The Regents of the University of California. All rights reserved. |
| 134 | |
| 135 | This code is derived from software contributed to Berkeley by |
| 136 | Kevin Fall. |
| 137 | |
| 138 | Redistribution and use in source and binary forms, with or without |
| 139 | modification, are permitted provided that the following conditions |
| 140 | are met: |
| 141 | 1. Redistributions of source code must retain the above copyright |
| 142 | notice, this list of conditions and the following disclaimer. |
| 143 | 2. Redistributions in binary form must reproduce the above copyright |
| 144 | notice, this list of conditions and the following disclaimer in the |
| 145 | documentation and/or other materials provided with the distribution. |
| 146 | 3. Neither the name of the University nor the names of its contributors |
| 147 | may be used to endorse or promote products derived from this software |
| 148 | without specific prior written permission. |
| 149 | |
| 150 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 151 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 152 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 153 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 154 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 155 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 156 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 157 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 158 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 159 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 160 | SUCH DAMAGE. |
| 161 | |
| 162 | |
| 163 | Copyright (c) 1991, 1993, 1994 |
| 164 | The Regents of the University of California. All rights reserved. |
| 165 | |
| 166 | This code is derived from software contributed to Berkeley by |
| 167 | Keith Muller of the University of California, San Diego and Lance |
| 168 | Visser of Convex Computer Corporation. |
| 169 | |
| 170 | Redistribution and use in source and binary forms, with or without |
| 171 | modification, are permitted provided that the following conditions |
| 172 | are met: |
| 173 | 1. Redistributions of source code must retain the above copyright |
| 174 | notice, this list of conditions and the following disclaimer. |
| 175 | 2. Redistributions in binary form must reproduce the above copyright |
| 176 | notice, this list of conditions and the following disclaimer in the |
| 177 | documentation and/or other materials provided with the distribution. |
| 178 | 3. Neither the name of the University nor the names of its contributors |
| 179 | may be used to endorse or promote products derived from this software |
| 180 | without specific prior written permission. |
| 181 | |
| 182 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 183 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 184 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 185 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 186 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 187 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 188 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 189 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 190 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 191 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 192 | SUCH DAMAGE. |
| 193 | |