Conversation
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on November 3
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bug: License Metadata Inconsistency
The _create_metadata method still hardcodes CC BY-NC 4.0 license details, including commercial_license_required=True and license_contact. This creates inconsistent licensing in generated datasets, as the embedded metadata contradicts the project's Apache 2.0 license, CLI messages, and README.
graid/src/graid/data/generate_dataset.py#L1495-L1498
graid/graid/src/graid/data/generate_dataset.py
Lines 1495 to 1498 in bd606a4
graid/src/graid/data/generate_dataset.py#L1299-L1302
graid/graid/src/graid/data/generate_dataset.py
Lines 1299 to 1302 in bd606a4
graid/src/graid/data/generate_dataset.py#L1618-L1622
graid/graid/src/graid/data/generate_dataset.py
Lines 1618 to 1622 in bd606a4
graid/src/graid/data/generate_dataset.py#L1068-L1071
graid/graid/src/graid/data/generate_dataset.py
Lines 1068 to 1071 in bd606a4
graid/src/graid/data/generate_dataset.py#L1423-L1427
graid/graid/src/graid/data/generate_dataset.py
Lines 1423 to 1427 in bd606a4
graid/src/graid/data/generate_dataset.py#L1435-L1438
graid/graid/src/graid/data/generate_dataset.py
Lines 1435 to 1438 in bd606a4
graid/src/graid/data/generate_dataset.py#L1030-L1033
graid/graid/src/graid/data/generate_dataset.py
Lines 1030 to 1033 in bd606a4
graid/src/graid/data/generate_dataset.py#L1356-L1363
graid/graid/src/graid/data/generate_dataset.py
Lines 1356 to 1363 in bd606a4
No description provided.