File size: 2,660 Bytes
6759906 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# CodeReality-1T Dataset License
## Dataset License
This dataset is released for **research and academic use only** with the following terms:
### Research Use License
- **Permitted Uses**: Academic research, educational purposes, non-commercial analysis
- **Attribution Required**: Please cite this dataset in all research papers and publications
- **No Commercial Use**: Commercial applications require individual license verification
- **No Warranty**: Dataset provided as-is without warranties of any kind
### Important Legal Considerations
⚠️ **WARNING**: This dataset contains repositories with diverse and often unknown licensing terms.
1. **License Uncertainty**: Many repositories lack clear licensing information (0% license detection rate, deliberately preserved for research)
2. **SPDX Compliance**: License metadata follows SPDX standards where available
3. **Mixed Licensing**: Individual repositories may have different license requirements
4. **Commercial Risk**: Use in commercial products requires individual license verification for each repository
5. **Attribution Preservation**: Original repository attribution is preserved in metadata
6. **Research Value**: Even "Unknown" licenses are properly recorded in repository metadata for license detection research
### Liability and Disclaimers
- **No Legal Advice**: This is not legal advice - consult legal counsel for commercial use
- **No Guarantee**: We do not guarantee the accuracy of license information
- **User Responsibility**: Users are responsible for verifying licensing compliance
- **Takedown Policy**: We honor DMCA and removal requests promptly
### Recommended Usage
1. **Research Only**: Use for academic and research purposes
2. **License Scanning**: Always scan extracted code for licensing requirements
3. **Attribution**: Preserve original repository attribution from metadata
4. **Security**: Use in sandboxed environments only (contains potential secrets)
### Citation
When using this dataset, please cite:
```bibtex
@misc{codereality2025,
title={CodeReality-1T: A Large-Scale Deliberately Noisy Dataset for Robust Code Understanding},
author={Vincenzo Gallo},
year={2025},
publisher={Hugging Face},
howpublished={\\url{https://huggingface.co/vinsblack}},
note={Version 1.0.0}
}
```
### Contact
For licensing questions, removal requests, or commercial licensing inquiries:
- Email: vincenzo.gallo77@hotmail.com
- Issues: https://github.com/vinsguru/codereality-1t/issues
---
*This license applies to the dataset compilation, analysis, and documentation. Individual repositories within the dataset retain their original licensing terms.* |