| OLD | NEW |
| 1 (Copied from the README.) | 1 (Copied from the README.) |
| 2 | 2 |
| 3 -------------------------------------------------------------------------------- | 3 -------------------------------------------------------------------------------- |
| 4 | 4 |
| 5 The authors make NO WARRANTY or representation, either express or implied, | 5 The authors make NO WARRANTY or representation, either express or implied, |
| 6 with respect to this software, its quality, accuracy, merchantability, or | 6 with respect to this software, its quality, accuracy, merchantability, or |
| 7 fitness for a particular purpose. This software is provided "AS IS", and you, | 7 fitness for a particular purpose. This software is provided "AS IS", and you, |
| 8 its user, assume the entire risk as to its quality and accuracy. | 8 its user, assume the entire risk as to its quality and accuracy. |
| 9 | 9 |
| 10 This software is copyright (C) 1991-1998, Thomas G. Lane. | 10 This software is copyright (C) 1991-1998, Thomas G. Lane. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 To avoid entanglement with the Unisys LZW patent, GIF reading support has | 66 To avoid entanglement with the Unisys LZW patent, GIF reading support has |
| 67 been removed altogether, and the GIF writer has been simplified to produce | 67 been removed altogether, and the GIF writer has been simplified to produce |
| 68 "uncompressed GIFs". This technique does not use the LZW algorithm; the | 68 "uncompressed GIFs". This technique does not use the LZW algorithm; the |
| 69 resulting GIF files are larger than usual, but are readable by all standard | 69 resulting GIF files are larger than usual, but are readable by all standard |
| 70 GIF decoders. | 70 GIF decoders. |
| 71 | 71 |
| 72 We are required to state that | 72 We are required to state that |
| 73 "The Graphics Interchange Format(c) is the Copyright property of | 73 "The Graphics Interchange Format(c) is the Copyright property of |
| 74 CompuServe Incorporated. GIF(sm) is a Service Mark property of | 74 CompuServe Incorporated. GIF(sm) is a Service Mark property of |
| 75 CompuServe Incorporated." | 75 CompuServe Incorporated." |
| 76 |
| 77 -------------------------------------------------------------------------------- |
| 78 |
| 79 jconfig.h is distributed under the MPL 1.1/GPL 2.0/LGPL 2.1 tri-license. |
| 80 |
| 81 jmorecfg.h contains modifications, which are distributed under the Netscape |
| 82 Public License. |
| OLD | NEW |