|
1 | 1 | # MultiMC
|
2 | 2 |
|
3 |
| - Copyright 2012-2021 MultiMC Contributors |
4 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
| - you may not use this file except in compliance with the License. |
6 |
| - You may obtain a copy of the License at |
7 |
| - |
8 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
9 |
| - |
10 |
| - Unless required by applicable law or agreed to in writing, software |
11 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
12 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
| - See the License for the specific language governing permissions and |
14 |
| - limitations under the License. |
| 3 | + Copyright 2012-2022 MultiMC Contributors |
| 4 | + |
| 5 | + This license governs use of the accompanying software. If you use the |
| 6 | + software, you accept this license. If you do not accept the license, |
| 7 | + do not use the software. |
| 8 | + |
| 9 | + 1. Definitions |
| 10 | + |
| 11 | + The terms "reproduce," "reproduction," "derivative works," |
| 12 | + and "distribution" have the same meaning here as under U.S. copyright law. |
| 13 | + |
| 14 | + A "contribution" is the original software, or any additions or changes to the software. |
| 15 | + |
| 16 | + A "contributor" is any person that distributes its contribution under this license. |
| 17 | + |
| 18 | + "Licensed patents" are a contributor's patent claims that read directly on its contribution. |
| 19 | + |
| 20 | + 2. Grant of Rights |
| 21 | + |
| 22 | + (A) Copyright Grant- Subject to the terms of this license, including |
| 23 | + the license conditions and limitations in section 3, each contributor |
| 24 | + grants you a non-exclusive, worldwide, royalty-free copyright license |
| 25 | + to reproduce its contribution, prepare derivative works of its contribution, |
| 26 | + and distribute its contribution or any derivative works that you create. |
| 27 | + |
| 28 | + (B) Patent Grant- Subject to the terms of this license, including |
| 29 | + the license conditions and limitations in section 3, each contributor |
| 30 | + grants you a non-exclusive, worldwide, royalty-free license under its |
| 31 | + licensed patents to make, have made, use, sell, offer for sale, import, |
| 32 | + and/or otherwise dispose of its contribution in the software or |
| 33 | + derivative works of the contribution in the software. |
| 34 | + |
| 35 | + 3. Conditions and Limitations |
| 36 | + |
| 37 | + (A) No Trademark License- This license does not grant you rights to |
| 38 | + use any contributors' name, logo, or trademarks. |
| 39 | + |
| 40 | + (B) If you bring a patent claim against any contributor over patents |
| 41 | + that you claim are infringed by the software, your patent license |
| 42 | + from such contributor to the software ends automatically. |
| 43 | + |
| 44 | + (C) If you distribute any portion of the software, you must retain |
| 45 | + all copyright, patent, trademark, and attribution notices that are |
| 46 | + present in the software. |
| 47 | + |
| 48 | + (D) If you distribute any portion of the software in source code form, |
| 49 | + you may do so only under this license by including a complete copy |
| 50 | + of this license with your distribution. If you distribute any portion |
| 51 | + of the software in compiled or object code form, you may only do so |
| 52 | + under a license that complies with this license. |
| 53 | + |
| 54 | + (E) The software is licensed "as-is." You bear the risk of using it. |
| 55 | + The contributors give no express warranties, guarantees or conditions. |
| 56 | + You may have additional consumer rights under your local laws which |
| 57 | + this license cannot change. To the extent permitted under your local |
| 58 | + laws, the contributors exclude the implied warranties of merchantability, |
| 59 | + fitness for a particular purpose and non-infringement. |
15 | 60 |
|
16 | 61 | # MinGW runtime (Windows)
|
17 | 62 |
|
|
0 commit comments