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