From 012021be6df0e53f71ab55a1b74c64c4798fed68 Mon Sep 17 00:00:00 2001 From: ccamel Date: Fri, 13 Dec 2024 20:24:18 +0100 Subject: [PATCH 1/2] build(project): explicit project license --- Cargo.toml | 2 +- contracts/axone-cognitarium/Cargo.toml | 2 +- contracts/axone-dataverse/Cargo.toml | 2 +- contracts/axone-law-stone/Cargo.toml | 2 +- contracts/axone-objectarium/Cargo.toml | 2 +- packages/axone-cognitarium-client/Cargo.toml | 2 +- packages/axone-logic-bindings/Cargo.toml | 2 +- packages/axone-objectarium-client/Cargo.toml | 2 +- packages/axone-rdf/Cargo.toml | 2 +- packages/axone-wasm/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 019d4f71..19a93ee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" authors = ["AXONE"] edition = "2021" homepage = "https://axone.xyz/" -license-file = "LICENSE" +license = "BSD-3-Clause" repository = "https://github.com/axone-protocol/contracts" rust-version = "1.75" version = "6.0.0" diff --git a/contracts/axone-cognitarium/Cargo.toml b/contracts/axone-cognitarium/Cargo.toml index 36711aed..f5dc39fc 100644 --- a/contracts/axone-cognitarium/Cargo.toml +++ b/contracts/axone-cognitarium/Cargo.toml @@ -3,7 +3,7 @@ authors = { workspace = true } description = "A CosmWasm Smart Contract which enables the storage and querying of Semantic data using RDF, which represents information as semantic triples." edition = { workspace = true } homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } name = "axone-cognitarium" repository = { workspace = true } rust-version = { workspace = true } diff --git a/contracts/axone-dataverse/Cargo.toml b/contracts/axone-dataverse/Cargo.toml index 84c0151f..3ed4e77f 100644 --- a/contracts/axone-dataverse/Cargo.toml +++ b/contracts/axone-dataverse/Cargo.toml @@ -3,7 +3,7 @@ authors = { workspace = true } description = "The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem." edition = { workspace = true } homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } name = "axone-dataverse" repository = { workspace = true } rust-version = { workspace = true } diff --git a/contracts/axone-law-stone/Cargo.toml b/contracts/axone-law-stone/Cargo.toml index cfe94216..b1c1c654 100644 --- a/contracts/axone-law-stone/Cargo.toml +++ b/contracts/axone-law-stone/Cargo.toml @@ -3,7 +3,7 @@ authors = { workspace = true } description = "The Smart Contract providing Governance as a Service." edition = { workspace = true } homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } name = "axone-law-stone" repository = { workspace = true } rust-version = { workspace = true } diff --git a/contracts/axone-objectarium/Cargo.toml b/contracts/axone-objectarium/Cargo.toml index 64db228b..60258354 100644 --- a/contracts/axone-objectarium/Cargo.toml +++ b/contracts/axone-objectarium/Cargo.toml @@ -3,7 +3,7 @@ authors = { workspace = true } description = "A Smart Contract which enables the storage of arbitrary unstructured Objects." edition = { workspace = true } homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } name = "axone-objectarium" repository = { workspace = true } rust-version = { workspace = true } diff --git a/packages/axone-cognitarium-client/Cargo.toml b/packages/axone-cognitarium-client/Cargo.toml index cdfffa70..51da34c7 100644 --- a/packages/axone-cognitarium-client/Cargo.toml +++ b/packages/axone-cognitarium-client/Cargo.toml @@ -5,7 +5,7 @@ name = "axone-cognitarium-client" description = "A client library for the Axone Cognitarium Smart Contract." homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } repository = { workspace = true } version = { workspace = true } diff --git a/packages/axone-logic-bindings/Cargo.toml b/packages/axone-logic-bindings/Cargo.toml index 57556630..36a9ce1a 100644 --- a/packages/axone-logic-bindings/Cargo.toml +++ b/packages/axone-logic-bindings/Cargo.toml @@ -5,7 +5,7 @@ name = "axone-logic-bindings" description = "A library defining the bindings for querying the AXONE logic module." homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } repository = { workspace = true } version = { workspace = true } diff --git a/packages/axone-objectarium-client/Cargo.toml b/packages/axone-objectarium-client/Cargo.toml index bed3c2b1..f901ea08 100644 --- a/packages/axone-objectarium-client/Cargo.toml +++ b/packages/axone-objectarium-client/Cargo.toml @@ -5,7 +5,7 @@ name = "axone-objectarium-client" description = "A client library for the Axone Objectarium Smart Contract." homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } repository = { workspace = true } version = { workspace = true } diff --git a/packages/axone-rdf/Cargo.toml b/packages/axone-rdf/Cargo.toml index 63c854f8..f35017de 100644 --- a/packages/axone-rdf/Cargo.toml +++ b/packages/axone-rdf/Cargo.toml @@ -5,7 +5,7 @@ name = "axone-rdf" description = "Utility library offering essential components for efficiently handling RDF data within the Axone protocol." homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } repository = { workspace = true } version = { workspace = true } diff --git a/packages/axone-wasm/Cargo.toml b/packages/axone-wasm/Cargo.toml index f3711e08..eb4f9fc1 100644 --- a/packages/axone-wasm/Cargo.toml +++ b/packages/axone-wasm/Cargo.toml @@ -5,7 +5,7 @@ name = "axone-wasm" description = "A library that defines CosmWasm URIs, enabling the identification of blockchain resources by referencing specific instantiated smart contracts." homepage = { workspace = true } -license-file = { workspace = true } +license = { workspace = true } repository = { workspace = true } version = { workspace = true } From a6c766c90fde48cdf9a4cd2f5045ccb870297c12 Mon Sep 17 00:00:00 2001 From: ccamel Date: Fri, 13 Dec 2024 20:32:41 +0100 Subject: [PATCH 2/2] build(project): update metadata with keywords --- Cargo.toml | 1 + contracts/axone-cognitarium/Cargo.toml | 1 + contracts/axone-dataverse/Cargo.toml | 1 + contracts/axone-law-stone/Cargo.toml | 1 + contracts/axone-objectarium/Cargo.toml | 1 + 5 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 19a93ee4..3ff5bb80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ resolver = "2" authors = ["AXONE"] edition = "2021" homepage = "https://axone.xyz/" +keywords = ["cosmwasm", "blockchain"] license = "BSD-3-Clause" repository = "https://github.com/axone-protocol/contracts" rust-version = "1.75" diff --git a/contracts/axone-cognitarium/Cargo.toml b/contracts/axone-cognitarium/Cargo.toml index f5dc39fc..43a89102 100644 --- a/contracts/axone-cognitarium/Cargo.toml +++ b/contracts/axone-cognitarium/Cargo.toml @@ -3,6 +3,7 @@ authors = { workspace = true } description = "A CosmWasm Smart Contract which enables the storage and querying of Semantic data using RDF, which represents information as semantic triples." edition = { workspace = true } homepage = { workspace = true } +keywords = { workspace = true } license = { workspace = true } name = "axone-cognitarium" repository = { workspace = true } diff --git a/contracts/axone-dataverse/Cargo.toml b/contracts/axone-dataverse/Cargo.toml index 3ed4e77f..66b4c8c2 100644 --- a/contracts/axone-dataverse/Cargo.toml +++ b/contracts/axone-dataverse/Cargo.toml @@ -3,6 +3,7 @@ authors = { workspace = true } description = "The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem." edition = { workspace = true } homepage = { workspace = true } +keywords = { workspace = true } license = { workspace = true } name = "axone-dataverse" repository = { workspace = true } diff --git a/contracts/axone-law-stone/Cargo.toml b/contracts/axone-law-stone/Cargo.toml index b1c1c654..7f78c7af 100644 --- a/contracts/axone-law-stone/Cargo.toml +++ b/contracts/axone-law-stone/Cargo.toml @@ -3,6 +3,7 @@ authors = { workspace = true } description = "The Smart Contract providing Governance as a Service." edition = { workspace = true } homepage = { workspace = true } +keywords = { workspace = true } license = { workspace = true } name = "axone-law-stone" repository = { workspace = true } diff --git a/contracts/axone-objectarium/Cargo.toml b/contracts/axone-objectarium/Cargo.toml index 60258354..0f8c8347 100644 --- a/contracts/axone-objectarium/Cargo.toml +++ b/contracts/axone-objectarium/Cargo.toml @@ -3,6 +3,7 @@ authors = { workspace = true } description = "A Smart Contract which enables the storage of arbitrary unstructured Objects." edition = { workspace = true } homepage = { workspace = true } +keywords = { workspace = true } license = { workspace = true } name = "axone-objectarium" repository = { workspace = true }