Skip to content

Commit 012021b

Browse files
committed
build(project): explicit project license
1 parent 6b637ba commit 012021b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
authors = ["AXONE"]
77
edition = "2021"
88
homepage = "https://axone.xyz/"
9-
license-file = "LICENSE"
9+
license = "BSD-3-Clause"
1010
repository = "https://github.com/axone-protocol/contracts"
1111
rust-version = "1.75"
1212
version = "6.0.0"

contracts/axone-cognitarium/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = { workspace = true }
33
description = "A CosmWasm Smart Contract which enables the storage and querying of Semantic data using RDF, which represents information as semantic triples."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6-
license-file = { workspace = true }
6+
license = { workspace = true }
77
name = "axone-cognitarium"
88
repository = { workspace = true }
99
rust-version = { workspace = true }

contracts/axone-dataverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = { workspace = true }
33
description = "The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6-
license-file = { workspace = true }
6+
license = { workspace = true }
77
name = "axone-dataverse"
88
repository = { workspace = true }
99
rust-version = { workspace = true }

contracts/axone-law-stone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = { workspace = true }
33
description = "The Smart Contract providing Governance as a Service."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6-
license-file = { workspace = true }
6+
license = { workspace = true }
77
name = "axone-law-stone"
88
repository = { workspace = true }
99
rust-version = { workspace = true }

contracts/axone-objectarium/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = { workspace = true }
33
description = "A Smart Contract which enables the storage of arbitrary unstructured Objects."
44
edition = { workspace = true }
55
homepage = { workspace = true }
6-
license-file = { workspace = true }
6+
license = { workspace = true }
77
name = "axone-objectarium"
88
repository = { workspace = true }
99
rust-version = { workspace = true }

packages/axone-cognitarium-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "axone-cognitarium-client"
55

66
description = "A client library for the Axone Cognitarium Smart Contract."
77
homepage = { workspace = true }
8-
license-file = { workspace = true }
8+
license = { workspace = true }
99
repository = { workspace = true }
1010
version = { workspace = true }
1111

packages/axone-logic-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "axone-logic-bindings"
55

66
description = "A library defining the bindings for querying the AXONE logic module."
77
homepage = { workspace = true }
8-
license-file = { workspace = true }
8+
license = { workspace = true }
99
repository = { workspace = true }
1010
version = { workspace = true }
1111

packages/axone-objectarium-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "axone-objectarium-client"
55

66
description = "A client library for the Axone Objectarium Smart Contract."
77
homepage = { workspace = true }
8-
license-file = { workspace = true }
8+
license = { workspace = true }
99
repository = { workspace = true }
1010
version = { workspace = true }
1111

packages/axone-rdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "axone-rdf"
55

66
description = "Utility library offering essential components for efficiently handling RDF data within the Axone protocol."
77
homepage = { workspace = true }
8-
license-file = { workspace = true }
8+
license = { workspace = true }
99
repository = { workspace = true }
1010
version = { workspace = true }
1111

packages/axone-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "axone-wasm"
55

66
description = "A library that defines CosmWasm URIs, enabling the identification of blockchain resources by referencing specific instantiated smart contracts."
77
homepage = { workspace = true }
8-
license-file = { workspace = true }
8+
license = { workspace = true }
99
repository = { workspace = true }
1010
version = { workspace = true }
1111

0 commit comments

Comments
 (0)