chore: switch license from MIT to BSL 1.1 (auto-converts to MIT on 2030-05-15)#5
chore: switch license from MIT to BSL 1.1 (auto-converts to MIT on 2030-05-15)#5RBKunnela wants to merge 3 commits into
Conversation
…5 to MIT - LICENSE: replace MIT text with canonical Business Source License 1.1 template (Licensor: FriendlyAI / Renata Baldissara-Kunnela; Licensed Work: paybot-sdk; Change Date: 2030-05-15; Change License: MIT; Additional Use Grant blocks competing hosted/embedded offerings only) - package.json: license field MIT -> BUSL-1.1 (canonical SPDX identifier) - README.md: update license section to reflect BSL 1.1 with auto-conversion to MIT on 2030-05-15 and the competitive-service carve-out Rationale: commercial protection of the paybot-sdk facilitator surface through the Change Date, after which the work auto-converts to MIT (fully open source). No API or runtime changes.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughRepository license changed from MIT to Business Source License 1.1 (BUSL-1.1) with a Change Date of 2030-05-15 and automatic conversion to MIT thereafter; README license notice and package.json license field were updated accordingly. ChangesLicense transition to BUSL-1.1
🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 192-194: Update the README.md restriction sentence to match the
LICENSE wording exactly: in the paragraph that currently reads "Non-production
use is permitted without restriction. Production use is permitted **except** for
offering the Licensed Work to third parties on a hosted or embedded basis that
competes with the Licensor's paid version(s)," include the missing qualifier
"for a fee" so it matches the LICENSE phrase "to third parties for a fee on a
hosted or embedded basis"; ensure the README mirrors the LICENSE's full
restriction language verbatim.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 3cdb1cb1-607f-40c5-bfb0-74fa5e41882b
📒 Files selected for processing (3)
LICENSEREADME.mdpackage.json
There was a problem hiding this comment.
Code Review
This pull request transitions the project license from MIT to the Business Source License 1.1 (BUSL-1.1), updating the LICENSE file, README.md, and package.json. The reviewer identified an inaccuracy in the README regarding non-production use restrictions and suggested aligning the package author with the licensor name for consistency. Additionally, it was recommended to include the full MIT license text within the LICENSE file to ensure the terms are self-contained and avoid future ambiguity.
| [MIT](LICENSE) | ||
| [Business Source License 1.1](LICENSE) (BUSL-1.1) — auto-converts to [MIT](https://opensource.org/licenses/MIT) on 2030-05-15. | ||
|
|
||
| Non-production use is permitted without restriction. Production use is permitted **except** for offering the Licensed Work to third parties on a hosted or embedded basis that competes with the Licensor's paid version(s). For commercial licensing, contact the Licensor. |
There was a problem hiding this comment.
The statement "Non-production use is permitted without restriction" is technically inaccurate. The Business Source License 1.1 (BSL 1.1) includes specific conditions for all uses, such as the requirement to conspicuously display the license and copyright notice (as stated in line 63 of the LICENSE file). It is more accurate to state that non-production use is permitted under the terms of the license.
| Non-production use is permitted without restriction. Production use is permitted **except** for offering the Licensed Work to third parties on a hosted or embedded basis that competes with the Licensor's paid version(s). For commercial licensing, contact the Licensor. | |
| Non-production use is permitted under the terms of the BSL 1.1. Production use is permitted **except** for offering the Licensed Work to third parties on a hosted or embedded basis that competes with the Licensor's paid version(s). For commercial licensing, contact the Licensor. |
| ], | ||
| "author": "RBKunnela", | ||
| "license": "MIT", | ||
| "license": "BUSL-1.1", |
There was a problem hiding this comment.
While the license field is correctly updated to BUSL-1.1, there is an inconsistency between the author field ("RBKunnela") and the Licensor specified in the LICENSE file ("FriendlyAI / Renata Baldissara-Kunnela"). For legal clarity and consistency, especially under a commercial license like BSL, consider updating the author field to match the Licensor's full name or entity.
| Change License: MIT License, as published by the Open Source Initiative | ||
| at https://opensource.org/licenses/MIT. |
There was a problem hiding this comment.
To ensure the "Change License" terms are fully self-contained and legally unambiguous, it is a best practice to include the full text of the MIT license at the end of this file. Relying solely on a URL for the Change License terms can be problematic if the link becomes unavailable or if there is any ambiguity about which specific variation of the MIT license is intended when the Change Date is reached in 2030.
…contributor-friendly)
Narrowed Additional Use GrantPushed What changedThe Additional Use Grant in
WhyThe previous wording could chill external contributors who run their own facilitators or commercial services built on top of paybot-sdk (e.g., contributors operating hosted x402 facilitators). That was not the intent. What the restriction now targetsThe restriction is narrowly scoped to the Licensed Work itself — paybot-sdk distribution. Specifically:
This aligns with the original spirit of BSL 1.1 (protect the SDK distribution itself) without restricting downstream derivative use. Change Date |
CodeRabbit flagged README line 194 dropping the "for a fee" qualifier present in LICENSE line 20. Mirror the LICENSE phrase exactly to remove legal ambiguity between the README summary and the binding license text. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…, proposal cleanup) (#28) * chore(hygiene+hardening): SHA-pin actions, CODEOWNERS, uv ecosystem, prune proposal Bundle of four backlog items for paybot-sdk supply-chain + governance hygiene: #5 Delete stale .github/workflows/ci.yml.proposed (speculative draft from earlier experimentation; left dead in tree, creates confusion when reading workflows). #6 Add .github/CODEOWNERS routing all paths to @RBKunnela (solo-founder phase). Removes the duplicate root /CODEOWNERS — .github/CODEOWNERS takes precedence per GitHub's discovery order, so the root file would be dead-ignored. #11 Add `uv` ecosystem block to dependabot.yml covering /packages/python. Variance from task spec (which said `pip`): the live evidence — Dependabot's own auto-opened PR #12 on this repo carrying `package-manager=uv` — proves Dependabot natively understands the uv.lock format. Using `pip` would only cover pyproject.toml manifests and miss lockfile-pinned transitive deps. #12 SHA-pin all GitHub Actions references across ci.yml, codeql.yml, and osv-scanner.yml to 40-char immutable commit SHAs with adjacent `# vX` comments preserving floating-tag intent for Dependabot upgrades. Adds `persist-credentials: false` to checkout steps where applicable. The `npm publish` job in ci.yml intentionally omits it (OIDC GITHUB_TOKEN must remain for `--provenance`). Resolutions (gh api repos/<owner>/git/refs/tags/<v>): actions/checkout@v4 -> 34e114876b0b11c390a56381ad16ebd13914f8d5 actions/setup-node@v4 -> 49933ea5288caeca8642d1e84afbd3f7d6820020 github/codeql-action/*@V3 -> 03e4368ac7daa2bd82b3e85262f3bf87ee112f57 osv-scanner-reusable.yml@v2.2.1 -> 456ceb78310755116e0a3738121351006286b797 CodeRabbit on PR #11 (squash 2513676) flagged action pinning as MAJOR tech-debt; this closes that finding. Precedent: paybot-core sibling PR (parallel hygiene-and-hardening track, same convocation). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * chore(codeowners): preserve path-partitioned reviewer rules from pre-existing root CODEOWNERS Restore the /packages/python/ rule routing reviews to both @RBKunnela and @kite-builds. Operator confirmed 2026-05-22 that this rule is intentional (specialized reviewer for the Python port), not stale — reversing the prior session decision that flagged it for removal. Other path rules from the deleted root CODEOWNERS (/src/, /examples/) routed to @RBKunnela only and were therefore functionally equivalent to the `*` catch-all. Not restored — restoring them would add noise without changing review routing. Operator's amendment spec also omits them, aligning with this reading. If review routing for those paths needs to differ from the catch-all in future, partition then. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Summary
package.jsonusesBUSL-1.1(the canonical SPDX identifier for Business Source License 1.1 — notBSL-1.1, which is unrelated/incorrect).LICENSE,package.jsonlicense field, and the README license section are modified. Existing installs, builds, and behavior are unaffected.Files changed
LICENSE— replaced with the canonical Business Source License 1.1 template, parameters filled in (Licensor: FriendlyAI / Renata Baldissara-Kunnela; Licensed Work: paybot-sdk; Change Date: 2030-05-15; Change License: MIT; Additional Use Grant scoped to block competing hosted/embedded offerings only)package.json—"license": "MIT"→"license": "BUSL-1.1"README.md— license section updated to describe BSL 1.1, the 2030-05-15 auto-conversion, and the competitive-service carve-outNotes for reviewers
Summary by CodeRabbit