aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-11-29 10:21:11 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-11-29 10:21:11 +1100
commit24ebb6998ee5bf036508333759908247a1aaabac (patch)
tree5c4b9fcca248c2634d54290334f1eda3bc035531
parentc866242d35184fccc4bbe2266fda4a5a80d3bb9f (diff)
downloadBIP39-24ebb6998ee5bf036508333759908247a1aaabac.tar.gz
BIP39-24ebb6998ee5bf036508333759908247a1aaabac.tar.zst
BIP39-24ebb6998ee5bf036508333759908247a1aaabac.zip
MIT license
-rw-r--r--LICENSE20
-rw-r--r--readme.md5
2 files changed, 25 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..10202de
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
1The MIT License (MIT)
2Copyright (c) 2014-2016 Ian Coleman
3
4Permission is hereby granted, free of charge, to any person obtaining a copy
5of this software and associated documentation files (the "Software"), to deal
6in the Software without restriction, including without limitation the rights
7to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the Software is
9furnished to do so, subject to the following conditions:
10
11The above copyright notice and this permission notice shall be included in
12all copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20THE SOFTWARE.
diff --git a/readme.md b/readme.md
index 75dc6b5..6926e70 100644
--- a/readme.md
+++ b/readme.md
@@ -44,3 +44,8 @@ Run tests from the command-line
44``` 44```
45$ phantomjs tests.js 45$ phantomjs tests.js
46``` 46```
47
48# License
49
50This BIP39 tool is released under the terms of the MIT license. See LICENSE for
51more information or see https://opensource.org/licenses/MIT.