Skip to content

fix(readme): add LICENSE and repair license badge link - #1931

Open
kutluhaneth46 wants to merge 1 commit into
base:masterfrom
kutluhaneth46:cursor/fix-readme-license-badge-88c1
Open

fix(readme): add LICENSE and repair license badge link#1931
kutluhaneth46 wants to merge 1 commit into
base:masterfrom
kutluhaneth46:cursor/fix-readme-license-badge-88c1

Conversation

@kutluhaneth46

Copy link
Copy Markdown

Summary

  • The README license badge linked to blob/main/LICENSE.md, which 404s (Ref is invalid + missing file).
  • Default branch is master, and the repo had no license file.
  • Adds the same MIT LICENSE used by base/node, and points the badge at blob/master/LICENSE.

Test plan

  • Open the license badge URL from the README preview and confirm it resolves to LICENSE on master
  • Confirm GitHub license detection picks up MIT after merge

Fixes #1921

The README license badge pointed at blob/main/LICENSE.md, which 404s
because the default branch is master and no license file existed.
Add the same MIT LICENSE used by base/node and point the badge at it.

Fixes base#1921
@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

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.

README license badge points to a missing file on an invalid branch

3 participants