docs: add dataset license files and readme#159
Conversation
Greptile SummaryThis PR adds license files and a README for the two demo datasets (
Confidence Score: 5/5Documentation-only changes that add license files and a README; no executable code is modified. All three new files are purely documentation. The previously raised attribution gaps are addressed with attribution blocks in both LICENSE files, and the commercial-use restriction for the TAB dataset is surfaced prominently in the README. No logic, APIs, or data pipelines are touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[docs/data/] --> B[NVIDIA_synthetic_biographies.csv]
A --> C[TAB_legal_sample25.csv]
B --> D[NVIDIA_synthetic_biographies.LICENSE\nCC BY 4.0\nNVIDIA Corporation, 2026]
C --> E[TAB_legal_sample25.LICENSE\nCC BY-NC 4.0\nPilan et al., 2022]
D --> F[✅ Commercial use permitted]
E --> G[⚠️ Non-commercial only\nWarning added to README]
A --> H[README.md\nDataset table + commercial-use notice]
Reviews (2): Last reviewed commit: "fix: adjust license files" | Re-trigger Greptile |
|
Assuming the guidance is to have .LICENSE files? |
|
Additional license info added. |
|
Want your agent to iterate on Greptile's feedback? Try greploops. |
* feature: add dataset license files * fix: adjust license files
Changes include: