浏览代码

Add License (#203)

* add LICENSE file

* add license section

* update author
kazuya kawaguchi 9 年之前
父节点
当前提交
0125dd7ca4
共有 2 个文件被更改,包括 25 次插入0 次删除
  1. 21 0
      LICENSE
  2. 4 0
      README.md

+ 21 - 0
LICENSE

@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015-2016 Evan You
+
+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.

+ 4 - 0
README.md

@@ -35,3 +35,7 @@ See [npm scripts](https://github.com/vuejs/vuex/blob/master/package.json#L11-L15
 - Single State Tree
 - Hot Reloading
 - Time Travel (with [vue-devtools](https://github.com/vuejs/vue-devtools) support)
+
+## License
+
+[MIT](http://opensource.org/licenses/MIT)