Elliott Hughes | 3e424d0 | 2014-07-23 16:02:26 -0700 | [diff] [blame] | 1 | Copyright (c) 1993 John Brezak |
| 2 | All rights reserved. |
| 3 | |
| 4 | Redistribution and use in source and binary forms, with or without |
| 5 | modification, are permitted provided that the following conditions |
| 6 | are met: |
| 7 | 1. Redistributions of source code must retain the above copyright |
| 8 | notice, this list of conditions and the following disclaimer. |
| 9 | 2. Redistributions in binary form must reproduce the above copyright |
| 10 | notice, this list of conditions and the following disclaimer in the |
| 11 | documentation and/or other materials provided with the distribution. |
| 12 | 3. The name of the author may be used to endorse or promote products |
| 13 | derived from this software without specific prior written permission. |
| 14 | |
| 15 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR |
| 16 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 17 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 18 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, |
| 19 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 20 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 21 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 22 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 23 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 24 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 25 | POSSIBILITY OF SUCH DAMAGE. |
| 26 | |
| 27 | ------------------------------------------------------------------- |
| 28 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 29 | Copyright (c) 2009-2013 The Linux Foundation. All rights reserved. |
| 30 | |
| 31 | Redistribution and use in source and binary forms, with or without |
| 32 | modification, are permitted provided that the following conditions are met: |
| 33 | * Redistributions of source code must retain the above copyright |
| 34 | notice, this list of conditions and the following disclaimer. |
| 35 | * Redistributions in binary form must reproduce the above copyright |
| 36 | notice, this list of conditions and the following disclaimer in the |
| 37 | documentation and/or other materials provided with the distribution. |
| 38 | * Neither the name of The Linux Foundation nor the names of its contributors may |
| 39 | be used to endorse or promote products derived from this software |
| 40 | without specific prior written permission. |
| 41 | |
| 42 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 43 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 44 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 45 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 46 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 47 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 48 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 49 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 50 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 51 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 52 | POSSIBILITY OF SUCH DAMAGE. |
| 53 | |
| 54 | ------------------------------------------------------------------- |
| 55 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 56 | ==================================================== |
| 57 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
| 58 | |
| 59 | Developed at SunPro, a Sun Microsystems, Inc. business. |
| 60 | Permission to use, copy, modify, and distribute this |
| 61 | software is freely granted, provided that this notice |
| 62 | is preserved. |
| 63 | |
| 64 | ------------------------------------------------------------------- |
| 65 | |
| 66 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 67 | All rights reserved. |
| 68 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 69 | Redistribution and use in source and binary forms, with or without |
| 70 | modification, are permitted provided that the following conditions |
| 71 | are met: |
| 72 | 1. Redistributions of source code must retain the above copyright |
| 73 | notice, this list of conditions and the following disclaimer. |
| 74 | 2. Redistributions in binary form must reproduce the above copyright |
| 75 | notice, this list of conditions and the following disclaimer in the |
| 76 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 77 | 3. Neither the name of the project nor the names of its contributors |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 78 | may be used to endorse or promote products derived from this software |
| 79 | without specific prior written permission. |
| 80 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 81 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 82 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 83 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 84 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 85 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 86 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 87 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 88 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 89 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 90 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 91 | SUCH DAMAGE. |
| 92 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 93 | ------------------------------------------------------------------- |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 94 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 95 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 96 | Copyright (C) 1995-1999, 2001, 2003 Internet Software Consortium. |
| 97 | |
| 98 | Permission to use, copy, modify, and/or distribute this software for any |
| 99 | purpose with or without fee is hereby granted, provided that the above |
| 100 | copyright notice and this permission notice appear in all copies. |
| 101 | |
| 102 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 103 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 104 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 105 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 106 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 107 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 108 | PERFORMANCE OF THIS SOFTWARE. |
| 109 | |
| 110 | ------------------------------------------------------------------- |
| 111 | |
| 112 | Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") |
| 113 | Copyright (C) 1997-2001 Internet Software Consortium. |
| 114 | |
| 115 | Permission to use, copy, modify, and/or distribute this software for any |
| 116 | purpose with or without fee is hereby granted, provided that the above |
| 117 | copyright notice and this permission notice appear in all copies. |
| 118 | |
| 119 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 120 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 121 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 122 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 123 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 124 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 125 | PERFORMANCE OF THIS SOFTWARE. |
| 126 | |
| 127 | ------------------------------------------------------------------- |
| 128 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 129 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 130 | |
| 131 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 132 | you may not use this file except in compliance with the License. |
| 133 | You may obtain a copy of the License at |
| 134 | |
| 135 | http://www.apache.org/licenses/LICENSE-2.0 |
| 136 | |
| 137 | Unless required by applicable law or agreed to in writing, software |
| 138 | distributed under the License is distributed on an "AS IS" BASIS, |
| 139 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 140 | See the License for the specific language governing permissions and |
| 141 | limitations under the License. |
| 142 | |
| 143 | ------------------------------------------------------------------- |
| 144 | |
| 145 | Copyright (C) 2006 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 146 | All rights reserved. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 147 | |
| 148 | Redistribution and use in source and binary forms, with or without |
| 149 | modification, are permitted provided that the following conditions |
| 150 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 151 | * Redistributions of source code must retain the above copyright |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 152 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 153 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 154 | notice, this list of conditions and the following disclaimer in |
| 155 | the documentation and/or other materials provided with the |
| 156 | distribution. |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 157 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 158 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 159 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 160 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 161 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 162 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 163 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 164 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 165 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 166 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 167 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 168 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 169 | SUCH DAMAGE. |
| 170 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 171 | ------------------------------------------------------------------- |
| 172 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 173 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 174 | |
| 175 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 176 | you may not use this file except in compliance with the License. |
| 177 | You may obtain a copy of the License at |
| 178 | |
| 179 | http://www.apache.org/licenses/LICENSE-2.0 |
| 180 | |
| 181 | Unless required by applicable law or agreed to in writing, software |
| 182 | distributed under the License is distributed on an "AS IS" BASIS, |
| 183 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 184 | See the License for the specific language governing permissions and |
| 185 | limitations under the License. |
| 186 | |
| 187 | ------------------------------------------------------------------- |
| 188 | |
| 189 | Copyright (C) 2008 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 190 | All rights reserved. |
| 191 | |
| 192 | Redistribution and use in source and binary forms, with or without |
| 193 | modification, are permitted provided that the following conditions |
| 194 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 195 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 196 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 197 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 198 | notice, this list of conditions and the following disclaimer in |
| 199 | the documentation and/or other materials provided with the |
| 200 | distribution. |
| 201 | |
| 202 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 203 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 204 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 205 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 206 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 207 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 208 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 209 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 210 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 211 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 212 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 213 | SUCH DAMAGE. |
| 214 | |
| 215 | ------------------------------------------------------------------- |
| 216 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 217 | Copyright (C) 2008 The Android Open Source Project |
| 218 | All rights reserved. |
| 219 | Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved. |
| 220 | |
| 221 | Redistribution and use in source and binary forms, with or without |
| 222 | modification, are permitted provided that the following conditions |
| 223 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 224 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 225 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 226 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 227 | notice, this list of conditions and the following disclaimer in |
| 228 | the documentation and/or other materials provided with the |
| 229 | distribution. |
| 230 | |
| 231 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 232 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 233 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 234 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 235 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 236 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 237 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 238 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 239 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 240 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 241 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 242 | SUCH DAMAGE. |
| 243 | |
| 244 | ------------------------------------------------------------------- |
| 245 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 246 | Copyright (C) 2009 The Android Open Source Project |
| 247 | All rights reserved. |
| 248 | |
| 249 | Redistribution and use in source and binary forms, with or without |
| 250 | modification, are permitted provided that the following conditions |
| 251 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 252 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 253 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 254 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 255 | notice, this list of conditions and the following disclaimer in |
| 256 | the documentation and/or other materials provided with the |
| 257 | distribution. |
| 258 | |
| 259 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 260 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 261 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 262 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 263 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 264 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 265 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 266 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 267 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 268 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 269 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 270 | SUCH DAMAGE. |
| 271 | |
| 272 | ------------------------------------------------------------------- |
| 273 | |
| 274 | Copyright (C) 2010 The Android Open Source Project |
| 275 | |
| 276 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 277 | you may not use this file except in compliance with the License. |
| 278 | You may obtain a copy of the License at |
| 279 | |
| 280 | http://www.apache.org/licenses/LICENSE-2.0 |
| 281 | |
| 282 | Unless required by applicable law or agreed to in writing, software |
| 283 | distributed under the License is distributed on an "AS IS" BASIS, |
| 284 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 285 | See the License for the specific language governing permissions and |
| 286 | limitations under the License. |
| 287 | |
| 288 | ------------------------------------------------------------------- |
| 289 | |
| 290 | Copyright (C) 2010 The Android Open Source Project |
| 291 | All rights reserved. |
| 292 | |
| 293 | Redistribution and use in source and binary forms, with or without |
| 294 | modification, are permitted provided that the following conditions |
| 295 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 296 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 297 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 298 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 299 | notice, this list of conditions and the following disclaimer in |
| 300 | the documentation and/or other materials provided with the |
| 301 | distribution. |
| 302 | |
| 303 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 304 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 305 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 306 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 307 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 308 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 309 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 310 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 311 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 312 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 313 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 314 | SUCH DAMAGE. |
| 315 | |
| 316 | ------------------------------------------------------------------- |
| 317 | |
| 318 | Copyright (C) 2010 The Android Open Source Project |
| 319 | Copyright (c) 2008 ARM Ltd |
| 320 | All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 321 | |
| 322 | Redistribution and use in source and binary forms, with or without |
| 323 | modification, are permitted provided that the following conditions |
| 324 | are met: |
| 325 | 1. Redistributions of source code must retain the above copyright |
| 326 | notice, this list of conditions and the following disclaimer. |
| 327 | 2. Redistributions in binary form must reproduce the above copyright |
| 328 | notice, this list of conditions and the following disclaimer in the |
| 329 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 330 | 3. The name of the company may not be used to endorse or promote |
| 331 | products derived from this software without specific prior written |
| 332 | permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 333 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 334 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 335 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 336 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 337 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 338 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 339 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 340 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 341 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 342 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 343 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 344 | |
| 345 | Android adaptation and tweak by Jim Huang <jserv@0xlab.org>. |
| 346 | |
| 347 | ------------------------------------------------------------------- |
| 348 | |
| 349 | Copyright (C) 2011 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 350 | All rights reserved. |
| 351 | |
| 352 | Redistribution and use in source and binary forms, with or without |
| 353 | modification, are permitted provided that the following conditions |
| 354 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 355 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 356 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 357 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 358 | notice, this list of conditions and the following disclaimer in |
| 359 | the documentation and/or other materials provided with the |
| 360 | distribution. |
| 361 | |
| 362 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 363 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 364 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 365 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 366 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 367 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 368 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 369 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 370 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 371 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 372 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 373 | SUCH DAMAGE. |
| 374 | |
| 375 | ------------------------------------------------------------------- |
| 376 | |
| 377 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 378 | |
| 379 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 380 | you may not use this file except in compliance with the License. |
| 381 | You may obtain a copy of the License at |
| 382 | |
| 383 | http://www.apache.org/licenses/LICENSE-2.0 |
| 384 | |
| 385 | Unless required by applicable law or agreed to in writing, software |
| 386 | distributed under the License is distributed on an "AS IS" BASIS, |
| 387 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 388 | See the License for the specific language governing permissions and |
| 389 | limitations under the License. |
| 390 | |
| 391 | ------------------------------------------------------------------- |
| 392 | |
| 393 | Copyright (C) 2012 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 394 | All rights reserved. |
| 395 | |
| 396 | Redistribution and use in source and binary forms, with or without |
| 397 | modification, are permitted provided that the following conditions |
| 398 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 399 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 400 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 401 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 402 | notice, this list of conditions and the following disclaimer in |
| 403 | the documentation and/or other materials provided with the |
| 404 | distribution. |
| 405 | |
| 406 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 407 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 408 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 409 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 410 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 411 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 412 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 413 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 414 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 415 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 416 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 417 | SUCH DAMAGE. |
| 418 | |
| 419 | ------------------------------------------------------------------- |
| 420 | |
Elliott Hughes | 3a4c454 | 2017-07-19 17:20:24 -0700 | [diff] [blame] | 421 | Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org> |
| 422 | |
| 423 | Redistribution and use in source and binary forms, with or without |
| 424 | modification, are permitted provided that the following conditions |
| 425 | are met: |
| 426 | 1. Redistributions of source code must retain the above copyright |
| 427 | notice, this list of conditions and the following disclaimer. |
| 428 | 2. Redistributions in binary form must reproduce the above copyright |
| 429 | notice, this list of conditions and the following disclaimer in the |
| 430 | documentation and/or other materials provided with the distribution. |
| 431 | |
| 432 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 433 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 434 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 435 | ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE |
| 436 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 437 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 438 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 439 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 440 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 441 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 442 | SUCH DAMAGE. |
| 443 | |
| 444 | ------------------------------------------------------------------- |
| 445 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 446 | Copyright (C) 2013 The Android Open Source Project |
| 447 | |
| 448 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 449 | you may not use this file except in compliance with the License. |
| 450 | You may obtain a copy of the License at |
| 451 | |
| 452 | http://www.apache.org/licenses/LICENSE-2.0 |
| 453 | |
| 454 | Unless required by applicable law or agreed to in writing, software |
| 455 | distributed under the License is distributed on an "AS IS" BASIS, |
| 456 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 457 | See the License for the specific language governing permissions and |
| 458 | limitations under the License. |
| 459 | |
| 460 | ------------------------------------------------------------------- |
| 461 | |
| 462 | Copyright (C) 2013 The Android Open Source Project |
| 463 | All rights reserved. |
| 464 | |
| 465 | Redistribution and use in source and binary forms, with or without |
| 466 | modification, are permitted provided that the following conditions |
| 467 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 468 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 469 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 470 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 471 | notice, this list of conditions and the following disclaimer in |
| 472 | the documentation and/or other materials provided with the |
| 473 | distribution. |
| 474 | |
| 475 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 476 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 477 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 478 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 479 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 480 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 481 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 482 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 483 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 484 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 485 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 486 | SUCH DAMAGE. |
| 487 | |
| 488 | ------------------------------------------------------------------- |
| 489 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 490 | Copyright (C) 2013 The Android Open Source Project |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 491 | All rights reserved. |
| 492 | Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. |
| 493 | |
| 494 | Redistribution and use in source and binary forms, with or without |
| 495 | modification, are permitted provided that the following conditions |
| 496 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 497 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 498 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 499 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 500 | notice, this list of conditions and the following disclaimer in |
| 501 | the documentation and/or other materials provided with the |
| 502 | distribution. |
| 503 | |
| 504 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 505 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 506 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 507 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 508 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 509 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 510 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 511 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 512 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 513 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 514 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 515 | SUCH DAMAGE. |
| 516 | |
| 517 | ------------------------------------------------------------------- |
| 518 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 519 | Copyright (C) 2014 The Android Open Source Project |
| 520 | |
| 521 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 522 | you may not use this file except in compliance with the License. |
| 523 | You may obtain a copy of the License at |
| 524 | |
| 525 | http://www.apache.org/licenses/LICENSE-2.0 |
| 526 | |
| 527 | Unless required by applicable law or agreed to in writing, software |
| 528 | distributed under the License is distributed on an "AS IS" BASIS, |
| 529 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 530 | See the License for the specific language governing permissions and |
| 531 | limitations under the License. |
| 532 | |
| 533 | ------------------------------------------------------------------- |
| 534 | |
| 535 | Copyright (C) 2014 The Android Open Source Project |
| 536 | All rights reserved. |
| 537 | |
| 538 | Redistribution and use in source and binary forms, with or without |
| 539 | modification, are permitted provided that the following conditions |
| 540 | are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 541 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 542 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 543 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 544 | notice, this list of conditions and the following disclaimer in |
| 545 | the documentation and/or other materials provided with the |
| 546 | distribution. |
| 547 | |
| 548 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 549 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 550 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 551 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 552 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 553 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 554 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 555 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 556 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 557 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 558 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 559 | SUCH DAMAGE. |
| 560 | |
| 561 | ------------------------------------------------------------------- |
| 562 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 563 | Copyright (C) 2015 The Android Open Source Project |
| 564 | |
| 565 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 566 | you may not use this file except in compliance with the License. |
| 567 | You may obtain a copy of the License at |
| 568 | |
| 569 | http://www.apache.org/licenses/LICENSE-2.0 |
| 570 | |
Elliott Hughes | 7e54c76 | 2015-05-12 10:09:01 -0700 | [diff] [blame] | 571 | Unless required by applicable law or agreed to in writing, software |
| 572 | distributed under the License is distributed on an "AS IS" BASIS, |
| 573 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 574 | See the License for the specific language governing permissions and |
| 575 | limitations under the License. |
| 576 | |
| 577 | ------------------------------------------------------------------- |
| 578 | |
| 579 | Copyright (C) 2015 The Android Open Source Project |
| 580 | All rights reserved. |
| 581 | |
| 582 | Redistribution and use in source and binary forms, with or without |
| 583 | modification, are permitted provided that the following conditions |
| 584 | are met: |
| 585 | * Redistributions of source code must retain the above copyright |
| 586 | notice, this list of conditions and the following disclaimer. |
| 587 | * Redistributions in binary form must reproduce the above copyright |
| 588 | notice, this list of conditions and the following disclaimer in |
| 589 | the documentation and/or other materials provided with the |
| 590 | distribution. |
| 591 | |
| 592 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 593 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 594 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 595 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 596 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 597 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 598 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 599 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 600 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 601 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 602 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 603 | SUCH DAMAGE. |
| 604 | |
| 605 | ------------------------------------------------------------------- |
| 606 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 607 | Copyright (C) 2016 The Android Open Source Project |
| 608 | |
| 609 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 610 | you may not use this file except in compliance with the License. |
| 611 | You may obtain a copy of the License at |
| 612 | |
| 613 | http://www.apache.org/licenses/LICENSE-2.0 |
| 614 | |
| 615 | Unless required by applicable law or agreed to in writing, software |
| 616 | distributed under the License is distributed on an "AS IS" BASIS, |
| 617 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 618 | See the License for the specific language governing permissions and |
| 619 | limitations under the License. |
| 620 | |
| 621 | ------------------------------------------------------------------- |
| 622 | |
| 623 | Copyright (C) 2016 The Android Open Source Project |
| 624 | All rights reserved. |
| 625 | |
| 626 | Redistribution and use in source and binary forms, with or without |
| 627 | modification, are permitted provided that the following conditions |
| 628 | are met: |
| 629 | * Redistributions of source code must retain the above copyright |
| 630 | notice, this list of conditions and the following disclaimer. |
| 631 | * Redistributions in binary form must reproduce the above copyright |
| 632 | notice, this list of conditions and the following disclaimer in |
| 633 | the documentation and/or other materials provided with the |
| 634 | distribution. |
| 635 | |
| 636 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 637 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 638 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 639 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 640 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 641 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 642 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 643 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 644 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 645 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 646 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 647 | SUCH DAMAGE. |
| 648 | |
| 649 | ------------------------------------------------------------------- |
| 650 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 651 | Copyright (C) 2017 The Android Open Source Project |
Paul Lawrence | dfe8434 | 2017-02-16 09:24:39 -0800 | [diff] [blame] | 652 | |
| 653 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 654 | you may not use this file except in compliance with the License. |
| 655 | You may obtain a copy of the License at |
| 656 | |
| 657 | http://www.apache.org/licenses/LICENSE-2.0 |
| 658 | |
| 659 | Unless required by applicable law or agreed to in writing, software |
| 660 | distributed under the License is distributed on an "AS IS" BASIS, |
| 661 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 662 | See the License for the specific language governing permissions and |
| 663 | limitations under the License. |
| 664 | |
| 665 | ------------------------------------------------------------------- |
| 666 | |
| 667 | Copyright (C) 2017 The Android Open Source Project |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 668 | All rights reserved. |
| 669 | |
Jake Weinstein | 04d99df | 2016-08-25 20:03:25 -0400 | [diff] [blame] | 670 | Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. |
| 671 | |
| 672 | Redistribution and use in source and binary forms, with or without |
| 673 | modification, are permitted provided that the following conditions |
| 674 | are met: |
| 675 | * Redistributions of source code must retain the above copyright |
| 676 | notice, this list of conditions and the following disclaimer. |
| 677 | * Redistributions in binary form must reproduce the above copyright |
| 678 | notice, this list of conditions and the following disclaimer in |
| 679 | the documentation and/or other materials provided with the |
| 680 | distribution. |
| 681 | |
| 682 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 683 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 684 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 685 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 686 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 687 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 688 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 689 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 690 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 691 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 692 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 693 | SUCH DAMAGE. |
| 694 | |
| 695 | ------------------------------------------------------------------- |
| 696 | |
| 697 | Copyright (C) 2017 The Android Open Source Project |
| 698 | All rights reserved. |
| 699 | |
mspector | 2e3d6a1 | 2017-01-24 21:51:51 -0800 | [diff] [blame] | 700 | Redistribution and use in source and binary forms, with or without |
| 701 | modification, are permitted provided that the following conditions |
| 702 | are met: |
| 703 | * Redistributions of source code must retain the above copyright |
| 704 | notice, this list of conditions and the following disclaimer. |
| 705 | * Redistributions in binary form must reproduce the above copyright |
| 706 | notice, this list of conditions and the following disclaimer in |
| 707 | the documentation and/or other materials provided with the |
| 708 | distribution. |
| 709 | |
| 710 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 711 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 712 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 713 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 714 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 715 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 716 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 717 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 718 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 719 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 720 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 721 | SUCH DAMAGE. |
| 722 | |
| 723 | ------------------------------------------------------------------- |
| 724 | |
dimitry | 581723e | 2018-01-05 14:31:44 +0100 | [diff] [blame] | 725 | Copyright (C) 2018 The Android Open Source Project |
| 726 | All rights reserved. |
| 727 | |
| 728 | Redistribution and use in source and binary forms, with or without |
| 729 | modification, are permitted provided that the following conditions |
| 730 | are met: |
| 731 | * Redistributions of source code must retain the above copyright |
| 732 | notice, this list of conditions and the following disclaimer. |
| 733 | * Redistributions in binary form must reproduce the above copyright |
| 734 | notice, this list of conditions and the following disclaimer in |
| 735 | the documentation and/or other materials provided with the |
| 736 | distribution. |
| 737 | |
| 738 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 739 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 740 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 741 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 742 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 743 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 744 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 745 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 746 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 747 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 748 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 749 | SUCH DAMAGE. |
| 750 | |
| 751 | ------------------------------------------------------------------- |
| 752 | |
Ryan Prichard | 45d1349 | 2019-01-03 02:51:30 -0800 | [diff] [blame] | 753 | Copyright (C) 2019 The Android Open Source Project |
| 754 | All rights reserved. |
| 755 | |
| 756 | Redistribution and use in source and binary forms, with or without |
| 757 | modification, are permitted provided that the following conditions |
| 758 | are met: |
| 759 | * Redistributions of source code must retain the above copyright |
| 760 | notice, this list of conditions and the following disclaimer. |
| 761 | * Redistributions in binary form must reproduce the above copyright |
| 762 | notice, this list of conditions and the following disclaimer in |
| 763 | the documentation and/or other materials provided with the |
| 764 | distribution. |
| 765 | |
| 766 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 767 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 768 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 769 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 770 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 771 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 772 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 773 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 774 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 775 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 776 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 777 | SUCH DAMAGE. |
| 778 | |
| 779 | ------------------------------------------------------------------- |
| 780 | |
Ryan Prichard | 8bff8bb | 2020-01-22 13:59:03 -0800 | [diff] [blame] | 781 | Copyright (C) 2020 The Android Open Source Project |
| 782 | All rights reserved. |
| 783 | |
| 784 | Redistribution and use in source and binary forms, with or without |
| 785 | modification, are permitted provided that the following conditions |
| 786 | are met: |
| 787 | * Redistributions of source code must retain the above copyright |
| 788 | notice, this list of conditions and the following disclaimer. |
| 789 | * Redistributions in binary form must reproduce the above copyright |
| 790 | notice, this list of conditions and the following disclaimer in |
| 791 | the documentation and/or other materials provided with the |
| 792 | distribution. |
| 793 | |
| 794 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 795 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 796 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 797 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 798 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 799 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 800 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 801 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 802 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 803 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 804 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 805 | SUCH DAMAGE. |
| 806 | |
| 807 | ------------------------------------------------------------------- |
| 808 | |
Evgenii Stepanov | 8564b8d | 2020-12-15 13:55:32 -0800 | [diff] [blame] | 809 | Copyright (C) 2021 The Android Open Source Project |
| 810 | All rights reserved. |
| 811 | |
| 812 | Redistribution and use in source and binary forms, with or without |
| 813 | modification, are permitted provided that the following conditions |
| 814 | are met: |
| 815 | * Redistributions of source code must retain the above copyright |
| 816 | notice, this list of conditions and the following disclaimer. |
| 817 | * Redistributions in binary form must reproduce the above copyright |
| 818 | notice, this list of conditions and the following disclaimer in |
| 819 | the documentation and/or other materials provided with the |
| 820 | distribution. |
| 821 | |
| 822 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 823 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 824 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 825 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 826 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 827 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 828 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 829 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 830 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 831 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 832 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 833 | SUCH DAMAGE. |
| 834 | |
| 835 | ------------------------------------------------------------------- |
| 836 | |
Colin Cross | 9da85fa | 2022-01-24 18:20:05 -0800 | [diff] [blame] | 837 | Copyright (C) 2022 The Android Open Source Project |
| 838 | All rights reserved. |
| 839 | |
| 840 | Redistribution and use in source and binary forms, with or without |
| 841 | modification, are permitted provided that the following conditions |
| 842 | are met: |
| 843 | * Redistributions of source code must retain the above copyright |
| 844 | notice, this list of conditions and the following disclaimer. |
| 845 | * Redistributions in binary form must reproduce the above copyright |
| 846 | notice, this list of conditions and the following disclaimer in |
| 847 | the documentation and/or other materials provided with the |
| 848 | distribution. |
| 849 | |
| 850 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 851 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 852 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 853 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 854 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 855 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 856 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 857 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 858 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 859 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 860 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 861 | SUCH DAMAGE. |
| 862 | |
| 863 | ------------------------------------------------------------------- |
| 864 | |
Elliott Hughes | dbf5b2e | 2023-04-03 16:30:39 -0700 | [diff] [blame] | 865 | Copyright (C) 2023 The Android Open Source Project |
| 866 | All rights reserved. |
| 867 | |
| 868 | Redistribution and use in source and binary forms, with or without |
| 869 | modification, are permitted provided that the following conditions |
| 870 | are met: |
| 871 | * Redistributions of source code must retain the above copyright |
| 872 | notice, this list of conditions and the following disclaimer. |
| 873 | * Redistributions in binary form must reproduce the above copyright |
| 874 | notice, this list of conditions and the following disclaimer in |
| 875 | the documentation and/or other materials provided with the |
| 876 | distribution. |
| 877 | |
| 878 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 879 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 880 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 881 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 882 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 883 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 884 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 885 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 886 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 887 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 888 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 889 | SUCH DAMAGE. |
| 890 | |
| 891 | ------------------------------------------------------------------- |
| 892 | |
Elliott Hughes | 78afa49 | 2024-01-17 17:02:30 -0800 | [diff] [blame] | 893 | Copyright (C) 2024 The Android Open Source Project |
Christopher Ferris | 31199e7 | 2024-11-08 14:44:53 -0800 | [diff] [blame] | 894 | |
| 895 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 896 | you may not use this file except in compliance with the License. |
| 897 | You may obtain a copy of the License at |
| 898 | |
| 899 | http://www.apache.org/licenses/LICENSE-2.0 |
| 900 | |
| 901 | Unless required by applicable law or agreed to in writing, software |
| 902 | distributed under the License is distributed on an "AS IS" BASIS, |
| 903 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 904 | See the License for the specific language governing permissions and |
| 905 | limitations under the License. |
| 906 | |
| 907 | ------------------------------------------------------------------- |
| 908 | |
| 909 | Copyright (C) 2024 The Android Open Source Project |
Elliott Hughes | 78afa49 | 2024-01-17 17:02:30 -0800 | [diff] [blame] | 910 | All rights reserved. |
| 911 | |
| 912 | Redistribution and use in source and binary forms, with or without |
| 913 | modification, are permitted provided that the following conditions |
| 914 | are met: |
| 915 | * Redistributions of source code must retain the above copyright |
| 916 | notice, this list of conditions and the following disclaimer. |
| 917 | * Redistributions in binary form must reproduce the above copyright |
| 918 | notice, this list of conditions and the following disclaimer in |
| 919 | the documentation and/or other materials provided with the |
| 920 | distribution. |
| 921 | |
| 922 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 923 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 924 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 925 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 926 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 927 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 928 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
| 929 | OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 930 | AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 931 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
| 932 | OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 933 | SUCH DAMAGE. |
| 934 | |
| 935 | ------------------------------------------------------------------- |
| 936 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 937 | Copyright (c) 1980, 1983, 1988, 1993 |
| 938 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 939 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 940 | Redistribution and use in source and binary forms, with or without |
| 941 | modification, are permitted provided that the following conditions |
| 942 | are met: |
| 943 | 1. Redistributions of source code must retain the above copyright |
| 944 | notice, this list of conditions and the following disclaimer. |
| 945 | 2. Redistributions in binary form must reproduce the above copyright |
| 946 | notice, this list of conditions and the following disclaimer in the |
| 947 | documentation and/or other materials provided with the distribution. |
| 948 | 3. All advertising materials mentioning features or use of this software |
| 949 | must display the following acknowledgement: |
| 950 | This product includes software developed by the University of |
| 951 | California, Berkeley and its contributors. |
| 952 | 4. Neither the name of the University nor the names of its contributors |
| 953 | may be used to endorse or promote products derived from this software |
| 954 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 955 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 956 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 957 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 958 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 959 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 960 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 961 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 962 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 963 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 964 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 965 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 966 | SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 967 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 968 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 969 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 970 | |
| 971 | Permission to use, copy, modify, and distribute this software for any |
| 972 | purpose with or without fee is hereby granted, provided that the above |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 973 | copyright notice and this permission notice appear in all copies, and that |
| 974 | the name of Digital Equipment Corporation not be used in advertising or |
| 975 | publicity pertaining to distribution of the document or software without |
| 976 | specific, written prior permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 977 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 978 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 979 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 980 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 981 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 982 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 983 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 984 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 985 | SOFTWARE. |
| 986 | |
| 987 | ------------------------------------------------------------------- |
| 988 | |
Elliott Hughes | afb8e05 | 2023-10-23 17:45:13 -0700 | [diff] [blame] | 989 | Copyright (c) 1982, 1986, 1988, 1993 |
| 990 | The Regents of the University of California. All rights reserved. |
| 991 | |
| 992 | Redistribution and use in source and binary forms, with or without |
| 993 | modification, are permitted provided that the following conditions |
| 994 | are met: |
| 995 | 1. Redistributions of source code must retain the above copyright |
| 996 | notice, this list of conditions and the following disclaimer. |
| 997 | 2. Redistributions in binary form must reproduce the above copyright |
| 998 | notice, this list of conditions and the following disclaimer in the |
| 999 | documentation and/or other materials provided with the distribution. |
| 1000 | 3. Neither the name of the University nor the names of its contributors |
| 1001 | may be used to endorse or promote products derived from this software |
| 1002 | without specific prior written permission. |
| 1003 | |
| 1004 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1005 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1006 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1007 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1008 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1009 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1010 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1011 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1012 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1013 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1014 | SUCH DAMAGE. |
| 1015 | |
| 1016 | ------------------------------------------------------------------- |
| 1017 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1018 | Copyright (c) 1982, 1986, 1993 |
| 1019 | The Regents of the University of California. All rights reserved. |
| 1020 | |
| 1021 | Redistribution and use in source and binary forms, with or without |
| 1022 | modification, are permitted provided that the following conditions |
| 1023 | are met: |
| 1024 | 1. Redistributions of source code must retain the above copyright |
| 1025 | notice, this list of conditions and the following disclaimer. |
| 1026 | 2. Redistributions in binary form must reproduce the above copyright |
| 1027 | notice, this list of conditions and the following disclaimer in the |
| 1028 | documentation and/or other materials provided with the distribution. |
| 1029 | 3. Neither the name of the University nor the names of its contributors |
| 1030 | may be used to endorse or promote products derived from this software |
| 1031 | without specific prior written permission. |
| 1032 | |
| 1033 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1034 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1035 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1036 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1037 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1038 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1039 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1040 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1041 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1042 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1043 | SUCH DAMAGE. |
| 1044 | |
| 1045 | ------------------------------------------------------------------- |
| 1046 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 1047 | Copyright (c) 1982, 1986, 1993 |
| 1048 | The Regents of the University of California. All rights reserved. |
| 1049 | (c) UNIX System Laboratories, Inc. |
| 1050 | All or some portions of this file are derived from material licensed |
| 1051 | to the University of California by American Telephone and Telegraph |
| 1052 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1053 | the permission of UNIX System Laboratories, Inc. |
| 1054 | |
| 1055 | Redistribution and use in source and binary forms, with or without |
| 1056 | modification, are permitted provided that the following conditions |
| 1057 | are met: |
| 1058 | 1. Redistributions of source code must retain the above copyright |
| 1059 | notice, this list of conditions and the following disclaimer. |
| 1060 | 2. Redistributions in binary form must reproduce the above copyright |
| 1061 | notice, this list of conditions and the following disclaimer in the |
| 1062 | documentation and/or other materials provided with the distribution. |
| 1063 | 3. Neither the name of the University nor the names of its contributors |
| 1064 | may be used to endorse or promote products derived from this software |
| 1065 | without specific prior written permission. |
| 1066 | |
| 1067 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1068 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1069 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1070 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1071 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1072 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1073 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1074 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1075 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1076 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1077 | SUCH DAMAGE. |
| 1078 | |
| 1079 | ------------------------------------------------------------------- |
| 1080 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1081 | Copyright (c) 1983, 1987, 1989 |
| 1082 | The Regents of the University of California. All rights reserved. |
| 1083 | |
| 1084 | Redistribution and use in source and binary forms, with or without |
| 1085 | modification, are permitted provided that the following conditions |
| 1086 | are met: |
| 1087 | 1. Redistributions of source code must retain the above copyright |
| 1088 | notice, this list of conditions and the following disclaimer. |
| 1089 | 2. Redistributions in binary form must reproduce the above copyright |
| 1090 | notice, this list of conditions and the following disclaimer in the |
| 1091 | documentation and/or other materials provided with the distribution. |
| 1092 | 3. Neither the name of the University nor the names of its contributors |
| 1093 | may be used to endorse or promote products derived from this software |
| 1094 | without specific prior written permission. |
| 1095 | |
| 1096 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1097 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1098 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1099 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1100 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1101 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1102 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1103 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1104 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1105 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1106 | SUCH DAMAGE. |
| 1107 | |
| 1108 | ------------------------------------------------------------------- |
| 1109 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1110 | Copyright (c) 1983, 1989 |
| 1111 | The Regents of the University of California. All rights reserved. |
| 1112 | |
| 1113 | Redistribution and use in source and binary forms, with or without |
| 1114 | modification, are permitted provided that the following conditions |
| 1115 | are met: |
| 1116 | 1. Redistributions of source code must retain the above copyright |
| 1117 | notice, this list of conditions and the following disclaimer. |
| 1118 | 2. Redistributions in binary form must reproduce the above copyright |
| 1119 | notice, this list of conditions and the following disclaimer in the |
| 1120 | documentation and/or other materials provided with the distribution. |
| 1121 | 3. All advertising materials mentioning features or use of this software |
| 1122 | must display the following acknowledgement: |
| 1123 | This product includes software developed by the University of |
| 1124 | California, Berkeley and its contributors. |
| 1125 | 4. Neither the name of the University nor the names of its contributors |
| 1126 | may be used to endorse or promote products derived from this software |
| 1127 | without specific prior written permission. |
| 1128 | |
| 1129 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1130 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1131 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1132 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1133 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1134 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1135 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1136 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1137 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1138 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1139 | SUCH DAMAGE. |
| 1140 | |
| 1141 | ------------------------------------------------------------------- |
| 1142 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1143 | Copyright (c) 1983, 1989, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1144 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1145 | |
| 1146 | Redistribution and use in source and binary forms, with or without |
| 1147 | modification, are permitted provided that the following conditions |
| 1148 | are met: |
| 1149 | 1. Redistributions of source code must retain the above copyright |
| 1150 | notice, this list of conditions and the following disclaimer. |
| 1151 | 2. Redistributions in binary form must reproduce the above copyright |
| 1152 | notice, this list of conditions and the following disclaimer in the |
| 1153 | documentation and/or other materials provided with the distribution. |
| 1154 | 3. Neither the name of the University nor the names of its contributors |
| 1155 | may be used to endorse or promote products derived from this software |
| 1156 | without specific prior written permission. |
| 1157 | |
| 1158 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1159 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1160 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1161 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1162 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1163 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1164 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1165 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1166 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1167 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1168 | SUCH DAMAGE. |
| 1169 | |
| 1170 | ------------------------------------------------------------------- |
| 1171 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1172 | Copyright (c) 1983, 1993 |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1173 | The Regents of the University of California. All rights reserved. |
| 1174 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1175 | Redistribution and use in source and binary forms, with or without |
| 1176 | modification, are permitted provided that the following conditions |
| 1177 | are met: |
| 1178 | 1. Redistributions of source code must retain the above copyright |
| 1179 | notice, this list of conditions and the following disclaimer. |
| 1180 | 2. Redistributions in binary form must reproduce the above copyright |
| 1181 | notice, this list of conditions and the following disclaimer in the |
| 1182 | documentation and/or other materials provided with the distribution. |
| 1183 | 3. Neither the name of the University nor the names of its contributors |
| 1184 | may be used to endorse or promote products derived from this software |
| 1185 | without specific prior written permission. |
| 1186 | |
| 1187 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1188 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1189 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1190 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1191 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1192 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1193 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1194 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1195 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1196 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1197 | SUCH DAMAGE. |
| 1198 | |
| 1199 | ------------------------------------------------------------------- |
| 1200 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1201 | Copyright (c) 1985 |
| 1202 | The Regents of the University of California. All rights reserved. |
| 1203 | |
| 1204 | Redistribution and use in source and binary forms, with or without |
| 1205 | modification, are permitted provided that the following conditions |
| 1206 | are met: |
| 1207 | 1. Redistributions of source code must retain the above copyright |
| 1208 | notice, this list of conditions and the following disclaimer. |
| 1209 | 2. Redistributions in binary form must reproduce the above copyright |
| 1210 | notice, this list of conditions and the following disclaimer in the |
| 1211 | documentation and/or other materials provided with the distribution. |
| 1212 | 3. All advertising materials mentioning features or use of this software |
| 1213 | must display the following acknowledgement: |
| 1214 | This product includes software developed by the University of |
| 1215 | California, Berkeley and its contributors. |
| 1216 | 4. Neither the name of the University nor the names of its contributors |
| 1217 | may be used to endorse or promote products derived from this software |
| 1218 | without specific prior written permission. |
| 1219 | |
| 1220 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1221 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1222 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1223 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1224 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1225 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1226 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1227 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1228 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1229 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1230 | SUCH DAMAGE. |
| 1231 | |
| 1232 | ------------------------------------------------------------------- |
| 1233 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1234 | Copyright (c) 1985 Regents of the University of California. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1235 | All rights reserved. |
| 1236 | |
| 1237 | Redistribution and use in source and binary forms, with or without |
| 1238 | modification, are permitted provided that the following conditions |
| 1239 | are met: |
| 1240 | 1. Redistributions of source code must retain the above copyright |
| 1241 | notice, this list of conditions and the following disclaimer. |
| 1242 | 2. Redistributions in binary form must reproduce the above copyright |
| 1243 | notice, this list of conditions and the following disclaimer in the |
| 1244 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1245 | 3. Neither the name of the University nor the names of its contributors |
| 1246 | may be used to endorse or promote products derived from this software |
| 1247 | without specific prior written permission. |
| 1248 | |
| 1249 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1250 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1251 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1252 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1253 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1254 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1255 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1256 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1257 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1258 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1259 | SUCH DAMAGE. |
| 1260 | |
| 1261 | ------------------------------------------------------------------- |
| 1262 | |
| 1263 | Copyright (c) 1985, 1988, 1993 |
| 1264 | The Regents of the University of California. All rights reserved. |
| 1265 | |
| 1266 | Redistribution and use in source and binary forms, with or without |
| 1267 | modification, are permitted provided that the following conditions |
| 1268 | are met: |
| 1269 | 1. Redistributions of source code must retain the above copyright |
| 1270 | notice, this list of conditions and the following disclaimer. |
| 1271 | 2. Redistributions in binary form must reproduce the above copyright |
| 1272 | notice, this list of conditions and the following disclaimer in the |
| 1273 | documentation and/or other materials provided with the distribution. |
| 1274 | 3. Neither the name of the University nor the names of its contributors |
| 1275 | may be used to endorse or promote products derived from this software |
| 1276 | without specific prior written permission. |
| 1277 | |
| 1278 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1279 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1280 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1281 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1282 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1283 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1284 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1285 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1286 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1287 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1288 | SUCH DAMAGE. |
| 1289 | |
| 1290 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 1291 | |
| 1292 | Permission to use, copy, modify, and distribute this software for any |
| 1293 | purpose with or without fee is hereby granted, provided that the above |
| 1294 | copyright notice and this permission notice appear in all copies, and that |
| 1295 | the name of Digital Equipment Corporation not be used in advertising or |
| 1296 | publicity pertaining to distribution of the document or software without |
| 1297 | specific, written prior permission. |
| 1298 | |
| 1299 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 1300 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 1301 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 1302 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 1303 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 1304 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 1305 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 1306 | SOFTWARE. |
| 1307 | |
| 1308 | ------------------------------------------------------------------- |
| 1309 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1310 | Copyright (c) 1985, 1989, 1993 |
| 1311 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1312 | |
| 1313 | Redistribution and use in source and binary forms, with or without |
| 1314 | modification, are permitted provided that the following conditions |
| 1315 | are met: |
| 1316 | 1. Redistributions of source code must retain the above copyright |
| 1317 | notice, this list of conditions and the following disclaimer. |
| 1318 | 2. Redistributions in binary form must reproduce the above copyright |
| 1319 | notice, this list of conditions and the following disclaimer in the |
| 1320 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1321 | 3. All advertising materials mentioning features or use of this software |
| 1322 | must display the following acknowledgement: |
| 1323 | This product includes software developed by the University of |
| 1324 | California, Berkeley and its contributors. |
| 1325 | 4. Neither the name of the University nor the names of its contributors |
| 1326 | may be used to endorse or promote products derived from this software |
| 1327 | without specific prior written permission. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1328 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1329 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1330 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1331 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1332 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1333 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1334 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1335 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1336 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1337 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1338 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1339 | SUCH DAMAGE. |
| 1340 | |
| 1341 | ------------------------------------------------------------------- |
| 1342 | |
| 1343 | Copyright (c) 1985, 1993 |
| 1344 | The Regents of the University of California. All rights reserved. |
| 1345 | |
| 1346 | Redistribution and use in source and binary forms, with or without |
| 1347 | modification, are permitted provided that the following conditions |
| 1348 | are met: |
| 1349 | 1. Redistributions of source code must retain the above copyright |
| 1350 | notice, this list of conditions and the following disclaimer. |
| 1351 | 2. Redistributions in binary form must reproduce the above copyright |
| 1352 | notice, this list of conditions and the following disclaimer in the |
| 1353 | documentation and/or other materials provided with the distribution. |
| 1354 | 3. All advertising materials mentioning features or use of this software |
| 1355 | must display the following acknowledgement: |
| 1356 | This product includes software developed by the University of |
| 1357 | California, Berkeley and its contributors. |
| 1358 | 4. Neither the name of the University nor the names of its contributors |
| 1359 | may be used to endorse or promote products derived from this software |
| 1360 | without specific prior written permission. |
| 1361 | |
| 1362 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1363 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1364 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1365 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1366 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1367 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1368 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1369 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1370 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1371 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1372 | SUCH DAMAGE. |
| 1373 | |
| 1374 | ------------------------------------------------------------------- |
| 1375 | |
| 1376 | Copyright (c) 1985, 1993 |
| 1377 | The Regents of the University of California. All rights reserved. |
| 1378 | |
| 1379 | Redistribution and use in source and binary forms, with or without |
| 1380 | modification, are permitted provided that the following conditions |
| 1381 | are met: |
| 1382 | 1. Redistributions of source code must retain the above copyright |
| 1383 | notice, this list of conditions and the following disclaimer. |
| 1384 | 2. Redistributions in binary form must reproduce the above copyright |
| 1385 | notice, this list of conditions and the following disclaimer in the |
| 1386 | documentation and/or other materials provided with the distribution. |
| 1387 | 3. Neither the name of the University nor the names of its contributors |
| 1388 | may be used to endorse or promote products derived from this software |
| 1389 | without specific prior written permission. |
| 1390 | |
| 1391 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1392 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1393 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1394 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1395 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1396 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1397 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1398 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1399 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1400 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1401 | SUCH DAMAGE. |
| 1402 | |
| 1403 | ------------------------------------------------------------------- |
| 1404 | |
| 1405 | Copyright (c) 1987 Regents of the University of California. |
| 1406 | All rights reserved. |
| 1407 | |
| 1408 | Redistribution and use in source and binary forms, with or without |
| 1409 | modification, are permitted provided that the following conditions |
| 1410 | are met: |
| 1411 | 1. Redistributions of source code must retain the above copyright |
| 1412 | notice, this list of conditions and the following disclaimer. |
| 1413 | 2. Redistributions in binary form must reproduce the above copyright |
| 1414 | notice, this list of conditions and the following disclaimer in the |
| 1415 | documentation and/or other materials provided with the distribution. |
| 1416 | 3. Neither the name of the University nor the names of its contributors |
| 1417 | may be used to endorse or promote products derived from this software |
| 1418 | without specific prior written permission. |
| 1419 | |
| 1420 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1421 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1422 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1423 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1424 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1425 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1426 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1427 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1428 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1429 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1430 | SUCH DAMAGE. |
| 1431 | |
| 1432 | ------------------------------------------------------------------- |
| 1433 | |
| 1434 | Copyright (c) 1987, 1993 |
| 1435 | The Regents of the University of California. All rights reserved. |
| 1436 | |
| 1437 | Redistribution and use in source and binary forms, with or without |
| 1438 | modification, are permitted provided that the following conditions |
| 1439 | are met: |
| 1440 | 1. Redistributions of source code must retain the above copyright |
| 1441 | notice, this list of conditions and the following disclaimer. |
| 1442 | 2. Redistributions in binary form must reproduce the above copyright |
| 1443 | notice, this list of conditions and the following disclaimer in the |
| 1444 | documentation and/or other materials provided with the distribution. |
| 1445 | 3. All advertising materials mentioning features or use of this software |
| 1446 | must display the following acknowledgement: |
| 1447 | This product includes software developed by the University of |
| 1448 | California, Berkeley and its contributors. |
| 1449 | 4. Neither the name of the University nor the names of its contributors |
| 1450 | may be used to endorse or promote products derived from this software |
| 1451 | without specific prior written permission. |
| 1452 | |
| 1453 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1454 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1455 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1456 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1457 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1458 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1459 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1460 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1461 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1462 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1463 | SUCH DAMAGE. |
| 1464 | |
| 1465 | ------------------------------------------------------------------- |
| 1466 | |
| 1467 | Copyright (c) 1987, 1993 |
| 1468 | The Regents of the University of California. All rights reserved. |
| 1469 | |
| 1470 | Redistribution and use in source and binary forms, with or without |
| 1471 | modification, are permitted provided that the following conditions |
| 1472 | are met: |
| 1473 | 1. Redistributions of source code must retain the above copyright |
| 1474 | notice, this list of conditions and the following disclaimer. |
| 1475 | 2. Redistributions in binary form must reproduce the above copyright |
| 1476 | notice, this list of conditions and the following disclaimer in the |
| 1477 | documentation and/or other materials provided with the distribution. |
| 1478 | 3. Neither the name of the University nor the names of its contributors |
| 1479 | may be used to endorse or promote products derived from this software |
| 1480 | without specific prior written permission. |
| 1481 | |
| 1482 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1483 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1484 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1485 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1486 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1487 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1488 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1489 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1490 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1491 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1492 | SUCH DAMAGE. |
| 1493 | |
| 1494 | ------------------------------------------------------------------- |
| 1495 | |
| 1496 | Copyright (c) 1988 Regents of the University of California. |
| 1497 | All rights reserved. |
| 1498 | |
| 1499 | Redistribution and use in source and binary forms, with or without |
| 1500 | modification, are permitted provided that the following conditions |
| 1501 | are met: |
| 1502 | 1. Redistributions of source code must retain the above copyright |
| 1503 | notice, this list of conditions and the following disclaimer. |
| 1504 | 2. Redistributions in binary form must reproduce the above copyright |
| 1505 | notice, this list of conditions and the following disclaimer in the |
| 1506 | documentation and/or other materials provided with the distribution. |
| 1507 | 3. Neither the name of the University nor the names of its contributors |
| 1508 | may be used to endorse or promote products derived from this software |
| 1509 | without specific prior written permission. |
| 1510 | |
| 1511 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1512 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1513 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1514 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1515 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1516 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1517 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1518 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1519 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1520 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1521 | SUCH DAMAGE. |
| 1522 | |
| 1523 | ------------------------------------------------------------------- |
| 1524 | |
| 1525 | Copyright (c) 1988 The Regents of the University of California. |
| 1526 | All rights reserved. |
| 1527 | |
| 1528 | Redistribution and use in source and binary forms, with or without |
| 1529 | modification, are permitted provided that the following conditions |
| 1530 | are met: |
| 1531 | 1. Redistributions of source code must retain the above copyright |
| 1532 | notice, this list of conditions and the following disclaimer. |
| 1533 | 2. Redistributions in binary form must reproduce the above copyright |
| 1534 | notice, this list of conditions and the following disclaimer in the |
| 1535 | documentation and/or other materials provided with the distribution. |
| 1536 | 3. Neither the name of the University nor the names of its contributors |
| 1537 | may be used to endorse or promote products derived from this software |
| 1538 | without specific prior written permission. |
| 1539 | |
| 1540 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1541 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1542 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1543 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1544 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1545 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1546 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1547 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1548 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1549 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1550 | SUCH DAMAGE. |
| 1551 | |
| 1552 | ------------------------------------------------------------------- |
| 1553 | |
| 1554 | Copyright (c) 1988, 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1555 | The Regents of the University of California. All rights reserved. |
| 1556 | |
| 1557 | Redistribution and use in source and binary forms, with or without |
| 1558 | modification, are permitted provided that the following conditions |
| 1559 | are met: |
| 1560 | 1. Redistributions of source code must retain the above copyright |
| 1561 | notice, this list of conditions and the following disclaimer. |
| 1562 | 2. Redistributions in binary form must reproduce the above copyright |
| 1563 | notice, this list of conditions and the following disclaimer in the |
| 1564 | documentation and/or other materials provided with the distribution. |
| 1565 | 3. All advertising materials mentioning features or use of this software |
| 1566 | must display the following acknowledgement: |
| 1567 | This product includes software developed by the University of |
| 1568 | California, Berkeley and its contributors. |
| 1569 | 4. Neither the name of the University nor the names of its contributors |
| 1570 | may be used to endorse or promote products derived from this software |
| 1571 | without specific prior written permission. |
| 1572 | |
| 1573 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1574 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1575 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1576 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1577 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1578 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1579 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1580 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1581 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1582 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1583 | SUCH DAMAGE. |
| 1584 | |
| 1585 | ------------------------------------------------------------------- |
| 1586 | |
| 1587 | Copyright (c) 1988, 1993 |
| 1588 | The Regents of the University of California. All rights reserved. |
| 1589 | |
| 1590 | Redistribution and use in source and binary forms, with or without |
| 1591 | modification, are permitted provided that the following conditions |
| 1592 | are met: |
| 1593 | 1. Redistributions of source code must retain the above copyright |
| 1594 | notice, this list of conditions and the following disclaimer. |
| 1595 | 2. Redistributions in binary form must reproduce the above copyright |
| 1596 | notice, this list of conditions and the following disclaimer in the |
| 1597 | documentation and/or other materials provided with the distribution. |
| 1598 | 3. Neither the name of the University nor the names of its contributors |
| 1599 | may be used to endorse or promote products derived from this software |
| 1600 | without specific prior written permission. |
| 1601 | |
| 1602 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1603 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1604 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1605 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1606 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1607 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1608 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1609 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1610 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1611 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1612 | SUCH DAMAGE. |
| 1613 | |
| 1614 | ------------------------------------------------------------------- |
| 1615 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1616 | Copyright (c) 1989 The Regents of the University of California. |
| 1617 | All rights reserved. |
| 1618 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1619 | Redistribution and use in source and binary forms, with or without |
| 1620 | modification, are permitted provided that the following conditions |
| 1621 | are met: |
| 1622 | 1. Redistributions of source code must retain the above copyright |
| 1623 | notice, this list of conditions and the following disclaimer. |
| 1624 | 2. Redistributions in binary form must reproduce the above copyright |
| 1625 | notice, this list of conditions and the following disclaimer in the |
| 1626 | documentation and/or other materials provided with the distribution. |
| 1627 | 3. Neither the name of the University nor the names of its contributors |
| 1628 | may be used to endorse or promote products derived from this software |
| 1629 | without specific prior written permission. |
| 1630 | |
| 1631 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1632 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1633 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1634 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1635 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1636 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1637 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1638 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1639 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1640 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1641 | SUCH DAMAGE. |
| 1642 | |
| 1643 | ------------------------------------------------------------------- |
| 1644 | |
| 1645 | Copyright (c) 1989 The Regents of the University of California. |
| 1646 | All rights reserved. |
| 1647 | (c) UNIX System Laboratories, Inc. |
| 1648 | All or some portions of this file are derived from material licensed |
| 1649 | to the University of California by American Telephone and Telegraph |
| 1650 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1651 | the permission of UNIX System Laboratories, Inc. |
| 1652 | |
| 1653 | Redistribution and use in source and binary forms, with or without |
| 1654 | modification, are permitted provided that the following conditions |
| 1655 | are met: |
| 1656 | 1. Redistributions of source code must retain the above copyright |
| 1657 | notice, this list of conditions and the following disclaimer. |
| 1658 | 2. Redistributions in binary form must reproduce the above copyright |
| 1659 | notice, this list of conditions and the following disclaimer in the |
| 1660 | documentation and/or other materials provided with the distribution. |
| 1661 | 3. Neither the name of the University nor the names of its contributors |
| 1662 | may be used to endorse or promote products derived from this software |
| 1663 | without specific prior written permission. |
| 1664 | |
| 1665 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1666 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1667 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1668 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1669 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 1670 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1671 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1672 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1673 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1674 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1675 | SUCH DAMAGE. |
| 1676 | |
| 1677 | ------------------------------------------------------------------- |
| 1678 | |
| 1679 | Copyright (c) 1989, 1993 |
| 1680 | The Regents of the University of California. All rights reserved. |
| 1681 | |
| 1682 | Redistribution and use in source and binary forms, with or without |
| 1683 | modification, are permitted provided that the following conditions |
| 1684 | are met: |
| 1685 | 1. Redistributions of source code must retain the above copyright |
| 1686 | notice, this list of conditions and the following disclaimer. |
| 1687 | 2. Redistributions in binary form must reproduce the above copyright |
| 1688 | notice, this list of conditions and the following disclaimer in the |
| 1689 | documentation and/or other materials provided with the distribution. |
| 1690 | 3. Neither the name of the University nor the names of its contributors |
| 1691 | may be used to endorse or promote products derived from this software |
| 1692 | without specific prior written permission. |
| 1693 | |
| 1694 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1695 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1696 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1697 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1698 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1699 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1700 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1701 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1702 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1703 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1704 | SUCH DAMAGE. |
| 1705 | |
| 1706 | ------------------------------------------------------------------- |
| 1707 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1708 | Copyright (c) 1989, 1993 |
| 1709 | The Regents of the University of California. All rights reserved. |
| 1710 | |
| 1711 | Redistribution and use in source and binary forms, with or without |
| 1712 | modification, are permitted provided that the following conditions |
| 1713 | are met: |
| 1714 | 1. Redistributions of source code must retain the above copyright |
| 1715 | notice, this list of conditions and the following disclaimer. |
| 1716 | 2. Redistributions in binary form must reproduce the above copyright |
| 1717 | notice, this list of conditions and the following disclaimer in the |
| 1718 | documentation and/or other materials provided with the distribution. |
| 1719 | 4. Neither the name of the University nor the names of its contributors |
| 1720 | may be used to endorse or promote products derived from this software |
| 1721 | without specific prior written permission. |
| 1722 | |
| 1723 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1724 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1725 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1726 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1727 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1728 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1729 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1730 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1731 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1732 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1733 | SUCH DAMAGE. |
| 1734 | |
| 1735 | ------------------------------------------------------------------- |
| 1736 | |
| 1737 | Copyright (c) 1989, 1993 |
| 1738 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1739 | |
| 1740 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | f1c568d | 2017-09-26 17:09:07 -0700 | [diff] [blame] | 1741 | Guido van Rossum. |
| 1742 | |
| 1743 | Copyright (c) 2011 The FreeBSD Foundation |
| 1744 | All rights reserved. |
| 1745 | Portions of this software were developed by David Chisnall |
| 1746 | under sponsorship from the FreeBSD Foundation. |
| 1747 | |
| 1748 | Redistribution and use in source and binary forms, with or without |
| 1749 | modification, are permitted provided that the following conditions |
| 1750 | are met: |
| 1751 | 1. Redistributions of source code must retain the above copyright |
| 1752 | notice, this list of conditions and the following disclaimer. |
| 1753 | 2. Redistributions in binary form must reproduce the above copyright |
| 1754 | notice, this list of conditions and the following disclaimer in the |
| 1755 | documentation and/or other materials provided with the distribution. |
| 1756 | 3. Neither the name of the University nor the names of its contributors |
| 1757 | may be used to endorse or promote products derived from this software |
| 1758 | without specific prior written permission. |
| 1759 | |
| 1760 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1761 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1762 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1763 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1764 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1765 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1766 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1767 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1768 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1769 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1770 | SUCH DAMAGE. |
| 1771 | |
| 1772 | ------------------------------------------------------------------- |
| 1773 | |
| 1774 | Copyright (c) 1989, 1993 |
| 1775 | The Regents of the University of California. All rights reserved. |
| 1776 | |
| 1777 | This code is derived from software contributed to Berkeley by |
| 1778 | Guido van Rossum. |
| 1779 | |
| 1780 | Redistribution and use in source and binary forms, with or without |
| 1781 | modification, are permitted provided that the following conditions |
| 1782 | are met: |
| 1783 | 1. Redistributions of source code must retain the above copyright |
| 1784 | notice, this list of conditions and the following disclaimer. |
| 1785 | 2. Redistributions in binary form must reproduce the above copyright |
| 1786 | notice, this list of conditions and the following disclaimer in the |
| 1787 | documentation and/or other materials provided with the distribution. |
| 1788 | 3. Neither the name of the University nor the names of its contributors |
| 1789 | may be used to endorse or promote products derived from this software |
| 1790 | without specific prior written permission. |
| 1791 | |
| 1792 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1793 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1794 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1795 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1796 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1797 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1798 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1799 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1800 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1801 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1802 | SUCH DAMAGE. |
| 1803 | |
| 1804 | ------------------------------------------------------------------- |
| 1805 | |
| 1806 | Copyright (c) 1989, 1993 |
| 1807 | The Regents of the University of California. All rights reserved. |
| 1808 | |
| 1809 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 1810 | Roger L. Snyder. |
| 1811 | |
| 1812 | Redistribution and use in source and binary forms, with or without |
| 1813 | modification, are permitted provided that the following conditions |
| 1814 | are met: |
| 1815 | 1. Redistributions of source code must retain the above copyright |
| 1816 | notice, this list of conditions and the following disclaimer. |
| 1817 | 2. Redistributions in binary form must reproduce the above copyright |
| 1818 | notice, this list of conditions and the following disclaimer in the |
| 1819 | documentation and/or other materials provided with the distribution. |
| 1820 | 3. Neither the name of the University nor the names of its contributors |
| 1821 | may be used to endorse or promote products derived from this software |
| 1822 | without specific prior written permission. |
| 1823 | |
| 1824 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1825 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1826 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1827 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1828 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1829 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1830 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1831 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1832 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1833 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1834 | SUCH DAMAGE. |
| 1835 | |
| 1836 | ------------------------------------------------------------------- |
| 1837 | |
| 1838 | Copyright (c) 1989, 1993 |
| 1839 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1840 | (c) UNIX System Laboratories, Inc. |
| 1841 | All or some portions of this file are derived from material licensed |
| 1842 | to the University of California by American Telephone and Telegraph |
| 1843 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 1844 | the permission of UNIX System Laboratories, Inc. |
| 1845 | |
| 1846 | Redistribution and use in source and binary forms, with or without |
| 1847 | modification, are permitted provided that the following conditions |
| 1848 | are met: |
| 1849 | 1. Redistributions of source code must retain the above copyright |
| 1850 | notice, this list of conditions and the following disclaimer. |
| 1851 | 2. Redistributions in binary form must reproduce the above copyright |
| 1852 | notice, this list of conditions and the following disclaimer in the |
| 1853 | documentation and/or other materials provided with the distribution. |
| 1854 | 3. Neither the name of the University nor the names of its contributors |
| 1855 | may be used to endorse or promote products derived from this software |
| 1856 | without specific prior written permission. |
| 1857 | |
| 1858 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1859 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1860 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1861 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1862 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1863 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1864 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1865 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1866 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1867 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1868 | SUCH DAMAGE. |
| 1869 | |
| 1870 | ------------------------------------------------------------------- |
| 1871 | |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 1872 | Copyright (c) 1990 Regents of the University of California. |
| 1873 | All rights reserved. |
| 1874 | |
| 1875 | This code is derived from software contributed to Berkeley by |
| 1876 | Chris Torek. |
| 1877 | |
| 1878 | Redistribution and use in source and binary forms, with or without |
| 1879 | modification, are permitted provided that the following conditions |
| 1880 | are met: |
| 1881 | 1. Redistributions of source code must retain the above copyright |
| 1882 | notice, this list of conditions and the following disclaimer. |
| 1883 | 2. Redistributions in binary form must reproduce the above copyright |
| 1884 | notice, this list of conditions and the following disclaimer in the |
| 1885 | documentation and/or other materials provided with the distribution. |
| 1886 | 3. Neither the name of the University nor the names of its contributors |
| 1887 | may be used to endorse or promote products derived from this software |
| 1888 | without specific prior written permission. |
| 1889 | |
| 1890 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1891 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1892 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1893 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1894 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1895 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1896 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1897 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1898 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1899 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1900 | SUCH DAMAGE. |
| 1901 | |
| 1902 | ------------------------------------------------------------------- |
| 1903 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1904 | Copyright (c) 1990 The Regents of the University of California. |
| 1905 | All rights reserved. |
| 1906 | |
| 1907 | Redistribution and use in source and binary forms, with or without |
| 1908 | modification, are permitted provided that the following conditions |
| 1909 | are met: |
| 1910 | 1. Redistributions of source code must retain the above copyright |
| 1911 | notice, this list of conditions and the following disclaimer. |
| 1912 | 2. Redistributions in binary form must reproduce the above copyright |
| 1913 | notice, this list of conditions and the following disclaimer in the |
| 1914 | documentation and/or other materials provided with the distribution. |
| 1915 | 3. Neither the name of the University nor the names of its contributors |
| 1916 | may be used to endorse or promote products derived from this software |
| 1917 | without specific prior written permission. |
| 1918 | |
| 1919 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1920 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1921 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1922 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1923 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1924 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1925 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1926 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1927 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1928 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1929 | SUCH DAMAGE. |
| 1930 | |
| 1931 | ------------------------------------------------------------------- |
| 1932 | |
| 1933 | Copyright (c) 1990 The Regents of the University of California. |
| 1934 | All rights reserved. |
| 1935 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 1936 | This code is derived from software contributed to Berkeley by |
| 1937 | Chris Torek. |
| 1938 | |
| 1939 | Redistribution and use in source and binary forms, with or without |
| 1940 | modification, are permitted provided that the following conditions |
| 1941 | are met: |
| 1942 | 1. Redistributions of source code must retain the above copyright |
| 1943 | notice, this list of conditions and the following disclaimer. |
| 1944 | 2. Redistributions in binary form must reproduce the above copyright |
| 1945 | notice, this list of conditions and the following disclaimer in the |
| 1946 | documentation and/or other materials provided with the distribution. |
| 1947 | 3. Neither the name of the University nor the names of its contributors |
| 1948 | may be used to endorse or promote products derived from this software |
| 1949 | without specific prior written permission. |
| 1950 | |
| 1951 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1952 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1953 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1954 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1955 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1956 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1957 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1958 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1959 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1960 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1961 | SUCH DAMAGE. |
| 1962 | |
| 1963 | ------------------------------------------------------------------- |
| 1964 | |
| 1965 | Copyright (c) 1990 The Regents of the University of California. |
| 1966 | All rights reserved. |
| 1967 | |
| 1968 | This code is derived from software contributed to Berkeley by |
| 1969 | William Jolitz. |
| 1970 | |
| 1971 | Redistribution and use in source and binary forms, with or without |
| 1972 | modification, are permitted provided that the following conditions |
| 1973 | are met: |
| 1974 | 1. Redistributions of source code must retain the above copyright |
| 1975 | notice, this list of conditions and the following disclaimer. |
| 1976 | 2. Redistributions in binary form must reproduce the above copyright |
| 1977 | notice, this list of conditions and the following disclaimer in the |
| 1978 | documentation and/or other materials provided with the distribution. |
| 1979 | 3. Neither the name of the University nor the names of its contributors |
| 1980 | may be used to endorse or promote products derived from this software |
| 1981 | without specific prior written permission. |
| 1982 | |
| 1983 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 1984 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 1985 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 1986 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 1987 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 1988 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 1989 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 1990 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 1991 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 1992 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 1993 | SUCH DAMAGE. |
| 1994 | |
| 1995 | ------------------------------------------------------------------- |
| 1996 | |
| 1997 | Copyright (c) 1990, 1993 |
| 1998 | The Regents of the University of California. All rights reserved. |
| 1999 | |
| 2000 | Redistribution and use in source and binary forms, with or without |
| 2001 | modification, are permitted provided that the following conditions |
| 2002 | are met: |
| 2003 | 1. Redistributions of source code must retain the above copyright |
| 2004 | notice, this list of conditions and the following disclaimer. |
| 2005 | 2. Redistributions in binary form must reproduce the above copyright |
| 2006 | notice, this list of conditions and the following disclaimer in the |
| 2007 | documentation and/or other materials provided with the distribution. |
| 2008 | 3. Neither the name of the University nor the names of its contributors |
| 2009 | may be used to endorse or promote products derived from this software |
| 2010 | without specific prior written permission. |
| 2011 | |
| 2012 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2013 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2014 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2015 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2016 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2017 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2018 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2019 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2020 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2021 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2022 | SUCH DAMAGE. |
| 2023 | |
| 2024 | ------------------------------------------------------------------- |
| 2025 | |
| 2026 | Copyright (c) 1990, 1993 |
| 2027 | The Regents of the University of California. All rights reserved. |
| 2028 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2029 | This code is derived from software contributed to Berkeley by |
| 2030 | Chris Torek. |
| 2031 | |
| 2032 | Redistribution and use in source and binary forms, with or without |
| 2033 | modification, are permitted provided that the following conditions |
| 2034 | are met: |
| 2035 | 1. Redistributions of source code must retain the above copyright |
| 2036 | notice, this list of conditions and the following disclaimer. |
| 2037 | 2. Redistributions in binary form must reproduce the above copyright |
| 2038 | notice, this list of conditions and the following disclaimer in the |
| 2039 | documentation and/or other materials provided with the distribution. |
| 2040 | 3. Neither the name of the University nor the names of its contributors |
| 2041 | may be used to endorse or promote products derived from this software |
| 2042 | without specific prior written permission. |
| 2043 | |
| 2044 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2045 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2046 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2047 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2048 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2049 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2050 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2051 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2052 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2053 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2054 | SUCH DAMAGE. |
| 2055 | |
| 2056 | ------------------------------------------------------------------- |
| 2057 | |
| 2058 | Copyright (c) 1990, 1993 |
| 2059 | The Regents of the University of California. All rights reserved. |
| 2060 | |
| 2061 | This code is derived from software contributed to Berkeley by |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2062 | Donn Seeley at UUNET Technologies, Inc. |
| 2063 | |
| 2064 | Redistribution and use in source and binary forms, with or without |
| 2065 | modification, are permitted provided that the following conditions |
| 2066 | are met: |
| 2067 | 1. Redistributions of source code must retain the above copyright |
| 2068 | notice, this list of conditions and the following disclaimer. |
| 2069 | 2. Redistributions in binary form must reproduce the above copyright |
| 2070 | notice, this list of conditions and the following disclaimer in the |
| 2071 | documentation and/or other materials provided with the distribution. |
| 2072 | 3. Neither the name of the University nor the names of its contributors |
| 2073 | may be used to endorse or promote products derived from this software |
| 2074 | without specific prior written permission. |
| 2075 | |
| 2076 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2077 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2078 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2079 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2080 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2081 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2082 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2083 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2084 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2085 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2086 | SUCH DAMAGE. |
| 2087 | |
| 2088 | ------------------------------------------------------------------- |
| 2089 | |
| 2090 | Copyright (c) 1990, 1993 |
| 2091 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2092 | |
| 2093 | This code is derived from software contributed to Berkeley by |
| 2094 | Donn Seeley at UUNET Technologies, Inc. |
| 2095 | |
| 2096 | Redistribution and use in source and binary forms, with or without |
| 2097 | modification, are permitted provided that the following conditions |
| 2098 | are met: |
| 2099 | 1. Redistributions of source code must retain the above copyright |
| 2100 | notice, this list of conditions and the following disclaimer. |
| 2101 | 2. Redistributions in binary form must reproduce the above copyright |
| 2102 | notice, this list of conditions and the following disclaimer in the |
| 2103 | documentation and/or other materials provided with the distribution. |
| 2104 | 4. Neither the name of the University nor the names of its contributors |
| 2105 | may be used to endorse or promote products derived from this software |
| 2106 | without specific prior written permission. |
| 2107 | |
| 2108 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2109 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2110 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2111 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2112 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2113 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2114 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2115 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2116 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2117 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2118 | SUCH DAMAGE. |
| 2119 | |
| 2120 | ------------------------------------------------------------------- |
| 2121 | |
| 2122 | Copyright (c) 1990, 1993 |
| 2123 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2124 | (c) UNIX System Laboratories, Inc. |
| 2125 | All or some portions of this file are derived from material licensed |
| 2126 | to the University of California by American Telephone and Telegraph |
| 2127 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2128 | the permission of UNIX System Laboratories, Inc. |
| 2129 | |
| 2130 | Redistribution and use in source and binary forms, with or without |
| 2131 | modification, are permitted provided that the following conditions |
| 2132 | are met: |
| 2133 | 1. Redistributions of source code must retain the above copyright |
| 2134 | notice, this list of conditions and the following disclaimer. |
| 2135 | 2. Redistributions in binary form must reproduce the above copyright |
| 2136 | notice, this list of conditions and the following disclaimer in the |
| 2137 | documentation and/or other materials provided with the distribution. |
| 2138 | 3. Neither the name of the University nor the names of its contributors |
| 2139 | may be used to endorse or promote products derived from this software |
| 2140 | without specific prior written permission. |
| 2141 | |
| 2142 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2143 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2144 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2145 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2146 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2147 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2148 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2149 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2150 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2151 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2152 | SUCH DAMAGE. |
| 2153 | |
| 2154 | ------------------------------------------------------------------- |
| 2155 | |
| 2156 | Copyright (c) 1990, 1993, 1994 |
| 2157 | The Regents of the University of California. All rights reserved. |
| 2158 | |
| 2159 | Redistribution and use in source and binary forms, with or without |
| 2160 | modification, are permitted provided that the following conditions |
| 2161 | are met: |
| 2162 | 1. Redistributions of source code must retain the above copyright |
| 2163 | notice, this list of conditions and the following disclaimer. |
| 2164 | 2. Redistributions in binary form must reproduce the above copyright |
| 2165 | notice, this list of conditions and the following disclaimer in the |
| 2166 | documentation and/or other materials provided with the distribution. |
| 2167 | 3. Neither the name of the University nor the names of its contributors |
| 2168 | may be used to endorse or promote products derived from this software |
| 2169 | without specific prior written permission. |
| 2170 | |
| 2171 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2172 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2173 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2174 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2175 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2176 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2177 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2178 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2179 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2180 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2181 | SUCH DAMAGE. |
| 2182 | |
| 2183 | ------------------------------------------------------------------- |
| 2184 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2185 | Copyright (c) 1991 The Regents of the University of California. |
| 2186 | All rights reserved. |
| 2187 | |
| 2188 | Redistribution and use in source and binary forms, with or without |
| 2189 | modification, are permitted provided that the following conditions |
| 2190 | are met: |
| 2191 | 1. Redistributions of source code must retain the above copyright |
| 2192 | notice, this list of conditions and the following disclaimer. |
| 2193 | 2. Redistributions in binary form must reproduce the above copyright |
| 2194 | notice, this list of conditions and the following disclaimer in the |
| 2195 | documentation and/or other materials provided with the distribution. |
| 2196 | 3. Neither the name of the University nor the names of its contributors |
| 2197 | may be used to endorse or promote products derived from this software |
| 2198 | without specific prior written permission. |
| 2199 | |
| 2200 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2201 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2202 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2203 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2204 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2205 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2206 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2207 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2208 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2209 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2210 | SUCH DAMAGE. |
| 2211 | |
| 2212 | ------------------------------------------------------------------- |
| 2213 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2214 | Copyright (c) 1991, 1993 |
| 2215 | The Regents of the University of California. All rights reserved. |
| 2216 | |
| 2217 | Redistribution and use in source and binary forms, with or without |
| 2218 | modification, are permitted provided that the following conditions |
| 2219 | are met: |
| 2220 | 1. Redistributions of source code must retain the above copyright |
| 2221 | notice, this list of conditions and the following disclaimer. |
| 2222 | 2. Redistributions in binary form must reproduce the above copyright |
| 2223 | notice, this list of conditions and the following disclaimer in the |
| 2224 | documentation and/or other materials provided with the distribution. |
| 2225 | 3. Neither the name of the University nor the names of its contributors |
| 2226 | may be used to endorse or promote products derived from this software |
| 2227 | without specific prior written permission. |
| 2228 | |
| 2229 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2230 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2231 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2232 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2233 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2234 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2235 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2236 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2237 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2238 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2239 | SUCH DAMAGE. |
| 2240 | |
| 2241 | ------------------------------------------------------------------- |
| 2242 | |
| 2243 | Copyright (c) 1991, 1993 |
| 2244 | The Regents of the University of California. All rights reserved. |
| 2245 | |
| 2246 | This code is derived from software contributed to Berkeley by |
| 2247 | Berkeley Software Design, Inc. |
| 2248 | |
| 2249 | Redistribution and use in source and binary forms, with or without |
| 2250 | modification, are permitted provided that the following conditions |
| 2251 | are met: |
| 2252 | 1. Redistributions of source code must retain the above copyright |
| 2253 | notice, this list of conditions and the following disclaimer. |
| 2254 | 2. Redistributions in binary form must reproduce the above copyright |
| 2255 | notice, this list of conditions and the following disclaimer in the |
| 2256 | documentation and/or other materials provided with the distribution. |
| 2257 | 3. Neither the name of the University nor the names of its contributors |
| 2258 | may be used to endorse or promote products derived from this software |
| 2259 | without specific prior written permission. |
| 2260 | |
| 2261 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2262 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2263 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2264 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2265 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2266 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2267 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2268 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2269 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2270 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2271 | SUCH DAMAGE. |
| 2272 | |
| 2273 | ------------------------------------------------------------------- |
| 2274 | |
| 2275 | Copyright (c) 1991, 1993 |
| 2276 | The Regents of the University of California. All rights reserved. |
| 2277 | (c) UNIX System Laboratories, Inc. |
| 2278 | All or some portions of this file are derived from material licensed |
| 2279 | to the University of California by American Telephone and Telegraph |
| 2280 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2281 | the permission of UNIX System Laboratories, Inc. |
| 2282 | |
| 2283 | This code is derived from software contributed to Berkeley by |
| 2284 | Hugh Smith at The University of Guelph. |
| 2285 | |
| 2286 | Redistribution and use in source and binary forms, with or without |
| 2287 | modification, are permitted provided that the following conditions |
| 2288 | are met: |
| 2289 | 1. Redistributions of source code must retain the above copyright |
| 2290 | notice, this list of conditions and the following disclaimer. |
| 2291 | 2. Redistributions in binary form must reproduce the above copyright |
| 2292 | notice, this list of conditions and the following disclaimer in the |
| 2293 | documentation and/or other materials provided with the distribution. |
| 2294 | 3. Neither the name of the University nor the names of its contributors |
| 2295 | may be used to endorse or promote products derived from this software |
| 2296 | without specific prior written permission. |
| 2297 | |
| 2298 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2299 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2300 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2301 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2302 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2303 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2304 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2305 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2306 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2307 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2308 | SUCH DAMAGE. |
| 2309 | |
| 2310 | ------------------------------------------------------------------- |
| 2311 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2312 | Copyright (c) 1992 Henry Spencer. |
| 2313 | Copyright (c) 1992, 1993 |
| 2314 | The Regents of the University of California. All rights reserved. |
| 2315 | |
| 2316 | This code is derived from software contributed to Berkeley by |
| 2317 | Henry Spencer of the University of Toronto. |
| 2318 | |
| 2319 | Redistribution and use in source and binary forms, with or without |
| 2320 | modification, are permitted provided that the following conditions |
| 2321 | are met: |
| 2322 | 1. Redistributions of source code must retain the above copyright |
| 2323 | notice, this list of conditions and the following disclaimer. |
| 2324 | 2. Redistributions in binary form must reproduce the above copyright |
| 2325 | notice, this list of conditions and the following disclaimer in the |
| 2326 | documentation and/or other materials provided with the distribution. |
| 2327 | 3. Neither the name of the University nor the names of its contributors |
| 2328 | may be used to endorse or promote products derived from this software |
| 2329 | without specific prior written permission. |
| 2330 | |
| 2331 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2332 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2333 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2334 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2335 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2336 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2337 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2338 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2339 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2340 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2341 | SUCH DAMAGE. |
| 2342 | |
| 2343 | ------------------------------------------------------------------- |
| 2344 | |
| 2345 | Copyright (c) 1992 The Regents of the University of California. |
| 2346 | All rights reserved. |
| 2347 | |
| 2348 | Redistribution and use in source and binary forms, with or without |
| 2349 | modification, are permitted provided that the following conditions |
| 2350 | are met: |
| 2351 | 1. Redistributions of source code must retain the above copyright |
| 2352 | notice, this list of conditions and the following disclaimer. |
| 2353 | 2. Redistributions in binary form must reproduce the above copyright |
| 2354 | notice, this list of conditions and the following disclaimer in the |
| 2355 | documentation and/or other materials provided with the distribution. |
| 2356 | 3. Neither the name of the University nor the names of its contributors |
| 2357 | may be used to endorse or promote products derived from this software |
| 2358 | without specific prior written permission. |
| 2359 | |
| 2360 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2361 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2362 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2363 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2364 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2365 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2366 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2367 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2368 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2369 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2370 | SUCH DAMAGE. |
| 2371 | |
| 2372 | ------------------------------------------------------------------- |
| 2373 | |
| 2374 | Copyright (c) 1992, 1993 |
| 2375 | The Regents of the University of California. All rights reserved. |
| 2376 | |
| 2377 | Redistribution and use in source and binary forms, with or without |
| 2378 | modification, are permitted provided that the following conditions |
| 2379 | are met: |
| 2380 | 1. Redistributions of source code must retain the above copyright |
| 2381 | notice, this list of conditions and the following disclaimer. |
| 2382 | 2. Redistributions in binary form must reproduce the above copyright |
| 2383 | notice, this list of conditions and the following disclaimer in the |
| 2384 | documentation and/or other materials provided with the distribution. |
| 2385 | 3. Neither the name of the University nor the names of its contributors |
| 2386 | may be used to endorse or promote products derived from this software |
| 2387 | without specific prior written permission. |
| 2388 | |
| 2389 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2390 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2391 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2392 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2393 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2394 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2395 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2396 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2397 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2398 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2399 | SUCH DAMAGE. |
| 2400 | |
| 2401 | ------------------------------------------------------------------- |
| 2402 | |
| 2403 | Copyright (c) 1992, 1993 |
| 2404 | The Regents of the University of California. All rights reserved. |
| 2405 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2406 | This software was developed by the Computer Systems Engineering group |
| 2407 | at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |
| 2408 | contributed to Berkeley. |
| 2409 | |
| 2410 | All advertising materials mentioning features or use of this software |
| 2411 | must display the following acknowledgement: |
| 2412 | This product includes software developed by the University of |
| 2413 | California, Lawrence Berkeley Laboratory. |
| 2414 | |
| 2415 | Redistribution and use in source and binary forms, with or without |
| 2416 | modification, are permitted provided that the following conditions |
| 2417 | are met: |
| 2418 | 1. Redistributions of source code must retain the above copyright |
| 2419 | notice, this list of conditions and the following disclaimer. |
| 2420 | 2. Redistributions in binary form must reproduce the above copyright |
| 2421 | notice, this list of conditions and the following disclaimer in the |
| 2422 | documentation and/or other materials provided with the distribution. |
| 2423 | 3. All advertising materials mentioning features or use of this software |
| 2424 | must display the following acknowledgement: |
| 2425 | This product includes software developed by the University of |
| 2426 | California, Berkeley and its contributors. |
| 2427 | 4. Neither the name of the University nor the names of its contributors |
| 2428 | may be used to endorse or promote products derived from this software |
| 2429 | without specific prior written permission. |
| 2430 | |
| 2431 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2432 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2433 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2434 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2435 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2436 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2437 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2438 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2439 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2440 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2441 | SUCH DAMAGE. |
| 2442 | |
| 2443 | ------------------------------------------------------------------- |
| 2444 | |
| 2445 | Copyright (c) 1992, 1993 |
| 2446 | The Regents of the University of California. All rights reserved. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2447 | (c) UNIX System Laboratories, Inc. |
| 2448 | All or some portions of this file are derived from material licensed |
| 2449 | to the University of California by American Telephone and Telegraph |
| 2450 | Co. or Unix System Laboratories, Inc. and are reproduced herein with |
| 2451 | the permission of UNIX System Laboratories, Inc. |
| 2452 | |
| 2453 | Redistribution and use in source and binary forms, with or without |
| 2454 | modification, are permitted provided that the following conditions |
| 2455 | are met: |
| 2456 | 1. Redistributions of source code must retain the above copyright |
| 2457 | notice, this list of conditions and the following disclaimer. |
| 2458 | 2. Redistributions in binary form must reproduce the above copyright |
| 2459 | notice, this list of conditions and the following disclaimer in the |
| 2460 | documentation and/or other materials provided with the distribution. |
| 2461 | 3. Neither the name of the University nor the names of its contributors |
| 2462 | may be used to endorse or promote products derived from this software |
| 2463 | without specific prior written permission. |
| 2464 | |
| 2465 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2466 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2467 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2468 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2469 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2470 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2471 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2472 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2473 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2474 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2475 | SUCH DAMAGE. |
| 2476 | |
| 2477 | ------------------------------------------------------------------- |
| 2478 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2479 | Copyright (c) 1993 |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2480 | The Regents of the University of California. All rights reserved. |
| 2481 | |
| 2482 | Redistribution and use in source and binary forms, with or without |
| 2483 | modification, are permitted provided that the following conditions |
| 2484 | are met: |
| 2485 | 1. Redistributions of source code must retain the above copyright |
| 2486 | notice, this list of conditions and the following disclaimer. |
| 2487 | 2. Redistributions in binary form must reproduce the above copyright |
| 2488 | notice, this list of conditions and the following disclaimer in the |
| 2489 | documentation and/or other materials provided with the distribution. |
| 2490 | 3. Neither the name of the University nor the names of its contributors |
| 2491 | may be used to endorse or promote products derived from this software |
| 2492 | without specific prior written permission. |
| 2493 | |
| 2494 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 2495 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2496 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2497 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 2498 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2499 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2500 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2501 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2502 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2503 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2504 | SUCH DAMAGE. |
| 2505 | |
| 2506 | ------------------------------------------------------------------- |
| 2507 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2508 | Copyright (c) 1993 Martin Birgmeier |
| 2509 | All rights reserved. |
| 2510 | |
| 2511 | You may redistribute unmodified or modified versions of this source |
| 2512 | code provided that the above copyright notice and this and the |
| 2513 | following conditions are retained. |
| 2514 | |
| 2515 | This software is provided ``as is'', and comes with no warranties |
| 2516 | of any kind. I shall in no event be liable for anything that happens |
| 2517 | to anyone/anything when using this software. |
| 2518 | |
| 2519 | ------------------------------------------------------------------- |
| 2520 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2521 | Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2522 | All rights reserved. |
| 2523 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2524 | Redistribution and use in source and binary forms, with or without |
| 2525 | modification, are permitted provided that the following conditions |
| 2526 | are met: |
| 2527 | 1. Redistributions of source code must retain the above copyright |
| 2528 | notice, this list of conditions and the following disclaimer. |
| 2529 | 2. Redistributions in binary form must reproduce the above copyright |
| 2530 | notice, this list of conditions and the following disclaimer in the |
| 2531 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2532 | 3. The name of the author may not be used to endorse or promote products |
| 2533 | derived from this software without specific prior written permission. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2534 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 2535 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2536 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2537 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2538 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 2539 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2540 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2541 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2542 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2543 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2544 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 2545 | |
| 2546 | ------------------------------------------------------------------- |
| 2547 | |
Elliott Hughes | d3627a4 | 2022-12-06 22:24:27 +0000 | [diff] [blame] | 2548 | Copyright (c) 1994 Winning Strategies, Inc. |
| 2549 | All rights reserved. |
| 2550 | |
| 2551 | Redistribution and use in source and binary forms, with or without |
| 2552 | modification, are permitted provided that the following conditions |
| 2553 | are met: |
| 2554 | 1. Redistributions of source code must retain the above copyright |
| 2555 | notice, this list of conditions and the following disclaimer. |
| 2556 | 2. Redistributions in binary form must reproduce the above copyright |
| 2557 | notice, this list of conditions and the following disclaimer in the |
| 2558 | documentation and/or other materials provided with the distribution. |
| 2559 | 3. All advertising materials mentioning features or use of this software |
| 2560 | must display the following acknowledgement: |
| 2561 | This product includes software developed by Winning Strategies, Inc. |
| 2562 | 4. The name of the author may not be used to endorse or promote products |
| 2563 | derived from this software without specific prior written permission. |
| 2564 | |
| 2565 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2566 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2567 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2568 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 2569 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 2570 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 2571 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 2572 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 2573 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 2574 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 2575 | |
| 2576 | ------------------------------------------------------------------- |
| 2577 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2578 | Copyright (c) 1996 by Internet Software Consortium. |
| 2579 | |
| 2580 | Permission to use, copy, modify, and distribute this software for any |
| 2581 | purpose with or without fee is hereby granted, provided that the above |
| 2582 | copyright notice and this permission notice appear in all copies. |
| 2583 | |
| 2584 | THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS |
| 2585 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
| 2586 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE |
| 2587 | CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 2588 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 2589 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 2590 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 2591 | SOFTWARE. |
| 2592 | |
| 2593 | ------------------------------------------------------------------- |
| 2594 | |
| 2595 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2596 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2597 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2598 | |
| 2599 | Permission to use, copy, modify, and distribute this software for any |
| 2600 | purpose with or without fee is hereby granted, provided that the above |
| 2601 | copyright notice and this permission notice appear in all copies. |
| 2602 | |
| 2603 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2604 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2605 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2606 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2607 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2608 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2609 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2610 | |
| 2611 | ------------------------------------------------------------------- |
| 2612 | |
Elliott Hughes | b364683 | 2017-07-11 12:34:19 -0700 | [diff] [blame] | 2613 | Copyright (c) 1996, David Mazieres <dm@uun.org> |
| 2614 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 2615 | Copyright (c) 2013, Markus Friedl <markus@openbsd.org> |
| 2616 | Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> |
| 2617 | |
| 2618 | Permission to use, copy, modify, and distribute this software for any |
| 2619 | purpose with or without fee is hereby granted, provided that the above |
| 2620 | copyright notice and this permission notice appear in all copies. |
| 2621 | |
| 2622 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2623 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2624 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2625 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2626 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2627 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2628 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2629 | |
| 2630 | ------------------------------------------------------------------- |
| 2631 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 2632 | Copyright (c) 1996-1998, 2008 Theo de Raadt |
| 2633 | Copyright (c) 1997, 2008-2009 Todd C. Miller |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2634 | |
| 2635 | Permission to use, copy, modify, and distribute this software for any |
| 2636 | purpose with or without fee is hereby granted, provided that the above |
| 2637 | copyright notice and this permission notice appear in all copies. |
| 2638 | |
| 2639 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2640 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2641 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2642 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2643 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2644 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2645 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2646 | |
| 2647 | ------------------------------------------------------------------- |
| 2648 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2649 | Copyright (c) 1997 Mark Brinicombe |
Elliott Hughes | dfb74c5 | 2016-10-24 12:53:17 -0700 | [diff] [blame] | 2650 | Copyright (C) 2010 The Android Open Source Project |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2651 | All rights reserved. |
| 2652 | |
| 2653 | Redistribution and use in source and binary forms, with or without |
| 2654 | modification, are permitted provided that the following conditions |
| 2655 | are met: |
| 2656 | 1. Redistributions of source code must retain the above copyright |
| 2657 | notice, this list of conditions and the following disclaimer. |
| 2658 | 2. Redistributions in binary form must reproduce the above copyright |
| 2659 | notice, this list of conditions and the following disclaimer in the |
| 2660 | documentation and/or other materials provided with the distribution. |
| 2661 | 3. All advertising materials mentioning features or use of this software |
| 2662 | must display the following acknowledgement: |
| 2663 | This product includes software developed by Mark Brinicombe |
| 2664 | 4. Neither the name of the University nor the names of its contributors |
| 2665 | may be used to endorse or promote products derived from this software |
| 2666 | without specific prior written permission. |
| 2667 | |
| 2668 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 2669 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2670 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2671 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 2672 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2673 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2674 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2675 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2676 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2677 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2678 | SUCH DAMAGE. |
| 2679 | |
| 2680 | ------------------------------------------------------------------- |
| 2681 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2682 | Copyright (c) 1997 Niklas Hallqvist. All rights reserved. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2683 | |
| 2684 | Redistribution and use in source and binary forms, with or without |
| 2685 | modification, are permitted provided that the following conditions |
| 2686 | are met: |
| 2687 | 1. Redistributions of source code must retain the above copyright |
| 2688 | notice, this list of conditions and the following disclaimer. |
| 2689 | 2. Redistributions in binary form must reproduce the above copyright |
| 2690 | notice, this list of conditions and the following disclaimer in the |
| 2691 | documentation and/or other materials provided with the distribution. |
| 2692 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2693 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 2694 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 2695 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 2696 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 2697 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 2698 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 2699 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 2700 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 2701 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 2702 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 2703 | |
| 2704 | ------------------------------------------------------------------- |
| 2705 | |
Elliott Hughes | da46cae | 2018-05-24 14:40:32 -0700 | [diff] [blame] | 2706 | Copyright (c) 1997 The NetBSD Foundation, Inc. |
| 2707 | All rights reserved. |
| 2708 | |
| 2709 | This code is derived from software contributed to The NetBSD Foundation |
| 2710 | by Neil A. Carson and Mark Brinicombe |
| 2711 | |
| 2712 | Redistribution and use in source and binary forms, with or without |
| 2713 | modification, are permitted provided that the following conditions |
| 2714 | are met: |
| 2715 | 1. Redistributions of source code must retain the above copyright |
| 2716 | notice, this list of conditions and the following disclaimer. |
| 2717 | 2. Redistributions in binary form must reproduce the above copyright |
| 2718 | notice, this list of conditions and the following disclaimer in the |
| 2719 | documentation and/or other materials provided with the distribution. |
| 2720 | |
| 2721 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 2722 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 2723 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 2724 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 2725 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 2726 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 2727 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 2728 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 2729 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 2730 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 2731 | POSSIBILITY OF SUCH DAMAGE. |
| 2732 | |
| 2733 | ------------------------------------------------------------------- |
| 2734 | |
Elliott Hughes | 26b0607 | 2020-07-31 11:00:10 -0700 | [diff] [blame] | 2735 | Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2736 | |
| 2737 | Permission to use, copy, modify, and distribute this software for any |
| 2738 | purpose with or without fee is hereby granted, provided that the above |
| 2739 | copyright notice and this permission notice appear in all copies. |
| 2740 | |
| 2741 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2742 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2743 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2744 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2745 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2746 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2747 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2748 | |
| 2749 | ------------------------------------------------------------------- |
| 2750 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 2751 | Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 2752 | All rights reserved. |
| 2753 | |
| 2754 | Redistribution and use in source and binary forms, with or without |
| 2755 | modification, are permitted provided that the following conditions |
| 2756 | are met: |
| 2757 | 1. Redistributions of source code must retain the above copyright |
| 2758 | notice, this list of conditions and the following disclaimer. |
| 2759 | 2. Redistributions in binary form must reproduce the above copyright |
| 2760 | notice, this list of conditions and the following disclaimer in the |
| 2761 | documentation and/or other materials provided with the distribution. |
| 2762 | 3. The name of the author may not be used to endorse or promote products |
| 2763 | derived from this software without specific prior written permission. |
| 2764 | |
| 2765 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 2766 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 2767 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 2768 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 2769 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 2770 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 2771 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 2772 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 2773 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 2774 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 2775 | |
| 2776 | ------------------------------------------------------------------- |
| 2777 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2778 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 2779 | All rights reserved. |
| 2780 | |
| 2781 | This code is derived from software contributed to The NetBSD Foundation |
| 2782 | by Luke Mewburn. |
| 2783 | |
| 2784 | Redistribution and use in source and binary forms, with or without |
| 2785 | modification, are permitted provided that the following conditions |
| 2786 | are met: |
| 2787 | 1. Redistributions of source code must retain the above copyright |
| 2788 | notice, this list of conditions and the following disclaimer. |
| 2789 | 2. Redistributions in binary form must reproduce the above copyright |
| 2790 | notice, this list of conditions and the following disclaimer in the |
| 2791 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2792 | |
| 2793 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 2794 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 2795 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 2796 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 2797 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 2798 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 2799 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 2800 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 2801 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 2802 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 2803 | POSSIBILITY OF SUCH DAMAGE. |
| 2804 | |
| 2805 | ------------------------------------------------------------------- |
| 2806 | |
| 2807 | Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc. |
| 2808 | All rights reserved. |
| 2809 | |
| 2810 | This code is derived from software contributed to The NetBSD Foundation |
| 2811 | by Luke Mewburn; and by Jason R. Thorpe. |
| 2812 | |
| 2813 | Redistribution and use in source and binary forms, with or without |
| 2814 | modification, are permitted provided that the following conditions |
| 2815 | are met: |
| 2816 | 1. Redistributions of source code must retain the above copyright |
| 2817 | notice, this list of conditions and the following disclaimer. |
| 2818 | 2. Redistributions in binary form must reproduce the above copyright |
| 2819 | notice, this list of conditions and the following disclaimer in the |
| 2820 | documentation and/or other materials provided with the distribution. |
| 2821 | 3. All advertising materials mentioning features or use of this software |
| 2822 | must display the following acknowledgement: |
| 2823 | This product includes software developed by the NetBSD |
| 2824 | Foundation, Inc. and its contributors. |
| 2825 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 2826 | contributors may be used to endorse or promote products derived |
| 2827 | from this software without specific prior written permission. |
| 2828 | |
| 2829 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 2830 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 2831 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 2832 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 2833 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 2834 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 2835 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 2836 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 2837 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 2838 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 2839 | POSSIBILITY OF SUCH DAMAGE. |
| 2840 | |
| 2841 | ------------------------------------------------------------------- |
| 2842 | |
Elliott Hughes | d3627a4 | 2022-12-06 22:24:27 +0000 | [diff] [blame] | 2843 | Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc. |
| 2844 | All rights reserved. |
| 2845 | |
| 2846 | This code was contributed to The NetBSD Foundation by Klaus Klein. |
| 2847 | |
| 2848 | Redistribution and use in source and binary forms, with or without |
| 2849 | modification, are permitted provided that the following conditions |
| 2850 | are met: |
| 2851 | 1. Redistributions of source code must retain the above copyright |
| 2852 | notice, this list of conditions and the following disclaimer. |
| 2853 | 2. Redistributions in binary form must reproduce the above copyright |
| 2854 | notice, this list of conditions and the following disclaimer in the |
| 2855 | documentation and/or other materials provided with the distribution. |
| 2856 | |
| 2857 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 2858 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 2859 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 2860 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 2861 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 2862 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 2863 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 2864 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 2865 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 2866 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 2867 | POSSIBILITY OF SUCH DAMAGE. |
| 2868 | |
| 2869 | ------------------------------------------------------------------- |
| 2870 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2871 | Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> |
| 2872 | |
| 2873 | Permission to use, copy, modify, and distribute this software for any |
| 2874 | purpose with or without fee is hereby granted, provided that the above |
| 2875 | copyright notice and this permission notice appear in all copies. |
| 2876 | |
| 2877 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2878 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2879 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2880 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2881 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2882 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2883 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2884 | |
| 2885 | ------------------------------------------------------------------- |
| 2886 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2887 | Copyright (c) 1998 The NetBSD Foundation, Inc. |
| 2888 | All rights reserved. |
| 2889 | |
| 2890 | This code is derived from software contributed to The NetBSD Foundation |
| 2891 | by Klaus Klein. |
| 2892 | |
| 2893 | Redistribution and use in source and binary forms, with or without |
| 2894 | modification, are permitted provided that the following conditions |
| 2895 | are met: |
| 2896 | 1. Redistributions of source code must retain the above copyright |
| 2897 | notice, this list of conditions and the following disclaimer. |
| 2898 | 2. Redistributions in binary form must reproduce the above copyright |
| 2899 | notice, this list of conditions and the following disclaimer in the |
| 2900 | documentation and/or other materials provided with the distribution. |
| 2901 | 3. All advertising materials mentioning features or use of this software |
| 2902 | must display the following acknowledgement: |
| 2903 | This product includes software developed by the NetBSD |
| 2904 | Foundation, Inc. and its contributors. |
| 2905 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 2906 | contributors may be used to endorse or promote products derived |
| 2907 | from this software without specific prior written permission. |
| 2908 | |
| 2909 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 2910 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 2911 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 2912 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 2913 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 2914 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 2915 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 2916 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 2917 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 2918 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 2919 | POSSIBILITY OF SUCH DAMAGE. |
| 2920 | |
| 2921 | ------------------------------------------------------------------- |
| 2922 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 2923 | Copyright (c) 1998, 2015 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | b4931ce | 2016-02-08 17:00:12 -0800 | [diff] [blame] | 2924 | |
| 2925 | Permission to use, copy, modify, and distribute this software for any |
| 2926 | purpose with or without fee is hereby granted, provided that the above |
| 2927 | copyright notice and this permission notice appear in all copies. |
| 2928 | |
| 2929 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 2930 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 2931 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 2932 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 2933 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 2934 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 2935 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 2936 | |
| 2937 | ------------------------------------------------------------------- |
| 2938 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2939 | Copyright (c) 2000 Ben Harris. |
| 2940 | Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. |
| 2941 | All rights reserved. |
| 2942 | |
| 2943 | Redistribution and use in source and binary forms, with or without |
| 2944 | modification, are permitted provided that the following conditions |
| 2945 | are met: |
| 2946 | 1. Redistributions of source code must retain the above copyright |
| 2947 | notice, this list of conditions and the following disclaimer. |
| 2948 | 2. Redistributions in binary form must reproduce the above copyright |
| 2949 | notice, this list of conditions and the following disclaimer in the |
| 2950 | documentation and/or other materials provided with the distribution. |
| 2951 | 3. Neither the name of the project nor the names of its contributors |
| 2952 | may be used to endorse or promote products derived from this software |
| 2953 | without specific prior written permission. |
| 2954 | |
| 2955 | THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND |
| 2956 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 2957 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 2958 | ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE |
| 2959 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 2960 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 2961 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 2962 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 2963 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 2964 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 2965 | SUCH DAMAGE. |
| 2966 | |
| 2967 | ------------------------------------------------------------------- |
| 2968 | |
| 2969 | Copyright (c) 2000 The NetBSD Foundation, Inc. |
| 2970 | All rights reserved. |
| 2971 | |
| 2972 | This code is derived from software contributed to The NetBSD Foundation |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2973 | by Dieter Baron and Thomas Klausner. |
| 2974 | |
| 2975 | Redistribution and use in source and binary forms, with or without |
| 2976 | modification, are permitted provided that the following conditions |
| 2977 | are met: |
| 2978 | 1. Redistributions of source code must retain the above copyright |
| 2979 | notice, this list of conditions and the following disclaimer. |
| 2980 | 2. Redistributions in binary form must reproduce the above copyright |
| 2981 | notice, this list of conditions and the following disclaimer in the |
| 2982 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 2983 | |
| 2984 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 2985 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 2986 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 2987 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 2988 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 2989 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 2990 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 2991 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 2992 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 2993 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 2994 | POSSIBILITY OF SUCH DAMAGE. |
| 2995 | |
| 2996 | ------------------------------------------------------------------- |
| 2997 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 2998 | Copyright (c) 2001 Wasabi Systems, Inc. |
| 2999 | All rights reserved. |
| 3000 | |
| 3001 | Written by Frank van der Linden for Wasabi Systems, Inc. |
| 3002 | |
| 3003 | Redistribution and use in source and binary forms, with or without |
| 3004 | modification, are permitted provided that the following conditions |
| 3005 | are met: |
| 3006 | 1. Redistributions of source code must retain the above copyright |
| 3007 | notice, this list of conditions and the following disclaimer. |
| 3008 | 2. Redistributions in binary form must reproduce the above copyright |
| 3009 | notice, this list of conditions and the following disclaimer in the |
| 3010 | documentation and/or other materials provided with the distribution. |
| 3011 | 3. All advertising materials mentioning features or use of this software |
| 3012 | must display the following acknowledgement: |
| 3013 | This product includes software developed for the NetBSD Project by |
| 3014 | Wasabi Systems, Inc. |
| 3015 | 4. The name of Wasabi Systems, Inc. may not be used to endorse |
| 3016 | or promote products derived from this software without specific prior |
| 3017 | written permission. |
| 3018 | |
| 3019 | THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND |
| 3020 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3021 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3022 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC |
| 3023 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3024 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3025 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3026 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3027 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3028 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3029 | POSSIBILITY OF SUCH DAMAGE. |
| 3030 | |
| 3031 | ------------------------------------------------------------------- |
| 3032 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3033 | Copyright (c) 2001-2011 The FreeBSD Project. |
| 3034 | All rights reserved. |
| 3035 | |
| 3036 | Redistribution and use in source and binary forms, with or without |
| 3037 | modification, are permitted provided that the following conditions |
| 3038 | are met: |
| 3039 | 1. Redistributions of source code must retain the above copyright |
| 3040 | notice, this list of conditions and the following disclaimer. |
| 3041 | 2. Redistributions in binary form must reproduce the above copyright |
| 3042 | notice, this list of conditions and the following disclaimer in the |
| 3043 | documentation and/or other materials provided with the distribution. |
| 3044 | |
| 3045 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3046 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3047 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3048 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3049 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3050 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3051 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3052 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3053 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3054 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3055 | SUCH DAMAGE. |
| 3056 | |
| 3057 | ------------------------------------------------------------------- |
| 3058 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3059 | Copyright (c) 2002 Daniel Hartmeier |
| 3060 | All rights reserved. |
| 3061 | |
| 3062 | Redistribution and use in source and binary forms, with or without |
| 3063 | modification, are permitted provided that the following conditions |
| 3064 | are met: |
| 3065 | |
| 3066 | - Redistributions of source code must retain the above copyright |
| 3067 | notice, this list of conditions and the following disclaimer. |
| 3068 | - Redistributions in binary form must reproduce the above |
| 3069 | copyright notice, this list of conditions and the following |
| 3070 | disclaimer in the documentation and/or other materials provided |
| 3071 | with the distribution. |
| 3072 | |
| 3073 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3074 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3075 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 3076 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 3077 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3078 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 3079 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3080 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 3081 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3082 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 3083 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3084 | POSSIBILITY OF SUCH DAMAGE. |
| 3085 | |
| 3086 | ------------------------------------------------------------------- |
| 3087 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3088 | Copyright (c) 2002 Tim J. Robbins. |
| 3089 | All rights reserved. |
| 3090 | |
| 3091 | Redistribution and use in source and binary forms, with or without |
| 3092 | modification, are permitted provided that the following conditions |
| 3093 | are met: |
| 3094 | 1. Redistributions of source code must retain the above copyright |
| 3095 | notice, this list of conditions and the following disclaimer. |
| 3096 | 2. Redistributions in binary form must reproduce the above copyright |
| 3097 | notice, this list of conditions and the following disclaimer in the |
| 3098 | documentation and/or other materials provided with the distribution. |
| 3099 | |
| 3100 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3101 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3102 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3103 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3104 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3105 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3106 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3107 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3108 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3109 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3110 | SUCH DAMAGE. |
| 3111 | |
| 3112 | ------------------------------------------------------------------- |
| 3113 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3114 | Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3115 | |
| 3116 | Permission to use, copy, modify, and distribute this software for any |
| 3117 | purpose with or without fee is hereby granted, provided that the above |
| 3118 | copyright notice and this permission notice appear in all copies. |
| 3119 | |
| 3120 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3121 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3122 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3123 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3124 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3125 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3126 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3127 | |
| 3128 | Sponsored in part by the Defense Advanced Research Projects |
| 3129 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3130 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3131 | |
| 3132 | ------------------------------------------------------------------- |
| 3133 | |
Elliott Hughes | bfa582d | 2014-05-05 14:58:17 -0700 | [diff] [blame] | 3134 | Copyright (c) 2002, 2003 Tim J. Robbins. |
| 3135 | All rights reserved. |
| 3136 | |
| 3137 | Redistribution and use in source and binary forms, with or without |
| 3138 | modification, are permitted provided that the following conditions |
| 3139 | are met: |
| 3140 | 1. Redistributions of source code must retain the above copyright |
| 3141 | notice, this list of conditions and the following disclaimer. |
| 3142 | 2. Redistributions in binary form must reproduce the above copyright |
| 3143 | notice, this list of conditions and the following disclaimer in the |
| 3144 | documentation and/or other materials provided with the distribution. |
| 3145 | |
| 3146 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3147 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3148 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3149 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3150 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3151 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3152 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3153 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3154 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3155 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3156 | SUCH DAMAGE. |
| 3157 | |
| 3158 | ------------------------------------------------------------------- |
| 3159 | |
| 3160 | Copyright (c) 2002-2004 Tim J. Robbins |
| 3161 | All rights reserved. |
| 3162 | |
| 3163 | Redistribution and use in source and binary forms, with or without |
| 3164 | modification, are permitted provided that the following conditions |
| 3165 | are met: |
| 3166 | 1. Redistributions of source code must retain the above copyright |
| 3167 | notice, this list of conditions and the following disclaimer. |
| 3168 | 2. Redistributions in binary form must reproduce the above copyright |
| 3169 | notice, this list of conditions and the following disclaimer in the |
| 3170 | documentation and/or other materials provided with the distribution. |
| 3171 | |
| 3172 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3173 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3174 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3175 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3176 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3177 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3178 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3179 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3180 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3181 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3182 | SUCH DAMAGE. |
| 3183 | |
| 3184 | ------------------------------------------------------------------- |
| 3185 | |
| 3186 | Copyright (c) 2002-2004 Tim J. Robbins. |
| 3187 | All rights reserved. |
| 3188 | |
| 3189 | Redistribution and use in source and binary forms, with or without |
| 3190 | modification, are permitted provided that the following conditions |
| 3191 | are met: |
| 3192 | 1. Redistributions of source code must retain the above copyright |
| 3193 | notice, this list of conditions and the following disclaimer. |
| 3194 | 2. Redistributions in binary form must reproduce the above copyright |
| 3195 | notice, this list of conditions and the following disclaimer in the |
| 3196 | documentation and/or other materials provided with the distribution. |
| 3197 | |
| 3198 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3199 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3200 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3201 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3202 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3203 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3204 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3205 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3206 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3207 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3208 | SUCH DAMAGE. |
| 3209 | |
| 3210 | ------------------------------------------------------------------- |
| 3211 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3212 | Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> |
| 3213 | All rights reserved. |
| 3214 | |
| 3215 | Redistribution and use in source and binary forms, with or without |
| 3216 | modification, are permitted provided that the following conditions |
| 3217 | are met: |
| 3218 | 1. Redistributions of source code must retain the above copyright |
| 3219 | notice, this list of conditions and the following disclaimer. |
| 3220 | 2. Redistributions in binary form must reproduce the above copyright |
| 3221 | notice, this list of conditions and the following disclaimer in the |
| 3222 | documentation and/or other materials provided with the distribution. |
| 3223 | |
| 3224 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3225 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3226 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3227 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3228 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3229 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3230 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3231 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3232 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3233 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3234 | SUCH DAMAGE. |
| 3235 | |
| 3236 | ------------------------------------------------------------------- |
| 3237 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3238 | Copyright (c) 2003 Networks Associates Technology, Inc. |
| 3239 | All rights reserved. |
| 3240 | |
| 3241 | Portions of this software were developed for the FreeBSD Project by |
| 3242 | Jacques A. Vidrine, Safeport Network Services, and Network |
| 3243 | Associates Laboratories, the Security Research Division of Network |
| 3244 | Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 |
| 3245 | ("CBOSS"), as part of the DARPA CHATS research program. |
| 3246 | |
| 3247 | Redistribution and use in source and binary forms, with or without |
| 3248 | modification, are permitted provided that the following conditions |
| 3249 | are met: |
| 3250 | 1. Redistributions of source code must retain the above copyright |
| 3251 | notice, this list of conditions and the following disclaimer. |
| 3252 | 2. Redistributions in binary form must reproduce the above copyright |
| 3253 | notice, this list of conditions and the following disclaimer in the |
| 3254 | documentation and/or other materials provided with the distribution. |
| 3255 | |
| 3256 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3257 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3258 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3259 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3260 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3261 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3262 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3263 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3264 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3265 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3266 | SUCH DAMAGE. |
| 3267 | |
| 3268 | ------------------------------------------------------------------- |
| 3269 | |
Nick Kralevich | 5e58ea0 | 2012-09-12 13:21:25 -0700 | [diff] [blame] | 3270 | Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3271 | |
| 3272 | Permission to use, copy, modify, and distribute this software for any |
| 3273 | purpose with or without fee is hereby granted, provided that the above |
| 3274 | copyright notice and this permission notice appear in all copies. |
| 3275 | |
| 3276 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3277 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3278 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3279 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3280 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3281 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3282 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3283 | |
| 3284 | Sponsored in part by the Defense Advanced Research Projects |
| 3285 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3286 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3287 | |
| 3288 | ------------------------------------------------------------------- |
| 3289 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3290 | Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> |
| 3291 | |
| 3292 | Permission to use, copy, modify, and distribute this software for any |
| 3293 | purpose with or without fee is hereby granted, provided that the above |
| 3294 | copyright notice and this permission notice appear in all copies. |
| 3295 | |
| 3296 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3297 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3298 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3299 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3300 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3301 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3302 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3303 | |
| 3304 | Sponsored in part by the Defense Advanced Research Projects |
| 3305 | Agency (DARPA) and Air Force Research Laboratory, Air Force |
| 3306 | Materiel Command, USAF, under agreement number F39502-99-1-0512. |
| 3307 | |
| 3308 | ------------------------------------------------------------------- |
| 3309 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3310 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3311 | Copyright (c) 1995,1999 by Internet Software Consortium. |
| 3312 | |
| 3313 | Permission to use, copy, modify, and distribute this software for any |
| 3314 | purpose with or without fee is hereby granted, provided that the above |
| 3315 | copyright notice and this permission notice appear in all copies. |
| 3316 | |
| 3317 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3318 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3319 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3320 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3321 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3322 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3323 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3324 | |
| 3325 | ------------------------------------------------------------------- |
| 3326 | |
| 3327 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3328 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 3329 | |
| 3330 | Permission to use, copy, modify, and distribute this software for any |
| 3331 | purpose with or without fee is hereby granted, provided that the above |
| 3332 | copyright notice and this permission notice appear in all copies. |
| 3333 | |
| 3334 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3335 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3336 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3337 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3338 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3339 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3340 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3341 | |
| 3342 | ------------------------------------------------------------------- |
| 3343 | |
| 3344 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3345 | Copyright (c) 1995-1999 by Internet Software Consortium. |
| 3346 | |
| 3347 | Permission to use, copy, modify, and distribute this software for any |
| 3348 | purpose with or without fee is hereby granted, provided that the above |
| 3349 | copyright notice and this permission notice appear in all copies. |
| 3350 | |
| 3351 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3352 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3353 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3354 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3355 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3356 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3357 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3358 | |
| 3359 | ------------------------------------------------------------------- |
| 3360 | |
| 3361 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3362 | Copyright (c) 1996,1999 by Internet Software Consortium. |
| 3363 | |
| 3364 | Permission to use, copy, modify, and distribute this software for any |
| 3365 | purpose with or without fee is hereby granted, provided that the above |
| 3366 | copyright notice and this permission notice appear in all copies. |
| 3367 | |
| 3368 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3369 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3370 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3371 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3372 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3373 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3374 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3375 | |
| 3376 | ------------------------------------------------------------------- |
| 3377 | |
| 3378 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3379 | Copyright (c) 1996-1999 by Internet Software Consortium |
| 3380 | |
| 3381 | Permission to use, copy, modify, and distribute this software for any |
| 3382 | purpose with or without fee is hereby granted, provided that the above |
| 3383 | copyright notice and this permission notice appear in all copies. |
| 3384 | |
| 3385 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3386 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3387 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3388 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3389 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3390 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3391 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3392 | |
| 3393 | ------------------------------------------------------------------- |
| 3394 | |
| 3395 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3396 | Copyright (c) 1996-1999 by Internet Software Consortium. |
| 3397 | |
| 3398 | Permission to use, copy, modify, and distribute this software for any |
| 3399 | purpose with or without fee is hereby granted, provided that the above |
| 3400 | copyright notice and this permission notice appear in all copies. |
| 3401 | |
| 3402 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3403 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3404 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3405 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3406 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3407 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3408 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3409 | |
| 3410 | ------------------------------------------------------------------- |
| 3411 | |
| 3412 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3413 | Copyright (c) 1997,1999 by Internet Software Consortium. |
| 3414 | |
| 3415 | Permission to use, copy, modify, and distribute this software for any |
| 3416 | purpose with or without fee is hereby granted, provided that the above |
| 3417 | copyright notice and this permission notice appear in all copies. |
| 3418 | |
| 3419 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3420 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3421 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3422 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3423 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3424 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3425 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3426 | |
| 3427 | ------------------------------------------------------------------- |
| 3428 | |
| 3429 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3430 | Copyright (c) 1999 by Internet Software Consortium. |
| 3431 | |
| 3432 | Permission to use, copy, modify, and distribute this software for any |
| 3433 | purpose with or without fee is hereby granted, provided that the above |
| 3434 | copyright notice and this permission notice appear in all copies. |
| 3435 | |
| 3436 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3437 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3438 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3439 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3440 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3441 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3442 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3443 | |
| 3444 | ------------------------------------------------------------------- |
| 3445 | |
| 3446 | Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") |
| 3447 | Portions Copyright (c) 1996-1999 by Internet Software Consortium. |
| 3448 | |
| 3449 | Permission to use, copy, modify, and distribute this software for any |
| 3450 | purpose with or without fee is hereby granted, provided that the above |
| 3451 | copyright notice and this permission notice appear in all copies. |
| 3452 | |
| 3453 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3454 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3455 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3456 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3457 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3458 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3459 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3460 | |
| 3461 | ------------------------------------------------------------------- |
| 3462 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 3463 | Copyright (c) 2004, 2005 David Schultz <das@FreeBSD.ORG> |
| 3464 | All rights reserved. |
| 3465 | |
| 3466 | Redistribution and use in source and binary forms, with or without |
| 3467 | modification, are permitted provided that the following conditions |
| 3468 | are met: |
| 3469 | 1. Redistributions of source code must retain the above copyright |
| 3470 | notice, this list of conditions and the following disclaimer. |
| 3471 | 2. Redistributions in binary form must reproduce the above copyright |
| 3472 | notice, this list of conditions and the following disclaimer in the |
| 3473 | documentation and/or other materials provided with the distribution. |
| 3474 | |
| 3475 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3476 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3477 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3478 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3479 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3480 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3481 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3482 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3483 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3484 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3485 | SUCH DAMAGE. |
| 3486 | |
| 3487 | ------------------------------------------------------------------- |
| 3488 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3489 | Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG> |
| 3490 | All rights reserved. |
| 3491 | |
| 3492 | Redistribution and use in source and binary forms, with or without |
| 3493 | modification, are permitted provided that the following conditions |
| 3494 | are met: |
| 3495 | 1. Redistributions of source code must retain the above copyright |
| 3496 | notice, this list of conditions and the following disclaimer. |
| 3497 | 2. Redistributions in binary form must reproduce the above copyright |
| 3498 | notice, this list of conditions and the following disclaimer in the |
| 3499 | documentation and/or other materials provided with the distribution. |
| 3500 | |
| 3501 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3502 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3503 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3504 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3505 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3506 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3507 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3508 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3509 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3510 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3511 | SUCH DAMAGE. |
| 3512 | |
| 3513 | ------------------------------------------------------------------- |
| 3514 | |
| 3515 | Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> |
| 3516 | All rights reserved. |
| 3517 | |
| 3518 | Redistribution and use in source and binary forms, with or without |
| 3519 | modification, are permitted provided that the following conditions |
| 3520 | are met: |
| 3521 | 1. Redistributions of source code must retain the above copyright |
| 3522 | notice, this list of conditions and the following disclaimer. |
| 3523 | 2. Redistributions in binary form must reproduce the above copyright |
| 3524 | notice, this list of conditions and the following disclaimer in the |
| 3525 | documentation and/or other materials provided with the distribution. |
| 3526 | |
| 3527 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3528 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3529 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3530 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3531 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3532 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3533 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3534 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3535 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3536 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3537 | SUCH DAMAGE. |
| 3538 | |
| 3539 | ------------------------------------------------------------------- |
| 3540 | |
Elliott Hughes | 448080d | 2013-01-29 16:25:06 -0800 | [diff] [blame] | 3541 | Copyright (c) 2005 by Internet Systems Consortium, Inc. ("ISC") |
| 3542 | Copyright (c) 1995-1999 by Internet Software Consortium |
| 3543 | |
| 3544 | Permission to use, copy, modify, and distribute this software for any |
| 3545 | purpose with or without fee is hereby granted, provided that the above |
| 3546 | copyright notice and this permission notice appear in all copies. |
| 3547 | |
| 3548 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES |
| 3549 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3550 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR |
| 3551 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3552 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3553 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
| 3554 | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3555 | |
| 3556 | ------------------------------------------------------------------- |
| 3557 | |
Elliott Hughes | 26b0607 | 2020-07-31 11:00:10 -0700 | [diff] [blame] | 3558 | Copyright (c) 2005-2018 Rich Felker |
Elliott Hughes | c6b38ae | 2019-11-22 11:15:42 -0800 | [diff] [blame] | 3559 | |
| 3560 | Permission is hereby granted, free of charge, to any person obtaining |
| 3561 | a copy of this software and associated documentation files (the |
| 3562 | "Software"), to deal in the Software without restriction, including |
| 3563 | without limitation the rights to use, copy, modify, merge, publish, |
| 3564 | distribute, sublicense, and/or sell copies of the Software, and to |
| 3565 | permit persons to whom the Software is furnished to do so, subject to |
| 3566 | the following conditions: |
| 3567 | |
| 3568 | The above copyright notice and this permission notice shall be |
| 3569 | included in all copies or substantial portions of the Software. |
| 3570 | |
| 3571 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 3572 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 3573 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 3574 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 3575 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 3576 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 3577 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 3578 | |
| 3579 | ------------------------------------------------------------------- |
| 3580 | |
Elliott Hughes | 5633caa | 2020-08-06 14:32:43 -0700 | [diff] [blame] | 3581 | Copyright (c) 2005-2020 Rich Felker, et al. |
| 3582 | |
| 3583 | Permission is hereby granted, free of charge, to any person obtaining |
| 3584 | a copy of this software and associated documentation files (the |
| 3585 | "Software"), to deal in the Software without restriction, including |
| 3586 | without limitation the rights to use, copy, modify, merge, publish, |
| 3587 | distribute, sublicense, and/or sell copies of the Software, and to |
| 3588 | permit persons to whom the Software is furnished to do so, subject to |
| 3589 | the following conditions: |
| 3590 | |
| 3591 | The above copyright notice and this permission notice shall be |
| 3592 | included in all copies or substantial portions of the Software. |
| 3593 | |
| 3594 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 3595 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 3596 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 3597 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 3598 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 3599 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 3600 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 3601 | |
| 3602 | ------------------------------------------------------------------- |
| 3603 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3604 | Copyright (c) 2007-2008 Michael G Schwern |
| 3605 | |
| 3606 | This software originally derived from Paul Sheer's pivotal_gmtime_r.c. |
| 3607 | |
| 3608 | The MIT License: |
| 3609 | |
| 3610 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 3611 | of this software and associated documentation files (the "Software"), to deal |
| 3612 | in the Software without restriction, including without limitation the rights |
| 3613 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 3614 | copies of the Software, and to permit persons to whom the Software is |
| 3615 | furnished to do so, subject to the following conditions: |
| 3616 | |
| 3617 | The above copyright notice and this permission notice shall be included in |
| 3618 | all copies or substantial portions of the Software. |
| 3619 | |
| 3620 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 3621 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 3622 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 3623 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 3624 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 3625 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 3626 | THE SOFTWARE. |
| 3627 | |
Elliott Hughes | 387d4b7 | 2012-08-09 15:17:46 -0700 | [diff] [blame] | 3628 | ------------------------------------------------------------------- |
| 3629 | |
Elliott Hughes | 26b0607 | 2020-07-31 11:00:10 -0700 | [diff] [blame] | 3630 | Copyright (c) 2008, 2016 Todd C. Miller <millert@openbsd.org> |
| 3631 | |
| 3632 | Permission to use, copy, modify, and distribute this software for any |
| 3633 | purpose with or without fee is hereby granted, provided that the above |
| 3634 | copyright notice and this permission notice appear in all copies. |
| 3635 | |
| 3636 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3637 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3638 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3639 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3640 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3641 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3642 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3643 | |
| 3644 | ------------------------------------------------------------------- |
| 3645 | |
| 3646 | Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net> |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3647 | |
| 3648 | Permission to use, copy, modify, and distribute this software for any |
| 3649 | purpose with or without fee is hereby granted, provided that the above |
| 3650 | copyright notice and this permission notice appear in all copies. |
| 3651 | |
| 3652 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3653 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3654 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3655 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3656 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3657 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3658 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3659 | |
| 3660 | ------------------------------------------------------------------- |
| 3661 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3662 | Copyright (c) 2008, Damien Miller <djm@openbsd.org> |
| 3663 | |
| 3664 | Permission to use, copy, modify, and distribute this software for any |
| 3665 | purpose with or without fee is hereby granted, provided that the above |
| 3666 | copyright notice and this permission notice appear in all copies. |
| 3667 | |
| 3668 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3669 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3670 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3671 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3672 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3673 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3674 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3675 | |
| 3676 | ------------------------------------------------------------------- |
| 3677 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3678 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 3679 | All rights reserved. |
| 3680 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3681 | Copyright (c) 2011 The FreeBSD Foundation |
| 3682 | All rights reserved. |
| 3683 | Portions of this software were developed by David Chisnall |
| 3684 | under sponsorship from the FreeBSD Foundation. |
| 3685 | |
| 3686 | Redistribution and use in source and binary forms, with or without |
| 3687 | modification, are permitted provided that the following conditions |
| 3688 | are met: |
| 3689 | 1. Redistributions of source code must retain the above copyright |
| 3690 | notice, this list of conditions and the following disclaimer. |
| 3691 | 2. Redistributions in binary form must reproduce the above copyright |
| 3692 | notice, this list of conditions and the following disclaimer in the |
| 3693 | documentation and/or other materials provided with the distribution. |
| 3694 | |
| 3695 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3696 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3697 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3698 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3699 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3700 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3701 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3702 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3703 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3704 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3705 | SUCH DAMAGE. |
| 3706 | |
| 3707 | ------------------------------------------------------------------- |
| 3708 | |
Irina Tirdea | eac9eb4 | 2012-09-08 09:28:30 +0300 | [diff] [blame] | 3709 | Copyright (c) 2009 The NetBSD Foundation, Inc. |
| 3710 | |
| 3711 | This code is derived from software contributed to The NetBSD Foundation |
| 3712 | by Roy Marples. |
| 3713 | |
| 3714 | Redistribution and use in source and binary forms, with or without |
| 3715 | modification, are permitted provided that the following conditions |
| 3716 | are met: |
| 3717 | 1. Redistributions of source code must retain the above copyright |
| 3718 | notice, this list of conditions and the following disclaimer. |
| 3719 | 2. Redistributions in binary form must reproduce the above copyright |
| 3720 | notice, this list of conditions and the following disclaimer in the |
| 3721 | documentation and/or other materials provided with the distribution. |
| 3722 | |
| 3723 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 3724 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 3725 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3726 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 3727 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 3728 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3729 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3730 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3731 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3732 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3733 | |
| 3734 | ------------------------------------------------------------------- |
| 3735 | |
Elliott Hughes | 882b8af | 2016-05-16 17:35:36 -0700 | [diff] [blame] | 3736 | Copyright (c) 2010 The NetBSD Foundation, Inc. |
| 3737 | All rights reserved. |
| 3738 | |
| 3739 | Redistribution and use in source and binary forms, with or without |
| 3740 | modification, are permitted provided that the following conditions |
| 3741 | are met: |
| 3742 | 1. Redistributions of source code must retain the above copyright |
| 3743 | notice, this list of conditions and the following disclaimer. |
| 3744 | 2. Redistributions in binary form must reproduce the above copyright |
| 3745 | notice, this list of conditions and the following disclaimer in the |
| 3746 | documentation and/or other materials provided with the distribution. |
| 3747 | |
| 3748 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 3749 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 3750 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 3751 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 3752 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 3753 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 3754 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 3755 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 3756 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 3757 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 3758 | POSSIBILITY OF SUCH DAMAGE. |
| 3759 | |
| 3760 | ------------------------------------------------------------------- |
| 3761 | |
Elliott Hughes | 9a4b68e | 2019-11-20 14:56:22 -0800 | [diff] [blame] | 3762 | Copyright (c) 2010 Todd C. Miller <millert@openbsd.org> |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 3763 | |
| 3764 | Permission to use, copy, modify, and distribute this software for any |
| 3765 | purpose with or without fee is hereby granted, provided that the above |
| 3766 | copyright notice and this permission notice appear in all copies. |
| 3767 | |
| 3768 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3769 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3770 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3771 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3772 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3773 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3774 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3775 | |
| 3776 | ------------------------------------------------------------------- |
| 3777 | |
Elliott Hughes | 54a7494 | 2014-01-03 16:40:37 -0800 | [diff] [blame] | 3778 | Copyright (c) 2010, 2011, 2012, 2013 Intel Corporation |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3779 | All rights reserved. |
| 3780 | |
| 3781 | Redistribution and use in source and binary forms, with or without |
| 3782 | modification, are permitted provided that the following conditions are met: |
| 3783 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3784 | * Redistributions of source code must retain the above copyright notice, |
| 3785 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3786 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3787 | * Redistributions in binary form must reproduce the above copyright notice, |
| 3788 | * this list of conditions and the following disclaimer in the documentation |
| 3789 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3790 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3791 | * Neither the name of Intel Corporation nor the names of its contributors |
| 3792 | * may be used to endorse or promote products derived from this software |
| 3793 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3794 | |
| 3795 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 3796 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3797 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 3798 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 3799 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 3800 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3801 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 3802 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3803 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3804 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3805 | |
| 3806 | ------------------------------------------------------------------- |
| 3807 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3808 | Copyright (c) 2010, Intel Corporation |
| 3809 | All rights reserved. |
| 3810 | |
| 3811 | Redistribution and use in source and binary forms, with or without |
| 3812 | modification, are permitted provided that the following conditions are met: |
| 3813 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3814 | * Redistributions of source code must retain the above copyright notice, |
| 3815 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3816 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3817 | * Redistributions in binary form must reproduce the above copyright notice, |
| 3818 | * this list of conditions and the following disclaimer in the documentation |
| 3819 | * and/or other materials provided with the distribution. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3820 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3821 | * Neither the name of Intel Corporation nor the names of its contributors |
| 3822 | * may be used to endorse or promote products derived from this software |
| 3823 | * without specific prior written permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3824 | |
| 3825 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 3826 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3827 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 3828 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 3829 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 3830 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3831 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 3832 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3833 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3834 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3835 | |
| 3836 | ------------------------------------------------------------------- |
| 3837 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 3838 | Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> |
| 3839 | David Chisnall <theraven@FreeBSD.org> |
| 3840 | All rights reserved. |
| 3841 | |
| 3842 | Redistribution and use in source and binary forms, with or without |
| 3843 | modification, are permitted provided that the following conditions |
| 3844 | are met: |
| 3845 | 1. Redistributions of source code must retain the above copyright |
| 3846 | notice, this list of conditions and the following disclaimer. |
| 3847 | 2. Redistributions in binary form must reproduce the above copyright |
| 3848 | notice, this list of conditions and the following disclaimer in the |
| 3849 | documentation and/or other materials provided with the distribution. |
| 3850 | |
| 3851 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 3852 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3853 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3854 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 3855 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 3856 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 3857 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 3858 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 3859 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 3860 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 3861 | SUCH DAMAGE. |
| 3862 | |
| 3863 | ------------------------------------------------------------------- |
| 3864 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 3865 | Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org> |
| 3866 | |
| 3867 | Permission to use, copy, modify, and distribute this software for any |
| 3868 | purpose with or without fee is hereby granted, provided that the above |
| 3869 | copyright notice and this permission notice appear in all copies. |
| 3870 | |
| 3871 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 3872 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 3873 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 3874 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 3875 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 3876 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 3877 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 3878 | |
| 3879 | ------------------------------------------------------------------- |
| 3880 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3881 | Copyright (c) 2011 The Android Open Source Project |
| 3882 | Copyright (c) 2008 ARM Ltd |
| 3883 | All rights reserved. |
| 3884 | |
| 3885 | Redistribution and use in source and binary forms, with or without |
| 3886 | modification, are permitted provided that the following conditions |
| 3887 | are met: |
| 3888 | 1. Redistributions of source code must retain the above copyright |
| 3889 | notice, this list of conditions and the following disclaimer. |
| 3890 | 2. Redistributions in binary form must reproduce the above copyright |
| 3891 | notice, this list of conditions and the following disclaimer in the |
| 3892 | documentation and/or other materials provided with the distribution. |
| 3893 | 3. The name of the company may not be used to endorse or promote |
| 3894 | products derived from this software without specific prior written |
| 3895 | permission. |
| 3896 | |
| 3897 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 3898 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 3899 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 3900 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3901 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 3902 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 3903 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 3904 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 3905 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3906 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3907 | |
| 3908 | ------------------------------------------------------------------- |
| 3909 | |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3910 | Copyright (c) 2011, Intel Corporation |
| 3911 | All rights reserved. |
| 3912 | |
| 3913 | Redistribution and use in source and binary forms, with or without |
| 3914 | modification, are permitted provided that the following conditions are met: |
| 3915 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3916 | * Redistributions of source code must retain the above copyright notice, |
| 3917 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3918 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3919 | * Redistributions in binary form must reproduce the above copyright notice, |
| 3920 | * this list of conditions and the following disclaimer in the documentation |
| 3921 | * and/or other materials provided with the distribution. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3922 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3923 | * Neither the name of Intel Corporation nor the names of its contributors |
| 3924 | * may be used to endorse or promote products derived from this software |
| 3925 | * without specific prior written permission. |
Elliott Hughes | 2815b1d | 2013-06-12 16:00:41 -0700 | [diff] [blame] | 3926 | |
| 3927 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 3928 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 3929 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 3930 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 3931 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 3932 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3933 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 3934 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3935 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 3936 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3937 | |
| 3938 | ------------------------------------------------------------------- |
| 3939 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3940 | Copyright (c) 2011, VMware, Inc. |
| 3941 | All rights reserved. |
| 3942 | |
| 3943 | Redistribution and use in source and binary forms, with or without |
| 3944 | modification, are permitted provided that the following conditions are met: |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3945 | * Redistributions of source code must retain the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3946 | notice, this list of conditions and the following disclaimer. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3947 | * Redistributions in binary form must reproduce the above copyright |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3948 | notice, this list of conditions and the following disclaimer in the |
| 3949 | documentation and/or other materials provided with the distribution. |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 3950 | * Neither the name of the VMware, Inc. nor the names of its contributors |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 3951 | may be used to endorse or promote products derived from this software |
| 3952 | without specific prior written permission. |
| 3953 | |
| 3954 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 3955 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 3956 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 3957 | ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR |
| 3958 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 3959 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 3960 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 3961 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3962 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 3963 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3964 | |
| 3965 | ------------------------------------------------------------------- |
| 3966 | |
Vaisakh K V | 54a6121 | 2024-03-29 13:32:45 +0530 | [diff] [blame] | 3967 | Copyright (c) 2012, Linaro Limited |
| 3968 | All rights reserved. |
| 3969 | Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. |
| 3970 | Redistribution and use in source and binary forms, with or without |
| 3971 | modification, are permitted provided that the following conditions are met: |
| 3972 | * Redistributions of source code must retain the above copyright |
| 3973 | notice, this list of conditions and the following disclaimer. |
| 3974 | * Redistributions in binary form must reproduce the above copyright |
| 3975 | notice, this list of conditions and the following disclaimer in the |
| 3976 | documentation and/or other materials provided with the distribution. |
| 3977 | * Neither the name of the Linaro nor the |
| 3978 | names of its contributors may be used to endorse or promote products |
| 3979 | derived from this software without specific prior written permission. |
| 3980 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 3981 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 3982 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 3983 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 3984 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 3985 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 3986 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 3987 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 3988 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 3989 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 3990 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 3991 | |
| 3992 | ------------------------------------------------------------------- |
| 3993 | |
Jake Weinstein | bff53b2 | 2017-05-06 23:22:58 -0400 | [diff] [blame] | 3994 | Copyright (c) 2012-2014 ARM Ltd |
| 3995 | All rights reserved. |
| 3996 | |
| 3997 | Redistribution and use in source and binary forms, with or without |
| 3998 | modification, are permitted provided that the following conditions |
| 3999 | are met: |
| 4000 | 1. Redistributions of source code must retain the above copyright |
| 4001 | notice, this list of conditions and the following disclaimer. |
| 4002 | 2. Redistributions in binary form must reproduce the above copyright |
| 4003 | notice, this list of conditions and the following disclaimer in the |
| 4004 | documentation and/or other materials provided with the distribution. |
| 4005 | 3. The name of the company may not be used to endorse or promote |
| 4006 | products derived from this software without specific prior written |
| 4007 | permission. |
| 4008 | |
| 4009 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 4010 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 4011 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4012 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 4013 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 4014 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 4015 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 4016 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 4017 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4018 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4019 | |
| 4020 | ------------------------------------------------------------------- |
| 4021 | |
Elliott Hughes | 0493a6f | 2013-03-07 11:48:58 -0800 | [diff] [blame] | 4022 | Copyright (c) 2013 ARM Ltd |
| 4023 | All rights reserved. |
| 4024 | |
| 4025 | Redistribution and use in source and binary forms, with or without |
| 4026 | modification, are permitted provided that the following conditions |
| 4027 | are met: |
| 4028 | 1. Redistributions of source code must retain the above copyright |
| 4029 | notice, this list of conditions and the following disclaimer. |
| 4030 | 2. Redistributions in binary form must reproduce the above copyright |
| 4031 | notice, this list of conditions and the following disclaimer in the |
| 4032 | documentation and/or other materials provided with the distribution. |
| 4033 | 3. The name of the company may not be used to endorse or promote |
| 4034 | products derived from this software without specific prior written |
| 4035 | permission. |
| 4036 | |
| 4037 | THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 4038 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 4039 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4040 | IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 4041 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 4042 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 4043 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 4044 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 4045 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4046 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4047 | |
| 4048 | ------------------------------------------------------------------- |
| 4049 | |
Elliott Hughes | 4e54b11 | 2014-03-06 15:06:11 -0800 | [diff] [blame] | 4050 | Copyright (c) 2013 Antoine Jacoutot <ajacoutot@openbsd.org> |
| 4051 | |
| 4052 | Permission to use, copy, modify, and distribute this software for any |
| 4053 | purpose with or without fee is hereby granted, provided that the above |
| 4054 | copyright notice and this permission notice appear in all copies. |
| 4055 | |
| 4056 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 4057 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 4058 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 4059 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4060 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 4061 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 4062 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 4063 | |
| 4064 | ------------------------------------------------------------------- |
| 4065 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4066 | Copyright (c) 2013 The NetBSD Foundation, Inc. |
| 4067 | All rights reserved. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4068 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4069 | This code is derived from software contributed to The NetBSD Foundation |
| 4070 | by Christos Zoulas. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4071 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4072 | Redistribution and use in source and binary forms, with or without |
| 4073 | modification, are permitted provided that the following conditions |
| 4074 | are met: |
| 4075 | 1. Redistributions of source code must retain the above copyright |
| 4076 | notice, this list of conditions and the following disclaimer. |
| 4077 | 2. Redistributions in binary form must reproduce the above copyright |
| 4078 | notice, this list of conditions and the following disclaimer in the |
| 4079 | documentation and/or other materials provided with the distribution. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4080 | |
Elliott Hughes | 6b2b585 | 2014-12-18 16:27:30 -0800 | [diff] [blame] | 4081 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 4082 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 4083 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 4084 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 4085 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 4086 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 4087 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 4088 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 4089 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 4090 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 4091 | POSSIBILITY OF SUCH DAMAGE. |
Will Newton | 2753e12 | 2013-07-03 09:44:30 +0100 | [diff] [blame] | 4092 | |
| 4093 | ------------------------------------------------------------------- |
| 4094 | |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4095 | Copyright (c) 2014, Intel Corporation |
| 4096 | All rights reserved. |
| 4097 | |
| 4098 | Redistribution and use in source and binary forms, with or without |
| 4099 | modification, are permitted provided that the following conditions are met: |
| 4100 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4101 | * Redistributions of source code must retain the above copyright notice, |
| 4102 | * this list of conditions and the following disclaimer. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4103 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4104 | * Redistributions in binary form must reproduce the above copyright notice, |
| 4105 | * this list of conditions and the following disclaimer in the documentation |
| 4106 | * and/or other materials provided with the distribution. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4107 | |
Elliott Hughes | 3758a24 | 2014-07-22 21:24:47 -0700 | [diff] [blame] | 4108 | * Neither the name of Intel Corporation nor the names of its contributors |
| 4109 | * may be used to endorse or promote products derived from this software |
| 4110 | * without specific prior written permission. |
Elliott Hughes | 1558138 | 2014-07-07 15:42:06 -0700 | [diff] [blame] | 4111 | |
| 4112 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 4113 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4114 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4115 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 4116 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4117 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 4118 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 4119 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4120 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4121 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4122 | |
| 4123 | ------------------------------------------------------------------- |
| 4124 | |
Elliott Hughes | 5702c6f | 2017-08-31 17:27:05 -0700 | [diff] [blame] | 4125 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 4126 | |
| 4127 | Redistribution and use in source and binary forms, with or without |
| 4128 | modification, are permitted provided that the following conditions |
| 4129 | are met: |
| 4130 | 1. Redistributions of source code must retain the above copyright |
| 4131 | notice, this list of conditions and the following disclaimer. |
| 4132 | 2. Redistributions in binary form must reproduce the above copyright |
| 4133 | notice, this list of conditions and the following disclaimer in the |
| 4134 | documentation and/or other materials provided with the distribution. |
| 4135 | |
| 4136 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4137 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4138 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4139 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4140 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4141 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4142 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4143 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4144 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4145 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4146 | SUCH DAMAGE. |
| 4147 | |
| 4148 | ------------------------------------------------------------------- |
| 4149 | |
Yun Hsiang | 40a82d0 | 2023-05-26 10:10:40 +0800 | [diff] [blame] | 4150 | Copyright (c) 2023 SiFive, Inc. |
| 4151 | All rights reserved. |
| 4152 | |
| 4153 | Redistribution and use in source and binary forms, with or without |
| 4154 | modification, are permitted provided that the following conditions |
| 4155 | are met: |
| 4156 | 1. Redistributions of source code must retain the above copyright |
| 4157 | notice, this list of conditions and the following disclaimer. |
| 4158 | 2. Redistributions in binary form must reproduce the above copyright |
| 4159 | notice, this list of conditions and the following disclaimer in the |
| 4160 | documentation and/or other materials provided with the distribution. |
| 4161 | 3. The name of the company may not be used to endorse or promote |
| 4162 | products derived from this software without specific prior written |
| 4163 | permission. |
| 4164 | |
| 4165 | THIS SOFTWARE IS PROVIDED BY SIFIVE INC ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| 4166 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 4167 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4168 | IN NO EVENT SHALL SIFIVE INC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 4169 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 4170 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 4171 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 4172 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 4173 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4174 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4175 | |
| 4176 | ------------------------------------------------------------------- |
| 4177 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4178 | Copyright (c)1999 Citrus Project, |
| 4179 | All rights reserved. |
| 4180 | |
| 4181 | Redistribution and use in source and binary forms, with or without |
| 4182 | modification, are permitted provided that the following conditions |
| 4183 | are met: |
| 4184 | 1. Redistributions of source code must retain the above copyright |
| 4185 | notice, this list of conditions and the following disclaimer. |
| 4186 | 2. Redistributions in binary form must reproduce the above copyright |
| 4187 | notice, this list of conditions and the following disclaimer in the |
| 4188 | documentation and/or other materials provided with the distribution. |
| 4189 | |
| 4190 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4191 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4192 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4193 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4194 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4195 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4196 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4197 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4198 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4199 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4200 | SUCH DAMAGE. |
| 4201 | |
| 4202 | ------------------------------------------------------------------- |
| 4203 | |
| 4204 | Copyright (c)2001 Citrus Project, |
| 4205 | All rights reserved. |
| 4206 | |
| 4207 | Redistribution and use in source and binary forms, with or without |
| 4208 | modification, are permitted provided that the following conditions |
| 4209 | are met: |
| 4210 | 1. Redistributions of source code must retain the above copyright |
| 4211 | notice, this list of conditions and the following disclaimer. |
| 4212 | 2. Redistributions in binary form must reproduce the above copyright |
| 4213 | notice, this list of conditions and the following disclaimer in the |
| 4214 | documentation and/or other materials provided with the distribution. |
| 4215 | |
| 4216 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4217 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4218 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4219 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4220 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4221 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4222 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4223 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4224 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4225 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4226 | SUCH DAMAGE. |
| 4227 | |
| 4228 | ------------------------------------------------------------------- |
| 4229 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4230 | Copyright (c)2003 Citrus Project, |
| 4231 | All rights reserved. |
| 4232 | |
| 4233 | Redistribution and use in source and binary forms, with or without |
| 4234 | modification, are permitted provided that the following conditions |
| 4235 | are met: |
| 4236 | 1. Redistributions of source code must retain the above copyright |
| 4237 | notice, this list of conditions and the following disclaimer. |
| 4238 | 2. Redistributions in binary form must reproduce the above copyright |
| 4239 | notice, this list of conditions and the following disclaimer in the |
| 4240 | documentation and/or other materials provided with the distribution. |
| 4241 | |
| 4242 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4243 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4244 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4245 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4246 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4247 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4248 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4249 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4250 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4251 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4252 | SUCH DAMAGE. |
| 4253 | |
| 4254 | ------------------------------------------------------------------- |
| 4255 | |
Elliott Hughes | 77a3e28 | 2016-08-08 12:39:56 -0700 | [diff] [blame] | 4256 | Copyright 1989 The Regents of the University of California. |
| 4257 | All rights reserved. |
| 4258 | |
| 4259 | Redistribution and use in source and binary forms, with or without |
| 4260 | modification, are permitted provided that the following conditions |
| 4261 | are met: |
| 4262 | 1. Redistributions of source code must retain the above copyright |
| 4263 | notice, this list of conditions and the following disclaimer. |
| 4264 | 2. Redistributions in binary form must reproduce the above copyright |
| 4265 | notice, this list of conditions and the following disclaimer in the |
| 4266 | documentation and/or other materials provided with the distribution. |
| 4267 | 3. Neither the name of the University nor the names of its contributors |
| 4268 | may be used to endorse or promote products derived from this software |
| 4269 | without specific prior written permission. |
| 4270 | |
| 4271 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND |
| 4272 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4273 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4274 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4275 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4276 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4277 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4278 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4279 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4280 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4281 | |
| 4282 | ------------------------------------------------------------------- |
| 4283 | |
Elliott Hughes | 5c2264a | 2014-09-13 09:42:41 -0700 | [diff] [blame] | 4284 | Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
| 4285 | Copyright 2008 Damien Miller <djm@openbsd.org> |
| 4286 | All rights reserved. |
| 4287 | |
| 4288 | Theo de Raadt <deraadt@openbsd.org> came up with the idea of using |
| 4289 | such a mathematical system to generate more random (yet non-repeating) |
| 4290 | ids to solve the resolver/named problem. But Niels designed the |
| 4291 | actual system based on the constraints. |
| 4292 | |
| 4293 | Later modified by Damien Miller to wrap the LCG output in a 15-bit |
| 4294 | permutation generator based on a Luby-Rackoff block cipher. This |
| 4295 | ensures the output is non-repeating and preserves the MSB twiddle |
| 4296 | trick, but makes it more resistant to LCG prediction. |
| 4297 | |
| 4298 | Redistribution and use in source and binary forms, with or without |
| 4299 | modification, are permitted provided that the following conditions |
| 4300 | are met: |
| 4301 | 1. Redistributions of source code must retain the above copyright |
| 4302 | notice, this list of conditions and the following disclaimer. |
| 4303 | 2. Redistributions in binary form must reproduce the above copyright |
| 4304 | notice, this list of conditions and the following disclaimer in the |
| 4305 | documentation and/or other materials provided with the distribution. |
| 4306 | |
| 4307 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 4308 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 4309 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 4310 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 4311 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 4312 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 4313 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 4314 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 4315 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 4316 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4317 | |
| 4318 | ------------------------------------------------------------------- |
| 4319 | |
Calin Juravle | c4fbf92 | 2014-03-10 11:23:52 +0000 | [diff] [blame] | 4320 | Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") |
| 4321 | Portions Copyright (C) 1996-2003 Internet Software Consortium. |
| 4322 | |
| 4323 | Permission to use, copy, modify, and/or distribute this software for any |
| 4324 | purpose with or without fee is hereby granted, provided that the above |
| 4325 | copyright notice and this permission notice appear in all copies. |
| 4326 | |
| 4327 | THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
| 4328 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 4329 | AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 4330 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 4331 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
| 4332 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 4333 | PERFORMANCE OF THIS SOFTWARE. |
| 4334 | |
| 4335 | ------------------------------------------------------------------- |
| 4336 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4337 | Portions Copyright (c) 1993 by Digital Equipment Corporation. |
| 4338 | |
| 4339 | Permission to use, copy, modify, and distribute this software for any |
| 4340 | purpose with or without fee is hereby granted, provided that the above |
| 4341 | copyright notice and this permission notice appear in all copies, and that |
| 4342 | the name of Digital Equipment Corporation not be used in advertising or |
| 4343 | publicity pertaining to distribution of the document or software without |
| 4344 | specific, written prior permission. |
| 4345 | |
| 4346 | THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL |
| 4347 | WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES |
| 4348 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT |
| 4349 | CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 4350 | DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 4351 | PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS |
| 4352 | ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 4353 | SOFTWARE. |
| 4354 | |
| 4355 | ------------------------------------------------------------------- |
| 4356 | |
| 4357 | Portions Copyright (c) 1995 by International Business Machines, Inc. |
| 4358 | |
| 4359 | International Business Machines, Inc. (hereinafter called IBM) grants |
| 4360 | permission under its copyrights to use, copy, modify, and distribute this |
| 4361 | Software with or without fee, provided that the above copyright notice and |
| 4362 | all paragraphs of this notice appear in all copies, and that the name of IBM |
| 4363 | not be used in connection with the marketing of any product incorporating |
| 4364 | the Software or modifications thereof, without specific, written prior |
| 4365 | permission. |
| 4366 | |
| 4367 | To the extent it has a right to do so, IBM grants an immunity from suit |
| 4368 | under its patents, if any, for the use, sale or manufacture of products to |
| 4369 | the extent that such products are used for performing Domain Name System |
| 4370 | dynamic updates in TCP/IP networks by means of the Software. No immunity is |
| 4371 | granted for any product per se or for any other function of any product. |
| 4372 | |
| 4373 | THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, |
| 4374 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 4375 | PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, |
| 4376 | DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING |
| 4377 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN |
| 4378 | IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. |
| 4379 | |
| 4380 | ------------------------------------------------------------------- |
| 4381 | |
| 4382 | Portions Copyright(C) 1995, Jason Downs. All rights reserved. |
| 4383 | |
| 4384 | Redistribution and use in source and binary forms, with or without |
| 4385 | modification, are permitted provided that the following conditions |
| 4386 | are met: |
| 4387 | 1. Redistributions of source code must retain the above copyright |
| 4388 | notice, this list of conditions and the following disclaimer. |
| 4389 | 2. Redistributions in binary form must reproduce the above copyright |
| 4390 | notice, this list of conditions and the following disclaimer in the |
| 4391 | documentation and/or other materials provided with the distribution. |
| 4392 | |
| 4393 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS |
| 4394 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 4395 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 4396 | DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, |
| 4397 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 4398 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 4399 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 4400 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4401 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4402 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4403 | SUCH DAMAGE. |
| 4404 | |
| 4405 | ------------------------------------------------------------------- |
| 4406 | |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 4407 | SPDX-License-Identifier: BSD-2-Clause |
| 4408 | |
| 4409 | Copyright (c) 2002 Tim J. Robbins |
| 4410 | All rights reserved. |
| 4411 | |
| 4412 | Copyright (c) 2011 The FreeBSD Foundation |
| 4413 | |
| 4414 | Portions of this software were developed by David Chisnall |
| 4415 | under sponsorship from the FreeBSD Foundation. |
| 4416 | |
| 4417 | Redistribution and use in source and binary forms, with or without |
| 4418 | modification, are permitted provided that the following conditions |
| 4419 | are met: |
| 4420 | 1. Redistributions of source code must retain the above copyright |
| 4421 | notice, this list of conditions and the following disclaimer. |
| 4422 | 2. Redistributions in binary form must reproduce the above copyright |
| 4423 | notice, this list of conditions and the following disclaimer in the |
| 4424 | documentation and/or other materials provided with the distribution. |
| 4425 | |
| 4426 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4427 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4428 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4429 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4430 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4431 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4432 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4433 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4434 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4435 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4436 | SUCH DAMAGE. |
| 4437 | |
| 4438 | ------------------------------------------------------------------- |
| 4439 | |
| 4440 | SPDX-License-Identifier: BSD-2-Clause |
| 4441 | |
| 4442 | Copyright (c) 2002 Tim J. Robbins |
| 4443 | All rights reserved. |
| 4444 | |
| 4445 | Redistribution and use in source and binary forms, with or without |
| 4446 | modification, are permitted provided that the following conditions |
| 4447 | are met: |
| 4448 | 1. Redistributions of source code must retain the above copyright |
| 4449 | notice, this list of conditions and the following disclaimer. |
| 4450 | 2. Redistributions in binary form must reproduce the above copyright |
| 4451 | notice, this list of conditions and the following disclaimer in the |
| 4452 | documentation and/or other materials provided with the distribution. |
| 4453 | |
| 4454 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4455 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4456 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4457 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4458 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4459 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4460 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4461 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4462 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4463 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4464 | SUCH DAMAGE. |
| 4465 | |
| 4466 | ------------------------------------------------------------------- |
| 4467 | |
| 4468 | SPDX-License-Identifier: BSD-2-Clause |
| 4469 | |
| 4470 | Copyright (c) 2005 Tim J. Robbins. |
| 4471 | All rights reserved. |
| 4472 | |
| 4473 | Redistribution and use in source and binary forms, with or without |
| 4474 | modification, are permitted provided that the following conditions |
| 4475 | are met: |
| 4476 | 1. Redistributions of source code must retain the above copyright |
| 4477 | notice, this list of conditions and the following disclaimer. |
| 4478 | 2. Redistributions in binary form must reproduce the above copyright |
| 4479 | notice, this list of conditions and the following disclaimer in the |
| 4480 | documentation and/or other materials provided with the distribution. |
| 4481 | |
| 4482 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4483 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4484 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4485 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4486 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4487 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4488 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4489 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4490 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4491 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4492 | SUCH DAMAGE. |
| 4493 | |
| 4494 | ------------------------------------------------------------------- |
| 4495 | |
| 4496 | SPDX-License-Identifier: BSD-2-Clause |
| 4497 | |
| 4498 | Copyright (c) 2009 David Schultz <das@FreeBSD.org> |
| 4499 | All rights reserved. |
| 4500 | |
| 4501 | Redistribution and use in source and binary forms, with or without |
| 4502 | modification, are permitted provided that the following conditions |
| 4503 | are met: |
| 4504 | 1. Redistributions of source code must retain the above copyright |
| 4505 | notice, this list of conditions and the following disclaimer. |
| 4506 | 2. Redistributions in binary form must reproduce the above copyright |
| 4507 | notice, this list of conditions and the following disclaimer in the |
| 4508 | documentation and/or other materials provided with the distribution. |
| 4509 | |
| 4510 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4511 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4512 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4513 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4514 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4515 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4516 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4517 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4518 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4519 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4520 | SUCH DAMAGE. |
| 4521 | |
| 4522 | ------------------------------------------------------------------- |
| 4523 | |
| 4524 | SPDX-License-Identifier: BSD-2-Clause |
| 4525 | |
| 4526 | Copyright (c) 2011 David Chisnall |
| 4527 | All rights reserved. |
| 4528 | |
| 4529 | Redistribution and use in source and binary forms, with or without |
| 4530 | modification, are permitted provided that the following conditions |
| 4531 | are met: |
| 4532 | 1. Redistributions of source code must retain the above copyright |
| 4533 | notice, this list of conditions and the following disclaimer. |
| 4534 | 2. Redistributions in binary form must reproduce the above copyright |
| 4535 | notice, this list of conditions and the following disclaimer in the |
| 4536 | documentation and/or other materials provided with the distribution. |
| 4537 | |
| 4538 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4539 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4540 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4541 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4542 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4543 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4544 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4545 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4546 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4547 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4548 | SUCH DAMAGE. |
| 4549 | |
| 4550 | ------------------------------------------------------------------- |
| 4551 | |
| 4552 | SPDX-License-Identifier: BSD-2-Clause |
| 4553 | |
| 4554 | Copyright (c) 2015 Nuxi, https://nuxi.nl/ |
| 4555 | |
| 4556 | Redistribution and use in source and binary forms, with or without |
| 4557 | modification, are permitted provided that the following conditions |
| 4558 | are met: |
| 4559 | 1. Redistributions of source code must retain the above copyright |
| 4560 | notice, this list of conditions and the following disclaimer. |
| 4561 | 2. Redistributions in binary form must reproduce the above copyright |
| 4562 | notice, this list of conditions and the following disclaimer in the |
| 4563 | documentation and/or other materials provided with the distribution. |
| 4564 | |
| 4565 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4566 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4567 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4568 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4569 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4570 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4571 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4572 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4573 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4574 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4575 | SUCH DAMAGE. |
| 4576 | |
| 4577 | ------------------------------------------------------------------- |
| 4578 | |
| 4579 | SPDX-License-Identifier: BSD-2-Clause |
| 4580 | |
Elliott Hughes | 6cd03ef | 2024-03-21 18:06:18 +0000 | [diff] [blame] | 4581 | Copyright (c) 2017, 2018 Dell EMC |
| 4582 | Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien |
| 4583 | Copyright (c) 1998 John D. Polstra. |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 4584 | All rights reserved. |
| 4585 | |
| 4586 | Redistribution and use in source and binary forms, with or without |
| 4587 | modification, are permitted provided that the following conditions |
| 4588 | are met: |
| 4589 | 1. Redistributions of source code must retain the above copyright |
| 4590 | notice, this list of conditions and the following disclaimer. |
| 4591 | 2. Redistributions in binary form must reproduce the above copyright |
| 4592 | notice, this list of conditions and the following disclaimer in the |
| 4593 | documentation and/or other materials provided with the distribution. |
| 4594 | |
| 4595 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4596 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4597 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4598 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4599 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4600 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4601 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4602 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4603 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4604 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4605 | SUCH DAMAGE. |
| 4606 | |
| 4607 | ------------------------------------------------------------------- |
| 4608 | |
Elliott Hughes | 6cd03ef | 2024-03-21 18:06:18 +0000 | [diff] [blame] | 4609 | SPDX-License-Identifier: BSD-2-Clause |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 4610 | |
Elliott Hughes | 6cd03ef | 2024-03-21 18:06:18 +0000 | [diff] [blame] | 4611 | Copyright (c)1999 Citrus Project, |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 4612 | All rights reserved. |
| 4613 | |
| 4614 | Redistribution and use in source and binary forms, with or without |
| 4615 | modification, are permitted provided that the following conditions |
| 4616 | are met: |
| 4617 | 1. Redistributions of source code must retain the above copyright |
| 4618 | notice, this list of conditions and the following disclaimer. |
| 4619 | 2. Redistributions in binary form must reproduce the above copyright |
| 4620 | notice, this list of conditions and the following disclaimer in the |
| 4621 | documentation and/or other materials provided with the distribution. |
| 4622 | |
| 4623 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 4624 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4625 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4626 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 4627 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4628 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4629 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4630 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4631 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4632 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4633 | SUCH DAMAGE. |
| 4634 | |
| 4635 | ------------------------------------------------------------------- |
| 4636 | |
| 4637 | SPDX-License-Identifier: BSD-3-Clause |
| 4638 | |
| 4639 | Copyright (c) 1989, 1993 |
| 4640 | The Regents of the University of California. All rights reserved. |
| 4641 | |
| 4642 | Redistribution and use in source and binary forms, with or without |
| 4643 | modification, are permitted provided that the following conditions |
| 4644 | are met: |
| 4645 | 1. Redistributions of source code must retain the above copyright |
| 4646 | notice, this list of conditions and the following disclaimer. |
| 4647 | 2. Redistributions in binary form must reproduce the above copyright |
| 4648 | notice, this list of conditions and the following disclaimer in the |
| 4649 | documentation and/or other materials provided with the distribution. |
| 4650 | 3. Neither the name of the University nor the names of its contributors |
| 4651 | may be used to endorse or promote products derived from this software |
| 4652 | without specific prior written permission. |
| 4653 | |
| 4654 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 4655 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4656 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4657 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4658 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4659 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4660 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4661 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4662 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4663 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4664 | SUCH DAMAGE. |
| 4665 | |
| 4666 | ------------------------------------------------------------------- |
| 4667 | |
| 4668 | SPDX-License-Identifier: BSD-3-Clause |
| 4669 | |
| 4670 | Copyright (c) 1990, 1993 |
| 4671 | The Regents of the University of California. All rights reserved. |
| 4672 | |
| 4673 | This code is derived from software contributed to Berkeley by |
| 4674 | Chris Torek. |
| 4675 | |
| 4676 | Redistribution and use in source and binary forms, with or without |
| 4677 | modification, are permitted provided that the following conditions |
| 4678 | are met: |
| 4679 | 1. Redistributions of source code must retain the above copyright |
| 4680 | notice, this list of conditions and the following disclaimer. |
| 4681 | 2. Redistributions in binary form must reproduce the above copyright |
| 4682 | notice, this list of conditions and the following disclaimer in the |
| 4683 | documentation and/or other materials provided with the distribution. |
| 4684 | 3. Neither the name of the University nor the names of its contributors |
| 4685 | may be used to endorse or promote products derived from this software |
| 4686 | without specific prior written permission. |
| 4687 | |
| 4688 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 4689 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4690 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4691 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4692 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4693 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4694 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4695 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4696 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4697 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4698 | SUCH DAMAGE. |
| 4699 | |
| 4700 | ------------------------------------------------------------------- |
| 4701 | |
| 4702 | SPDX-License-Identifier: BSD-3-Clause |
| 4703 | |
Elliott Hughes | 526bd98 | 2024-03-19 15:56:30 +0000 | [diff] [blame] | 4704 | Copyright (c) 1992, 1993 |
| 4705 | The Regents of the University of California. All rights reserved. |
| 4706 | |
| 4707 | Redistribution and use in source and binary forms, with or without |
| 4708 | modification, are permitted provided that the following conditions |
| 4709 | are met: |
| 4710 | 1. Redistributions of source code must retain the above copyright |
| 4711 | notice, this list of conditions and the following disclaimer. |
| 4712 | 2. Redistributions in binary form must reproduce the above copyright |
| 4713 | notice, this list of conditions and the following disclaimer in the |
| 4714 | documentation and/or other materials provided with the distribution. |
| 4715 | 3. Neither the name of the University nor the names of its contributors |
| 4716 | may be used to endorse or promote products derived from this software |
| 4717 | without specific prior written permission. |
| 4718 | |
| 4719 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 4720 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4721 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4722 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4723 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4724 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4725 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4726 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4727 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4728 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4729 | SUCH DAMAGE. |
| 4730 | |
| 4731 | ------------------------------------------------------------------- |
| 4732 | |
| 4733 | SPDX-License-Identifier: BSD-3-Clause |
| 4734 | |
| 4735 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 4736 | Copyright (c) 1992, 1993, 1994 |
| 4737 | The Regents of the University of California. All rights reserved. |
| 4738 | |
| 4739 | Copyright (c) 2011 The FreeBSD Foundation |
| 4740 | All rights reserved. |
| 4741 | Portions of this software were developed by David Chisnall |
| 4742 | under sponsorship from the FreeBSD Foundation. |
| 4743 | |
| 4744 | This code is derived from software contributed to Berkeley by |
| 4745 | Henry Spencer. |
| 4746 | |
| 4747 | Redistribution and use in source and binary forms, with or without |
| 4748 | modification, are permitted provided that the following conditions |
| 4749 | are met: |
| 4750 | 1. Redistributions of source code must retain the above copyright |
| 4751 | notice, this list of conditions and the following disclaimer. |
| 4752 | 2. Redistributions in binary form must reproduce the above copyright |
| 4753 | notice, this list of conditions and the following disclaimer in the |
| 4754 | documentation and/or other materials provided with the distribution. |
| 4755 | 3. Neither the name of the University nor the names of its contributors |
| 4756 | may be used to endorse or promote products derived from this software |
| 4757 | without specific prior written permission. |
| 4758 | |
| 4759 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 4760 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4761 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4762 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4763 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4764 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4765 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4766 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4767 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4768 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4769 | SUCH DAMAGE. |
| 4770 | |
| 4771 | ------------------------------------------------------------------- |
| 4772 | |
| 4773 | SPDX-License-Identifier: BSD-3-Clause |
| 4774 | |
| 4775 | Copyright (c) 1992, 1993, 1994 Henry Spencer. |
| 4776 | Copyright (c) 1992, 1993, 1994 |
| 4777 | The Regents of the University of California. All rights reserved. |
| 4778 | |
| 4779 | This code is derived from software contributed to Berkeley by |
| 4780 | Henry Spencer. |
| 4781 | |
| 4782 | Redistribution and use in source and binary forms, with or without |
| 4783 | modification, are permitted provided that the following conditions |
| 4784 | are met: |
| 4785 | 1. Redistributions of source code must retain the above copyright |
| 4786 | notice, this list of conditions and the following disclaimer. |
| 4787 | 2. Redistributions in binary form must reproduce the above copyright |
| 4788 | notice, this list of conditions and the following disclaimer in the |
| 4789 | documentation and/or other materials provided with the distribution. |
| 4790 | 3. Neither the name of the University nor the names of its contributors |
| 4791 | may be used to endorse or promote products derived from this software |
| 4792 | without specific prior written permission. |
| 4793 | |
| 4794 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 4795 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4796 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4797 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4798 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4799 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4800 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4801 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4802 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4803 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4804 | SUCH DAMAGE. |
| 4805 | |
| 4806 | ------------------------------------------------------------------- |
| 4807 | |
| 4808 | SPDX-License-Identifier: BSD-3-Clause |
| 4809 | |
| 4810 | Copyright (c) 1998 Softweyr LLC. All rights reserved. |
| 4811 | |
| 4812 | strtok_r, from Berkeley strtok |
| 4813 | Oct 13, 1998 by Wes Peters <wes@softweyr.com> |
| 4814 | |
| 4815 | Copyright (c) 1988, 1993 |
| 4816 | The Regents of the University of California. All rights reserved. |
| 4817 | |
| 4818 | Redistribution and use in source and binary forms, with or without |
| 4819 | modification, are permitted provided that the following conditions |
| 4820 | are met: |
| 4821 | 1. Redistributions of source code must retain the above copyright |
| 4822 | notices, this list of conditions and the following disclaimer. |
| 4823 | 2. Redistributions in binary form must reproduce the above copyright |
| 4824 | notices, this list of conditions and the following disclaimer in the |
| 4825 | documentation and/or other materials provided with the distribution. |
| 4826 | 3. Neither the name of the University nor the names of its contributors |
| 4827 | may be used to endorse or promote products derived from this software |
| 4828 | without specific prior written permission. |
| 4829 | |
| 4830 | THIS SOFTWARE IS PROVIDED BY SOFTWEYR LLC, THE REGENTS AND CONTRIBUTORS |
| 4831 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 4832 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 4833 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SOFTWEYR LLC, THE |
| 4834 | REGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 4835 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 4836 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 4837 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 4838 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 4839 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 4840 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4841 | |
| 4842 | ------------------------------------------------------------------- |
| 4843 | |
| 4844 | SPDX-License-Identifier: BSD-3-Clause |
| 4845 | |
| 4846 | Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
| 4847 | All rights reserved. |
| 4848 | |
| 4849 | Redistribution and use in source and binary forms, with or without |
| 4850 | modification, are permitted provided that the following conditions |
| 4851 | are met: |
| 4852 | 1. Redistributions of source code must retain the above copyright |
| 4853 | notice, this list of conditions and the following disclaimer. |
| 4854 | 2. Redistributions in binary form must reproduce the above copyright |
| 4855 | notice, this list of conditions and the following disclaimer in the |
| 4856 | documentation and/or other materials provided with the distribution. |
| 4857 | 3. The name of the author may not be used to endorse or promote products |
| 4858 | derived from this software without specific prior written permission. |
| 4859 | |
| 4860 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 4861 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 4862 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 4863 | THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 4864 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 4865 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 4866 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 4867 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 4868 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 4869 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 4870 | |
| 4871 | ------------------------------------------------------------------- |
| 4872 | |
| 4873 | SPDX-License-Identifier: BSD-3-Clause |
| 4874 | |
| 4875 | Copyright (c) 1999 |
| 4876 | David E. O'Brien |
| 4877 | Copyright (c) 1988, 1993 |
| 4878 | The Regents of the University of California. All rights reserved. |
| 4879 | |
| 4880 | Redistribution and use in source and binary forms, with or without |
| 4881 | modification, are permitted provided that the following conditions |
| 4882 | are met: |
| 4883 | 1. Redistributions of source code must retain the above copyright |
| 4884 | notice, this list of conditions and the following disclaimer. |
| 4885 | 2. Redistributions in binary form must reproduce the above copyright |
| 4886 | notice, this list of conditions and the following disclaimer in the |
| 4887 | documentation and/or other materials provided with the distribution. |
| 4888 | 3. Neither the name of the University nor the names of its contributors |
| 4889 | may be used to endorse or promote products derived from this software |
| 4890 | without specific prior written permission. |
| 4891 | |
| 4892 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 4893 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 4894 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 4895 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 4896 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 4897 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 4898 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 4899 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 4900 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 4901 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 4902 | SUCH DAMAGE. |
| 4903 | |
| 4904 | ------------------------------------------------------------------- |
| 4905 | |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4906 | The author of this software is David M. Gay. |
| 4907 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4908 | Copyright (C) 1998 by Lucent Technologies |
| 4909 | All Rights Reserved |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4910 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4911 | Permission to use, copy, modify, and distribute this software and |
| 4912 | its documentation for any purpose and without fee is hereby |
| 4913 | granted, provided that the above copyright notice appear in all |
| 4914 | copies and that both that the copyright notice and this |
| 4915 | permission notice and warranty disclaimer appear in supporting |
| 4916 | documentation, and that the name of Lucent or any of its entities |
| 4917 | not be used in advertising or publicity pertaining to |
| 4918 | distribution of the software without specific, written prior |
| 4919 | permission. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 4920 | |
Elliott Hughes | acbe322 | 2014-04-16 17:01:12 -0700 | [diff] [blame] | 4921 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 4922 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 4923 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 4924 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4925 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 4926 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 4927 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 4928 | THIS SOFTWARE. |
| 4929 | |
| 4930 | ------------------------------------------------------------------- |
| 4931 | |
| 4932 | The author of this software is David M. Gay. |
| 4933 | |
| 4934 | Copyright (C) 1998, 1999 by Lucent Technologies |
| 4935 | All Rights Reserved |
| 4936 | |
| 4937 | Permission to use, copy, modify, and distribute this software and |
| 4938 | its documentation for any purpose and without fee is hereby |
| 4939 | granted, provided that the above copyright notice appear in all |
| 4940 | copies and that both that the copyright notice and this |
| 4941 | permission notice and warranty disclaimer appear in supporting |
| 4942 | documentation, and that the name of Lucent or any of its entities |
| 4943 | not be used in advertising or publicity pertaining to |
| 4944 | distribution of the software without specific, written prior |
| 4945 | permission. |
| 4946 | |
| 4947 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 4948 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 4949 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 4950 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4951 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 4952 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 4953 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 4954 | THIS SOFTWARE. |
| 4955 | |
| 4956 | ------------------------------------------------------------------- |
| 4957 | |
| 4958 | The author of this software is David M. Gay. |
| 4959 | |
| 4960 | Copyright (C) 1998, 2000 by Lucent Technologies |
| 4961 | All Rights Reserved |
| 4962 | |
| 4963 | Permission to use, copy, modify, and distribute this software and |
| 4964 | its documentation for any purpose and without fee is hereby |
| 4965 | granted, provided that the above copyright notice appear in all |
| 4966 | copies and that both that the copyright notice and this |
| 4967 | permission notice and warranty disclaimer appear in supporting |
| 4968 | documentation, and that the name of Lucent or any of its entities |
| 4969 | not be used in advertising or publicity pertaining to |
| 4970 | distribution of the software without specific, written prior |
| 4971 | permission. |
| 4972 | |
| 4973 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 4974 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 4975 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 4976 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 4977 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 4978 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 4979 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 4980 | THIS SOFTWARE. |
| 4981 | |
| 4982 | ------------------------------------------------------------------- |
| 4983 | |
| 4984 | The author of this software is David M. Gay. |
| 4985 | |
| 4986 | Copyright (C) 1998-2000 by Lucent Technologies |
| 4987 | All Rights Reserved |
| 4988 | |
| 4989 | Permission to use, copy, modify, and distribute this software and |
| 4990 | its documentation for any purpose and without fee is hereby |
| 4991 | granted, provided that the above copyright notice appear in all |
| 4992 | copies and that both that the copyright notice and this |
| 4993 | permission notice and warranty disclaimer appear in supporting |
| 4994 | documentation, and that the name of Lucent or any of its entities |
| 4995 | not be used in advertising or publicity pertaining to |
| 4996 | distribution of the software without specific, written prior |
| 4997 | permission. |
| 4998 | |
| 4999 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5000 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5001 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5002 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5003 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5004 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5005 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5006 | THIS SOFTWARE. |
| 5007 | |
| 5008 | ------------------------------------------------------------------- |
| 5009 | |
| 5010 | The author of this software is David M. Gay. |
| 5011 | |
| 5012 | Copyright (C) 1998-2001 by Lucent Technologies |
| 5013 | All Rights Reserved |
| 5014 | |
| 5015 | Permission to use, copy, modify, and distribute this software and |
| 5016 | its documentation for any purpose and without fee is hereby |
| 5017 | granted, provided that the above copyright notice appear in all |
| 5018 | copies and that both that the copyright notice and this |
| 5019 | permission notice and warranty disclaimer appear in supporting |
| 5020 | documentation, and that the name of Lucent or any of its entities |
| 5021 | not be used in advertising or publicity pertaining to |
| 5022 | distribution of the software without specific, written prior |
| 5023 | permission. |
| 5024 | |
| 5025 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5026 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5027 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5028 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5029 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5030 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5031 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5032 | THIS SOFTWARE. |
| 5033 | |
| 5034 | ------------------------------------------------------------------- |
| 5035 | |
| 5036 | The author of this software is David M. Gay. |
| 5037 | |
| 5038 | Copyright (C) 2000 by Lucent Technologies |
| 5039 | All Rights Reserved |
| 5040 | |
| 5041 | Permission to use, copy, modify, and distribute this software and |
| 5042 | its documentation for any purpose and without fee is hereby |
| 5043 | granted, provided that the above copyright notice appear in all |
| 5044 | copies and that both that the copyright notice and this |
| 5045 | permission notice and warranty disclaimer appear in supporting |
| 5046 | documentation, and that the name of Lucent or any of its entities |
| 5047 | not be used in advertising or publicity pertaining to |
| 5048 | distribution of the software without specific, written prior |
| 5049 | permission. |
| 5050 | |
| 5051 | LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 5052 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. |
| 5053 | IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY |
| 5054 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 5055 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER |
| 5056 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 5057 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
| 5058 | THIS SOFTWARE. |
Elliott Hughes | 261e223 | 2012-08-14 15:04:05 -0700 | [diff] [blame] | 5059 | |
| 5060 | ------------------------------------------------------------------- |
| 5061 | |
Vaisakh K V | 83e5584 | 2024-03-29 12:47:39 +0530 | [diff] [blame] | 5062 | memcpy - copy memory area |
| 5063 | |
| 5064 | Copyright (c) 2012-2022, Arm Limited. |
| 5065 | Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. |
| 5066 | SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception |
| 5067 | |
| 5068 | ------------------------------------------------------------------- |
| 5069 | |