Update LICENSE
Browse files
LICENSE
CHANGED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
CUSTOM DUAL LICENSE
|
| 2 |
+
Non-Commercial Free Use + Commercial License Required
|
| 3 |
+
|
| 4 |
+
Copyright © Chance Brownfield
|
| 5 |
+
All rights reserved.
|
| 6 |
+
|
| 7 |
+
This license governs the use of the MMM (Multi-Mixture Model) software,
|
| 8 |
+
including all source code, scripts, model architectures, trained weights,
|
| 9 |
+
embeddings, and derivative works (collectively, the “Software”).
|
| 10 |
+
|
| 11 |
+
------------------------------------------------------------
|
| 12 |
+
1. NON-COMMERCIAL LICENSE (FREE)
|
| 13 |
+
------------------------------------------------------------
|
| 14 |
+
|
| 15 |
+
Permission is hereby granted, free of charge, to any person or organization
|
| 16 |
+
obtaining a copy of this Software to use, copy, modify, train, and distribute
|
| 17 |
+
the Software or derivative works, subject to the following conditions:
|
| 18 |
+
|
| 19 |
+
1. The Software may be used ONLY for non-commercial purposes.
|
| 20 |
+
2. The Software or derivative works may NOT be sold, licensed, sublicensed,
|
| 21 |
+
monetized, or used in any revenue-generating activity.
|
| 22 |
+
3. Attribution must be given to the original author:
|
| 23 |
+
“Designed and trained by Chance Brownfield.”
|
| 24 |
+
4. This license text must be included with all copies or substantial portions
|
| 25 |
+
of the Software.
|
| 26 |
+
|
| 27 |
+
Examples of permitted non-commercial use include, but are not limited to:
|
| 28 |
+
- Academic research
|
| 29 |
+
- Personal experimentation
|
| 30 |
+
- Educational use
|
| 31 |
+
- Open-source projects without monetization
|
| 32 |
+
- Demonstrations without revenue generation
|
| 33 |
+
|
| 34 |
+
------------------------------------------------------------
|
| 35 |
+
2. COMMERCIAL LICENSE (PAID / PERMISSION REQUIRED)
|
| 36 |
+
------------------------------------------------------------
|
| 37 |
+
|
| 38 |
+
Any use of the Software for commercial, monetized, or revenue-generating
|
| 39 |
+
purposes requires PRIOR WRITTEN PERMISSION from the copyright holder.
|
| 40 |
+
|
| 41 |
+
Commercial use includes, but is not limited to:
|
| 42 |
+
- Selling or licensing the Software or any derivative works
|
| 43 |
+
- Use in paid software, services, or applications
|
| 44 |
+
- SaaS, API, or subscription-based offerings
|
| 45 |
+
- Use in products that generate advertising or affiliate revenue
|
| 46 |
+
- Internal commercial or enterprise deployment
|
| 47 |
+
|
| 48 |
+
Unauthorized commercial use is strictly prohibited and constitutes
|
| 49 |
+
copyright infringement.
|
| 50 |
+
|
| 51 |
+
To obtain a commercial license, contact:
|
| 52 |
+
|
| 53 |
+
Author: Chance Brownfield
|
| 54 |
+
(Contact information to be provided by the author)
|
| 55 |
+
|
| 56 |
+
------------------------------------------------------------
|
| 57 |
+
3. DISCLAIMER OF WARRANTY
|
| 58 |
+
------------------------------------------------------------
|
| 59 |
+
|
| 60 |
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 61 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 62 |
+
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
| 63 |
+
|
| 64 |
+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
| 65 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
|
| 66 |
+
OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
| 67 |
+
THE SOFTWARE.
|
| 68 |
+
|
| 69 |
+
------------------------------------------------------------
|
| 70 |
+
4. GOVERNING LAW
|
| 71 |
+
------------------------------------------------------------
|
| 72 |
+
|
| 73 |
+
This license shall be governed and interpreted in accordance with the laws
|
| 74 |
+
of the applicable jurisdiction of the copyright holder.
|
| 75 |
+
|
| 76 |
+
------------------------------------------------------------
|
| 77 |
+
|
| 78 |
+
© Chance Brownfield. All rights reserved.
|