Add License section to package READMEs
This commit is contained in:
parent
b100d2331c
commit
4264d1d64f
@ -3,3 +3,10 @@
|
||||
[](https://www.npmjs.com/package/@cosmwasm/bcp)
|
||||
|
||||
A [BCP](https://github.com/iov-one/iov-core/tree/master/packages/iov-bcp) implementation for CosmWasm.
|
||||
|
||||
## License
|
||||
|
||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||
License 2.0 (see
|
||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
||||
|
||||
@ -128,3 +128,10 @@ above, make sure to adjust the URL as necessary.
|
||||
```
|
||||
curl http://localhost:8000/status
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||
License 2.0 (see
|
||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
||||
|
||||
@ -3,3 +3,10 @@
|
||||
[](https://www.npmjs.com/package/@cosmwasm/sdk)
|
||||
|
||||
An SDK to build CosmWasm clients.
|
||||
|
||||
## License
|
||||
|
||||
This package is part of the cosmwasm-js repository, licensed under the Apache
|
||||
License 2.0 (see
|
||||
[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and
|
||||
[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user