diff options
author | Fabio Berger <me@fabioberger.com> | 2017-05-24 23:17:15 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-10 18:24:32 +0800 |
commit | 6e93223ea32cbeacf22526d02a416090fe66fa20 (patch) | |
tree | 26e1575c75c75887aeb4de5f13b06e5ae8ff2680 | |
parent | a6d677043fba08751621e8947085f2673827a2c3 (diff) | |
download | dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.tar dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.tar.gz dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.tar.bz2 dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.tar.lz dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.tar.xz dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.tar.zst dexon-sol-tools-6e93223ea32cbeacf22526d02a416090fe66fa20.zip |
Add license
-rw-r--r-- | packages/web3-typescript-typings/LICENSE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/web3-typescript-typings/LICENSE b/packages/web3-typescript-typings/LICENSE new file mode 100644 index 000000000..fcdd2b880 --- /dev/null +++ b/packages/web3-typescript-typings/LICENSE @@ -0,0 +1,13 @@ +Copyright 2017 ZeroEx Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. |