Skip to content

Commit 45be1f8

Browse files
Update LICENSE in cargo.toml across the crate
1 parent a532446 commit 45be1f8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

riscv-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["embedded", "hardware-support", "no-std"]
99
description = "Low level access to RISC-V processors"
1010
documentation = "https://docs.rs/riscv-pac"
1111
keywords = ["riscv", "register", "peripheral"]
12-
license = "ISC"
12+
license = "MIT OR Apache-2.0"
1313

1414
[package.metadata.docs.rs]
1515
default-target = "riscv64imac-unknown-none-elf"

riscv-peripheral/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["embedded", "hardware-support", "no-std"]
99
description = "Interfaces for standard RISC-V peripherals"
1010
documentation = "https://docs.rs/riscv-peripheral"
1111
keywords = ["riscv", "peripheral", "clint", "plic"]
12-
license = "ISC"
12+
license = "MIT OR Apache-2.0"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

riscv-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["embedded", "no-std"]
88
description = "Minimal runtime / startup for RISC-V CPU's"
99
documentation = "https://docs.rs/riscv-rt"
1010
keywords = ["riscv", "runtime", "startup"]
11-
license = "ISC"
11+
license = "MIT OR Apache-2.0"
1212
edition = "2021"
1313
links = "riscv-rt" # Prevent multiple versions of riscv-rt being linked
1414

riscv-target-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ categories = ["embedded", "no-std"]
88
description = "Parser for RISC-V target specifications"
99
documentation = "https://docs.rs/riscv-target-parser"
1010
keywords = ["riscv", "build"]
11-
license = "ISC"
11+
license = "MIT OR Apache-2.0"
1212
edition = "2021"

riscv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["embedded", "hardware-support", "no-std"]
99
description = "Low level access to RISC-V processors"
1010
documentation = "https://docs.rs/riscv"
1111
keywords = ["riscv", "register", "peripheral"]
12-
license = "ISC"
12+
license = "MIT OR Apache-2.0"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

0 commit comments

Comments
 (0)