diff --git a/api/python/binding/Cargo.toml b/api/python/binding/Cargo.toml index 7704cf25..49dacc3e 100644 --- a/api/python/binding/Cargo.toml +++ b/api/python/binding/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-python-binding" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/api/rust/node/Cargo.toml b/api/rust/node/Cargo.toml index 6b6cd5e7..4af1a161 100644 --- a/api/rust/node/Cargo.toml +++ b/api/rust/node/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-node-api" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/api/rust/operator/Cargo.toml b/api/rust/operator/Cargo.toml index 0a507413..147d41c4 100644 --- a/api/rust/operator/Cargo.toml +++ b/api/rust/operator/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-operator-api" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/api/rust/operator/macros/Cargo.toml b/api/rust/operator/macros/Cargo.toml index 13764a93..db866a83 100644 --- a/api/rust/operator/macros/Cargo.toml +++ b/api/rust/operator/macros/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-operator-api-macros" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/Cargo.toml b/common/Cargo.toml index 70908f08..bc463219 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-common" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 4729583c..68106f0e 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-coordinator" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/message/Cargo.toml b/message/Cargo.toml index dde9af01..fc079424 100644 --- a/message/Cargo.toml +++ b/message/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-message" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index dd3f94c5..b1ff7339 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-metrics" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index ee68957b..298bb24c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-runtime" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/runtime/examples/example-operator/Cargo.toml b/runtime/examples/example-operator/Cargo.toml index a6f3b372..ff9dd4d5 100644 --- a/runtime/examples/example-operator/Cargo.toml +++ b/runtime/examples/example-operator/Cargo.toml @@ -2,6 +2,7 @@ name = "example-operator" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tracing/Cargo.toml b/tracing/Cargo.toml index 8bbb4cb7..55c968f0 100644 --- a/tracing/Cargo.toml +++ b/tracing/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-tracing" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/zenoh-logger/Cargo.toml b/zenoh-logger/Cargo.toml index 3b92e55b..4f4c26c8 100644 --- a/zenoh-logger/Cargo.toml +++ b/zenoh-logger/Cargo.toml @@ -2,6 +2,7 @@ name = "zenoh-logger" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html