Skip to content

docs: add licensing and attribution files#17

Merged
chaliy merged 1 commit intomainfrom
claude/add-licensing-attribution-ffGdO
Feb 1, 2026
Merged

docs: add licensing and attribution files#17
chaliy merged 1 commit intomainfrom
claude/add-licensing-attribution-ffGdO

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Feb 1, 2026

Summary

  • Add MIT LICENSE file for BashKit
  • Add NOTICE file with attribution for design inspirations:
    • just-bash (Apache 2.0, Vercel Inc.) - sandboxing architecture inspiration
    • Oils project (Apache 2.0) - spec test methodology inspiration
    • One True AWK (Lucent License) - AWK language reference
    • jq (MIT) - jq query syntax compatibility target
  • Add THIRD_PARTY_LICENSES/ directory with license texts

Key Points

  • Clearly states BashKit is an independent implementation with no copied code
  • All test cases are original (inspired by testing approaches, not copied)
  • Documents Rust dependencies (jaq, grep crates, etc.)

Test plan

  • Files are correctly formatted
  • All attributed projects have corresponding license texts

Add proper licensing documentation:
- LICENSE: MIT license text
- NOTICE: Attribution for design inspirations (just-bash, Oils, One True AWK, jq)
- THIRD_PARTY_LICENSES/: License texts for attributed projects

Clearly states BashKit is an independent implementation inspired by these
projects, with no copied code.

https://claude.ai/code/session_01FzkVJQ9bs3fScMXvKEPzLn
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chaliy chaliy merged commit 379a6cc into main Feb 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants