From 72dc0a02c33f3e4ea9abc3ba62bc6da5de47e18b Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 11 Mar 2021 14:27:38 -0500 Subject: [PATCH] specify it's MIT close #4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0cd9361..2203ce95 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ # Linol This is a wrapper around the `lsp` library, which provides base types for the protocol. Linol ("linol is not ocaml-lsp") provides an object abstraction so that users can override only the methods they provide, and a Lwt implementation of the jsonrpc wire protocol. + +## License + +MIT license.