Skip to content

Commit 7f4512b

Browse files
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>
1 parent ca27c53 commit 7f4512b

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ CuraFrame/
145145
├── pytest.ini # Test configuration
146146
├── CITATION.cff # Software citation metadata
147147
├── README.md # This file
148-
└── LICENSE # MIT License
148+
└── LICENSE # Non-Commercial License
149149
```
150150

151151
### Architectural Intent
@@ -763,15 +763,17 @@ For questions about:
763763

764764
## License
765765

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
771772

772773
**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").
775777

776778
**Ethical Obligations** (not legally binding, but strongly encouraged):
777779
- 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:
781783

782784
See the `LICENSE` file for complete legal text.
783785

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.
785787
786788
---
787789

@@ -798,7 +800,7 @@ If CuraFrame is used in research, publications, or technical reports, please cit
798800
year = {2025},
799801
version = {0.1.0},
800802
url = {https://github.com/dfeen87/CuraFrame},
801-
license = {MIT}
803+
license = {Non-Commercial}
802804
}
803805
```
804806

apps/console_streamlit/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,5 +735,5 @@
735735
"CuraFrame Console v1.0 | "
736736
"Inspired by Krüger & Feeney (2025) — CardiAnx-1 Dual-Domain Concept | "
737737
"See `PHILOSOPHY.md` for framework principles | "
738-
"[MIT License](https://github.com/dfeen87/CuraFrame/blob/main/LICENSE)"
738+
"[Non-Commercial License](https://github.com/dfeen87/CuraFrame/blob/main/LICENSE)"
739739
)

0 commit comments

Comments
 (0)