kgrabko commited on
Commit
4d130b3
·
verified ·
1 Parent(s): 14aa3e3

Update LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +37 -34
LICENSE CHANGED
@@ -1,58 +1,61 @@
1
- # Commercial License Agreement: CMS Manhattan JiRack V.1.2
2
 
3
- **Inventor/Licensor:** Konstantin Vladimirovich Grabko
 
4
  **Contact:** grabko@cmsmanhattan.com | +1 (516) 777-0945
5
- **Date:** December 21, 2025
6
- **Status:** PATENT PENDING / PROPRIETARY TECHNOLOGY
7
 
8
  ---
9
- ### 1. LEGAL NOTICE & PATENT STATUS
10
 
11
- NOTICE TO ALL USERS: This repository contains proprietary technology for which patent applications are being prepared or are currently pending ("Patent Pending").
 
12
 
13
- - **No Patenting Rights:**
14
- By accessing, downloading, or using this code, the user ("Licensee") expressly agrees NOT to file any patent applications, utility models, or intellectual property claims based on the methods, architectures (specifically BRE and SWA), or optimizations contained herein.
15
-
16
- - **Prior Art Acknowledgment:**
17
- Any public disclosure or use of this code prior to the official patent grant constitutes an acknowledgment of Konstantin Vladimirovich Grabko’s ownership and established prior art, preserving all of the Licensor’s patent rights.
18
 
19
  ---
20
- ### 2. Grant of License
21
 
22
- Licensor grants a **non-exclusive, worldwide, royalty-bearing license** to implement, modify, distribute, and commercially exploit the Invention, including:
 
 
 
 
 
 
23
 
24
- - Integration into proprietary software-as-a-service (SaaS) platforms.
25
- - Deployment in edge-computing hardware and AMD ROCm-based clusters.
26
- - Development of **"Derivative Works,"** defined as any software that significantly relies on the BRE or SWA fusion logic.
 
 
27
 
28
  ---
29
- ### 3. Key Technical Components
30
 
31
- | **Component** | **Description** |
32
- |--------------------------------------|---------------------------------------------------------------------------------|
33
- | **Buffered Routing Embedding (BRE)** | Dynamic routing logic maximizing HBM-specific memory pooling. |
34
- | **SwiGLU-Attention (SWA) Fusion** | Unified compute kernel merging FFN and MHA for efficiency. |
35
- | **Hardware Optimization** | Optimization stack specifically for ROCm/HIP and non-NVIDIA hardware. |
36
 
37
  ---
38
- ### 4. Financial Terms
39
 
40
- - **Royalty:** 5% of Net Revenue derived from the commercial use of this Invention.
41
- - **Upfront Fee:** Negotiable upon execution for enterprise-scale deployment.
42
- - **Audit Rights:** Licensor may verify compliance and revenue reports annually via an independent auditor.
43
 
44
  ---
45
- ### 5. Restrictions
46
 
47
- - **Ethical Use:** Excluded from use in lethal autonomous weapons systems, mass government surveillance, or applications violating international human rights laws.
48
- - **No "Reverse" Patenting:** Licensee shall not attempt to "patent-around" this technology.
49
- - **Required Attribution:** Commercial products must include the notice:
50
- *"Powered by CMS Manhattan JiRack Technology by Konstantin Vladimirovich Grabko."*
 
51
 
52
  ---
53
- ### 6. Governing Law & Arbitration
54
 
55
- This agreement is governed by the laws of the State of New York, USA. Disputes shall be settled via binding arbitration in New York City under AAA rules to ensure confidentiality.
 
56
 
57
- ---
58
 
 
 
1
+ # CMS Manhattan JiRack Dense Commercial License (V.1.2)
2
 
3
+ **Inventor & Licensor:** Konstantin Vladimirovich Grabko
4
+ **Organization:** CMS Manhattan
5
  **Contact:** grabko@cmsmanhattan.com | +1 (516) 777-0945
6
+ **Date:** December 22, 2025
7
+ **Applicability:** JiRack-7B, JiRack-13B, JiRack-70B (Dense Architecture)
8
 
9
  ---
 
10
 
11
+ ## 1. PATENT PENDING NOTICE
12
+ This repository and the underlying JiRack architecture are proprietary technology for which patent applications are currently pending ("Patent Pending").
13
 
14
+ By accessing, downloading, or using the source code or model weights, the User ("Licensee") acknowledges that the **SWA Fusion (SwiGLU-Attention Fusion)** and **BRE (Buffered Routing Embedding)** methods are original inventions of Konstantin Vladimirovich Grabko.
 
 
 
 
15
 
16
  ---
 
17
 
18
+ ## 2. GRANT OF LICENSE
19
+ Subject to the terms and conditions of this Agreement, the Licensor hereby grants the Licensee a non-exclusive, worldwide, royalty-bearing license to:
20
+ * Use the model for internal research and commercial inference.
21
+ * Integrate the architecture into proprietary software-as-a-service (SaaS) products.
22
+ * Deploy the models on hardware clusters (NVIDIA/AMD ROCm).
23
+
24
+ ---
25
 
26
+ ## 3. COMMERCIAL TERMS & ROYALTIES
27
+ Commercial use of this technology is subject to the following financial obligations:
28
+ * **Standard Royalty:** A fee of **5% of Net Revenue** derived from any product or service utilizing the JiRack architecture or its derivative works.
29
+ * **Reporting:** Licensee agrees to provide quarterly revenue reports related to the use of JiRack technology.
30
+ * **Audit Rights:** Licensor reserves the right to audit Licensee’s records annually via an independent third party to verify royalty compliance.
31
 
32
  ---
 
33
 
34
+ ## 4. INTELLECTUAL PROPERTY RESTRICTIONS
35
+ To protect the integrity of the invention, the following restrictions apply:
36
+ * **No Reverse Engineering:** Licensee shall not attempt to decompile, disassemble, or reverse engineer the SWA fusion kernels or BRE routing logic.
37
+ * **No Distillation:** Use of JiRack model outputs to train, fine-tune, or "distill" non-JiRack models is strictly prohibited without a separate "Distillation Waiver" from the Licensor.
38
+ * **No "Patent-Around":** Licensee agrees not to file any patent applications based on optimizations or modifications of the methods described in this repository.
39
 
40
  ---
 
41
 
42
+ ## 5. ATTRIBUTION REQUIREMENT
43
+ All commercial applications, websites, or hardware devices powered by this technology must prominently display the following attribution:
44
+ > *"Powered by CMS Manhattan JiRack Technology. Invented by Konstantin Vladimirovich Grabko."*
45
 
46
  ---
 
47
 
48
+ ## 6. ETHICAL USE CLAUSE
49
+ This license is immediately revoked if the technology is used for:
50
+ * Lethal autonomous weapons systems (LAWS).
51
+ * Unlawful mass government surveillance.
52
+ * Applications that violate international human rights laws.
53
 
54
  ---
 
55
 
56
+ ## 7. GOVERNING LAW
57
+ This agreement is governed by the laws of the **State of New York, USA**. Any disputes shall be resolved through binding arbitration in **New York City** under the rules of the American Arbitration Association (AAA).
58
 
59
+ ---
60
 
61
+ **Konstantin Vladimirovich Grabko** *Signature via Digital Repository Access*