|
1 | 1 | /* |
2 | | - * AsyncWorldEdit Premium is a commercial version of AsyncWorldEdit. This software |
3 | | - * has been sublicensed by the software original author according to p7 of |
4 | | - * AsyncWorldEdit license. |
5 | | - * |
6 | | - * AsyncWorldEdit Premium - donation version of AsyncWorldEdit, a performance |
7 | | - * improvement plugin for Minecraft WorldEdit plugin. |
8 | | - * |
| 2 | + * AsyncWorldEdit API |
9 | 3 | * Copyright (c) 2015, SBPrime <https://github.com/SBPrime/> |
| 4 | + * Copyright (c) AsyncWorldEdit API contributors |
10 | 5 | * |
11 | 6 | * All rights reserved. |
12 | 7 | * |
13 | | - * 1. You may: |
14 | | - * install and use AsyncWorldEdit in accordance with the Software documentation |
15 | | - * and pursuant to the terms and conditions of this license |
16 | | - * 2. You may not: |
17 | | - * sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise |
18 | | - * transfer Software, or any portions of Software, to anyone without the prior |
19 | | - * written consent of Licensor |
20 | | - * 3. The original author of the software is allowed to change the license |
| 8 | + * Redistribution and use in source and binary forms, with or without |
| 9 | + * modification, are permitted free of charge provided that the following |
| 10 | + * conditions are met: |
| 11 | + * |
| 12 | + * 1. Redistributions of source code must retain the above copyright notice, this |
| 13 | + * list of conditions and the following disclaimer. |
| 14 | + * 2. Redistributions in binary form must reproduce the above copyright notice, |
| 15 | + * this list of conditions and the following disclaimer in the documentation |
| 16 | + * and/or other materials provided with the distribution, |
| 17 | + * 3. Redistributions of source code, with or without modification, in any form |
| 18 | + * other then free of charge is not allowed, |
| 19 | + * 4. Redistributions in binary form in any form other then free of charge is |
| 20 | + * not allowed. |
| 21 | + * 5. Any derived work based on or containing parts of this software must reproduce |
| 22 | + * the above copyright notice, this list of conditions and the following |
| 23 | + * disclaimer in the documentation and/or other materials provided with the |
| 24 | + * derived work. |
| 25 | + * 6. The original author of the software is allowed to change the license |
21 | 26 | * terms or the entire license of the software as he sees fit. |
22 | | - * 4. The original author of the software is allowed to sublicense the software |
| 27 | + * 7. The original author of the software is allowed to sublicense the software |
23 | 28 | * or its parts using any license terms he sees fit. |
24 | 29 | * |
25 | 30 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
|
0 commit comments