Add MIT LICENSE file (matches the site footer) - #1
Open
joewinke wants to merge 1 commit into
Open
Conversation
The site footer at kinetics.colorion.co already states 'MIT licensed' — this makes the repo itself carry the license so the grant is unambiguous for anyone vendoring the CSS.
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.
The footer on https://kinetics.colorion.co says "99 motion patterns. CSS + React. MIT licensed.", but the repo has no LICENSE file and no
licensefield in package.json, which technically leaves it all-rights-reserved for anyone who finds it via GitHub.This PR adds:
LICENSE— standard MIT text, copyright (c) 2026 Csaba Kissi"license": "MIT"in package.jsonso the grant stated on the site is carried by the repo itself. Feel free to adjust the copyright line if you'd rather attribute differently.
Beautiful library. Thank you for making it!