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

Commit

Permalink
Merge pull request #4 from rmsyn/license
Browse files Browse the repository at this point in the history
license: add license field to Cargo.toml
  • Loading branch information
rmsyn authored Sep 29, 2023
2 parents 85525ba + 2420b74 commit f7fc1df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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

0 comments on commit f7fc1df

Please sign in to comment.