Skip to content

Commit 2a2fd56

Browse files
committed
use mit a more open license
1 parent c9eb802 commit 2a2fd56

7 files changed

Lines changed: 29 additions & 684 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ nested:
9292

9393
## License
9494

95-
GPL-3.0-or-later
95+
MIT
9696

9797
## Links
9898

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file TOON (Token-Oriented Object Notation) grammar for tree-sitter
33
* @author 3swordman <yyuxiaoran@qq.com>
4-
* @license GPL-3.0-or-later
4+
* @license MIT
55
* @see {@link https://github.com/toon-format/spec TOON Specification v2.0}
66
*/
77

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
"camelcase": "Toon",
77
"title": "Toon",
88
"scope": "source.toon",
9-
"file-types": [
10-
"toon"
11-
],
9+
"file-types": ["toon"],
1210
"injection-regex": "^toon$",
1311
"class-name": "TreeSitterToon"
1412
}
1513
],
1614
"metadata": {
1715
"version": "0.1.3",
18-
"license": "GPL-3.0-or-later",
16+
"license": "MIT",
1917
"description": "Toon grammar for tree-sitter",
2018
"authors": [
2119
{

0 commit comments

Comments
 (0)