From 4fd115d3bb7046cd094f21bfe5766c302dbf64cd Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 6 Dec 2021 20:34:14 +0100 Subject: [PATCH] Update license file --- Cargo.toml | 2 +- package.json | 2 +- 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"