Skip to content

Commit 9a70de5

Browse files
committed
Add license to development contracts
1 parent 851501c commit 9a70de5

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

contracts/burner/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/crypto-verify/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Mauro Lacy <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/floaty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/hackatom/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/ibc-reflect-send/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/ibc-reflect/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/queue/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

contracts/staking/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
license = "Apache-2.0"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
910

0 commit comments

Comments
 (0)