Skip to content

Commit bbce4a6

Browse files
authored
Merge pull request #835 from CosmWasm/simplify-licenses
Remove the AGPL license
2 parents 7a3c3fd + dbb3965 commit bbce4a6

File tree

18 files changed

+14
-866
lines changed

18 files changed

+14
-866
lines changed
File renamed without changes.

LICENSE-AGPL.md

Lines changed: 0 additions & 660 deletions
This file was deleted.

NOTICE

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
CosmWasm-Plus: A collection of production-quality CosmWasm contracts
22

3-
Different crates in this repo may be either Apache-2.0 or AGPL-3.0 licensed.
4-
Please refer to the NOTICE file in each crate (and the Cargo.toml metadata)
3+
Copyright 2021,2022 Confio GmbH
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,9 @@ auto-detect the latest version tag for you, with --latest-tag.
206206

207207
## Licenses
208208

209-
This repo contains two license, [Apache 2.0](./LICENSE-APACHE) and
210-
[AGPL 3.0](./LICENSE-AGPL.md). All crates in this repo may be licensed
211-
as one or the other. Please check the `NOTICE` in each crate or the
212-
relevant `Cargo.toml` file for clarity.
209+
This repo is licensed under [Apache 2.0](./LICENSE).
213210

214211
All *specifications* will always be Apache-2.0. All contracts that are
215212
meant to be *building blocks* will also be Apache-2.0. This is along
216213
the lines of Open Zeppelin or other public references.
217214

218-
Contracts that are "ready to deploy" may be licensed under AGPL 3.0 to
219-
encourage anyone using them to contribute back any improvements they
220-
make. This is common practice for actual projects running on Ethereum,
221-
like Uniswap or Maker DAO.

contracts/cw1-subkeys/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/cw1-whitelist/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/cw20-base/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/cw20-ics20/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/cw3-fixed-multisig/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/cw3-flex-multisig/NOTICE

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)