From c290adeb15a87c41d9f1c9a3fe2d442f9b5a1c54 Mon Sep 17 00:00:00 2001 From: Cynddl Date: Sat, 28 Dec 2013 17:52:34 +0100 Subject: [PATCH] Add an MIT license --- LICENSE.md | 8 ++++++++ README.md | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..6618b0c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +Copyright (C) 2013 Luc Rocher + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index bd49a74..c06c12d 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,9 @@ For the moment (during development), sublime-text-merlin is not listed in the Pa This is an initial port of the vim plugin of merlin. Buffers can be synchronised with merlin, but any edit need a full refresh between ST and merlin. Projects are not supported. -If you want to use fully merlin with Sublime Text, fork this repository. \ No newline at end of file +If you want to use fully merlin with Sublime Text, fork this repository. + + +## License + +Sublime-Text-Merlin is licensed under the MIT License. See the file LICENSE.md for more details. \ No newline at end of file