|
1 |
| -MIT License |
2 |
| - |
3 |
| -Copyright (c) 2023 Commit Studio |
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. |
| 1 | +# Extended General Public License (GPL) version 3.0 |
| 2 | + |
| 3 | +The Extended General Public License (GPL) is a free, copyleft license for software and other kinds of works, which extends the terms of the original GPL version 3.0 to encompass certain explicit permissions and restrictions pertaining to the utilization of themes. |
| 4 | + |
| 5 | +# Preamble |
| 6 | + |
| 7 | +The Extended GPL3 license preserves the core principles of the GPL3 license such as the freedom to run the program, to study and change it, and to redistribute copies with or without changes. This specific version, however, modifies the redistribution principle to align with certain provisions listed below, especially focusing on theme utilization. |
| 8 | + |
| 9 | +# Terms and Conditions |
| 10 | + |
| 11 | +0. Definitions |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +"This License" refers to the Extended General Public License. |
| 16 | + |
| 17 | +"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. |
| 18 | + |
| 19 | +A "theme" in this context refers to a predefined set of aesthetics and design elements that can be applied to an end product. |
| 20 | + |
| 21 | +1. Permissions |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +Under this License, you are permitted to: |
| 26 | + |
| 27 | +1.1. Use the theme to create unlimited end products. |
| 28 | + |
| 29 | +1.2. Modify the theme to create your own version of the store. Those store themes are subject to this License. |
| 30 | + |
| 31 | +1.3. Use the theme to create unlimited end products for unlimited clients. |
| 32 | + |
| 33 | +1.4. Use the theme to create end products where the end product is sold to end users. |
| 34 | + |
| 35 | +1.5. Use the theme to create end products that are open source and freely available to end users. |
| 36 | + |
| 37 | +2. Restrictions |
| 38 | + |
| 39 | +--- |
| 40 | + |
| 41 | +Under this License, you are not permitted to: |
| 42 | + |
| 43 | +2.1. Use the theme to create end products that are designed to allow an end user to build their own end products using the theme or derivatives of the theme. |
| 44 | + |
| 45 | +2.2. Re-distribute the theme or derivatives of the theme separately from an end product, neither in code or as design assets. |
| 46 | + |
| 47 | +# NO WARRANTY |
| 48 | + |
| 49 | +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
| 50 | + |
| 51 | +# End of Terms and Conditions |
0 commit comments