You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update license references from MIT to Non-Commercial
Replaced all references of the MIT License with the Non-Commercial License
across the repository to match the updated `LICENSE` file. This includes
the Streamlit console footer link, the README file tree, the license
section detailing terms, the ethical obligations note, and the BibTeX
software citation.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ CuraFrame/
145
145
├── pytest.ini # Test configuration
146
146
├── CITATION.cff # Software citation metadata
147
147
├── README.md # This file
148
-
└── LICENSE # MIT License
148
+
└── LICENSE # Non-Commercial License
149
149
```
150
150
151
151
### Architectural Intent
@@ -763,15 +763,17 @@ For questions about:
763
763
764
764
## License
765
765
766
-
CuraFrame is released under the **MIT License**, which permits:
767
-
- ✓ Commercial use
768
-
- ✓ Modification and derivative works
769
-
- ✓ Distribution
770
-
- ✓ Private use
766
+
CuraFrame is released under a **Non-Commercial License**, which permits:
767
+
- ✓ Academic research
768
+
- ✓ Personal projects
769
+
- ✓ Educational use
770
+
- ✓ Non-profit work
771
+
- ✓ Internal evaluation
771
772
772
773
**Requirements**:
773
-
- Preserve copyright and license notices in distributed copies
774
-
- No warranty is provided (software is "as is")
774
+
-**Commercial use is strictly prohibited** without a separate commercial license.
775
+
- Preserve copyright and license notices in distributed copies.
776
+
- No warranty is provided (software is "as is").
775
777
776
778
**Ethical Obligations** (not legally binding, but strongly encouraged):
777
779
- Do not use CuraFrame for clinical decision-making without appropriate medical oversight
@@ -781,7 +783,7 @@ CuraFrame is released under the **MIT License**, which permits:
781
783
782
784
See the `LICENSE` file for complete legal text.
783
785
784
-
> **Note**: The MIT License grants broad permissions but does not absolve users of ethical responsibility. CuraFrame is a scientific tool; its misuse could have serious consequences. Use with appropriate domain expertise and institutional review.
786
+
> **Note**: The Non-Commercial License grants broad permissions for non-commercial use but does not absolve users of ethical responsibility. CuraFrame is a scientific tool; its misuse could have serious consequences. Use with appropriate domain expertise and institutional review.
785
787
786
788
---
787
789
@@ -798,7 +800,7 @@ If CuraFrame is used in research, publications, or technical reports, please cit
0 commit comments