dp-fusion-lib/LICENSE
rushil-thareja d012046d85 Initial release v0.1.0
- Token-level differential privacy for LLMs
  - Integration with Document Privacy API
  - Comprehensive test suite and documentation
  - Examples and Jupyter notebook included
2025-12-23 17:02:06 +04:00

49 lines
1.7 KiB
Text

DP-Fusion-Lib Non-Commercial License
Copyright (c) 2025 Rushil Thareja
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to use,
copy, modify, and distribute the Software for non-commercial purposes only,
subject to the following conditions:
1. NON-COMMERCIAL USE ONLY
The Software may only be used for:
- Academic research and publications
- Educational purposes and coursework
- Personal projects and experimentation
- Non-profit organizations
2. COMMERCIAL USE REQUIRES LICENSE
Any commercial use, including but not limited to:
- Use in commercial products or services
- Use by for-profit companies or entities
- Integration into proprietary software
- Offering the Software as a service (SaaS)
requires a separate commercial license. Contact rushil.thareja@mbzuai.ac.ae
for commercial licensing inquiries.
3. ATTRIBUTION
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
4. CITATION
Academic use must cite the associated paper:
Thareja et al. "DP-Fusion: Token-Level Differentially Private Inference
for Large Language Models" (arXiv:2507.04531)
5. NO WARRANTY
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.