docs: enforce responsible AI usage - #1037
Conversation
|
🔍 OpenCodeReview found 1 issue(s) in this PR.
|
Qiyuanqiii
left a comment
There was a problem hiding this comment.
[P1] Resolve the licensing provenance of the imported policy text
The new policy substantially mirrors third-party material: CONTRIBUTING.md adapts the Kazumi AI contribution section and several rules from Homebrew's contributing guide, while SECURITY.md reproduces the AI policy from Homebrew's organization-wide security file nearly verbatim. Kazumi declares GPL-3.0, Homebrew/brew declares BSD-2-Clause, and the Homebrew/.github repository that actually hosts the security text does not declare a license. Credits and Co-authored-by trailers in this PR are not license notices distributed with the source, and this Apache-2.0 repository adds no third-party notice or per-file terms. Please replace the borrowed prose with independently written text, obtain explicit relicensing permission, or preserve the applicable notices and terms after confirming compatibility before merging.
|
From what I can see, the core problem is basically fixed. |
fix: do not attribute commits to claude Co-authored-by: MikeMcQuaid <MikeMcQuaid@users.noreply.github.com> Co-authored-by: WhiteXero <whitexero@outlook.com> Co-authored-by: Qiyuanqiii <qiiiqiyuan@gmail.com> Co-authored-by: github-actions[bot] <41898282+github‑actions[bot]@users.noreply.github.com>
Description
docs: enforce responsible AI usage
With the growth of AI usage everyday, I think it is important to enforce responsible AI/LLM usage
Credits (Not pinged to avoid disturb):
WhiteXero for
CONTRIBUTING.mdin Predidit/KazumiMikeMcQuaid for
CONTRIBUTING.md/SECURITY.mdin Homebrew/brewPredidit/Kazumi is licensed under GPL-3.0 license
Homebrew/brew is licensed under BSD-2-Clause license
Type of Change
How Has This Been Tested?
make testpasses locallyChecklist
go fmt,go vet)Related Issues
Discussion: #817