Fix residual MIT reference to match GPLv3

#3
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -39,7 +39,7 @@ tags:
39
 
40
  <br><br>
41
 
42
- [![License](https://img.shields.io/badge/MIT-222222?style=flat-square&logo=opensourceinitiative&logoColor=white)](LICENSE)
43
  &nbsp;
44
  [![HuggingFace](https://img.shields.io/badge/Datasets-222222?style=flat-square&logo=huggingface&logoColor=white)](https://huggingface.co/datasets)
45
  &nbsp;
@@ -66,7 +66,7 @@ Sourced from GitHub repositories.<br>
66
  Filtered and deduplicated.<br>
67
  Train/validation/test splits.<br>
68
  Ready for model training.<br>
69
- MIT licensed and attribution-complete.
70
 
71
  </td>
72
  <td width="50%" valign="top">
@@ -113,7 +113,7 @@ Built with rigorous **deduplication**, **quality filtering**, and **language bal
113
  - **Total Samples:** 321,000
114
  - **Languages:** 18 (Python, C, C++, JavaScript, Java, Go, Rust, and more)
115
  - **Sources:** GitHub repositories + HuggingFace Datasets
116
- - **License:** MIT
117
  - **Format:** JSONL (JSON Lines)
118
  - **Splits:** Train (257k) / Validation (32.1k) / Test (32.1k)
119
  - **Use Case:** Training code generation and completion models
@@ -560,7 +560,7 @@ This project is licensed under the GNU General Public License v3.0 (GPL-3.0). Se
560
 
561
  ### Individual Code Licenses
562
 
563
- While the **dataset itself** is released under MIT License, individual code samples within the dataset retain their original licenses. When using code from this dataset:
564
 
565
  - **Verify the license** of the source repository before commercial use
566
  - **Respect original attributions** and copyright notices
 
39
 
40
  <br><br>
41
 
42
+ [![License](https://img.shields.io/badge/GPLv3-222222?style=flat-square&logo=opensourceinitiative&logoColor=white)](LICENSE)
43
  &nbsp;
44
  [![HuggingFace](https://img.shields.io/badge/Datasets-222222?style=flat-square&logo=huggingface&logoColor=white)](https://huggingface.co/datasets)
45
  &nbsp;
 
66
  Filtered and deduplicated.<br>
67
  Train/validation/test splits.<br>
68
  Ready for model training.<br>
69
+ GPLv3 licensed and attribution-complete.
70
 
71
  </td>
72
  <td width="50%" valign="top">
 
113
  - **Total Samples:** 321,000
114
  - **Languages:** 18 (Python, C, C++, JavaScript, Java, Go, Rust, and more)
115
  - **Sources:** GitHub repositories + HuggingFace Datasets
116
+ - **License:** GPLv3
117
  - **Format:** JSONL (JSON Lines)
118
  - **Splits:** Train (257k) / Validation (32.1k) / Test (32.1k)
119
  - **Use Case:** Training code generation and completion models
 
560
 
561
  ### Individual Code Licenses
562
 
563
+ While the **dataset itself** is released under GPLv3 License, individual code samples within the dataset retain their original licenses. When using code from this dataset:
564
 
565
  - **Verify the license** of the source repository before commercial use
566
  - **Respect original attributions** and copyright notices