|
1 | | -Copyright 2010 Paul Bartrum |
| 1 | +The MIT License (MIT) |
2 | 2 |
|
3 | | -Microsoft Public License (Ms-PL) |
4 | | - |
5 | | -This license governs use of the accompanying software. If you use the software, you accept this license. |
6 | | -If you do not accept the license, do not use the software. |
7 | | - |
8 | | -1. Definitions |
9 | | - |
10 | | -The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning |
11 | | -here as under U.S. copyright law. |
12 | | - |
13 | | -A "contribution" is the original software, or any additions or changes to the software. |
14 | | - |
15 | | -A "contributor" is any person that distributes its contribution under this license. |
16 | | - |
17 | | -"Licensed patents" are a contributor's patent claims that read directly on its contribution. |
18 | | - |
19 | | -2. Grant of Rights |
20 | | - |
21 | | -(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations |
22 | | -in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to |
23 | | -reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution |
24 | | -or any derivative works that you create. |
25 | | - |
26 | | -(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in |
27 | | -section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed |
28 | | -patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its |
29 | | -contribution in the software or derivative works of the contribution in the software. |
30 | | - |
31 | | -3. Conditions and Limitations |
32 | | - |
33 | | -(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or |
34 | | -trademarks. |
35 | | - |
36 | | -(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the |
37 | | -software, your patent license from such contributor to the software ends automatically. |
38 | | - |
39 | | -(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and |
40 | | -attribution notices that are present in the software. |
41 | | - |
42 | | -(D) If you distribute any portion of the software in source code form, you may do so only under this |
43 | | -license by including a complete copy of this license with your distribution. If you distribute any portion |
44 | | -of the software in compiled or object code form, you may only do so under a license that complies with |
45 | | -this license. |
46 | | - |
47 | | -(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express |
48 | | -warranties, guarantees or conditions. You may have additional consumer rights under your local laws |
49 | | -which this license cannot change. To the extent permitted under your local laws, the contributors |
50 | | -exclude the implied warranties of merchantability, fitness for a particular purpose and non- |
51 | | -infringement. |
| 3 | +Copyright (c) 2015 Paul Bartrum |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
0 commit comments