1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Credits</title> 6 <style> 7 body { 8 font-family:Helvetica,Arial,sans-serif; 9 background-color:white; 10 font-size:84%; 11 max-width:1020px; 12 } 13 .page-title { 14 font-size:164%; 15 font-weight:bold; 16 } 17 .product { 18 background-color:#c3d9ff; 19 overflow:auto; 20 padding:2px; 21 margin-top:16px; 22 border-radius:5px; 23 } 24 .product .title { 25 font-size:110%; 26 font-weight:bold; 27 float:left; 28 margin:3px; 29 } 30 .product .homepage { 31 text-align:right; 32 float:right; 33 margin:3px; 34 } 35 .product .homepage:after { 36 content:" - "; 37 } 38 .product .show { 39 text-align:right; 40 float:right; 41 margin:3px; 42 } 43 .licence { 44 clear:both; 45 background-color:#e8eef7; 46 padding:16px; 47 border-radius:3px; 48 display:none; 49 } 50 .licence h3 { 51 margin-top:0px; 52 } 53 </style> 54 <script> 55 function $(o) {return document.getElementById(o);} 56 function toggle(o) { 57 var licence = o.nextSibling; 58 59 while (licence.className != 'licence') { 60 if (!licence) return false; 61 licence = licence.nextSibling; 62 } 63 64 if (licence.style && licence.style.display == 'block') { 65 licence.style.display = 'none'; 66 o.innerHTML = 'show license'; 67 } else { 68 licence.style.display = 'block'; 69 o.innerHTML = 'hide license'; 70 } 71 return false; 72 } 73 </script> 74 </head> 75 <body> 76 <span class="page-title" style="float:left;">Credits</span> 77 <a href="javascript:window.print();" style="float:right;">Print</a> 78 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> 79 <div class="product"> 80 <span class="title">Linux</span> 81 <a class="show" href="#" onclick="return toggle(this);">show license</a> 82 <span class="homepage"><a href="http://www.kernel.org/">homepage</a></span> 83 <div class="licence"> 84 <pre> GNU GENERAL PUBLIC LICENSE 85 Version 2, June 1991 86 87 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 88 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 89 Everyone is permitted to copy and distribute verbatim copies 90 of this license document, but changing it is not allowed. 91 92 Preamble 93 94 The licenses for most software are designed to take away your 95 freedom to share and change it. By contrast, the GNU General Public 96 License is intended to guarantee your freedom to share and change free 97 software--to make sure the software is free for all its users. This 98 General Public License applies to most of the Free Software 99 Foundation's software and to any other program whose authors commit to 100 using it. (Some other Free Software Foundation software is covered by 101 the GNU Library General Public License instead.) You can apply it to 102 your programs, too. 103 104 When we speak of free software, we are referring to freedom, not 105 price. Our General Public Licenses are designed to make sure that you 106 have the freedom to distribute copies of free software (and charge for 107 this service if you wish), that you receive source code or can get it 108 if you want it, that you can change the software or use pieces of it 109 in new free programs; and that you know you can do these things. 110 111 To protect your rights, we need to make restrictions that forbid 112 anyone to deny you these rights or to ask you to surrender the rights. 113 These restrictions translate to certain responsibilities for you if you 114 distribute copies of the software, or if you modify it. 115 116 For example, if you distribute copies of such a program, whether 117 gratis or for a fee, you must give the recipients all the rights that 118 you have. You must make sure that they, too, receive or can get the 119 source code. And you must show them these terms so they know their 120 rights. 121 122 We protect your rights with two steps: (1) copyright the software, and 123 (2) offer you this license which gives you legal permission to copy, 124 distribute and/or modify the software. 125 126 Also, for each author's protection and ours, we want to make certain 127 that everyone understands that there is no warranty for this free 128 software. If the software is modified by someone else and passed on, we 129 want its recipients to know that what they have is not the original, so 130 that any problems introduced by others will not reflect on the original 131 authors' reputations. 132 133 Finally, any free program is threatened constantly by software 134 patents. We wish to avoid the danger that redistributors of a free 135 program will individually obtain patent licenses, in effect making the 136 program proprietary. To prevent this, we have made it clear that any 137 patent must be licensed for everyone's free use or not licensed at all. 138 139 The precise terms and conditions for copying, distribution and 140 modification follow. 141 143 GNU GENERAL PUBLIC LICENSE 144 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 145 146 0. This License applies to any program or other work which contains 147 a notice placed by the copyright holder saying it may be distributed 148 under the terms of this General Public License. The "Program", below, 149 refers to any such program or work, and a "work based on the Program" 150 means either the Program or any derivative work under copyright law: 151 that is to say, a work containing the Program or a portion of it, 152 either verbatim or with modifications and/or translated into another 153 language. (Hereinafter, translation is included without limitation in 154 the term "modification".) Each licensee is addressed as "you". 155 156 Activities other than copying, distribution and modification are not 157 covered by this License; they are outside its scope. The act of 158 running the Program is not restricted, and the output from the Program 159 is covered only if its contents constitute a work based on the 160 Program (independent of having been made by running the Program). 161 Whether that is true depends on what the Program does. 162 163 1. You may copy and distribute verbatim copies of the Program's 164 source code as you receive it, in any medium, provided that you 165 conspicuously and appropriately publish on each copy an appropriate 166 copyright notice and disclaimer of warranty; keep intact all the 167 notices that refer to this License and to the absence of any warranty; 168 and give any other recipients of the Program a copy of this License 169 along with the Program. 170 171 You may charge a fee for the physical act of transferring a copy, and 172 you may at your option offer warranty protection in exchange for a fee. 173 174 2. You may modify your copy or copies of the Program or any portion 175 of it, thus forming a work based on the Program, and copy and 176 distribute such modifications or work under the terms of Section 1 177 above, provided that you also meet all of these conditions: 178 179 a) You must cause the modified files to carry prominent notices 180 stating that you changed the files and the date of any change. 181 182 b) You must cause any work that you distribute or publish, that in 183 whole or in part contains or is derived from the Program or any 184 part thereof, to be licensed as a whole at no charge to all third 185 parties under the terms of this License. 186 187 c) If the modified program normally reads commands interactively 188 when run, you must cause it, when started running for such 189 interactive use in the most ordinary way, to print or display an 190 announcement including an appropriate copyright notice and a 191 notice that there is no warranty (or else, saying that you provide 192 a warranty) and that users may redistribute the program under 193 these conditions, and telling the user how to view a copy of this 194 License. (Exception: if the Program itself is interactive but 195 does not normally print such an announcement, your work based on 196 the Program is not required to print an announcement.) 197 199 These requirements apply to the modified work as a whole. If 200 identifiable sections of that work are not derived from the Program, 201 and can be reasonably considered independent and separate works in 202 themselves, then this License, and its terms, do not apply to those 203 sections when you distribute them as separate works. But when you 204 distribute the same sections as part of a whole which is a work based 205 on the Program, the distribution of the whole must be on the terms of 206 this License, whose permissions for other licensees extend to the 207 entire whole, and thus to each and every part regardless of who wrote it. 208 209 Thus, it is not the intent of this section to claim rights or contest 210 your rights to work written entirely by you; rather, the intent is to 211 exercise the right to control the distribution of derivative or 212 collective works based on the Program. 213 214 In addition, mere aggregation of another work not based on the Program 215 with the Program (or with a work based on the Program) on a volume of 216 a storage or distribution medium does not bring the other work under 217 the scope of this License. 218 219 3. You may copy and distribute the Program (or a work based on it, 220 under Section 2) in object code or executable form under the terms of 221 Sections 1 and 2 above provided that you also do one of the following: 222 223 a) Accompany it with the complete corresponding machine-readable 224 source code, which must be distributed under the terms of Sections 225 1 and 2 above on a medium customarily used for software interchange; or, 226 227 b) Accompany it with a written offer, valid for at least three 228 years, to give any third party, for a charge no more than your 229 cost of physically performing source distribution, a complete 230 machine-readable copy of the corresponding source code, to be 231 distributed under the terms of Sections 1 and 2 above on a medium 232 customarily used for software interchange; or, 233 234 c) Accompany it with the information you received as to the offer 235 to distribute corresponding source code. (This alternative is 236 allowed only for noncommercial distribution and only if you 237 received the program in object code or executable form with such 238 an offer, in accord with Subsection b above.) 239 240 The source code for a work means the preferred form of the work for 241 making modifications to it. For an executable work, complete source 242 code means all the source code for all modules it contains, plus any 243 associated interface definition files, plus the scripts used to 244 control compilation and installation of the executable. However, as a 245 special exception, the source code distributed need not include 246 anything that is normally distributed (in either source or binary 247 form) with the major components (compiler, kernel, and so on) of the 248 operating system on which the executable runs, unless that component 249 itself accompanies the executable. 250 251 If distribution of executable or object code is made by offering 252 access to copy from a designated place, then offering equivalent 253 access to copy the source code from the same place counts as 254 distribution of the source code, even though third parties are not 255 compelled to copy the source along with the object code. 256 258 4. You may not copy, modify, sublicense, or distribute the Program 259 except as expressly provided under this License. Any attempt 260 otherwise to copy, modify, sublicense or distribute the Program is 261 void, and will automatically terminate your rights under this License. 262 However, parties who have received copies, or rights, from you under 263 this License will not have their licenses terminated so long as such 264 parties remain in full compliance. 265 266 5. You are not required to accept this License, since you have not 267 signed it. However, nothing else grants you permission to modify or 268 distribute the Program or its derivative works. These actions are 269 prohibited by law if you do not accept this License. Therefore, by 270 modifying or distributing the Program (or any work based on the 271 Program), you indicate your acceptance of this License to do so, and 272 all its terms and conditions for copying, distributing or modifying 273 the Program or works based on it. 274 275 6. Each time you redistribute the Program (or any work based on the 276 Program), the recipient automatically receives a license from the 277 original licensor to copy, distribute or modify the Program subject to 278 these terms and conditions. You may not impose any further 279 restrictions on the recipients' exercise of the rights granted herein. 280 You are not responsible for enforcing compliance by third parties to 281 this License. 282 283 7. If, as a consequence of a court judgment or allegation of patent 284 infringement or for any other reason (not limited to patent issues), 285 conditions are imposed on you (whether by court order, agreement or 286 otherwise) that contradict the conditions of this License, they do not 287 excuse you from the conditions of this License. If you cannot 288 distribute so as to satisfy simultaneously your obligations under this 289 License and any other pertinent obligations, then as a consequence you 290 may not distribute the Program at all. For example, if a patent 291 license would not permit royalty-free redistribution of the Program by 292 all those who receive copies directly or indirectly through you, then 293 the only way you could satisfy both it and this License would be to 294 refrain entirely from distribution of the Program. 295 296 If any portion of this section is held invalid or unenforceable under 297 any particular circumstance, the balance of the section is intended to 298 apply and the section as a whole is intended to apply in other 299 circumstances. 300 301 It is not the purpose of this section to induce you to infringe any 302 patents or other property right claims or to contest validity of any 303 such claims; this section has the sole purpose of protecting the 304 integrity of the free software distribution system, which is 305 implemented by public license practices. Many people have made 306 generous contributions to the wide range of software distributed 307 through that system in reliance on consistent application of that 308 system; it is up to the author/donor to decide if he or she is willing 309 to distribute software through any other system and a licensee cannot 310 impose that choice. 311 312 This section is intended to make thoroughly clear what is believed to 313 be a consequence of the rest of this License. 314 316 8. If the distribution and/or use of the Program is restricted in 317 certain countries either by patents or by copyrighted interfaces, the 318 original copyright holder who places the Program under this License 319 may add an explicit geographical distribution limitation excluding 320 those countries, so that distribution is permitted only in or among 321 countries not thus excluded. In such case, this License incorporates 322 the limitation as if written in the body of this License. 323 324 9. The Free Software Foundation may publish revised and/or new versions 325 of the General Public License from time to time. Such new versions will 326 be similar in spirit to the present version, but may differ in detail to 327 address new problems or concerns. 328 329 Each version is given a distinguishing version number. If the Program 330 specifies a version number of this License which applies to it and "any 331 later version", you have the option of following the terms and conditions 332 either of that version or of any later version published by the Free 333 Software Foundation. If the Program does not specify a version number of 334 this License, you may choose any version ever published by the Free Software 335 Foundation. 336 337 10. If you wish to incorporate parts of the Program into other free 338 programs whose distribution conditions are different, write to the author 339 to ask for permission. For software which is copyrighted by the Free 340 Software Foundation, write to the Free Software Foundation; we sometimes 341 make exceptions for this. Our decision will be guided by the two goals 342 of preserving the free status of all derivatives of our free software and 343 of promoting the sharing and reuse of software generally. 344 345 NO WARRANTY 346 347 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 348 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 349 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 350 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 351 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 352 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 353 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 354 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 355 REPAIR OR CORRECTION. 356 357 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 358 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 359 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 360 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 361 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 362 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 363 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 364 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 365 POSSIBILITY OF SUCH DAMAGES. 366 367 END OF TERMS AND CONDITIONS 368 370 How to Apply These Terms to Your New Programs 371 372 If you develop a new program, and you want it to be of the greatest 373 possible use to the public, the best way to achieve this is to make it 374 free software which everyone can redistribute and change under these terms. 375 376 To do so, attach the following notices to the program. It is safest 377 to attach them to the start of each source file to most effectively 378 convey the exclusion of warranty; and each file should have at least 379 the "copyright" line and a pointer to where the full notice is found. 380 381 <one line to give the program's name and a brief idea of what it does.> 382 Copyright (C) <year> <name of author> 383 384 This program is free software; you can redistribute it and/or modify 385 it under the terms of the GNU General Public License as published by 386 the Free Software Foundation; either version 2 of the License, or 387 (at your option) any later version. 388 389 This program is distributed in the hope that it will be useful, 390 but WITHOUT ANY WARRANTY; without even the implied warranty of 391 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 392 GNU General Public License for more details. 393 394 You should have received a copy of the GNU General Public License 395 along with this program; if not, write to the Free Software 396 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 397 398 399 Also add information on how to contact you by electronic and paper mail. 400 401 If the program is interactive, make it output a short notice like this 402 when it starts in an interactive mode: 403 404 Gnomovision version 69, Copyright (C) year name of author 405 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 406 This is free software, and you are welcome to redistribute it 407 under certain conditions; type `show c' for details. 408 409 The hypothetical commands `show w' and `show c' should show the appropriate 410 parts of the General Public License. Of course, the commands you use may 411 be called something other than `show w' and `show c'; they could even be 412 mouse-clicks or menu items--whatever suits your program. 413 414 You should also get your employer (if you work as a programmer) or your 415 school, if any, to sign a "copyright disclaimer" for the program, if 416 necessary. Here is a sample; alter the names: 417 418 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 419 `Gnomovision' (which makes passes at compilers) written by James Hacker. 420 421 <signature of Ty Coon>, 1 April 1989 422 Ty Coon, President of Vice 423 424 This General Public License does not permit incorporating your program into 425 proprietary programs. If your program is a subroutine library, you may 426 consider it more useful to permit linking proprietary applications with the 427 library. If this is what you want to do, use the GNU Library General 428 Public License instead of this License. 429 </pre> 430 </div> 431 </div> 432 433 434 <div class="product"> 435 <span class="title">X.Org</span> 436 <a class="show" href="#" onclick="return toggle(this);">show license</a> 437 <span class="homepage"><a href="http://www.x.org/">homepage</a></span> 438 <div class="licence"> 439 <pre>The following is the 'standard copyright' agreed upon by most contributors, 440 and is currently the canonical license preferred by the X.Org Foundation. 441 This is a slight variant of the common MIT license form published by the 442 Open Source Initiative at http://www.opensource.org/licenses/mit-license.php 443 444 Copyright holders of new code should use this license statement where 445 possible, and insert their name to this list. Please sort by surname 446 for people, and by the full name for other entities (e.g. Juliusz 447 Chroboczek sorts before Intel Corporation sorts before Daniel Stone). 448 449 Copyright 2000-2001 Juliusz Chroboczek 450 Copyright 1998 Egbert Eich 451 Copyright 2006-2007 Intel Corporation 452 Copyright 2006 Nokia Corporation 453 Copyright 2006-2008 Peter Hutterer 454 Copyright 2006 Adam Jackson 455 Copyright 2009 NVIDIA Corporation 456 Copyright 1999 Keith Packard 457 Copyright 2007-2009 Red Hat, Inc. 458 Copyright 2005-2008 Daniel Stone 459 Copyright 2006-2009 Simon Thum 460 Copyright 1987, 2003-2006, 2008-2009 Sun Microsystems, Inc. 461 Copyright 2006 Luc Verhaegen 462 463 Permission is hereby granted, free of charge, to any person obtaining a 464 copy of this software and associated documentation files (the "Software"), 465 to deal in the Software without restriction, including without limitation 466 the rights to use, copy, modify, merge, publish, distribute, sublicense, 467 and/or sell copies of the Software, and to permit persons to whom the 468 Software is furnished to do so, subject to the following conditions: 469 470 The above copyright notice and this permission notice (including the next 471 paragraph) shall be included in all copies or substantial portions of the 472 Software. 473 474 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 475 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 476 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 477 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 478 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 479 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 480 DEALINGS IN THE SOFTWARE. 481 482 483 484 485 The following licenses are 'legacy': usually MIT/X11 licenses with the name 486 of the copyright holder(s) in the license statement, but also some BSD-like 487 licenses. 488 489 490 Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. 491 Copyright (C) Colin Harrison 2005-2008 492 493 Permission is hereby granted, free of charge, to any person obtaining a copy of 494 this software and associated documentation files (the "Software"), to deal in 495 the Software without restriction, including without limitation the rights to 496 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 497 of the Software, and to permit persons to whom the Software is furnished to do 498 so, subject to the following conditions: 499 500 The above copyright notice and this permission notice shall be included in all 501 copies or substantial portions of the Software. 502 503 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 504 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- 505 NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 506 XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 507 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 508 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 509 510 Except as contained in this notice, the name of the XFree86 Project shall not 511 be used in advertising or otherwise to promote the sale, use or other dealings 512 in this Software without prior written authorization from the XFree86 Project. 513 514 515 Copyright 1997 by The XFree86 Project, Inc. 516 517 Permission to use, copy, modify, distribute, and sell this software and its 518 documentation for any purpose is hereby granted without fee, provided that 519 the above copyright notice appear in all copies and that both that 520 copyright notice and this permission notice appear in supporting 521 documentation, and that the name of the XFree86 Project, Inc. 522 not be used in advertising or publicity pertaining to distribution of 523 the software without specific, written prior permission. The Xfree86 524 Project, Inc. makes no representations about the suitability of this 525 software for any purpose. It is provided "as is" without express or 526 implied warranty. 527 528 THE XFREE86 PROJECT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD 529 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 530 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 531 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 532 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 533 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 534 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 535 536 537 Copyright 1985-1998, 2001 The Open Group 538 Copyright 2002 Red Hat Inc., Durham, North Carolina. 539 540 Permission to use, copy, modify, distribute, and sell this software and its 541 documentation for any purpose is hereby granted without fee, provided that 542 the above copyright notice appear in all copies and that both that 543 copyright notice and this permission notice appear in supporting 544 documentation. 545 546 The above copyright notice and this permission notice shall be included in 547 all copies or substantial portions of the Software. 548 549 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 550 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 551 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 552 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 553 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 554 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 555 556 Except as contained in this notice, the name of The Open Group shall not be 557 used in advertising or otherwise to promote the sale, use or other dealings 558 in this Software without prior written authorization from The Open Group. 559 560 561 Copyright (c) 1987, 1989-1990, 1992-1995 X Consortium 562 563 Permission is hereby granted, free of charge, to any person obtaining a copy 564 of this software and associated documentation files (the "Software"), to deal 565 in the Software without restriction, including without limitation the rights 566 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 567 copies of the Software, and to permit persons to whom the Software is 568 furnished to do so, subject to the following conditions: 569 570 The above copyright notice and this permission notice shall be included in 571 all copies or substantial portions of the Software. 572 573 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 574 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 575 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 576 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 577 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 578 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 579 580 Except as contained in this notice, the name of the X Consortium shall not be 581 used in advertising or otherwise to promote the sale, use or other dealings 582 in this Software without prior written authorization from the X Consortium. 583 584 585 Copyright 1999-2000 SuSE, Inc. 586 Copyright 2007 Red Hat, Inc. 587 588 Permission to use, copy, modify, distribute, and sell this software and its 589 documentation for any purpose is hereby granted without fee, provided that 590 the above copyright notice appear in all copies and that both that 591 copyright notice and this permission notice appear in supporting 592 documentation, and that the name of SuSE not be used in advertising or 593 publicity pertaining to distribution of the software without specific, 594 written prior permission. SuSE makes no representations about the 595 suitability of this software for any purpose. It is provided "as is" 596 without express or implied warranty. 597 598 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 599 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 600 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 601 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 602 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 603 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 604 605 606 Copyright 1987-1991, 1993 by Digital Equipment Corporation, Maynard, Massachusetts. 607 Copyright 1991 Massachusetts Institute of Technology, Cambridge, Massachusetts. 608 Copyright 1991, 1993 Olivetti Research Limited, Cambridge, England. 609 610 All Rights Reserved 611 612 Permission to use, copy, modify, and distribute this software and its 613 documentation for any purpose and without fee is hereby granted, 614 provided that the above copyright notice appear in all copies and that 615 both that copyright notice and this permission notice appear in 616 supporting documentation, and that the name of Digital not be 617 used in advertising or publicity pertaining to distribution of the 618 software without specific, written prior permission. 619 620 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 621 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 622 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 623 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 624 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 625 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 626 SOFTWARE. 627 628 629 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts, 630 Copyright 1994 Quarterdeck Office Systems. 631 632 All Rights Reserved 633 634 Permission to use, copy, modify, and distribute this software and its 635 documentation for any purpose and without fee is hereby granted, 636 provided that the above copyright notice appear in all copies and that 637 both that copyright notice and this permission notice appear in 638 supporting documentation, and that the names of Digital and 639 Quarterdeck not be used in advertising or publicity pertaining to 640 distribution of the software without specific, written prior 641 permission. 642 643 DIGITAL AND QUARTERDECK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 644 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 645 FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT 646 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 647 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 648 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 649 OR PERFORMANCE OF THIS SOFTWARE. 650 651 652 Copyright 1997 Digital Equipment Corporation. 653 All rights reserved. 654 655 This software is furnished under license and may be used and copied only in 656 accordance with the following terms and conditions. Subject to these 657 conditions, you may download, copy, install, use, modify and distribute 658 this software in source and/or binary form. No title or ownership is 659 transferred hereby. 660 661 1) Any source code used, modified or distributed must reproduce and retain 662 this copyright notice and list of conditions as they appear in the 663 source file. 664 665 2) No right is granted to use any trade name, trademark, or logo of Digital 666 Equipment Corporation. Neither the "Digital Equipment Corporation" 667 name nor any trademark or logo of Digital Equipment Corporation may be 668 used to endorse or promote products derived from this software without 669 the prior written permission of Digital Equipment Corporation. 670 671 3) This software is provided "AS-IS" and any express or implied warranties, 672 including but not limited to, any implied warranties of merchantability, 673 fitness for a particular purpose, or non-infringement are disclaimed. 674 In no event shall DIGITAL be liable for any damages whatsoever, and in 675 particular, DIGITAL shall not be liable for special, indirect, 676 consequential, or incidental damages or damages for lost profits, loss 677 of revenue or loss of use, whether such damages arise in contract, 678 negligence, tort, under statute, in equity, at law or otherwise, even 679 if advised of the possibility of such damage. 680 681 682 Copyright (c) 1991, 1996-1997 Digital Equipment Corporation, Maynard, Massachusetts. 683 684 Permission is hereby granted, free of charge, to any person obtaining a copy 685 of this software and associated documentation files (the "Software"), to deal 686 in the Software without restriction, including without limitation the rights 687 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 688 copies of the Software. 689 690 The above copyright notice and this permission notice shall be included in 691 all copies or substantial portions of the Software. 692 693 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 694 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 695 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 696 DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, 697 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, 698 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 699 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 700 701 Except as contained in this notice, the name of Digital Equipment Corporation 702 shall not be used in advertising or otherwise to promote the sale, use or other 703 dealings in this Software without prior written authorization from Digital 704 Equipment Corporation. 705 706 707 SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) 708 Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. 709 710 Permission is hereby granted, free of charge, to any person obtaining a 711 copy of this software and associated documentation files (the "Software"), 712 to deal in the Software without restriction, including without limitation 713 the rights to use, copy, modify, merge, publish, distribute, sublicense, 714 and/or sell copies of the Software, and to permit persons to whom the 715 Software is furnished to do so, subject to the following conditions: 716 717 The above copyright notice including the dates of first publication and 718 either this permission notice or a reference to 719 http://oss.sgi.com/projects/FreeB/ 720 shall be included in all copies or substantial portions of the Software. 721 722 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 723 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 724 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 725 SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 726 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 727 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 728 SOFTWARE. 729 730 731 Copyright (c) 1994, 1995 Hewlett-Packard Company 732 733 Permission is hereby granted, free of charge, to any person obtaining 734 a copy of this software and associated documentation files (the 735 "Software"), to deal in the Software without restriction, including 736 without limitation the rights to use, copy, modify, merge, publish, 737 distribute, sublicense, and/or sell copies of the Software, and to 738 permit persons to whom the Software is furnished to do so, subject to 739 the following conditions: 740 741 The above copyright notice and this permission notice shall be included 742 in all copies or substantial portions of the Software. 743 744 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 745 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 746 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 747 IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, 748 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 749 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 750 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 751 752 Except as contained in this notice, the name of the Hewlett-Packard 753 Company shall not be used in advertising or otherwise to promote the 754 sale, use or other dealings in this Software without prior written 755 authorization from the Hewlett-Packard Company. 756 757 758 Copyright 1989 by Hewlett-Packard Company, Palo Alto, California. 759 All Rights Reserved 760 761 Permission to use, copy, modify, and distribute this software and its 762 documentation for any purpose and without fee is hereby granted, 763 provided that the above copyright notice appear in all copies and that 764 both that copyright notice and this permission notice appear in 765 supporting documentation, and that the name of Hewlett-Packard not be 766 used in advertising or publicity pertaining to distribution of the 767 software without specific, written prior permission. 768 769 HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 770 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 771 HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 772 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 773 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 774 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 775 SOFTWARE. 776 777 778 Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 779 Copyright (c) 2003 by the XFree86 Project, Inc. 780 Copyright 2004-2005 Red Hat Inc., Raleigh, North Carolina. 781 All Rights Reserved. 782 783 Permission is hereby granted, free of charge, to any person obtaining 784 a copy of this software and associated documentation files (the 785 "Software"), to deal in the Software without restriction, including 786 without limitation on the rights to use, copy, modify, merge, 787 publish, distribute, sublicense, and/or sell copies of the Software, 788 and to permit persons to whom the Software is furnished to do so, 789 subject to the following conditions: 790 791 The above copyright notice and this permission notice (including the 792 next paragraph) shall be included in all copies or substantial 793 portions of the Software. 794 795 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 796 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 797 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 798 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 799 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 800 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 801 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 802 SOFTWARE. 803 804 805 Copyright 2008 Red Hat, Inc. 806 Partly based on code Copyright 2000 SuSE, Inc. 807 808 Permission to use, copy, modify, distribute, and sell this software 809 and its documentation for any purpose is hereby granted without 810 fee, provided that the above copyright notice appear in all copies 811 and that both that copyright notice and this permission notice 812 appear in supporting documentation, and that the name of Red Hat 813 not be used in advertising or publicity pertaining to distribution 814 of the software without specific, written prior permission. Red 815 Hat makes no representations about the suitability of this software 816 for any purpose. It is provided "as is" without express or implied 817 warranty. 818 819 Red Hat DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 820 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 821 NO EVENT SHALL Red Hat BE LIABLE FOR ANY SPECIAL, INDIRECT OR 822 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 823 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 824 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 825 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 826 827 Permission to use, copy, modify, distribute, and sell this software and its 828 documentation for any purpose is hereby granted without fee, provided that 829 the above copyright notice appear in all copies and that both that 830 copyright notice and this permission notice appear in supporting 831 documentation, and that the name of SuSE not be used in advertising or 832 publicity pertaining to distribution of the software without specific, 833 written prior permission. SuSE makes no representations about the 834 suitability of this software for any purpose. It is provided "as is" 835 without express or implied warranty. 836 837 SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 838 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 839 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 840 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 841 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 842 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 843 844 845 Copyright 2006 Red Hat, Inc. 846 (C) Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 847 All Rights Reserved. 848 849 Permission is hereby granted, free of charge, to any person obtaining a 850 copy of this software and associated documentation files (the "Software"), 851 to deal in the Software without restriction, including without limitation 852 the rights to use, copy, modify, merge, publish, distribute, sub license, 853 and/or sell copies of the Software, and to permit persons to whom the 854 Software is furnished to do so, subject to the following conditions: 855 856 The above copyright notice and this permission notice (including the next 857 paragraph) shall be included in all copies or substantial portions of the 858 Software. 859 860 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 861 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 862 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 863 RED HAT, INC, OR PRECISION INSIGHT AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY 864 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 865 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 866 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 867 868 869 Copyright (c) 1995 X Consortium 870 Copyright 2004 Red Hat Inc., Durham, North Carolina. 871 All Rights Reserved. 872 873 Permission is hereby granted, free of charge, to any person obtaining 874 a copy of this software and associated documentation files (the 875 "Software"), to deal in the Software without restriction, including 876 without limitation on the rights to use, copy, modify, merge, 877 publish, distribute, sublicense, and/or sell copies of the Software, 878 and to permit persons to whom the Software is furnished to do so, 879 subject to the following conditions: 880 881 The above copyright notice and this permission notice shall be 882 included in all copies or substantial portions of the Software. 883 884 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 885 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 886 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 887 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT, THE X CONSORTIUM, 888 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 889 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 890 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 891 OTHER DEALINGS IN THE SOFTWARE. 892 893 Except as contained in this notice, the name of the X Consortium 894 shall not be used in advertising or otherwise to promote the sale, 895 use or other dealings in this Software without prior written 896 authorization from the X Consortium. 897 898 899 Copyright 1998-2000 Precision Insight, Inc., Cedar Park, Texas. 900 Copyright 2000 VA Linux Systems, Inc. 901 Copyright (c) 2002, 2008, 2009 Apple Computer, Inc. 902 Copyright (c) 2003-2004 Torrey T. Lyons. 903 All Rights Reserved. 904 905 Permission is hereby granted, free of charge, to any person obtaining a 906 copy of this software and associated documentation files (the 907 "Software"), to deal in the Software without restriction, including 908 without limitation the rights to use, copy, modify, merge, publish, 909 distribute, sub license, and/or sell copies of the Software, and to 910 permit persons to whom the Software is furnished to do so, subject to 911 the following conditions: 912 913 The above copyright notice and this permission notice (including the 914 next paragraph) shall be included in all copies or substantial portions 915 of the Software. 916 917 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 918 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 919 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 920 IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR 921 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 922 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 923 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 924 925 926 (C) Copyright IBM Corporation 2003 927 All Rights Reserved. 928 929 Permission is hereby granted, free of charge, to any person obtaining a 930 copy of this software and associated documentation files (the "Software"), 931 to deal in the Software without restriction, including without limitation 932 on the rights to use, copy, modify, merge, publish, distribute, sub 933 license, and/or sell copies of the Software, and to permit persons to whom 934 the Software is furnished to do so, subject to the following conditions: 935 936 The above copyright notice and this permission notice (including the next 937 paragraph) shall be included in all copies or substantial portions of the 938 Software. 939 940 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 941 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 942 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 943 VA LINUX SYSTEM, IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 944 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 945 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 946 USE OR OTHER DEALINGS IN THE SOFTWARE. 947 948 949 (C) Copyright IBM Corporation 2004-2005 950 All Rights Reserved. 951 952 Permission is hereby granted, free of charge, to any person obtaining a 953 copy of this software and associated documentation files (the "Software"), 954 to deal in the Software without restriction, including without limitation 955 the rights to use, copy, modify, merge, publish, distribute, sub license, 956 and/or sell copies of the Software, and to permit persons to whom the 957 Software is furnished to do so, subject to the following conditions: 958 959 The above copyright notice and this permission notice (including the next 960 paragraph) shall be included in all copies or substantial portions of the 961 Software. 962 963 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 964 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 965 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 966 IBM, 967 AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 968 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 969 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 970 SOFTWARE. 971 972 973 Copyright (c) 1997 Metro Link Incorporated 974 975 Permission is hereby granted, free of charge, to any person obtaining a 976 copy of this software and associated documentation files (the "Software"), 977 to deal in the Software without restriction, including without limitation 978 the rights to use, copy, modify, merge, publish, distribute, sublicense, 979 and/or sell copies of the Software, and to permit persons to whom the 980 Software is furnished to do so, subject to the following conditions: 981 982 The above copyright notice and this permission notice shall be included in 983 all copies or substantial portions of the Software. 984 985 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 986 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 987 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 988 THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 989 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 990 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 991 SOFTWARE. 992 993 Except as contained in this notice, the name of the Metro Link shall not be 994 used in advertising or otherwise to promote the sale, use or other dealings 995 in this Software without prior written authorization from Metro Link. 996 997 998 Copyright 1995-1998 by Metro Link, Inc. 999 Copyright (c) 1997 Matthieu Herrb 1000 1001 Permission to use, copy, modify, distribute, and sell this software and its 1002 documentation for any purpose is hereby granted without fee, provided that 1003 the above copyright notice appear in all copies and that both that 1004 copyright notice and this permission notice appear in supporting 1005 documentation, and that the name of Metro Link, Inc. not be used in 1006 advertising or publicity pertaining to distribution of the software without 1007 specific, written prior permission. Metro Link, Inc. makes no 1008 representations about the suitability of this software for any purpose. 1009 It is provided "as is" without express or implied warranty. 1010 1011 METRO LINK, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1012 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1013 EVENT SHALL METRO LINK, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1014 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1015 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1016 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1017 PERFORMANCE OF THIS SOFTWARE. 1018 1019 1020 Copyright 1998 by Metro Link Incorporated 1021 1022 Permission to use, copy, modify, distribute, and sell this software 1023 and its documentation for any purpose is hereby granted without fee, 1024 provided that the above copyright notice appear in all copies and that 1025 both that copyright notice and this permission notice appear in 1026 supporting documentation, and that the name of Metro Link 1027 Incorporated not be used in advertising or publicity pertaining to 1028 distribution of the software without specific, written prior 1029 permission. Metro Link Incorporated makes no representations 1030 about the suitability of this software for any purpose. It is 1031 provided "as is" without express or implied warranty. 1032 1033 METRO LINK INCORPORATED DISCLAIMS ALL WARRANTIES WITH REGARD 1034 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 1035 AND FITNESS, IN NO EVENT SHALL METRO LINK INCORPORATED BE 1036 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 1037 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 1038 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 1039 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 1040 SOFTWARE. 1041 1042 1043 Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com) 1044 1045 Permission is hereby granted, free of charge, to any person obtaining a 1046 copy of this software and associated documentation files (the "Software"), 1047 to deal in the Software without restriction, including without limitation 1048 the rights to use, copy, modify, merge, publish, distribute, sublicense, 1049 and/or sell copies of the Software, and to permit persons to whom the 1050 Software is furnished to do so, subject to the following conditions: 1051 1052 The above copyright notice and this permission notice shall be included in 1053 all copies or substantial portions of the Software. 1054 1055 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1056 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1057 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1058 CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 1059 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 1060 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 1061 SOFTWARE. 1062 1063 Except as contained in this notice, the name of Conectiva Linux shall 1064 not be used in advertising or otherwise to promote the sale, use or other 1065 dealings in this Software without prior written authorization from 1066 Conectiva Linux. 1067 1068 1069 Copyright (c) 2001, Andy Ritger aritger (a] nvidia.com 1070 All rights reserved. 1071 1072 Redistribution and use in source and binary forms, with or without 1073 modification, are permitted provided that the following conditions 1074 are met: 1075 1076 o Redistributions of source code must retain the above copyright 1077 notice, this list of conditions and the following disclaimer. 1078 o Redistributions in binary form must reproduce the above copyright 1079 notice, this list of conditions and the following disclaimer 1080 in the documentation and/or other materials provided with the 1081 distribution. 1082 o Neither the name of NVIDIA nor the names of its contributors 1083 may be used to endorse or promote products derived from this 1084 software without specific prior written permission. 1085 1086 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1087 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 1088 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 1089 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 1090 THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 1091 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 1092 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 1093 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 1094 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1095 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 1096 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 1097 POSSIBILITY OF SUCH DAMAGE. 1098 1099 1100 Copyright 1992 Vrije Universiteit, The Netherlands 1101 1102 Permission to use, copy, modify, and distribute this software and its 1103 documentation for any purpose and without fee is hereby granted, provided 1104 that the above copyright notice appear in all copies and that both that 1105 copyright notice and this permission notice appear in supporting 1106 documentation, and that the name of the Vrije Universiteit not be used in 1107 advertising or publicity pertaining to distribution of the software without 1108 specific, written prior permission. The Vrije Universiteit makes no 1109 representations about the suitability of this software for any purpose. 1110 It is provided "as is" without express or implied warranty. 1111 1112 The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1113 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1114 EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1115 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1116 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1117 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1118 PERFORMANCE OF THIS SOFTWARE. 1119 1120 1121 Copyright 1998 by Concurrent Computer Corporation 1122 1123 Permission to use, copy, modify, distribute, and sell this software 1124 and its documentation for any purpose is hereby granted without fee, 1125 provided that the above copyright notice appear in all copies and that 1126 both that copyright notice and this permission notice appear in 1127 supporting documentation, and that the name of Concurrent Computer 1128 Corporation not be used in advertising or publicity pertaining to 1129 distribution of the software without specific, written prior 1130 permission. Concurrent Computer Corporation makes no representations 1131 about the suitability of this software for any purpose. It is 1132 provided "as is" without express or implied warranty. 1133 1134 CONCURRENT COMPUTER CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD 1135 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 1136 AND FITNESS, IN NO EVENT SHALL CONCURRENT COMPUTER CORPORATION BE 1137 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 1138 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 1139 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 1140 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 1141 SOFTWARE. 1142 1143 1144 Copyright 2004 Nokia 1145 1146 Permission to use, copy, modify, distribute, and sell this software and its 1147 documentation for any purpose is hereby granted without fee, provided that 1148 the above copyright notice appear in all copies and that both that 1149 copyright notice and this permission notice appear in supporting 1150 documentation, and that the name of Nokia not be used in 1151 advertising or publicity pertaining to distribution of the software without 1152 specific, written prior permission. Nokia makes no 1153 representations about the suitability of this software for any purpose. It 1154 is provided "as is" without express or implied warranty. 1155 1156 NOKIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1157 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1158 EVENT SHALL NOKIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1159 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1160 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1161 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1162 PERFORMANCE OF THIS SOFTWARE. 1163 1164 1165 (c)Copyright 1988,1991 Adobe Systems Incorporated. 1166 All rights reserved. 1167 1168 Permission to use, copy, modify, distribute, and sublicense this software and its 1169 documentation for any purpose and without fee is hereby granted, provided that 1170 the above copyright notices appear in all copies and that both those copyright 1171 notices and this permission notice appear in supporting documentation and that 1172 the name of Adobe Systems Incorporated not be used in advertising or publicity 1173 pertaining to distribution of the software without specific, written prior 1174 permission. No trademark license to use the Adobe trademarks is hereby 1175 granted. If the Adobe trademark "Display PostScript"(tm) is used to describe 1176 this software, its functionality or for any other purpose, such use shall be 1177 limited to a statement that this software works in conjunction with the Display 1178 PostScript system. Proper trademark attribution to reflect Adobe's ownership 1179 of the trademark shall be given whenever any such reference to the Display 1180 PostScript system is made. 1181 1182 ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY 1183 PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ADOBE 1184 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED 1185 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON- 1186 INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE TO YOU 1187 OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY 1188 DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,NEGLIGENCE, STRICT 1189 LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1190 PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT PROVIDE ANY TRAINING OR OTHER 1191 SUPPORT FOR THE SOFTWARE. 1192 1193 Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems 1194 Incorporated which may be registered in certain jurisdictions. 1195 1196 1197 Copyright 1989 Network Computing Devices, Inc., Mountain View, California. 1198 1199 Permission to use, copy, modify, and distribute this software and its 1200 documentation for any purpose and without fee is hereby granted, provided 1201 that the above copyright notice appear in all copies and that both that 1202 copyright notice and this permission notice appear in supporting 1203 documentation, and that the name of N.C.D. not be used in advertising or 1204 publicity pertaining to distribution of the software without specific, 1205 written prior permission. N.C.D. makes no representations about the 1206 suitability of this software for any purpose. It is provided "as is" 1207 without express or implied warranty. 1208 1209 1210 Copyright (c) 1987 by the Regents of the University of California 1211 1212 Permission to use, copy, modify, and distribute this 1213 software and its documentation for any purpose and without 1214 fee is hereby granted, provided that the above copyright 1215 notice appear in all copies. The University of California 1216 makes no representations about the suitability of this 1217 software for any purpose. It is provided "as is" without 1218 express or implied warranty. 1219 1220 1221 Copyright 1992, 1993 Data General Corporation; 1222 Copyright 1992, 1993 OMRON Corporation 1223 1224 Permission to use, copy, modify, distribute, and sell this software and its 1225 documentation for any purpose is hereby granted without fee, provided that the 1226 above copyright notice appear in all copies and that both that copyright 1227 notice and this permission notice appear in supporting documentation, and that 1228 neither the name OMRON or DATA GENERAL be used in advertising or publicity 1229 pertaining to distribution of the software without specific, written prior 1230 permission of the party whose name is to be used. Neither OMRON or 1231 DATA GENERAL make any representation about the suitability of this software 1232 for any purpose. It is provided "as is" without express or implied warranty. 1233 1234 OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 1235 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, 1236 IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT 1237 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1238 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1239 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 1240 OF THIS SOFTWARE. 1241 1242 1243 Copyright 1998-2004, 2006 Keith Packard 1244 Copyright 2000-2002 Keith Packard, member of The XFree86 Project, Inc. 1245 Copyright (c) 2002 Apple Computer, Inc. 1246 Copyright (c) 2003 Torrey T. Lyons. 1247 All Rights Reserved. 1248 1249 Permission to use, copy, modify, distribute, and sell this software and its 1250 documentation for any purpose is hereby granted without fee, provided that 1251 the above copyright notice appear in all copies and that both that 1252 copyright notice and this permission notice appear in supporting 1253 documentation, and that the name of Keith Packard not be used in 1254 advertising or publicity pertaining to distribution of the software without 1255 specific, written prior permission. Keith Packard makes no 1256 representations about the suitability of this software for any purpose. It 1257 is provided "as is" without express or implied warranty. 1258 1259 KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1260 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1261 EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1262 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1263 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1264 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1265 PERFORMANCE OF THIS SOFTWARE. 1266 1267 1268 Copyright 1999 Keith Packard 1269 Copyright 2000 Compaq Computer Corporation 1270 Copyright 2002 MontaVista Software Inc. 1271 Copyright 2005 OpenedHand Ltd. 1272 Copyright 2006 Nokia Corporation 1273 1274 Permission to use, copy, modify, distribute, and sell this software and its 1275 documentation for any purpose is hereby granted without fee, provided that 1276 the above copyright notice appear in all copies and that both that 1277 copyright notice and this permission notice appear in supporting 1278 documentation, and that the name of the authors and/or copyright holders 1279 not be used in advertising or publicity pertaining to distribution of the 1280 software without specific, written prior permission. The authors and/or 1281 copyright holders make no representations about the suitability of this 1282 software for any purpose. It is provided "as is" without express or 1283 implied warranty. 1284 1285 THE AUTHORS AND/OR COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 1286 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 1287 AND FITNESS, IN NO EVENT SHALL THE AUTHORS AND/OR COPYRIGHT HOLDERS BE 1288 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1289 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1290 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1291 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1292 1293 1294 Copyright 1993 by Davor Matic 1295 1296 Permission to use, copy, modify, distribute, and sell this software 1297 and its documentation for any purpose is hereby granted without fee, 1298 provided that the above copyright notice appear in all copies and that 1299 both that copyright notice and this permission notice appear in 1300 supporting documentation. Davor Matic makes no representations about 1301 the suitability of this software for any purpose. It is provided "as 1302 is" without express or implied warranty. 1303 1304 1305 Copyright (C) 2001-2004 Harold L Hunt II All Rights Reserved. 1306 Copyright (C) Colin Harrison 2005-2008 1307 1308 Permission is hereby granted, free of charge, to any person obtaining 1309 a copy of this software and associated documentation files (the 1310 "Software"), to deal in the Software without restriction, including 1311 without limitation the rights to use, copy, modify, merge, publish, 1312 distribute, sublicense, and/or sell copies of the Software, and to 1313 permit persons to whom the Software is furnished to do so, subject to 1314 the following conditions: 1315 1316 The above copyright notice and this permission notice shall be 1317 included in all copies or substantial portions of the Software. 1318 1319 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 1320 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 1321 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 1322 NONINFRINGEMENT. IN NO EVENT SHALL HAROLD L HUNT II BE LIABLE FOR 1323 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 1324 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 1325 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1326 1327 Except as contained in this notice, the name of Harold L Hunt II 1328 shall not be used in advertising or otherwise to promote the sale, use 1329 or other dealings in this Software without prior written authorization 1330 from Harold L Hunt II. 1331 1332 1333 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 1334 1335 Permission to use, copy, modify, distribute, and sell this software and its 1336 documentation for any purpose is hereby granted without fee, provided that 1337 the above copyright notice appear in all copies and that both that 1338 copyright notice and this permission notice appear in supporting 1339 documentation, and that the name of Thomas Roell not be used in 1340 advertising or publicity pertaining to distribution of the software without 1341 specific, written prior permission. Thomas Roell makes no representations 1342 about the suitability of this software for any purpose. It is provided 1343 "as is" without express or implied warranty. 1344 1345 THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1346 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1347 EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1348 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1349 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1350 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1351 PERFORMANCE OF THIS SOFTWARE. 1352 1353 1354 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 1355 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 1356 1357 Permission to use, copy, modify, distribute, and sell this software and its 1358 documentation for any purpose is hereby granted without fee, provided that 1359 the above copyright notice appear in all copies and that both that 1360 copyright notice and this permission notice appear in supporting 1361 documentation, and that the names of Thomas Roell and David Wexelblat 1362 not be used in advertising or publicity pertaining to distribution of 1363 the software without specific, written prior permission. Thomas Roell and 1364 David Wexelblat makes no representations about the suitability of this 1365 software for any purpose. It is provided "as is" without express or 1366 implied warranty. 1367 1368 THOMAS ROELL AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO 1369 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1370 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR DAVID WEXELBLAT BE LIABLE FOR 1371 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 1372 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 1373 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1374 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1375 1376 1377 Copyright 1990,91,92,93 by Thomas Roell, Germany. 1378 Copyright 1991,92,93 by SGCS (Snitily Graphics Consulting Services), USA. 1379 1380 Permission to use, copy, modify, distribute, and sell this software 1381 and its documentation for any purpose is hereby granted without fee, 1382 provided that the above copyright notice appear in all copies and 1383 that both that copyright notice and this permission notice appear 1384 in supporting documentation, and that the name of Thomas Roell nor 1385 SGCS be used in advertising or publicity pertaining to distribution 1386 of the software without specific, written prior permission. 1387 Thomas Roell nor SGCS makes no representations about the suitability 1388 of this software for any purpose. It is provided "as is" without 1389 express or implied warranty. 1390 1391 THOMAS ROELL AND SGCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 1392 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1393 FITNESS, IN NO EVENT SHALL THOMAS ROELL OR SGCS BE LIABLE FOR ANY 1394 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 1395 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 1396 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1397 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1398 1399 1400 Copyright 1998 by Alan Hourihane, Wigan, England. 1401 Copyright 2000-2002 by Alan Hourihane, Flint Mountain, North Wales. 1402 1403 Permission to use, copy, modify, distribute, and sell this software and its 1404 documentation for any purpose is hereby granted without fee, provided that 1405 the above copyright notice appear in all copies and that both that 1406 copyright notice and this permission notice appear in supporting 1407 documentation, and that the name of Alan Hourihane not be used in 1408 advertising or publicity pertaining to distribution of the software without 1409 specific, written prior permission. Alan Hourihane makes no representations 1410 about the suitability of this software for any purpose. It is provided 1411 "as is" without express or implied warranty. 1412 1413 ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1414 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1415 EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1416 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1417 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1418 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1419 PERFORMANCE OF THIS SOFTWARE. 1420 1421 1422 Copyright 1995 Kaleb S. KEITHLEY 1423 1424 Permission is hereby granted, free of charge, to any person obtaining 1425 a copy of this software and associated documentation files (the 1426 "Software"), to deal in the Software without restriction, including 1427 without limitation the rights to use, copy, modify, merge, publish, 1428 distribute, sublicense, and/or sell copies of the Software, and to 1429 permit persons to whom the Software is furnished to do so, subject to 1430 the following conditions: 1431 1432 The above copyright notice and this permission notice shall be 1433 included in all copies or substantial portions of the Software. 1434 1435 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 1436 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 1437 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 1438 IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES 1439 OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 1440 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 1441 OTHER DEALINGS IN THE SOFTWARE. 1442 1443 Except as contained in this notice, the name of Kaleb S. KEITHLEY 1444 shall not be used in advertising or otherwise to promote the sale, use 1445 or other dealings in this Software without prior written authorization 1446 from Kaleb S. KEITHLEY 1447 1448 1449 Copyright (c) 1997 Matthieu Herrb 1450 1451 Permission to use, copy, modify, distribute, and sell this software and its 1452 documentation for any purpose is hereby granted without fee, provided that 1453 the above copyright notice appear in all copies and that both that 1454 copyright notice and this permission notice appear in supporting 1455 documentation, and that the name of Matthieu Herrb not be used in 1456 advertising or publicity pertaining to distribution of the software without 1457 specific, written prior permission. Matthieu Herrb makes no 1458 representations about the suitability of this software for any purpose. 1459 It is provided "as is" without express or implied warranty. 1460 1461 MATTHIEU HERRB DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1462 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1463 EVENT SHALL MATTHIEU HERRB BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1464 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1465 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1466 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1467 PERFORMANCE OF THIS SOFTWARE. 1468 1469 1470 Copyright 2004, Egbert Eich 1471 1472 Permission is hereby granted, free of charge, to any person obtaining a copy 1473 of this software and associated documentation files (the "Software"), to 1474 deal in the Software without restriction, including without limitation the 1475 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 1476 sell copies of the Software, and to permit persons to whom the Software is 1477 furnished to do so, subject to the following conditions: 1478 1479 The above copyright notice and this permission notice shall be included in 1480 all copies or substantial portions of the Software. 1481 1482 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1483 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1484 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1485 EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 1486 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- 1487 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1488 1489 Except as contained in this notice, the name of Egbert Eich shall not 1490 be used in advertising or otherwise to promote the sale, use or other deal- 1491 ings in this Software without prior written authorization from Egbert Eich. 1492 1493 1494 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 1495 Copyright 2005 by Kean Johnston <jkj (a] sco.com> 1496 Copyright 1993 by David McCullough <davidm (a] stallion.oz.au> 1497 1498 Permission to use, copy, modify, distribute, and sell this software and its 1499 documentation for any purpose is hereby granted without fee, provided that 1500 the above copyright notice appear in all copies and that both that 1501 copyright notice and this permission notice appear in supporting 1502 documentation, and that the name of David Wexelblat not be used in 1503 advertising or publicity pertaining to distribution of the software without 1504 specific, written prior permission. David Wexelblat makes no representations 1505 about the suitability of this software for any purpose. It is provided 1506 "as is" without express or implied warranty. 1507 1508 DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1509 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1510 EVENT SHALL DAVID WEXELBLAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1511 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1512 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1513 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1514 PERFORMANCE OF THIS SOFTWARE. 1515 1516 1517 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com> 1518 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 1519 1520 Permission to use, copy, modify, distribute, and sell this software and its 1521 documentation for any purpose is hereby granted without fee, provided that 1522 the above copyright notice appear in all copies and that both that 1523 copyright notice and this permission notice appear in supporting 1524 documentation, and that the names of Orest Zborowski and David Wexelblat 1525 not be used in advertising or publicity pertaining to distribution of 1526 the software without specific, written prior permission. Orest Zborowski 1527 and David Wexelblat make no representations about the suitability of this 1528 software for any purpose. It is provided "as is" without express or 1529 implied warranty. 1530 1531 OREST ZBOROWSKI AND DAVID WEXELBLAT DISCLAIMS ALL WARRANTIES WITH REGARD 1532 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1533 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID WEXELBLAT BE LIABLE 1534 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1535 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1536 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1537 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1538 1539 1540 Copyright 1992 by Orest Zborowski <obz (a] Kodak.com> 1541 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 1542 1543 Permission to use, copy, modify, distribute, and sell this software and its 1544 documentation for any purpose is hereby granted without fee, provided that 1545 the above copyright notice appear in all copies and that both that 1546 copyright notice and this permission notice appear in supporting 1547 documentation, and that the names of Orest Zborowski and David Dawes 1548 not be used in advertising or publicity pertaining to distribution of 1549 the software without specific, written prior permission. Orest Zborowski 1550 and David Dawes make no representations about the suitability of this 1551 software for any purpose. It is provided "as is" without express or 1552 implied warranty. 1553 1554 OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD 1555 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1556 FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE 1557 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1558 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1559 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1560 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1561 1562 1563 Copyright 1995-1999 by Frederic Lepied, France. <fred (a] sugix.frmug.fr.net> 1564 1565 Permission to use, copy, modify, distribute, and sell this software and its 1566 documentation for any purpose is hereby granted without fee, provided that 1567 the above copyright notice appear in all copies and that both that 1568 copyright notice and this permission notice appear in supporting 1569 documentation, and that the name of Frederic Lepied not be used in 1570 advertising or publicity pertaining to distribution of the software without 1571 specific, written prior permission. Frederic Lepied makes no 1572 representations about the suitability of this software for any purpose. It 1573 is provided "as is" without express or implied warranty. 1574 1575 FREDERIC LEPIED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1576 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1577 EVENT SHALL FREDERIC LEPIED BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1578 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1579 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1580 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1581 PERFORMANCE OF THIS SOFTWARE. 1582 1583 1584 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 1585 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 1586 1587 Permission to use, copy, modify, distribute, and sell this software and its 1588 documentation for any purpose is hereby granted without fee, provided that 1589 the above copyright notice appear in all copies and that both that 1590 copyright notice and this permission notice appear in supporting 1591 documentation, and that the names of Rich Murphey and David Wexelblat 1592 not be used in advertising or publicity pertaining to distribution of 1593 the software without specific, written prior permission. Rich Murphey and 1594 David Wexelblat make no representations about the suitability of this 1595 software for any purpose. It is provided "as is" without express or 1596 implied warranty. 1597 1598 RICH MURPHEY AND DAVID WEXELBLAT DISCLAIM ALL WARRANTIES WITH REGARD TO 1599 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1600 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID WEXELBLAT BE LIABLE FOR 1601 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 1602 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 1603 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1604 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1605 1606 1607 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 1608 Copyright 1993 by David Dawes <dawes (a] xfree86.org> 1609 1610 Permission to use, copy, modify, distribute, and sell this software and its 1611 documentation for any purpose is hereby granted without fee, provided that 1612 the above copyright notice appear in all copies and that both that 1613 copyright notice and this permission notice appear in supporting 1614 documentation, and that the names of Rich Murphey and David Dawes 1615 not be used in advertising or publicity pertaining to distribution of 1616 the software without specific, written prior permission. Rich Murphey and 1617 David Dawes make no representations about the suitability of this 1618 software for any purpose. It is provided "as is" without express or 1619 implied warranty. 1620 1621 RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO 1622 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1623 FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR 1624 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 1625 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 1626 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1627 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1628 1629 1630 Copyright 2003-2004 Anders Carlsson 1631 1632 Permission to use, copy, modify, distribute, and sell this software and its 1633 documentation for any purpose is hereby granted without fee, provided that 1634 the above copyright notice appear in all copies and that both that 1635 copyright notice and this permission notice appear in supporting 1636 documentation, and that the name of Anders Carlsson not be used in 1637 advertising or publicity pertaining to distribution of the software without 1638 specific, written prior permission. Anders Carlsson makes no 1639 representations about the suitability of this software for any purpose. It 1640 is provided "as is" without express or implied warranty. 1641 1642 ANDERS CARLSSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1643 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1644 EVENT SHALL ANDERS CARLSSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1645 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1646 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1647 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1648 PERFORMANCE OF THIS SOFTWARE. 1649 1650 1651 Copyright (C) 2003 Anders Carlsson 1652 Copyright 2003-2004 Eric Anholt 1653 Copyright 2004 Keith Packard 1654 1655 Permission to use, copy, modify, distribute, and sell this software and its 1656 documentation for any purpose is hereby granted without fee, provided that 1657 the above copyright notice appear in all copies and that both that 1658 copyright notice and this permission notice appear in supporting 1659 documentation, and that the name of Eric Anholt not be used in 1660 advertising or publicity pertaining to distribution of the software without 1661 specific, written prior permission. Eric Anholt makes no 1662 representations about the suitability of this software for any purpose. It 1663 is provided "as is" without express or implied warranty. 1664 1665 ERIC ANHOLT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1666 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1667 EVENT SHALL ERIC ANHOLT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1668 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1669 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1670 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1671 PERFORMANCE OF THIS SOFTWARE. 1672 1673 1674 Copyright 2004 PillowElephantBadgerBankPond 1675 1676 Permission to use, copy, modify, distribute, and sell this software and its 1677 documentation for any purpose is hereby granted without fee, provided that 1678 the above copyright notice appear in all copies and that both that 1679 copyright notice and this permission notice appear in supporting 1680 documentation, and that the name of PillowElephantBadgerBankPond not be used in 1681 advertising or publicity pertaining to distribution of the software without 1682 specific, written prior permission. PillowElephantBadgerBankPond makes no 1683 representations about the suitability of this software for any purpose. It 1684 is provided "as is" without express or implied warranty. 1685 1686 PillowElephantBadgerBankPond DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1687 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1688 EVENT SHALL PillowElephantBadgerBankPond BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1689 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1690 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1691 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1692 PERFORMANCE OF THIS SOFTWARE. 1693 1694 1695 Copyright (c) 1998 Todd C. Miller <Todd.Miller (a] courtesan.com> 1696 1697 Permission to use, copy, modify, and distribute this software for any 1698 purpose with or without fee is hereby granted, provided that the above 1699 copyright notice and this permission notice appear in all copies. 1700 1701 THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL 1702 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 1703 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE 1704 FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1705 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 1706 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 1707 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1708 1709 1710 Copyright 2003-2004 Philip Blundell 1711 1712 Permission to use, copy, modify, distribute, and sell this software and its 1713 documentation for any purpose is hereby granted without fee, provided that 1714 the above copyright notice appear in all copies and that both that 1715 copyright notice and this permission notice appear in supporting 1716 documentation, and that the name of Philip Blundell not be used in 1717 advertising or publicity pertaining to distribution of the software without 1718 specific, written prior permission. Philip Blundell makes no 1719 representations about the suitability of this software for any purpose. It 1720 is provided "as is" without express or implied warranty. 1721 1722 PHILIP BLUNDELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1723 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1724 EVENT SHALL PHILIP BLUNDELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1725 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1726 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1727 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1728 PERFORMANCE OF THIS SOFTWARE. 1729 1730 1731 1732 Copyright (c) 1994-2003 by The XFree86 Project, Inc. 1733 Copyright 1997 by Metro Link, Inc. 1734 Copyright 2003 by David H. Dawes. 1735 Copyright 2003 by X-Oz Technologies. 1736 Copyright (c) 2004, X.Org Foundation 1737 1738 Permission is hereby granted, free of charge, to any person obtaining a 1739 copy of this software and associated documentation files (the "Software"), 1740 to deal in the Software without restriction, including without limitation 1741 the rights to use, copy, modify, merge, publish, distribute, sublicense, 1742 and/or sell copies of the Software, and to permit persons to whom the 1743 Software is furnished to do so, subject to the following conditions: 1744 1745 The above copyright notice and this permission notice shall be included in 1746 all copies or substantial portions of the Software. 1747 1748 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1749 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1750 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1751 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 1752 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 1753 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 1754 OTHER DEALINGS IN THE SOFTWARE. 1755 1756 Except as contained in this notice, the name of the copyright holder(s) 1757 and author(s) shall not be used in advertising or otherwise to promote 1758 the sale, use or other dealings in this Software without prior written 1759 authorization from the copyright holder(s) and author(s). 1760 1761 1762 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany 1763 Copyright 1993 by David Wexelblat <dwex (a] goblin.org> 1764 Copyright 1999 by David Holland <davidh (a] iquest.net> 1765 Copyright 2000 Compaq Computer Corporation 1766 Copyright 2002 Hewlett-Packard Company 1767 Copyright 2004, 2005 Red Hat, Inc. 1768 Copyright 2004 Nicholas Miell 1769 Copyright 2005 Trolltech AS 1770 Copyright 2006 Intel Corporation 1771 Copyright 2006-2007 Keith Packard 1772 Copyright 2008 Red Hat, Inc 1773 Copyright 2008 George Sapountzis <gsap7 (a] yahoo.gr> 1774 1775 Permission to use, copy, modify, distribute, and sell this software and its 1776 documentation for any purpose is hereby granted without fee, provided that 1777 the above copyright notice appear in all copies and that both that copyright 1778 notice and this permission notice appear in supporting documentation, and 1779 that the name of the copyright holders not be used in advertising or 1780 publicity pertaining to distribution of the software without specific, 1781 written prior permission. The copyright holders make no representations 1782 about the suitability of this software for any purpose. It is provided "as 1783 is" without express or implied warranty. 1784 1785 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 1786 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1787 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 1788 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1789 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 1790 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 1791 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 1792 SOFTWARE. 1793 1794 1795 Copyright 2000 Keith Packard, member of The XFree86 Project, Inc. 1796 2005 Lars Knoll & Zack Rusin, Trolltech 1797 1798 Permission to use, copy, modify, distribute, and sell this software and its 1799 documentation for any purpose is hereby granted without fee, provided that 1800 the above copyright notice appear in all copies and that both that 1801 copyright notice and this permission notice appear in supporting 1802 documentation, and that the name of Keith Packard not be used in 1803 advertising or publicity pertaining to distribution of the software without 1804 specific, written prior permission. Keith Packard makes no 1805 representations about the suitability of this software for any purpose. It 1806 is provided "as is" without express or implied warranty. 1807 1808 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 1809 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 1810 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 1811 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1812 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 1813 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 1814 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 1815 SOFTWARE. 1816 1817 1818 Copyright 1987, 1998 The Open Group 1819 Copyright 1998-1999, 2001 The XFree86 Project, Inc. 1820 Copyright 2000 VA Linux Systems, Inc. 1821 Copyright (c) 2000, 2001 Nokia Home Communications 1822 Copyright 2007, 2008 Red Hat, Inc. 1823 All rights reserved. 1824 1825 Permission is hereby granted, free of charge, to any person obtaining a 1826 copy of this software and associated documentation files (the 1827 "Software"), to deal in the Software without restriction, including 1828 without limitation the rights to use, copy, modify, merge, publish, 1829 distribute, and/or sell copies of the Software, and to permit persons 1830 to whom the Software is furnished to do so, provided that the above 1831 copyright notice(s) and this permission notice appear in all copies of 1832 the Software and that both the above copyright notice(s) and this 1833 permission notice appear in supporting documentation. 1834 1835 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 1836 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 1837 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 1838 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 1839 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 1840 INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 1841 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 1842 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 1843 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1844 1845 Except as contained in this notice, the name of a copyright holder 1846 shall not be used in advertising or otherwise to promote the sale, use 1847 or other dealings in this Software without prior written authorization 1848 of the copyright holder. 1849 1850 1851 Copyright 1996 by Thomas E. Dickey <dickey (a] clark.net> 1852 1853 All Rights Reserved 1854 1855 Permission to use, copy, modify, and distribute this software and its 1856 documentation for any purpose and without fee is hereby granted, 1857 provided that the above copyright notice appear in all copies and that 1858 both that copyright notice and this permission notice appear in 1859 supporting documentation, and that the name of the above listed 1860 copyright holder(s) not be used in advertising or publicity pertaining 1861 to distribution of the software without specific, written prior 1862 permission. 1863 1864 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 1865 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 1866 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 1867 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1868 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1869 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1870 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1871 1872 1873 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. 1874 Copyright (c) 2001 Andreas Monitzer. 1875 Copyright (c) 2001-2004 Greg Parker. 1876 Copyright (c) 2001-2004 Torrey T. Lyons 1877 Copyright (c) 2002-2003 Apple Computer, Inc. 1878 Copyright (c) 2004-2005 Alexander Gottwald 1879 Copyright (c) 2002-2009 Apple Inc. 1880 Copyright (c) 2007 Jeremy Huddleston 1881 All Rights Reserved. 1882 1883 Permission is hereby granted, free of charge, to any person obtaining a 1884 copy of this software and associated documentation files (the "Software"), 1885 to deal in the Software without restriction, including without limitation 1886 the rights to use, copy, modify, merge, publish, distribute, sublicense, 1887 and/or sell copies of the Software, and to permit persons to whom the 1888 Software is furnished to do so, subject to the following conditions: 1889 1890 The above copyright notice and this permission notice shall be included in 1891 all copies or substantial portions of the Software. 1892 1893 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1894 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1895 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1896 THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 1897 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 1898 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 1899 DEALINGS IN THE SOFTWARE. 1900 1901 Except as contained in this notice, the name(s) of the above copyright 1902 holders shall not be used in advertising or otherwise to promote the sale, 1903 use or other dealings in this Software without prior written authorization. 1904 1905 1906 Copyright (C) 1999,2000 by Eric Sunshine <sunshine (a] sunshineco.com> 1907 Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. 1908 1909 All rights reserved. 1910 1911 Redistribution and use in source and binary forms, with or without 1912 modification, are permitted provided that the following conditions are met: 1913 1914 1. Redistributions of source code must retain the above copyright 1915 notice, this list of conditions and the following disclaimer. 1916 2. Redistributions in binary form must reproduce the above copyright 1917 notice, this list of conditions and the following disclaimer in the 1918 documentation and/or other materials provided with the distribution. 1919 3. The name of the author may not be used to endorse or promote products 1920 derived from this software without specific prior written permission. 1921 1922 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1923 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1924 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 1925 NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1926 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 1927 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1928 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1929 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1930 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1931 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1932 1933 1934 Copyright (C) 2005 Bogdan D. bogdand (a] users.sourceforge.net 1935 1936 Permission is hereby granted, free of charge, to any person obtaining a copy of 1937 this software and associated documentation files (the "Software"), to deal in 1938 the Software without restriction, including without limitation the rights to 1939 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 1940 of the Software, and to permit persons to whom the Software is furnished to do 1941 so, subject to the following conditions: 1942 1943 The above copyright notice and this permission notice shall be included in all 1944 copies or substantial portions of the Software. 1945 1946 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1947 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1948 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1949 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 1950 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 1951 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 1952 1953 Except as contained in this notice, the name of the author shall not be used in 1954 advertising or otherwise to promote the sale, use or other dealings in this 1955 Software without prior written authorization from the author. 1956 1957 1958 Copyright 2002 David Dawes 1959 1960 Permission is hereby granted, free of charge, to any person obtaining a 1961 copy of this software and associated documentation files (the "Software"), 1962 to deal in the Software without restriction, including without limitation 1963 the rights to use, copy, modify, merge, publish, distribute, sublicense, 1964 and/or sell copies of the Software, and to permit persons to whom the 1965 Software is furnished to do so, subject to the following conditions: 1966 1967 The above copyright notice and this permission notice shall be included in 1968 all copies or substantial portions of the Software. 1969 1970 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1971 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1972 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1973 THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 1974 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 1975 OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 1976 SOFTWARE. 1977 1978 Except as contained in this notice, the name of the author(s) shall 1979 not be used in advertising or otherwise to promote the sale, use or other 1980 dealings in this Software without prior written authorization from 1981 the author(s). 1982 1983 1984 Copyright (C) 1996-1999 SciTech Software, Inc. 1985 Copyright (C) David Mosberger-Tang 1986 Copyright (C) 1999 Egbert Eich 1987 Copyright (C) 2008 Bart Trojanowski, Symbio Technologies, LLC 1988 1989 Permission to use, copy, modify, distribute, and sell this software and 1990 its documentation for any purpose is hereby granted without fee, 1991 provided that the above copyright notice appear in all copies and that 1992 both that copyright notice and this permission notice appear in 1993 supporting documentation, and that the name of the authors not be used 1994 in advertising or publicity pertaining to distribution of the software 1995 without specific, written prior permission. The authors makes no 1996 representations about the suitability of this software for any purpose. 1997 It is provided "as is" without express or implied warranty. 1998 1999 THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2000 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2001 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2002 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 2003 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 2004 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2005 PERFORMANCE OF THIS SOFTWARE. 2006 2007 2008 Copyright 2005-2006 Luc Verhaegen. 2009 2010 Permission is hereby granted, free of charge, to any person obtaining a 2011 copy of this software and associated documentation files (the "Software"), 2012 to deal in the Software without restriction, including without limitation 2013 the rights to use, copy, modify, merge, publish, distribute, sublicense, 2014 and/or sell copies of the Software, and to permit persons to whom the 2015 Software is furnished to do so, subject to the following conditions: 2016 2017 The above copyright notice and this permission notice shall be included in 2018 all copies or substantial portions of the Software. 2019 2020 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2021 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2022 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 2023 THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 2024 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 2025 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 2026 OTHER DEALINGS IN THE SOFTWARE. 2027 2028 2029 Copyright 1995 by Robin Cutshaw <robin (a] XFree86.Org> 2030 Copyright 2000 by Egbert Eich 2031 Copyright 2002 by David Dawes 2032 2033 Permission to use, copy, modify, distribute, and sell this software and its 2034 documentation for any purpose is hereby granted without fee, provided that 2035 the above copyright notice appear in all copies and that both that 2036 copyright notice and this permission notice appear in supporting 2037 documentation, and that the names of the above listed copyright holder(s) 2038 not be used in advertising or publicity pertaining to distribution of 2039 the software without specific, written prior permission. The above listed 2040 copyright holder(s) make(s) no representations about the suitability of this 2041 software for any purpose. It is provided "as is" without express or 2042 implied warranty. 2043 2044 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM(S) ALL WARRANTIES WITH REGARD 2045 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 2046 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 2047 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 2048 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 2049 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 2050 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2051 2052 2053 Copyright 1997-2004 by Marc Aurele La France (TSI @ UQV), tsi (a] xfree86.org 2054 2055 Permission to use, copy, modify, distribute, and sell this software and its 2056 documentation for any purpose is hereby granted without fee, provided that 2057 the above copyright notice appear in all copies and that both that copyright 2058 notice and this permission notice appear in supporting documentation, and 2059 that the name of Marc Aurele La France not be used in advertising or 2060 publicity pertaining to distribution of the software without specific, 2061 written prior permission. Marc Aurele La France makes no representations 2062 about the suitability of this software for any purpose. It is provided 2063 "as-is" without express or implied warranty. 2064 2065 MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2066 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 2067 EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2068 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 2069 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 2070 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 2071 OF THIS SOFTWARE. 2072 2073 2074 Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany 2075 Copyright 1992 by David Dawes <dawes (a] XFree86.org> 2076 Copyright 1992 by Jim Tsillas <jtsilla (a] damon.ccs.northeastern.edu> 2077 Copyright 1992 by Rich Murphey <Rich (a] Rice.edu> 2078 Copyright 1992 by Robert Baron <Robert.Baron (a] ernst.mach.cs.cmu.edu> 2079 Copyright 1992 by Orest Zborowski <obz (a] eskimo.com> 2080 Copyright 1993 by Vrije Universiteit, The Netherlands 2081 Copyright 1993 by David Wexelblat <dwex (a] XFree86.org> 2082 Copyright 1994, 1996 by Holger Veit <Holger.Veit (a] gmd.de> 2083 Copyright 1997 by Takis Psarogiannakopoulos <takis (a] dpmms.cam.ac.uk> 2084 Copyright 1994-2003 by The XFree86 Project, Inc 2085 2086 Permission to use, copy, modify, distribute, and sell this software and its 2087 documentation for any purpose is hereby granted without fee, provided that 2088 the above copyright notice appear in all copies and that both that 2089 copyright notice and this permission notice appear in supporting 2090 documentation, and that the names of the above listed copyright holders 2091 not be used in advertising or publicity pertaining to distribution of 2092 the software without specific, written prior permission. The above listed 2093 copyright holders make no representations about the suitability of this 2094 software for any purpose. It is provided "as is" without express or 2095 implied warranty. 2096 2097 THE ABOVE LISTED COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD 2098 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 2099 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDERS BE 2100 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 2101 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 2102 IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 2103 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2104 2105 2106 Copyright 2001-2005 by J. Kean Johnston <jkj (a] sco.com> 2107 2108 Permission to use, copy, modify, distribute, and sell this software and its 2109 documentation for any purpose is hereby granted without fee, provided that 2110 the above copyright notice appear in all copies and that both that 2111 copyright notice and this permission notice appear in supporting 2112 documentation, and that the name J. Kean Johnston not be used in 2113 advertising or publicity pertaining to distribution of the software without 2114 specific, written prior permission. J. Kean Johnston makes no 2115 representations about the suitability of this software for any purpose. 2116 It is provided "as is" without express or implied warranty. 2117 2118 J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2119 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2120 EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2121 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 2122 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 2123 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2124 PERFORMANCE OF THIS SOFTWARE. 2125 2126 2127 Copyright (C) 2000 Jakub Jelinek (jakub (a] redhat.com) 2128 2129 Permission is hereby granted, free of charge, to any person obtaining a copy 2130 of this software and associated documentation files (the "Software"), to deal 2131 in the Software without restriction, including without limitation the rights 2132 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 2133 copies of the Software, and to permit persons to whom the Software is 2134 furnished to do so, subject to the following conditions: 2135 2136 The above copyright notice and this permission notice shall be included in 2137 all copies or substantial portions of the Software. 2138 2139 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2140 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2141 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 2142 JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 2143 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 2144 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 2145 2146 2147 Copyright 1997,1998 by UCHIYAMA Yasushi 2148 2149 Permission to use, copy, modify, distribute, and sell this software and its 2150 documentation for any purpose is hereby granted without fee, provided that 2151 the above copyright notice appear in all copies and that both that 2152 copyright notice and this permission notice appear in supporting 2153 documentation, and that the name of UCHIYAMA Yasushi not be used in 2154 advertising or publicity pertaining to distribution of the software without 2155 specific, written prior permission. UCHIYAMA Yasushi makes no representations 2156 about the suitability of this software for any purpose. It is provided 2157 "as is" without express or implied warranty. 2158 2159 UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2160 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2161 EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2162 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 2163 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 2164 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2165 PERFORMANCE OF THIS SOFTWARE. 2166 2167 2168 Copyright (C) 2000 Keith Packard 2169 2004 Eric Anholt 2170 2005 Zack Rusin 2171 2172 Permission to use, copy, modify, distribute, and sell this software and its 2173 documentation for any purpose is hereby granted without fee, provided that 2174 the above copyright notice appear in all copies and that both that 2175 copyright notice and this permission notice appear in supporting 2176 documentation, and that the name of copyright holders not be used in 2177 advertising or publicity pertaining to distribution of the software without 2178 specific, written prior permission. Copyright holders make no 2179 representations about the suitability of this software for any purpose. It 2180 is provided "as is" without express or implied warranty. 2181 2182 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 2183 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 2184 FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY 2185 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2186 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 2187 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 2188 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 2189 SOFTWARE. 2190 2191 2192 (C) Copyright IBM Corporation 2002-2007 2193 All Rights Reserved. 2194 2195 Permission is hereby granted, free of charge, to any person obtaining a 2196 copy of this software and associated documentation files (the "Software"), 2197 to deal in the Software without restriction, including without limitation 2198 on the rights to use, copy, modify, merge, publish, distribute, sub 2199 license, and/or sell copies of the Software, and to permit persons to whom 2200 the Software is furnished to do so, subject to the following conditions: 2201 2202 The above copyright notice and this permission notice (including the next 2203 paragraph) shall be included in all copies or substantial portions of the 2204 Software. 2205 2206 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2207 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2208 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 2209 THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 2210 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 2211 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 2212 USE OR OTHER DEALINGS IN THE SOFTWARE. 2213 2214 2215 Permission to use, copy, modify, distribute, and sell this software and its 2216 documentation for any purpose is hereby granted without fee, provided that 2217 this permission notice appear in supporting documentation. This permission 2218 notice shall be included in all copies or substantial portions of the 2219 Software. 2220 2221 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2222 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 2223 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 2224 AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 2225 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 2226 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 2227 2228 2229 Copyright 2007 OpenedHand Ltd 2230 2231 Permission to use, copy, modify, distribute, and sell this software and its 2232 documentation for any purpose is hereby granted without fee, provided that 2233 the above copyright notice appear in all copies and that both that 2234 copyright notice and this permission notice appear in supporting 2235 documentation, and that the name of OpenedHand Ltd not be used in 2236 advertising or publicity pertaining to distribution of the software without 2237 specific, written prior permission. OpenedHand Ltd makes no 2238 representations about the suitability of this software for any purpose. It 2239 is provided "as is" without express or implied warranty. 2240 2241 OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 2242 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 2243 EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR 2244 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 2245 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 2246 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2247 PERFORMANCE OF THIS SOFTWARE. 2248 2249 2250 Copyright (c) 1989, 1990, 1993, 1994 2251 The Regents of the University of California. All rights reserved. 2252 2253 This code is derived from software contributed to Berkeley by 2254 Chris Torek. 2255 2256 This code is derived from software contributed to Berkeley by 2257 Michael Rendell of Memorial University of Newfoundland. 2258 2259 Redistribution and use in source and binary forms, with or without 2260 modification, are permitted provided that the following conditions 2261 are met: 2262 1. Redistributions of source code must retain the above copyright 2263 notice, this list of conditions and the following disclaimer. 2264 2. Redistributions in binary form must reproduce the above copyright 2265 notice, this list of conditions and the following disclaimer in the 2266 documentation and/or other materials provided with the distribution. 2267 4. Neither the name of the University nor the names of its contributors 2268 may be used to endorse or promote products derived from this software 2269 without specific prior written permission. 2270 2271 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2272 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2273 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2274 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2275 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2276 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2277 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2278 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2279 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2280 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2281 SUCH DAMAGE. 2282 </pre> 2283 </div> 2284 </div> 2285 2286 2287 <div class="product"> 2288 <span class="title">acl</span> 2289 <a class="show" href="#" onclick="return toggle(this);">show license</a> 2290 <span class="homepage"><a href="http://savannah.nongnu.org/projects/acl">homepage</a></span> 2291 <div class="licence"> 2292 <pre>Most components of the "acl" package are licensed under 2293 Version 2.1 of the GNU Lesser General Public License (see COPYING.LGPL). 2294 2295 Some components (as annotated in the source) are licensed 2296 under Version 2 of the GNU General Public License (see below), 2297 2298 ---------------------------------------------------------------------- 2299 2300 GNU GENERAL PUBLIC LICENSE 2301 Version 2, June 1991 2302 2303 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 2304 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 2305 Everyone is permitted to copy and distribute verbatim copies 2306 of this license document, but changing it is not allowed. 2307 2308 Preamble 2309 2310 The licenses for most software are designed to take away your 2311 freedom to share and change it. By contrast, the GNU General Public 2312 License is intended to guarantee your freedom to share and change free 2313 software--to make sure the software is free for all its users. This 2314 General Public License applies to most of the Free Software 2315 Foundation's software and to any other program whose authors commit to 2316 using it. (Some other Free Software Foundation software is covered by 2317 the GNU Lesser General Public License instead.) You can apply it to 2318 your programs, too. 2319 2320 When we speak of free software, we are referring to freedom, not 2321 price. Our General Public Licenses are designed to make sure that you 2322 have the freedom to distribute copies of free software (and charge for 2323 this service if you wish), that you receive source code or can get it 2324 if you want it, that you can change the software or use pieces of it 2325 in new free programs; and that you know you can do these things. 2326 2327 To protect your rights, we need to make restrictions that forbid 2328 anyone to deny you these rights or to ask you to surrender the rights. 2329 These restrictions translate to certain responsibilities for you if you 2330 distribute copies of the software, or if you modify it. 2331 2332 For example, if you distribute copies of such a program, whether 2333 gratis or for a fee, you must give the recipients all the rights that 2334 you have. You must make sure that they, too, receive or can get the 2335 source code. And you must show them these terms so they know their 2336 rights. 2337 2338 We protect your rights with two steps: (1) copyright the software, and 2339 (2) offer you this license which gives you legal permission to copy, 2340 distribute and/or modify the software. 2341 2342 Also, for each author's protection and ours, we want to make certain 2343 that everyone understands that there is no warranty for this free 2344 software. If the software is modified by someone else and passed on, we 2345 want its recipients to know that what they have is not the original, so 2346 that any problems introduced by others will not reflect on the original 2347 authors' reputations. 2348 2349 Finally, any free program is threatened constantly by software 2350 patents. We wish to avoid the danger that redistributors of a free 2351 program will individually obtain patent licenses, in effect making the 2352 program proprietary. To prevent this, we have made it clear that any 2353 patent must be licensed for everyone's free use or not licensed at all. 2354 2355 The precise terms and conditions for copying, distribution and 2356 modification follow. 2357 2358 GNU GENERAL PUBLIC LICENSE 2359 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 2360 2361 0. This License applies to any program or other work which contains 2362 a notice placed by the copyright holder saying it may be distributed 2363 under the terms of this General Public License. The "Program", below, 2364 refers to any such program or work, and a "work based on the Program" 2365 means either the Program or any derivative work under copyright law: 2366 that is to say, a work containing the Program or a portion of it, 2367 either verbatim or with modifications and/or translated into another 2368 language. (Hereinafter, translation is included without limitation in 2369 the term "modification".) Each licensee is addressed as "you". 2370 2371 Activities other than copying, distribution and modification are not 2372 covered by this License; they are outside its scope. The act of 2373 running the Program is not restricted, and the output from the Program 2374 is covered only if its contents constitute a work based on the 2375 Program (independent of having been made by running the Program). 2376 Whether that is true depends on what the Program does. 2377 2378 1. You may copy and distribute verbatim copies of the Program's 2379 source code as you receive it, in any medium, provided that you 2380 conspicuously and appropriately publish on each copy an appropriate 2381 copyright notice and disclaimer of warranty; keep intact all the 2382 notices that refer to this License and to the absence of any warranty; 2383 and give any other recipients of the Program a copy of this License 2384 along with the Program. 2385 2386 You may charge a fee for the physical act of transferring a copy, and 2387 you may at your option offer warranty protection in exchange for a fee. 2388 2389 2. You may modify your copy or copies of the Program or any portion 2390 of it, thus forming a work based on the Program, and copy and 2391 distribute such modifications or work under the terms of Section 1 2392 above, provided that you also meet all of these conditions: 2393 2394 a) You must cause the modified files to carry prominent notices 2395 stating that you changed the files and the date of any change. 2396 2397 b) You must cause any work that you distribute or publish, that in 2398 whole or in part contains or is derived from the Program or any 2399 part thereof, to be licensed as a whole at no charge to all third 2400 parties under the terms of this License. 2401 2402 c) If the modified program normally reads commands interactively 2403 when run, you must cause it, when started running for such 2404 interactive use in the most ordinary way, to print or display an 2405 announcement including an appropriate copyright notice and a 2406 notice that there is no warranty (or else, saying that you provide 2407 a warranty) and that users may redistribute the program under 2408 these conditions, and telling the user how to view a copy of this 2409 License. (Exception: if the Program itself is interactive but 2410 does not normally print such an announcement, your work based on 2411 the Program is not required to print an announcement.) 2412 2413 These requirements apply to the modified work as a whole. If 2414 identifiable sections of that work are not derived from the Program, 2415 and can be reasonably considered independent and separate works in 2416 themselves, then this License, and its terms, do not apply to those 2417 sections when you distribute them as separate works. But when you 2418 distribute the same sections as part of a whole which is a work based 2419 on the Program, the distribution of the whole must be on the terms of 2420 this License, whose permissions for other licensees extend to the 2421 entire whole, and thus to each and every part regardless of who wrote it. 2422 2423 Thus, it is not the intent of this section to claim rights or contest 2424 your rights to work written entirely by you; rather, the intent is to 2425 exercise the right to control the distribution of derivative or 2426 collective works based on the Program. 2427 2428 In addition, mere aggregation of another work not based on the Program 2429 with the Program (or with a work based on the Program) on a volume of 2430 a storage or distribution medium does not bring the other work under 2431 the scope of this License. 2432 2433 3. You may copy and distribute the Program (or a work based on it, 2434 under Section 2) in object code or executable form under the terms of 2435 Sections 1 and 2 above provided that you also do one of the following: 2436 2437 a) Accompany it with the complete corresponding machine-readable 2438 source code, which must be distributed under the terms of Sections 2439 1 and 2 above on a medium customarily used for software interchange; or, 2440 2441 b) Accompany it with a written offer, valid for at least three 2442 years, to give any third party, for a charge no more than your 2443 cost of physically performing source distribution, a complete 2444 machine-readable copy of the corresponding source code, to be 2445 distributed under the terms of Sections 1 and 2 above on a medium 2446 customarily used for software interchange; or, 2447 2448 c) Accompany it with the information you received as to the offer 2449 to distribute corresponding source code. (This alternative is 2450 allowed only for noncommercial distribution and only if you 2451 received the program in object code or executable form with such 2452 an offer, in accord with Subsection b above.) 2453 2454 The source code for a work means the preferred form of the work for 2455 making modifications to it. For an executable work, complete source 2456 code means all the source code for all modules it contains, plus any 2457 associated interface definition files, plus the scripts used to 2458 control compilation and installation of the executable. However, as a 2459 special exception, the source code distributed need not include 2460 anything that is normally distributed (in either source or binary 2461 form) with the major components (compiler, kernel, and so on) of the 2462 operating system on which the executable runs, unless that component 2463 itself accompanies the executable. 2464 2465 If distribution of executable or object code is made by offering 2466 access to copy from a designated place, then offering equivalent 2467 access to copy the source code from the same place counts as 2468 distribution of the source code, even though third parties are not 2469 compelled to copy the source along with the object code. 2470 2471 4. You may not copy, modify, sublicense, or distribute the Program 2472 except as expressly provided under this License. Any attempt 2473 otherwise to copy, modify, sublicense or distribute the Program is 2474 void, and will automatically terminate your rights under this License. 2475 However, parties who have received copies, or rights, from you under 2476 this License will not have their licenses terminated so long as such 2477 parties remain in full compliance. 2478 2479 5. You are not required to accept this License, since you have not 2480 signed it. However, nothing else grants you permission to modify or 2481 distribute the Program or its derivative works. These actions are 2482 prohibited by law if you do not accept this License. Therefore, by 2483 modifying or distributing the Program (or any work based on the 2484 Program), you indicate your acceptance of this License to do so, and 2485 all its terms and conditions for copying, distributing or modifying 2486 the Program or works based on it. 2487 2488 6. Each time you redistribute the Program (or any work based on the 2489 Program), the recipient automatically receives a license from the 2490 original licensor to copy, distribute or modify the Program subject to 2491 these terms and conditions. You may not impose any further 2492 restrictions on the recipients' exercise of the rights granted herein. 2493 You are not responsible for enforcing compliance by third parties to 2494 this License. 2495 2496 7. If, as a consequence of a court judgment or allegation of patent 2497 infringement or for any other reason (not limited to patent issues), 2498 conditions are imposed on you (whether by court order, agreement or 2499 otherwise) that contradict the conditions of this License, they do not 2500 excuse you from the conditions of this License. If you cannot 2501 distribute so as to satisfy simultaneously your obligations under this 2502 License and any other pertinent obligations, then as a consequence you 2503 may not distribute the Program at all. For example, if a patent 2504 license would not permit royalty-free redistribution of the Program by 2505 all those who receive copies directly or indirectly through you, then 2506 the only way you could satisfy both it and this License would be to 2507 refrain entirely from distribution of the Program. 2508 2509 If any portion of this section is held invalid or unenforceable under 2510 any particular circumstance, the balance of the section is intended to 2511 apply and the section as a whole is intended to apply in other 2512 circumstances. 2513 2514 It is not the purpose of this section to induce you to infringe any 2515 patents or other property right claims or to contest validity of any 2516 such claims; this section has the sole purpose of protecting the 2517 integrity of the free software distribution system, which is 2518 implemented by public license practices. Many people have made 2519 generous contributions to the wide range of software distributed 2520 through that system in reliance on consistent application of that 2521 system; it is up to the author/donor to decide if he or she is willing 2522 to distribute software through any other system and a licensee cannot 2523 impose that choice. 2524 2525 This section is intended to make thoroughly clear what is believed to 2526 be a consequence of the rest of this License. 2527 2528 8. If the distribution and/or use of the Program is restricted in 2529 certain countries either by patents or by copyrighted interfaces, the 2530 original copyright holder who places the Program under this License 2531 may add an explicit geographical distribution limitation excluding 2532 those countries, so that distribution is permitted only in or among 2533 countries not thus excluded. In such case, this License incorporates 2534 the limitation as if written in the body of this License. 2535 2536 9. The Free Software Foundation may publish revised and/or new versions 2537 of the General Public License from time to time. Such new versions will 2538 be similar in spirit to the present version, but may differ in detail to 2539 address new problems or concerns. 2540 2541 Each version is given a distinguishing version number. If the Program 2542 specifies a version number of this License which applies to it and "any 2543 later version", you have the option of following the terms and conditions 2544 either of that version or of any later version published by the Free 2545 Software Foundation. If the Program does not specify a version number of 2546 this License, you may choose any version ever published by the Free Software 2547 Foundation. 2548 2549 10. If you wish to incorporate parts of the Program into other free 2550 programs whose distribution conditions are different, write to the author 2551 to ask for permission. For software which is copyrighted by the Free 2552 Software Foundation, write to the Free Software Foundation; we sometimes 2553 make exceptions for this. Our decision will be guided by the two goals 2554 of preserving the free status of all derivatives of our free software and 2555 of promoting the sharing and reuse of software generally. 2556 2557 NO WARRANTY 2558 2559 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 2560 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 2561 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 2562 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 2563 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 2564 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 2565 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 2566 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 2567 REPAIR OR CORRECTION. 2568 2569 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 2570 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 2571 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 2572 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 2573 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 2574 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 2575 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 2576 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 2577 POSSIBILITY OF SUCH DAMAGES. 2578 2579 END OF TERMS AND CONDITIONS 2580 2581 How to Apply These Terms to Your New Programs 2582 2583 If you develop a new program, and you want it to be of the greatest 2584 possible use to the public, the best way to achieve this is to make it 2585 free software which everyone can redistribute and change under these terms. 2586 2587 To do so, attach the following notices to the program. It is safest 2588 to attach them to the start of each source file to most effectively 2589 convey the exclusion of warranty; and each file should have at least 2590 the "copyright" line and a pointer to where the full notice is found. 2591 2592 <one line to give the program's name and a brief idea of what it does.> 2593 Copyright (C) <year> <name of author> 2594 2595 This program is free software; you can redistribute it and/or modify 2596 it under the terms of the GNU General Public License as published by 2597 the Free Software Foundation; either version 2 of the License, or 2598 (at your option) any later version. 2599 2600 This program is distributed in the hope that it will be useful, 2601 but WITHOUT ANY WARRANTY; without even the implied warranty of 2602 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2603 GNU General Public License for more details. 2604 2605 You should have received a copy of the GNU General Public License along 2606 with this program; if not, write to the Free Software Foundation, Inc., 2607 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 2608 2609 Also add information on how to contact you by electronic and paper mail. 2610 2611 If the program is interactive, make it output a short notice like this 2612 when it starts in an interactive mode: 2613 2614 Gnomovision version 69, Copyright (C) year name of author 2615 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 2616 This is free software, and you are welcome to redistribute it 2617 under certain conditions; type `show c' for details. 2618 2619 The hypothetical commands `show w' and `show c' should show the appropriate 2620 parts of the General Public License. Of course, the commands you use may 2621 be called something other than `show w' and `show c'; they could even be 2622 mouse-clicks or menu items--whatever suits your program. 2623 2624 You should also get your employer (if you work as a programmer) or your 2625 school, if any, to sign a "copyright disclaimer" for the program, if 2626 necessary. Here is a sample; alter the names: 2627 2628 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 2629 `Gnomovision' (which makes passes at compilers) written by James Hacker. 2630 2631 <signature of Ty Coon>, 1 April 1989 2632 Ty Coon, President of Vice 2633 2634 This General Public License does not permit incorporating your program into 2635 proprietary programs. If your program is a subroutine library, you may 2636 consider it more useful to permit linking proprietary applications with the 2637 library. If this is what you want to do, use the GNU Lesser General 2638 Public License instead of this License. 2639 </pre> 2640 </div> 2641 </div> 2642 2643 2644 <div class="product"> 2645 <span class="title">acpid</span> 2646 <a class="show" href="#" onclick="return toggle(this);">show license</a> 2647 <span class="homepage"><a href="http://acpid.sourceforge.net">homepage</a></span> 2648 <div class="licence"> 2649 <pre> GNU GENERAL PUBLIC LICENSE 2650 Version 2, June 1991 2651 2652 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 2653 675 Mass Ave, Cambridge, MA 02139, USA 2654 Everyone is permitted to copy and distribute verbatim copies 2655 of this license document, but changing it is not allowed. 2656 2657 Preamble 2658 2659 The licenses for most software are designed to take away your 2660 freedom to share and change it. By contrast, the GNU General Public 2661 License is intended to guarantee your freedom to share and change free 2662 software--to make sure the software is free for all its users. This 2663 General Public License applies to most of the Free Software 2664 Foundation's software and to any other program whose authors commit to 2665 using it. (Some other Free Software Foundation software is covered by 2666 the GNU Library General Public License instead.) You can apply it to 2667 your programs, too. 2668 2669 When we speak of free software, we are referring to freedom, not 2670 price. Our General Public Licenses are designed to make sure that you 2671 have the freedom to distribute copies of free software (and charge for 2672 this service if you wish), that you receive source code or can get it 2673 if you want it, that you can change the software or use pieces of it 2674 in new free programs; and that you know you can do these things. 2675 2676 To protect your rights, we need to make restrictions that forbid 2677 anyone to deny you these rights or to ask you to surrender the rights. 2678 These restrictions translate to certain responsibilities for you if you 2679 distribute copies of the software, or if you modify it. 2680 2681 For example, if you distribute copies of such a program, whether 2682 gratis or for a fee, you must give the recipients all the rights that 2683 you have. You must make sure that they, too, receive or can get the 2684 source code. And you must show them these terms so they know their 2685 rights. 2686 2687 We protect your rights with two steps: (1) copyright the software, and 2688 (2) offer you this license which gives you legal permission to copy, 2689 distribute and/or modify the software. 2690 2691 Also, for each author's protection and ours, we want to make certain 2692 that everyone understands that there is no warranty for this free 2693 software. If the software is modified by someone else and passed on, we 2694 want its recipients to know that what they have is not the original, so 2695 that any problems introduced by others will not reflect on the original 2696 authors' reputations. 2697 2698 Finally, any free program is threatened constantly by software 2699 patents. We wish to avoid the danger that redistributors of a free 2700 program will individually obtain patent licenses, in effect making the 2701 program proprietary. To prevent this, we have made it clear that any 2702 patent must be licensed for everyone's free use or not licensed at all. 2703 2704 The precise terms and conditions for copying, distribution and 2705 modification follow. 2706 2708 GNU GENERAL PUBLIC LICENSE 2709 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 2710 2711 0. This License applies to any program or other work which contains 2712 a notice placed by the copyright holder saying it may be distributed 2713 under the terms of this General Public License. The "Program", below, 2714 refers to any such program or work, and a "work based on the Program" 2715 means either the Program or any derivative work under copyright law: 2716 that is to say, a work containing the Program or a portion of it, 2717 either verbatim or with modifications and/or translated into another 2718 language. (Hereinafter, translation is included without limitation in 2719 the term "modification".) Each licensee is addressed as "you". 2720 2721 Activities other than copying, distribution and modification are not 2722 covered by this License; they are outside its scope. The act of 2723 running the Program is not restricted, and the output from the Program 2724 is covered only if its contents constitute a work based on the 2725 Program (independent of having been made by running the Program). 2726 Whether that is true depends on what the Program does. 2727 2728 1. You may copy and distribute verbatim copies of the Program's 2729 source code as you receive it, in any medium, provided that you 2730 conspicuously and appropriately publish on each copy an appropriate 2731 copyright notice and disclaimer of warranty; keep intact all the 2732 notices that refer to this License and to the absence of any warranty; 2733 and give any other recipients of the Program a copy of this License 2734 along with the Program. 2735 2736 You may charge a fee for the physical act of transferring a copy, and 2737 you may at your option offer warranty protection in exchange for a fee. 2738 2739 2. You may modify your copy or copies of the Program or any portion 2740 of it, thus forming a work based on the Program, and copy and 2741 distribute such modifications or work under the terms of Section 1 2742 above, provided that you also meet all of these conditions: 2743 2744 a) You must cause the modified files to carry prominent notices 2745 stating that you changed the files and the date of any change. 2746 2747 b) You must cause any work that you distribute or publish, that in 2748 whole or in part contains or is derived from the Program or any 2749 part thereof, to be licensed as a whole at no charge to all third 2750 parties under the terms of this License. 2751 2752 c) If the modified program normally reads commands interactively 2753 when run, you must cause it, when started running for such 2754 interactive use in the most ordinary way, to print or display an 2755 announcement including an appropriate copyright notice and a 2756 notice that there is no warranty (or else, saying that you provide 2757 a warranty) and that users may redistribute the program under 2758 these conditions, and telling the user how to view a copy of this 2759 License. (Exception: if the Program itself is interactive but 2760 does not normally print such an announcement, your work based on 2761 the Program is not required to print an announcement.) 2762 2764 These requirements apply to the modified work as a whole. If 2765 identifiable sections of that work are not derived from the Program, 2766 and can be reasonably considered independent and separate works in 2767 themselves, then this License, and its terms, do not apply to those 2768 sections when you distribute them as separate works. But when you 2769 distribute the same sections as part of a whole which is a work based 2770 on the Program, the distribution of the whole must be on the terms of 2771 this License, whose permissions for other licensees extend to the 2772 entire whole, and thus to each and every part regardless of who wrote it. 2773 2774 Thus, it is not the intent of this section to claim rights or contest 2775 your rights to work written entirely by you; rather, the intent is to 2776 exercise the right to control the distribution of derivative or 2777 collective works based on the Program. 2778 2779 In addition, mere aggregation of another work not based on the Program 2780 with the Program (or with a work based on the Program) on a volume of 2781 a storage or distribution medium does not bring the other work under 2782 the scope of this License. 2783 2784 3. You may copy and distribute the Program (or a work based on it, 2785 under Section 2) in object code or executable form under the terms of 2786 Sections 1 and 2 above provided that you also do one of the following: 2787 2788 a) Accompany it with the complete corresponding machine-readable 2789 source code, which must be distributed under the terms of Sections 2790 1 and 2 above on a medium customarily used for software interchange; or, 2791 2792 b) Accompany it with a written offer, valid for at least three 2793 years, to give any third party, for a charge no more than your 2794 cost of physically performing source distribution, a complete 2795 machine-readable copy of the corresponding source code, to be 2796 distributed under the terms of Sections 1 and 2 above on a medium 2797 customarily used for software interchange; or, 2798 2799 c) Accompany it with the information you received as to the offer 2800 to distribute corresponding source code. (This alternative is 2801 allowed only for noncommercial distribution and only if you 2802 received the program in object code or executable form with such 2803 an offer, in accord with Subsection b above.) 2804 2805 The source code for a work means the preferred form of the work for 2806 making modifications to it. For an executable work, complete source 2807 code means all the source code for all modules it contains, plus any 2808 associated interface definition files, plus the scripts used to 2809 control compilation and installation of the executable. However, as a 2810 special exception, the source code distributed need not include 2811 anything that is normally distributed (in either source or binary 2812 form) with the major components (compiler, kernel, and so on) of the 2813 operating system on which the executable runs, unless that component 2814 itself accompanies the executable. 2815 2816 If distribution of executable or object code is made by offering 2817 access to copy from a designated place, then offering equivalent 2818 access to copy the source code from the same place counts as 2819 distribution of the source code, even though third parties are not 2820 compelled to copy the source along with the object code. 2821 2823 4. You may not copy, modify, sublicense, or distribute the Program 2824 except as expressly provided under this License. Any attempt 2825 otherwise to copy, modify, sublicense or distribute the Program is 2826 void, and will automatically terminate your rights under this License. 2827 However, parties who have received copies, or rights, from you under 2828 this License will not have their licenses terminated so long as such 2829 parties remain in full compliance. 2830 2831 5. You are not required to accept this License, since you have not 2832 signed it. However, nothing else grants you permission to modify or 2833 distribute the Program or its derivative works. These actions are 2834 prohibited by law if you do not accept this License. Therefore, by 2835 modifying or distributing the Program (or any work based on the 2836 Program), you indicate your acceptance of this License to do so, and 2837 all its terms and conditions for copying, distributing or modifying 2838 the Program or works based on it. 2839 2840 6. Each time you redistribute the Program (or any work based on the 2841 Program), the recipient automatically receives a license from the 2842 original licensor to copy, distribute or modify the Program subject to 2843 these terms and conditions. You may not impose any further 2844 restrictions on the recipients' exercise of the rights granted herein. 2845 You are not responsible for enforcing compliance by third parties to 2846 this License. 2847 2848 7. If, as a consequence of a court judgment or allegation of patent 2849 infringement or for any other reason (not limited to patent issues), 2850 conditions are imposed on you (whether by court order, agreement or 2851 otherwise) that contradict the conditions of this License, they do not 2852 excuse you from the conditions of this License. If you cannot 2853 distribute so as to satisfy simultaneously your obligations under this 2854 License and any other pertinent obligations, then as a consequence you 2855 may not distribute the Program at all. For example, if a patent 2856 license would not permit royalty-free redistribution of the Program by 2857 all those who receive copies directly or indirectly through you, then 2858 the only way you could satisfy both it and this License would be to 2859 refrain entirely from distribution of the Program. 2860 2861 If any portion of this section is held invalid or unenforceable under 2862 any particular circumstance, the balance of the section is intended to 2863 apply and the section as a whole is intended to apply in other 2864 circumstances. 2865 2866 It is not the purpose of this section to induce you to infringe any 2867 patents or other property right claims or to contest validity of any 2868 such claims; this section has the sole purpose of protecting the 2869 integrity of the free software distribution system, which is 2870 implemented by public license practices. Many people have made 2871 generous contributions to the wide range of software distributed 2872 through that system in reliance on consistent application of that 2873 system; it is up to the author/donor to decide if he or she is willing 2874 to distribute software through any other system and a licensee cannot 2875 impose that choice. 2876 2877 This section is intended to make thoroughly clear what is believed to 2878 be a consequence of the rest of this License. 2879 2881 8. If the distribution and/or use of the Program is restricted in 2882 certain countries either by patents or by copyrighted interfaces, the 2883 original copyright holder who places the Program under this License 2884 may add an explicit geographical distribution limitation excluding 2885 those countries, so that distribution is permitted only in or among 2886 countries not thus excluded. In such case, this License incorporates 2887 the limitation as if written in the body of this License. 2888 2889 9. The Free Software Foundation may publish revised and/or new versions 2890 of the General Public License from time to time. Such new versions will 2891 be similar in spirit to the present version, but may differ in detail to 2892 address new problems or concerns. 2893 2894 Each version is given a distinguishing version number. If the Program 2895 specifies a version number of this License which applies to it and "any 2896 later version", you have the option of following the terms and conditions 2897 either of that version or of any later version published by the Free 2898 Software Foundation. If the Program does not specify a version number of 2899 this License, you may choose any version ever published by the Free Software 2900 Foundation. 2901 2902 10. If you wish to incorporate parts of the Program into other free 2903 programs whose distribution conditions are different, write to the author 2904 to ask for permission. For software which is copyrighted by the Free 2905 Software Foundation, write to the Free Software Foundation; we sometimes 2906 make exceptions for this. Our decision will be guided by the two goals 2907 of preserving the free status of all derivatives of our free software and 2908 of promoting the sharing and reuse of software generally. 2909 2910 NO WARRANTY 2911 2912 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 2913 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 2914 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 2915 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 2916 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 2917 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 2918 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 2919 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 2920 REPAIR OR CORRECTION. 2921 2922 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 2923 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 2924 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 2925 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 2926 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 2927 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 2928 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 2929 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 2930 POSSIBILITY OF SUCH DAMAGES. 2931 2932 END OF TERMS AND CONDITIONS 2933 2935 Appendix: How to Apply These Terms to Your New Programs 2936 2937 If you develop a new program, and you want it to be of the greatest 2938 possible use to the public, the best way to achieve this is to make it 2939 free software which everyone can redistribute and change under these terms. 2940 2941 To do so, attach the following notices to the program. It is safest 2942 to attach them to the start of each source file to most effectively 2943 convey the exclusion of warranty; and each file should have at least 2944 the "copyright" line and a pointer to where the full notice is found. 2945 2946 <one line to give the program's name and a brief idea of what it does.> 2947 Copyright (C) 19yy <name of author> 2948 2949 This program is free software; you can redistribute it and/or modify 2950 it under the terms of the GNU General Public License as published by 2951 the Free Software Foundation; either version 2 of the License, or 2952 (at your option) any later version. 2953 2954 This program is distributed in the hope that it will be useful, 2955 but WITHOUT ANY WARRANTY; without even the implied warranty of 2956 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2957 GNU General Public License for more details. 2958 2959 You should have received a copy of the GNU General Public License 2960 along with this program; if not, write to the Free Software 2961 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 2962 2963 Also add information on how to contact you by electronic and paper mail. 2964 2965 If the program is interactive, make it output a short notice like this 2966 when it starts in an interactive mode: 2967 2968 Gnomovision version 69, Copyright (C) 19yy name of author 2969 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 2970 This is free software, and you are welcome to redistribute it 2971 under certain conditions; type `show c' for details. 2972 2973 The hypothetical commands `show w' and `show c' should show the appropriate 2974 parts of the General Public License. Of course, the commands you use may 2975 be called something other than `show w' and `show c'; they could even be 2976 mouse-clicks or menu items--whatever suits your program. 2977 2978 You should also get your employer (if you work as a programmer) or your 2979 school, if any, to sign a "copyright disclaimer" for the program, if 2980 necessary. Here is a sample; alter the names: 2981 2982 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 2983 `Gnomovision' (which makes passes at compilers) written by James Hacker. 2984 2985 <signature of Ty Coon>, 1 April 1989 2986 Ty Coon, President of Vice 2987 2988 This General Public License does not permit incorporating your program into 2989 proprietary programs. If your program is a subroutine library, you may 2990 consider it more useful to permit linking proprietary applications with the 2991 library. If this is what you want to do, use the GNU Library General 2992 Public License instead of this License. 2993 </pre> 2994 </div> 2995 </div> 2996 2997 2998 <div class="product"> 2999 <span class="title">alsa-headers</span> 3000 <a class="show" href="#" onclick="return toggle(this);">show license</a> 3001 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 3002 <div class="licence"> 3003 <pre> GNU GENERAL PUBLIC LICENSE 3004 Version 2, June 1991 3005 3006 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 3007 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3008 Everyone is permitted to copy and distribute verbatim copies 3009 of this license document, but changing it is not allowed. 3010 3011 Preamble 3012 3013 The licenses for most software are designed to take away your 3014 freedom to share and change it. By contrast, the GNU General Public 3015 License is intended to guarantee your freedom to share and change free 3016 software--to make sure the software is free for all its users. This 3017 General Public License applies to most of the Free Software 3018 Foundation's software and to any other program whose authors commit to 3019 using it. (Some other Free Software Foundation software is covered by 3020 the GNU Library General Public License instead.) You can apply it to 3021 your programs, too. 3022 3023 When we speak of free software, we are referring to freedom, not 3024 price. Our General Public Licenses are designed to make sure that you 3025 have the freedom to distribute copies of free software (and charge for 3026 this service if you wish), that you receive source code or can get it 3027 if you want it, that you can change the software or use pieces of it 3028 in new free programs; and that you know you can do these things. 3029 3030 To protect your rights, we need to make restrictions that forbid 3031 anyone to deny you these rights or to ask you to surrender the rights. 3032 These restrictions translate to certain responsibilities for you if you 3033 distribute copies of the software, or if you modify it. 3034 3035 For example, if you distribute copies of such a program, whether 3036 gratis or for a fee, you must give the recipients all the rights that 3037 you have. You must make sure that they, too, receive or can get the 3038 source code. And you must show them these terms so they know their 3039 rights. 3040 3041 We protect your rights with two steps: (1) copyright the software, and 3042 (2) offer you this license which gives you legal permission to copy, 3043 distribute and/or modify the software. 3044 3045 Also, for each author's protection and ours, we want to make certain 3046 that everyone understands that there is no warranty for this free 3047 software. If the software is modified by someone else and passed on, we 3048 want its recipients to know that what they have is not the original, so 3049 that any problems introduced by others will not reflect on the original 3050 authors' reputations. 3051 3052 Finally, any free program is threatened constantly by software 3053 patents. We wish to avoid the danger that redistributors of a free 3054 program will individually obtain patent licenses, in effect making the 3055 program proprietary. To prevent this, we have made it clear that any 3056 patent must be licensed for everyone's free use or not licensed at all. 3057 3058 The precise terms and conditions for copying, distribution and 3059 modification follow. 3060 3062 GNU GENERAL PUBLIC LICENSE 3063 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 3064 3065 0. This License applies to any program or other work which contains 3066 a notice placed by the copyright holder saying it may be distributed 3067 under the terms of this General Public License. The "Program", below, 3068 refers to any such program or work, and a "work based on the Program" 3069 means either the Program or any derivative work under copyright law: 3070 that is to say, a work containing the Program or a portion of it, 3071 either verbatim or with modifications and/or translated into another 3072 language. (Hereinafter, translation is included without limitation in 3073 the term "modification".) Each licensee is addressed as "you". 3074 3075 Activities other than copying, distribution and modification are not 3076 covered by this License; they are outside its scope. The act of 3077 running the Program is not restricted, and the output from the Program 3078 is covered only if its contents constitute a work based on the 3079 Program (independent of having been made by running the Program). 3080 Whether that is true depends on what the Program does. 3081 3082 1. You may copy and distribute verbatim copies of the Program's 3083 source code as you receive it, in any medium, provided that you 3084 conspicuously and appropriately publish on each copy an appropriate 3085 copyright notice and disclaimer of warranty; keep intact all the 3086 notices that refer to this License and to the absence of any warranty; 3087 and give any other recipients of the Program a copy of this License 3088 along with the Program. 3089 3090 You may charge a fee for the physical act of transferring a copy, and 3091 you may at your option offer warranty protection in exchange for a fee. 3092 3093 2. You may modify your copy or copies of the Program or any portion 3094 of it, thus forming a work based on the Program, and copy and 3095 distribute such modifications or work under the terms of Section 1 3096 above, provided that you also meet all of these conditions: 3097 3098 a) You must cause the modified files to carry prominent notices 3099 stating that you changed the files and the date of any change. 3100 3101 b) You must cause any work that you distribute or publish, that in 3102 whole or in part contains or is derived from the Program or any 3103 part thereof, to be licensed as a whole at no charge to all third 3104 parties under the terms of this License. 3105 3106 c) If the modified program normally reads commands interactively 3107 when run, you must cause it, when started running for such 3108 interactive use in the most ordinary way, to print or display an 3109 announcement including an appropriate copyright notice and a 3110 notice that there is no warranty (or else, saying that you provide 3111 a warranty) and that users may redistribute the program under 3112 these conditions, and telling the user how to view a copy of this 3113 License. (Exception: if the Program itself is interactive but 3114 does not normally print such an announcement, your work based on 3115 the Program is not required to print an announcement.) 3116 3118 These requirements apply to the modified work as a whole. If 3119 identifiable sections of that work are not derived from the Program, 3120 and can be reasonably considered independent and separate works in 3121 themselves, then this License, and its terms, do not apply to those 3122 sections when you distribute them as separate works. But when you 3123 distribute the same sections as part of a whole which is a work based 3124 on the Program, the distribution of the whole must be on the terms of 3125 this License, whose permissions for other licensees extend to the 3126 entire whole, and thus to each and every part regardless of who wrote it. 3127 3128 Thus, it is not the intent of this section to claim rights or contest 3129 your rights to work written entirely by you; rather, the intent is to 3130 exercise the right to control the distribution of derivative or 3131 collective works based on the Program. 3132 3133 In addition, mere aggregation of another work not based on the Program 3134 with the Program (or with a work based on the Program) on a volume of 3135 a storage or distribution medium does not bring the other work under 3136 the scope of this License. 3137 3138 3. You may copy and distribute the Program (or a work based on it, 3139 under Section 2) in object code or executable form under the terms of 3140 Sections 1 and 2 above provided that you also do one of the following: 3141 3142 a) Accompany it with the complete corresponding machine-readable 3143 source code, which must be distributed under the terms of Sections 3144 1 and 2 above on a medium customarily used for software interchange; or, 3145 3146 b) Accompany it with a written offer, valid for at least three 3147 years, to give any third party, for a charge no more than your 3148 cost of physically performing source distribution, a complete 3149 machine-readable copy of the corresponding source code, to be 3150 distributed under the terms of Sections 1 and 2 above on a medium 3151 customarily used for software interchange; or, 3152 3153 c) Accompany it with the information you received as to the offer 3154 to distribute corresponding source code. (This alternative is 3155 allowed only for noncommercial distribution and only if you 3156 received the program in object code or executable form with such 3157 an offer, in accord with Subsection b above.) 3158 3159 The source code for a work means the preferred form of the work for 3160 making modifications to it. For an executable work, complete source 3161 code means all the source code for all modules it contains, plus any 3162 associated interface definition files, plus the scripts used to 3163 control compilation and installation of the executable. However, as a 3164 special exception, the source code distributed need not include 3165 anything that is normally distributed (in either source or binary 3166 form) with the major components (compiler, kernel, and so on) of the 3167 operating system on which the executable runs, unless that component 3168 itself accompanies the executable. 3169 3170 If distribution of executable or object code is made by offering 3171 access to copy from a designated place, then offering equivalent 3172 access to copy the source code from the same place counts as 3173 distribution of the source code, even though third parties are not 3174 compelled to copy the source along with the object code. 3175 3177 4. You may not copy, modify, sublicense, or distribute the Program 3178 except as expressly provided under this License. Any attempt 3179 otherwise to copy, modify, sublicense or distribute the Program is 3180 void, and will automatically terminate your rights under this License. 3181 However, parties who have received copies, or rights, from you under 3182 this License will not have their licenses terminated so long as such 3183 parties remain in full compliance. 3184 3185 5. You are not required to accept this License, since you have not 3186 signed it. However, nothing else grants you permission to modify or 3187 distribute the Program or its derivative works. These actions are 3188 prohibited by law if you do not accept this License. Therefore, by 3189 modifying or distributing the Program (or any work based on the 3190 Program), you indicate your acceptance of this License to do so, and 3191 all its terms and conditions for copying, distributing or modifying 3192 the Program or works based on it. 3193 3194 6. Each time you redistribute the Program (or any work based on the 3195 Program), the recipient automatically receives a license from the 3196 original licensor to copy, distribute or modify the Program subject to 3197 these terms and conditions. You may not impose any further 3198 restrictions on the recipients' exercise of the rights granted herein. 3199 You are not responsible for enforcing compliance by third parties to 3200 this License. 3201 3202 7. If, as a consequence of a court judgment or allegation of patent 3203 infringement or for any other reason (not limited to patent issues), 3204 conditions are imposed on you (whether by court order, agreement or 3205 otherwise) that contradict the conditions of this License, they do not 3206 excuse you from the conditions of this License. If you cannot 3207 distribute so as to satisfy simultaneously your obligations under this 3208 License and any other pertinent obligations, then as a consequence you 3209 may not distribute the Program at all. For example, if a patent 3210 license would not permit royalty-free redistribution of the Program by 3211 all those who receive copies directly or indirectly through you, then 3212 the only way you could satisfy both it and this License would be to 3213 refrain entirely from distribution of the Program. 3214 3215 If any portion of this section is held invalid or unenforceable under 3216 any particular circumstance, the balance of the section is intended to 3217 apply and the section as a whole is intended to apply in other 3218 circumstances. 3219 3220 It is not the purpose of this section to induce you to infringe any 3221 patents or other property right claims or to contest validity of any 3222 such claims; this section has the sole purpose of protecting the 3223 integrity of the free software distribution system, which is 3224 implemented by public license practices. Many people have made 3225 generous contributions to the wide range of software distributed 3226 through that system in reliance on consistent application of that 3227 system; it is up to the author/donor to decide if he or she is willing 3228 to distribute software through any other system and a licensee cannot 3229 impose that choice. 3230 3231 This section is intended to make thoroughly clear what is believed to 3232 be a consequence of the rest of this License. 3233 3235 8. If the distribution and/or use of the Program is restricted in 3236 certain countries either by patents or by copyrighted interfaces, the 3237 original copyright holder who places the Program under this License 3238 may add an explicit geographical distribution limitation excluding 3239 those countries, so that distribution is permitted only in or among 3240 countries not thus excluded. In such case, this License incorporates 3241 the limitation as if written in the body of this License. 3242 3243 9. The Free Software Foundation may publish revised and/or new versions 3244 of the General Public License from time to time. Such new versions will 3245 be similar in spirit to the present version, but may differ in detail to 3246 address new problems or concerns. 3247 3248 Each version is given a distinguishing version number. If the Program 3249 specifies a version number of this License which applies to it and "any 3250 later version", you have the option of following the terms and conditions 3251 either of that version or of any later version published by the Free 3252 Software Foundation. If the Program does not specify a version number of 3253 this License, you may choose any version ever published by the Free Software 3254 Foundation. 3255 3256 10. If you wish to incorporate parts of the Program into other free 3257 programs whose distribution conditions are different, write to the author 3258 to ask for permission. For software which is copyrighted by the Free 3259 Software Foundation, write to the Free Software Foundation; we sometimes 3260 make exceptions for this. Our decision will be guided by the two goals 3261 of preserving the free status of all derivatives of our free software and 3262 of promoting the sharing and reuse of software generally. 3263 3264 NO WARRANTY 3265 3266 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 3267 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 3268 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 3269 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 3270 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 3271 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 3272 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 3273 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 3274 REPAIR OR CORRECTION. 3275 3276 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 3277 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 3278 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 3279 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 3280 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 3281 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 3282 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 3283 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 3284 POSSIBILITY OF SUCH DAMAGES. 3285 3286 END OF TERMS AND CONDITIONS 3287 3289 How to Apply These Terms to Your New Programs 3290 3291 If you develop a new program, and you want it to be of the greatest 3292 possible use to the public, the best way to achieve this is to make it 3293 free software which everyone can redistribute and change under these terms. 3294 3295 To do so, attach the following notices to the program. It is safest 3296 to attach them to the start of each source file to most effectively 3297 convey the exclusion of warranty; and each file should have at least 3298 the "copyright" line and a pointer to where the full notice is found. 3299 3300 <one line to give the program's name and a brief idea of what it does.> 3301 Copyright (C) <year> <name of author> 3302 3303 This program is free software; you can redistribute it and/or modify 3304 it under the terms of the GNU General Public License as published by 3305 the Free Software Foundation; either version 2 of the License, or 3306 (at your option) any later version. 3307 3308 This program is distributed in the hope that it will be useful, 3309 but WITHOUT ANY WARRANTY; without even the implied warranty of 3310 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 3311 GNU General Public License for more details. 3312 3313 You should have received a copy of the GNU General Public License 3314 along with this program; if not, write to the Free Software 3315 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3316 3317 3318 Also add information on how to contact you by electronic and paper mail. 3319 3320 If the program is interactive, make it output a short notice like this 3321 when it starts in an interactive mode: 3322 3323 Gnomovision version 69, Copyright (C) year name of author 3324 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 3325 This is free software, and you are welcome to redistribute it 3326 under certain conditions; type `show c' for details. 3327 3328 The hypothetical commands `show w' and `show c' should show the appropriate 3329 parts of the General Public License. Of course, the commands you use may 3330 be called something other than `show w' and `show c'; they could even be 3331 mouse-clicks or menu items--whatever suits your program. 3332 3333 You should also get your employer (if you work as a programmer) or your 3334 school, if any, to sign a "copyright disclaimer" for the program, if 3335 necessary. Here is a sample; alter the names: 3336 3337 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 3338 `Gnomovision' (which makes passes at compilers) written by James Hacker. 3339 3340 <signature of Ty Coon>, 1 April 1989 3341 Ty Coon, President of Vice 3342 3343 This General Public License does not permit incorporating your program into 3344 proprietary programs. If your program is a subroutine library, you may 3345 consider it more useful to permit linking proprietary applications with the 3346 library. If this is what you want to do, use the GNU Library General 3347 Public License instead of this License. 3348 </pre> 3349 </div> 3350 </div> 3351 3352 3353 <div class="product"> 3354 <span class="title">alsa-lib</span> 3355 <a class="show" href="#" onclick="return toggle(this);">show license</a> 3356 <span class="homepage"><a href="http://www.alsa-project.org/">homepage</a></span> 3357 <div class="licence"> 3358 <pre> GNU LESSER GENERAL PUBLIC LICENSE 3359 Version 2.1, February 1999 3360 3361 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 3362 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3363 Everyone is permitted to copy and distribute verbatim copies 3364 of this license document, but changing it is not allowed. 3365 3366 [This is the first released version of the Lesser GPL. It also counts 3367 as the successor of the GNU Library Public License, version 2, hence 3368 the version number 2.1.] 3369 3370 Preamble 3371 3372 The licenses for most software are designed to take away your 3373 freedom to share and change it. By contrast, the GNU General Public 3374 Licenses are intended to guarantee your freedom to share and change 3375 free software--to make sure the software is free for all its users. 3376 3377 This license, the Lesser General Public License, applies to some 3378 specially designated software packages--typically libraries--of the 3379 Free Software Foundation and other authors who decide to use it. You 3380 can use