Browse Source

Set license metadata for all dora crates

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
240787b19d
12 changed files with 12 additions and 0 deletions
  1. +1
    -0
      api/python/binding/Cargo.toml
  2. +1
    -0
      api/rust/node/Cargo.toml
  3. +1
    -0
      api/rust/operator/Cargo.toml
  4. +1
    -0
      api/rust/operator/macros/Cargo.toml
  5. +1
    -0
      common/Cargo.toml
  6. +1
    -0
      coordinator/Cargo.toml
  7. +1
    -0
      message/Cargo.toml
  8. +1
    -0
      metrics/Cargo.toml
  9. +1
    -0
      runtime/Cargo.toml
  10. +1
    -0
      runtime/examples/example-operator/Cargo.toml
  11. +1
    -0
      tracing/Cargo.toml
  12. +1
    -0
      zenoh-logger/Cargo.toml

+ 1
- 0
api/python/binding/Cargo.toml View File

@@ -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



+ 1
- 0
api/rust/node/Cargo.toml View File

@@ -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



+ 1
- 0
api/rust/operator/Cargo.toml View File

@@ -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



+ 1
- 0
api/rust/operator/macros/Cargo.toml View File

@@ -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



+ 1
- 0
common/Cargo.toml View File

@@ -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



+ 1
- 0
coordinator/Cargo.toml View File

@@ -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



+ 1
- 0
message/Cargo.toml View File

@@ -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



+ 1
- 0
metrics/Cargo.toml View File

@@ -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



+ 1
- 0
runtime/Cargo.toml View File

@@ -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



+ 1
- 0
runtime/examples/example-operator/Cargo.toml View File

@@ -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



+ 1
- 0
tracing/Cargo.toml View File

@@ -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



+ 1
- 0
zenoh-logger/Cargo.toml View File

@@ -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



Loading…
Cancel
Save