Skip to content

Keep LICENSE as plain MIT so GitHub detects it - #3

Merged
russofg merged 1 commit into
mainfrom
fix/license-detection
Aug 16, 2026
Merged

Keep LICENSE as plain MIT so GitHub detects it#3
russofg merged 1 commit into
mainfrom
fix/license-detection

Conversation

@russofg

@russofg russofg commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

GitHub reported NOASSERTION instead of MIT: the trailing note about assets in LICENSE broke the detector, and a public repo lost its license badge.

LICENSE is now untouched MIT text. The code/art boundary moves to where it is actually read:

  • A line directly under the title in the README
  • The license table further down
  • The opening of ASSETS-LICENSE.md, now explicit that the MIT grant covers the code and nothing else

No change to the licensing decision itself.

GitHub's license detector reported NOASSERTION because LICENSE carried a
trailing note about the assets. Any appended text breaks the match, so a public
repository lost its license badge.

The MIT text is now untouched. The code/art boundary moves to where people
actually read it: a line under the title, the table further down, and the top
of ASSETS-LICENSE.md.
Copilot AI lite review requested due to automatic review settings August 16, 2026 03:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@russofg
russofg merged commit ad2ec58 into main Aug 16, 2026
5 checks passed
@russofg
russofg deleted the fix/license-detection branch August 16, 2026 03:42
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.

2 participants