Nikias Bassen | e41dbc3 | 2022-02-09 04:04:36 +0100 | [diff] [blame] | 1 | Licensing |
| 2 | --------- |
| 3 | |
| 4 | SRP is royalty-free worldwide for commercial and non-commercial use. |
| 5 | The SRP library has been carefully written not to depend on any |
| 6 | encumbered algorithms, and it is distributed under a standard |
| 7 | BSD-style Open Source license which is shown below. This license |
| 8 | covers implementations based on the SRP library as well as |
| 9 | independent implementations based on RFC 2945. |
| 10 | |
| 11 | The SRP distribution itself contains algorithms and code from |
| 12 | various freeware packages; these parts fall under both the SRP |
| 13 | Open Source license and the packages' own licenses. Care has |
| 14 | been taken to ensure that these licenses are compatible with |
| 15 | Open Source distribution, but it is the responsibility of the |
| 16 | licensee to comply with the terms of these licenses. This |
| 17 | disclaimer also applies to third-party libraries that may be |
| 18 | linked into the distribution, since they may contain patented |
| 19 | intellectual property. The file "Copyrights" contains a list |
| 20 | of the copyrights incorporated by portions of the software. |
| 21 | |
| 22 | Broader use of the SRP authentication technology, such as variants |
| 23 | incorporating the use of an explicit server secret (SRP-Z), may |
| 24 | require a license; please contact the Stanford Office of Technology |
| 25 | Licensing (http://otl.stanford.edu/) for more information about |
| 26 | terms and conditions. |
| 27 | |
| 28 | This software is covered under the following copyright: |
| 29 | |
| 30 | /* |
| 31 | * Copyright (c) 1997-2007 The Stanford SRP Authentication Project |
| 32 | * All Rights Reserved. |
| 33 | * |
| 34 | * Permission is hereby granted, free of charge, to any person obtaining |
| 35 | * a copy of this software and associated documentation files (the |
| 36 | * "Software"), to deal in the Software without restriction, including |
| 37 | * without limitation the rights to use, copy, modify, merge, publish, |
| 38 | * distribute, sublicense, and/or sell copies of the Software, and to |
| 39 | * permit persons to whom the Software is furnished to do so, subject to |
| 40 | * the following conditions: |
| 41 | * |
| 42 | * The above copyright notice and this permission notice shall be |
| 43 | * included in all copies or substantial portions of the Software. |
| 44 | * |
| 45 | * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, |
| 46 | * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY |
| 47 | * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. |
| 48 | * |
| 49 | * IN NO EVENT SHALL STANFORD BE LIABLE FOR ANY SPECIAL, INCIDENTAL, |
| 50 | * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER |
| 51 | * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF |
| 52 | * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT |
| 53 | * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 54 | * |
| 55 | * Redistributions in source or binary form must retain an intact copy |
| 56 | * of this copyright notice. |
| 57 | */ |
| 58 | |
| 59 | Address all questions regarding this license to: |
| 60 | |
| 61 | Tom Wu |
| 62 | tjw@cs.Stanford.EDU |