Skip to content

Commit

Permalink
treewide: add license to unpublished crates
Browse files Browse the repository at this point in the history
This makes the workspace easier to audit with cargo license.
  • Loading branch information
newAM authored Nov 25, 2021
1 parent 50699d6 commit a4f7c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
publish = false
authors = ["Alex Martens <alexmgit@protonmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
defmt = "0.3"
Expand Down
1 change: 1 addition & 0 deletions testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "testsuite"
publish = false
edition = "2021"
version = "0.1.0"
license = "MIT OR Apache-2.0"

[[bin]]
name = "adc"
Expand Down

0 comments on commit a4f7c55

Please sign in to comment.