OLD | NEW |
| 1 The default Mesa license is as follows: |
| 2 |
| 3 Copyright (C) 1999-2007 Brian Paul All Rights Reserved. |
| 4 |
| 5 Permission is hereby granted, free of charge, to any person obtaining a |
| 6 copy of this software and associated documentation files (the "Software"), |
| 7 to deal in the Software without restriction, including without limitation |
| 8 the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 9 and/or sell copies of the Software, and to permit persons to whom the |
| 10 Software is furnished to do so, subject to the following conditions: |
| 11 |
| 12 The above copyright notice and this permission notice shall be included |
| 13 in all copies or substantial portions of the Software. |
| 14 |
| 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 16 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 18 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
| 19 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 20 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 21 |
| 22 |
1 | 23 |
2 Some parts of Mesa are copyrighted under the GNU LGPL. See the | 24 Some parts of Mesa are copyrighted under the GNU LGPL. See the |
3 Mesa/docs/COPYRIGHT file for details. | 25 Mesa/docs/COPYRIGHT file for details. |
4 | 26 |
5 The following is the standard GNU copyright file. | 27 The following is the standard GNU copyright file. |
6 ---------------------------------------------------------------------- | 28 ---------------------------------------------------------------------- |
7 | 29 |
8 | 30 |
9 GNU LIBRARY GENERAL PUBLIC LICENSE | 31 GNU LIBRARY GENERAL PUBLIC LICENSE |
10 Version 2, June 1991 | 32 Version 2, June 1991 |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 necessary. Here is a sample; alter the names: | 512 necessary. Here is a sample; alter the names: |
491 | 513 |
492 Yoyodyne, Inc., hereby disclaims all copyright interest in the | 514 Yoyodyne, Inc., hereby disclaims all copyright interest in the |
493 library `Frob' (a library for tweaking knobs) written by James Random Hacker. | 515 library `Frob' (a library for tweaking knobs) written by James Random Hacker. |
494 | 516 |
495 <signature of Ty Coon>, 1 April 1990 | 517 <signature of Ty Coon>, 1 April 1990 |
496 Ty Coon, President of Vice | 518 Ty Coon, President of Vice |
497 | 519 |
498 That's all there is to it! | 520 That's all there is to it! |
499 | 521 |
OLD | NEW |