summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/msp430/Cargo.toml1
-rw-r--r--arch/riscv/Cargo.toml1
-rw-r--r--arch/riscv/disasm/Cargo.toml1
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/msp430/Cargo.toml b/arch/msp430/Cargo.toml
index ddc442e8..03940cd8 100644
--- a/arch/msp430/Cargo.toml
+++ b/arch/msp430/Cargo.toml
@@ -3,6 +3,7 @@ name = "arch_msp430"
version = "0.1.0"
authors = ["jrozner"]
edition = "2021"
+license = "Apache-2.0"
[dependencies]
binaryninja.workspace = true
diff --git a/arch/riscv/Cargo.toml b/arch/riscv/Cargo.toml
index 1c0979e9..a90000dd 100644
--- a/arch/riscv/Cargo.toml
+++ b/arch/riscv/Cargo.toml
@@ -3,6 +3,7 @@ name = "arch_riscv"
version = "0.1.0"
authors = ["Ryan Snyder <ryan.snyder.or@gmail.com>"]
edition = "2021"
+license = "Apache-2.0"
[dependencies]
binaryninja.workspace = true
diff --git a/arch/riscv/disasm/Cargo.toml b/arch/riscv/disasm/Cargo.toml
index a799dc18..f1e52d49 100644
--- a/arch/riscv/disasm/Cargo.toml
+++ b/arch/riscv/disasm/Cargo.toml
@@ -3,6 +3,7 @@ name = "riscv-dis"
version = "0.1.0"
authors = ["Ryan Snyder <ryan.snyder.or@gmail.com>"]
edition = "2021"
+license = "Apache-2.0"
[dependencies]
byteorder = "1"