Add 0BSD license file to repository#13
Merged
Merged
Conversation
Closed
Copilot
AI
changed the title
[WIP] Add MIT license file to repository
Add MIT license file to repository
Jun 3, 2026
Member
|
@copilot actually - use SPDX-License-Identifier: 0BSD, I dont care if no one carries the license over - just do whatever you want with it |
Contributor
Author
Updated in commit |
Copilot
AI
changed the title
Add MIT license file to repository
Add 0BSD license file to repository
Jun 3, 2026
Review Summary by QodoAdd 0BSD license file to repository
WalkthroughsDescription• Adds 0BSD license file to repository root • Includes copyright notice for SimCube Ltd • Provides clear legal terms for software usage • Establishes repository licensing compliance Diagramflowchart LR
repo["Repository Root"]
license["LICENSE File"]
spdx["SPDX: 0BSD"]
copyright["Copyright SimCube Ltd"]
terms["Permission & Warranty Terms"]
repo -- "adds" --> license
license -- "contains" --> spdx
license -- "contains" --> copyright
license -- "contains" --> terms
File Changes1. LICENSE
|
Code Review by Qodo
1. Cargo.toml license metadata missing
|
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.
This repository was missing an explicit license file despite being intended as freely usable. This PR adds a
/LICENSEfile at the repository root using the 0BSD license, including an SPDX identifier.License compliance
/LICENSEwithSPDX-License-Identifier: 0BSD.Repository metadata completeness