aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE
diff options
context:
space:
mode:
authorSteven Dee <steve@smartercode.net>2015-07-30 06:45:27 +0800
committerSteven Dee <steve@smartercode.net>2015-09-01 00:14:32 +0800
commit540eb3d02d7cdfbca81903e7230b3f09f17f10ff (patch)
tree541add632a86dfe88c40167fde0c01a295326480 /Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE
parente1037bd0cfd6a19ef8612672ba192a8923e88d96 (diff)
downloaddexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar
dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.gz
dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.bz2
dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.lz
dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.xz
dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.tar.zst
dexon-540eb3d02d7cdfbca81903e7230b3f09f17f10ff.zip
Pull in ethash and go-isatty updates
Fixes build on OpenBSD.
Diffstat (limited to 'Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE')
-rw-r--r--Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE9
1 files changed, 9 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE b/Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE
new file mode 100644
index 000000000..65dc692b6
--- /dev/null
+++ b/Godeps/_workspace/src/github.com/mattn/go-isatty/LICENSE
@@ -0,0 +1,9 @@
+Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
+
+MIT License (Expat)
+
+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.