Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: third_party/tlslite/LICENSE

Issue 210323002: Update tlslite to 0.4.6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Executable bit and --similarity=80 Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/tools/testserver/testserver_base.py ('k') | third_party/tlslite/MANIFEST.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 All code here is public domain. 1
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:
5
6 -
7
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
10 following terms:
11
12 This is free and unencumbered software released into the public domain.
13
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.
17
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.
24
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.
31
32 -
33
34 Code written by Bram Cohen (rijndael.py) was dedicated to the public domain by
35 its author. See rijndael.py for details.
36
37 -
38
39 Code written by Google is available under the following terms:
40
41 Copyright (c) 2008, The Chromium Authors
42 All rights reserved.
43
44 Redistribution and use in source and binary forms, with or without
45 modification, are permitted provided that the following conditions are met:
46
47 * Redistributions of source code must retain the above copyright notice, this
48 list of conditions and the following disclaimer.
49
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.
53
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.
57
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.
OLDNEW
« no previous file with comments | « net/tools/testserver/testserver_base.py ('k') | third_party/tlslite/MANIFEST.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698