| | 1 | = The Universal Permissive License (UPL) Version 1.0 = |
| | 2 | |
| | 3 | The UPL License is a liberal open source license. Its wording is as follows: |
| | 4 | |
| | 5 | {{{ |
| | 6 | Copyright (c) [year] [copyright holders] |
| | 7 | |
| | 8 | The Universal Permissive License (UPL), Version 1.0 |
| | 9 | |
| | 10 | Subject to the condition set forth below, permission is hereby granted to any |
| | 11 | person obtaining a copy of this software, associated documentation and/or data |
| | 12 | (collectively the "Software"), free of charge and under any and all copyright |
| | 13 | rights in the Software, and any and all patent rights owned or freely |
| | 14 | licensable by each licensor hereunder covering either (i) the unmodified |
| | 15 | Software as contributed to or provided by such licensor, or (ii) the Larger |
| | 16 | Works (as defined below), to deal in both |
| | 17 | |
| | 18 | (a) the Software, and |
| | 19 | (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if |
| | 20 | one is included with the Software (each a "Larger Work" to which the Software |
| | 21 | is contributed by such licensors), |
| | 22 | |
| | 23 | without restriction, including without limitation the rights to copy, create |
| | 24 | derivative works of, display, perform, and distribute the Software and make, |
| | 25 | use, sell, offer for sale, import, export, have made, and have sold the |
| | 26 | Software and the Larger Work(s), and to sublicense the foregoing rights on |
| | 27 | either these or other terms. |
| | 28 | |
| | 29 | This license is subject to the following condition: |
| | 30 | The above copyright notice and either this complete permission notice or at |
| | 31 | a minimum a reference to the UPL must be included in all copies or |
| | 32 | substantial portions of the Software. |
| | 33 | |
| | 34 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| | 35 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| | 36 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| | 37 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| | 38 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| | 39 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| | 40 | SOFTWARE. |
| | 41 | }}} |
| | 42 | |
| | 43 | See also: |
| | 44 | |
| | 45 | * [https://oss.oracle.com/licenses/upl/] |
| | 46 | * [https://opensource.org/license/upl/] |