Skip to content

Add MIT licensing metadata, license file, and README badge#438

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/choose-a-license
Draft

Add MIT licensing metadata, license file, and README badge#438
Copilot wants to merge 2 commits into
masterfrom
copilot/choose-a-license

Conversation

Copy link
Copy Markdown

Copilot AI commented May 28, 2026

This PR addresses repository licensing by selecting a license, updating package metadata, and surfacing license status in the README. It aligns package/distribution metadata and repository documentation around a single declared license.

  • License selection and source file

    • Added License.md with the full MIT license text.
  • Package metadata

    • Updated package.json:
      • "license": "UNLICENSED""license": "MIT"
  • README visibility

    • Added a license badge near the top badges list, linked to the repository license file.
// package.json
"license": "MIT"
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./License.md)

Copilot AI linked an issue May 28, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Choose a license and update project files Add MIT licensing metadata, license file, and README badge May 28, 2026
Copilot AI requested a review from kevinelliott May 28, 2026 03:03
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.

Choose a license

2 participants