File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resolver = "2"
6
6
authors = [" AXONE" ]
7
7
edition = " 2021"
8
8
homepage = " https://axone.xyz/"
9
- license-file = " LICENSE "
9
+ license = " BSD-3-Clause "
10
10
repository = " https://github.com/axone-protocol/contracts"
11
11
rust-version = " 1.75"
12
12
version = " 6.0.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authors = { workspace = true }
3
3
description = " A CosmWasm Smart Contract which enables the storage and querying of Semantic data using RDF, which represents information as semantic triples."
4
4
edition = { workspace = true }
5
5
homepage = { workspace = true }
6
- license-file = { workspace = true }
6
+ license = { workspace = true }
7
7
name = " axone-cognitarium"
8
8
repository = { workspace = true }
9
9
rust-version = { workspace = true }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authors = { workspace = true }
3
3
description = " The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem."
4
4
edition = { workspace = true }
5
5
homepage = { workspace = true }
6
- license-file = { workspace = true }
6
+ license = { workspace = true }
7
7
name = " axone-dataverse"
8
8
repository = { workspace = true }
9
9
rust-version = { workspace = true }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authors = { workspace = true }
3
3
description = " The Smart Contract providing Governance as a Service."
4
4
edition = { workspace = true }
5
5
homepage = { workspace = true }
6
- license-file = { workspace = true }
6
+ license = { workspace = true }
7
7
name = " axone-law-stone"
8
8
repository = { workspace = true }
9
9
rust-version = { workspace = true }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authors = { workspace = true }
3
3
description = " A Smart Contract which enables the storage of arbitrary unstructured Objects."
4
4
edition = { workspace = true }
5
5
homepage = { workspace = true }
6
- license-file = { workspace = true }
6
+ license = { workspace = true }
7
7
name = " axone-objectarium"
8
8
repository = { workspace = true }
9
9
rust-version = { workspace = true }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "axone-cognitarium-client"
5
5
6
6
description = " A client library for the Axone Cognitarium Smart Contract."
7
7
homepage = { workspace = true }
8
- license-file = { workspace = true }
8
+ license = { workspace = true }
9
9
repository = { workspace = true }
10
10
version = { workspace = true }
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "axone-logic-bindings"
5
5
6
6
description = " A library defining the bindings for querying the AXONE logic module."
7
7
homepage = { workspace = true }
8
- license-file = { workspace = true }
8
+ license = { workspace = true }
9
9
repository = { workspace = true }
10
10
version = { workspace = true }
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "axone-objectarium-client"
5
5
6
6
description = " A client library for the Axone Objectarium Smart Contract."
7
7
homepage = { workspace = true }
8
- license-file = { workspace = true }
8
+ license = { workspace = true }
9
9
repository = { workspace = true }
10
10
version = { workspace = true }
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "axone-rdf"
5
5
6
6
description = " Utility library offering essential components for efficiently handling RDF data within the Axone protocol."
7
7
homepage = { workspace = true }
8
- license-file = { workspace = true }
8
+ license = { workspace = true }
9
9
repository = { workspace = true }
10
10
version = { workspace = true }
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "axone-wasm"
5
5
6
6
description = " A library that defines CosmWasm URIs, enabling the identification of blockchain resources by referencing specific instantiated smart contracts."
7
7
homepage = { workspace = true }
8
- license-file = { workspace = true }
8
+ license = { workspace = true }
9
9
repository = { workspace = true }
10
10
version = { workspace = true }
11
11
You can’t perform that action at this time.
0 commit comments