Relicense: Business Source License 1.1 (interim) - #73
Merged
Merged
Conversation
Platform relicensed to Business Source License 1.1 (Change Date 2030-01-01, converts to Apache-2.0). Adds license field to pyproject and interim LICENSE with BSL parameters. Full BSL body to be inserted before merge.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s licensing posture to Business Source License 1.1 (BSL 1.1) as an interim step, with a stated Change Date of 2030-01-01 after which it converts to Apache-2.0.
Changes:
- Replaces
LICENSEwith an interim BSL notice + parameters and a placeholder marker for the full BSL 1.1 text. - Updates Python package metadata in
pyproject.tomlto declare a BSL 1.1 license identifier.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| LICENSE | Replaces Apache-2.0 text with an interim BSL 1.1 notice and parameters, but leaves the full license body as a placeholder. |
| pyproject.toml | Adds a project.license entry intended to reflect the new license. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| name = "repl-nix-workspace" | ||
| version = "0.1.0" | ||
| description = "Add your description here" | ||
| license = { text = "BUSL-1.1" } |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relicensing — Business Source License 1.1 (interim)
Sets the intended license to BSL 1.1 (source-available; Change Date 2030-01-01, after which it converts to Apache-2.0).
Changes:
LICENSE→ interim BSL notice with parameters (Licensor, Change Date, Change License, Additional Use Grant)pyproject.toml→ addedlicense = { text = "BUSL-1.1" }LICENSE, populated with the parameters in the file. The build environment had no outbound network access to fetch it.Copyright holder: Erin Patrick Spencer.
Generated by Claude Code