Skip to content

Commit 11f3f49

Browse files
committed
[Rust] Update misc license metadata
1 parent 4d9784f commit 11f3f49

5 files changed

Lines changed: 9 additions & 1 deletion

File tree

about.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ accepted = [
99
"LicenseRef-scancode-google-patent-license-fuchsia",
1010
"MPL-2.0",
1111
"LicenseRef-scancode-unknown-license-reference",
12-
"BSD-2-Clause"
12+
"BSD-2-Clause",
13+
"Zlib"
1314
]

plugins/bntl_utils/cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bntl_cli"
33
version = "0.1.0"
44
edition = "2024"
5+
license = "Apache-2.0"
6+
publish = false
57

68
[dependencies]
79
binaryninja.workspace = true

plugins/warp/examples/headless/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "warp_headless"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
6+
publish = false
57

68
[dependencies]
79
clap = { version = "4.5", features = ["derive"] }

rust/plugin_examples/data_renderer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "example_data_renderer"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
56
publish = false
67

78
[lib]

rust/plugin_examples/flowgraph_layout/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "example_flowgraph_layout"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
6+
publish = false
57

68
[lib]
79
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)