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