Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

license: add license field to Cargo.toml #4

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/rmsyn/jh71xx-pac"
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the JH71xx boards"
keywords = ["riscv", "jh7110", "bsp"]
license = "AGPL"

[dependencies.jh7110-vf2-12a-pac]
path = "./jh7110-vf2-12a-pac"
Expand Down
1 change: 1 addition & 0 deletions jh7110-vf2-12a-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/rmsyn/jh71xx-pac"
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the JH7110 VisionFive2 v1.2a board"
keywords = ["riscv", "jh7110", "bsp"]
license = "AGPL"

[dependencies]
critical-section = { version = "1.1.2", optional = true }
Expand Down
1 change: 1 addition & 0 deletions jh7110-vf2-13b-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/rmsyn/jh71xx-pac"
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the JH7110 VisionFive2 v1.3b board"
keywords = ["riscv", "jh7110", "bsp"]
license = "AGPL"

[dependencies]
critical-section = { version = "1.1.2", optional = true }
Expand Down
Loading