summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-12-06 20:34:14 +0100
committerStephan Seitz <stephan.seitz@fau.de>2021-12-06 20:34:14 +0100
commit4fd115d3bb7046cd094f21bfe5766c302dbf64cd (patch)
tree2ee818ace68cbc93bca36ed08aad95e6cf8d34c4
parentbaee21a15aca9d9125c14745bf394ad24d27fe1b (diff)
Update license filev0.3.0
-rw-r--r--Cargo.toml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d6d3261..59610b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-commonlisp"
edition = "2018"
authors = ["Stephan Seitz"]
-license = "GPLv3"
+license = "MIT"
build = "bindings/rust/build.rs"
include = [
diff --git a/package.json b/package.json
index 555e9b9..839fe81 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"test": "tree-sitter generate && tree-sitter test"
},
"author": "Stephan Seitz",
- "license": "GPL-3.0-or-later",
+ "license": "MIT",
"dependencies": {
"nan": "^2.15.0",
"tree-sitter-clojure": "git@github.com:theHamsta/tree-sitter-clojure-1.git#95c7959c461406381b42113dcf4591008c663d21"