mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
716 stars 53 forks source link

Rename LICENSE-MIT.txt to LICENSE #69

Closed DanielRuf closed 11 months ago

DanielRuf commented 1 year ago

This makes it easier for tools, that check the license compliance by looking into specific files.

Using LICENSE-[license-identifier].txt is not that common and leads to problems.