|
1 | | -Copyright (c) 2026 Don Michael Feeney Jr. |
2 | | -All rights reserved. |
3 | | - |
4 | | -NON-COMMERCIAL LICENSE |
5 | | -Permission is hereby granted to any individual, researcher, or organization to use, copy, modify, and distribute this software for NON-COMMERCIAL purposes only, subject to the following conditions: |
6 | | - |
7 | | -1. Non-commercial use includes: |
8 | | - - Academic research |
9 | | - - Personal projects |
10 | | - - Educational use |
11 | | - - Non-profit work |
12 | | - - Internal evaluation that does not result in a commercial product or service |
13 | | - |
14 | | -2. Attribution is required. |
15 | | - You must retain this notice in all copies or substantial portions of the software. |
16 | | - |
17 | | -3. No warranty is provided. |
18 | | - This software is offered “as is,” without warranty of any kind. |
19 | | - |
20 | | -COMMERCIAL USE PROHIBITED WITHOUT LICENSE |
21 | | -Commercial use of this software is NOT permitted under this license. |
22 | | -Commercial use includes, but is not limited to: |
23 | | - |
24 | | -- Integrating this software into a commercial product or service |
25 | | -- Using it within a for-profit business |
26 | | -- Using it to generate revenue, directly or indirectly |
27 | | -- Using it in any paid, enterprise, or client-facing environment |
28 | | - |
29 | | -To obtain a commercial license, contact: |
30 | | -dfeen87@gmail.com |
31 | | - |
32 | | -COMMERCIAL LICENSE OPTIONS |
33 | | -A separate paid commercial license is available for companies or individuals who wish to: |
34 | | - |
35 | | -- Use this software in production |
36 | | -- Integrate it into commercial systems |
37 | | -- Offer it as part of a paid service |
38 | | -- Use it in enterprise environments |
39 | | -- Modify and redistribute it commercially |
40 | | - |
41 | | -Until a commercial license is obtained, all commercial use is strictly prohibited. |
42 | | - |
43 | | -TEMPORARY NOTICE |
44 | | -Licensing terms are currently under review. |
45 | | -All commercial rights are reserved until the final commercial license is published. |
| 1 | +MIT License |
| 2 | + |
| 3 | +Copyright (c) 2026 Don Michael Feeney Jr. |
| 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. |
0 commit comments