Switch license to Apache-2.0#2
Merged
Merged
Conversation
Add the missing LICENSE file (Apache License 2.0, generic copyright) and make the license consistent across the repo: package.json was "ISC" and the README said "MIT", with no LICENSE file present. - LICENSE: full Apache-2.0 text - package.json: license -> Apache-2.0 (SPDX) - README: License section -> Apache-2.0, linking to LICENSE Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Standardizes the project license on Apache-2.0 and makes it consistent across the repo.
Why
The license was inconsistent and incompletely declared:
LICENSEfile existed (so GitHub detected no license).package.jsonsaidISC.README.mdsaidMIT.Changes
LICENSE— full Apache License 2.0 text, generic copyright line (The monarch-tools authors).package.json—license→Apache-2.0(SPDX identifier).README.md— License section now states Apache-2.0 and links to theLICENSEfile.All CI checks (lint, format, typecheck, test) pass locally.
Note
Low Risk
Documentation and legal-metadata only; no runtime, security, or data-handling code changes.
Overview
Standardizes the project on Apache License 2.0 so license metadata matches across the repo.
Adds a root
LICENSEfile with the full Apache 2.0 text and a Copyright 2026 The monarch-tools authors notice. Updatespackage.jsonso the SPDXlicensefield isApache-2.0(replacingISC). Updates theREADME.mdLicense section from a bare MIT mention to Apache 2.0 with a link toLICENSE.No application code or runtime behavior changes.
Reviewed by Cursor Bugbot for commit 85f4e8d. Bugbot is set up for automated code reviews on this repo. Configure here.