| OLD | NEW |
| 1 | 1 |
| 2 TLS Lite includes code from different sources. All code is either dedicated to | 2 TLS Lite includes code from different sources. All code is either dedicated to |
| 3 the public domain by its authors, or available under a BSD-style license. In | 3 the public domain by its authors, or available under a BSD-style license. In |
| 4 particular: | 4 particular: |
| 5 | 5 |
| 6 - | 6 - |
| 7 | 7 |
| 8 Code written by Trevor Perrin, Kees Bos, Sam Rushing, Dimitris Moraitis, | 8 Code written by Trevor Perrin, Kees Bos, Sam Rushing, Dimitris Moraitis, |
| 9 Marcelo Fernandez, Martin von Loewis, and Dave Baggett is available under the | 9 Marcelo Fernandez, Martin von Loewis, Dave Baggett, and Yngve Pettersen is |
| 10 following terms: | 10 available under the following terms: |
| 11 | 11 |
| 12 This is free and unencumbered software released into the public domain. | 12 This is free and unencumbered software released into the public domain. |
| 13 | 13 |
| 14 Anyone is free to copy, modify, publish, use, compile, sell, or distribute | 14 Anyone is free to copy, modify, publish, use, compile, sell, or distribute |
| 15 this software, either in source code form or as a compiled binary, for any | 15 this software, either in source code form or as a compiled binary, for any |
| 16 purpose, commercial or non-commercial, and by any means. | 16 purpose, commercial or non-commercial, and by any means. |
| 17 | 17 |
| 18 In jurisdictions that recognize copyright laws, the author or authors of this | 18 In jurisdictions that recognize copyright laws, the author or authors of this |
| 19 software dedicate any and all copyright interest in the software to the public | 19 software dedicate any and all copyright interest in the software to the public |
| 20 domain. We make this dedication for the benefit of the public at large and to | 20 domain. We make this dedication for the benefit of the public at large and to |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 58 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 59 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 59 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 60 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 60 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 61 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE | 61 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
| 62 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 62 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 63 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 63 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 64 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 64 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 65 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 65 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 66 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 66 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 67 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 67 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| OLD | NEW |