Commit Graph

4 Commits

Author SHA1 Message Date
Bob Nystrom
398fe71099 fix: reformat LICENSE text to match MIT template from choosealicense.com
The previous file used a non-standard preamble ("Wren uses the MIT License:")
and included an extra parenthetical clarification about binary distributions.
This commit rewrites the license body to exactly follow the standard MIT
License template published at https://choosealicense.com/licenses/mit/,
removes the custom header, and normalizes line wrapping so that GitHub and
other license detection tools correctly identify the project as MIT-licensed.
2018-04-23 23:48:47 +00:00
Prayag Verma
f5f0d537ea fix: update license copyright year range from 2013-2015 to 2013-2016 in LICENSE file 2016-01-17 17:58:25 +00:00
Bob Nystrom
52677edf48 fix: extend copyright year range and clarify permission notice inclusion in binary distributions 2015-01-02 15:38:00 +00:00
Bob Nystrom
4a9ea2f0b4 feat: add MIT license file for the Wren programming language project
This commit introduces a LICENSE file containing the full text of the MIT License, attributed to Robert Nystrom (2013), which governs the distribution and use of the Wren software.
2013-11-22 05:41:44 +00:00