aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-08-06 12:15:30 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-08-06 12:26:23 -0700
commitb7dc4a20f54c19b7acb879aaf3c8e1f9287a0ea1 (patch)
tree7c9204051133f6c809c602b33543b98c2bb4cc0d
parent9019551f7eb9b8f41203fe7543a99186378658af (diff)
downloadvim-prettier-b7dc4a20f54c19b7acb879aaf3c8e1f9287a0ea1.tar.xz
Adding MIT license
-rw-r--r--LICENSE7
-rw-r--r--package.json1
2 files changed, 8 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9524904
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright 2017 Mitermayer Reis
+
+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.
diff --git a/package.json b/package.json
index a6c0d0b..af551eb 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"author": "Mitermayer Reis <mitermayer.reis@gmail.com>",
"version": "0.0.11",
"description": "Vim plugin for prettier",
+ "license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/prettier/vim-prettier.git"