aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ctaes/COPYING
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-05-11 19:36:38 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-05-11 19:37:02 +0200
commitcd2be4419e9d8c6445fecc877b50198dc918a81f (patch)
tree4e490121ea95decee565f00e97110cfc560cabd7 /src/crypto/ctaes/COPYING
parent423ca302a3ee87000530da3c105f269b8fabece7 (diff)
parenta545127fbccef4ee674d18d43732ce00ba97f782 (diff)
downloadbitcoin-cd2be4419e9d8c6445fecc877b50198dc918a81f.tar.xz
Merge commit 'a545127fbccef4ee674d18d43732ce00ba97f782' as 'src/crypto/ctaes'
Diffstat (limited to 'src/crypto/ctaes/COPYING')
-rw-r--r--src/crypto/ctaes/COPYING21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/crypto/ctaes/COPYING b/src/crypto/ctaes/COPYING
new file mode 100644
index 0000000000..415b202a2a
--- /dev/null
+++ b/src/crypto/ctaes/COPYING
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Pieter Wuille
+
+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.