Skip to content

Commit

Permalink
Streamline readmes and licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Mar 20, 2020
1 parent fbdbe59 commit 75e0640
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 213 deletions.
6 changes: 2 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Confio/CosmWasm
License: Apache2.0

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -181,15 +179,15 @@ License: Apache2.0
APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Confio UO and Jehan Tremback
Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
15 changes: 15 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Copyright 2019 Jehan Tremback
Copyright 2019-2020 Confio UO
Copyright 2019-2020 Simon Warta

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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![CircleCI](https://circleci.com/gh/CosmWasm/cosmwasm/tree/master.svg?style=shield)](https://circleci.com/gh/CosmWasm/cosmwasm/tree/master)
[![Docs](https://docs.rs/cosmwasm/badge.svg)](https://docs.rs/cosmwasm)
[![crates.io](https://img.shields.io/crates/v/cosmwasm.svg)](https://crates.io/crates/cosmwasm)

[![cosmwasm on crates.io](https://img.shields.io/crates/v/cosmwasm.svg)](https://crates.io/crates/cosmwasm)
[![cosmwasm-vm on crates.io](https://img.shields.io/crates/v/cosmwasm-vm.svg)](https://crates.io/crates/cosmwasm-vm)

**WebAssembly Smart Contracts for the Cosmos SDK**

Expand Down
4 changes: 2 additions & 2 deletions packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "cosmwasm"
version = "0.7.1"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2018"
description = "Wasm smart contracts for Cosmos"
repository = "https://github.com/CosmWasm/cosmwasm"
description = "Standard library for Wasm based smart contracts on Cosmos blockchains"
repository = "https://github.com/CosmWasm/cosmwasm/tree/master/packages/std"
license = "Apache-2.0"
readme = "README.md"

Expand Down
12 changes: 12 additions & 0 deletions packages/std/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# cosmwasm

[![cosmwasm on crates.io](https://img.shields.io/crates/v/cosmwasm.svg)](https://crates.io/crates/cosmwasm)

The standard library for building CosmWasm smart contracts. Code in this package is compiled into the smart contract.

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see
[NOTICE](https://github.com/CosmWasm/cosmwasm/blob/master/NOTICE) and
[LICENSE](https://github.com/CosmWasm/cosmwasm/blob/master/LICENSE)).
204 changes: 0 additions & 204 deletions packages/vm/LICENSE

This file was deleted.

11 changes: 10 additions & 1 deletion packages/vm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Cosmwasm VM
# CosmWasm VM

[![cosmwasm-vm on crates.io](https://img.shields.io/crates/v/cosmwasm-vm.svg)](https://crates.io/crates/cosmwasm-vm)

This is an abstraction layer around the wasmer VM to expose just what
we need to run cosmwasm contracts in a high-level manner.
Expand Down Expand Up @@ -38,3 +40,10 @@ To test with Rust stable, you need to switch to cranelift:
cd packages/vm
cargo test --no-default-features --features default-cranelift
```

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see
[NOTICE](https://github.com/CosmWasm/cosmwasm/blob/master/NOTICE) and
[LICENSE](https://github.com/CosmWasm/cosmwasm/blob/master/LICENSE)).

0 comments on commit 75e0640

Please sign in to comment.