Roll src/third_party/skia 781d582:48fc0ea
[chromium-blink-merge.git] / third_party / tlslite / LICENSE
blob7e7162023c58db41ec5b5ff34db05f7e5244b809
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
4 particular:
6
8 Code written by Trevor Perrin, Kees Bos, Sam Rushing, Dimitris Moraitis,
9 Marcelo Fernandez, Martin von Loewis, Dave Baggett, and Yngve Pettersen is 
10 available under the following terms:
12 This is free and unencumbered software released into the public domain.
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
16 purpose, commercial or non-commercial, and by any means.
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
20 domain. We make this dedication for the benefit of the public at large and to
21 the detriment of our heirs and successors. We intend this dedication to be an
22 overt act of relinquishment in perpetuity of all present and future rights to
23 this software under copyright law.
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
29 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
30 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34 Code written by Bram Cohen (rijndael.py) was dedicated to the public domain by
35 its author. See rijndael.py for details.
39 Code written by Google is available under the following terms:
41 Copyright (c) 2008, The Chromium Authors 
42 All rights reserved.
44 Redistribution and use in source and binary forms, with or without
45 modification, are permitted provided that the following conditions are met:
47  * Redistributions of source code must retain the above copyright notice, this
48    list of conditions and the following disclaimer.
50  * Redistributions in binary form must reproduce the above copyright notice,
51    this list of conditions and the following disclaimer in the documentation
52    and/or other materials provided with the distribution.
54  * Neither the name of the Google Inc. nor the names of its contributors may
55    be used to endorse or promote products derived from this software without
56    specific prior written permission.
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
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
62 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
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,
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.