Skip to content

Commit

Permalink
sources: add license clarification for typenum update
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkirch committed Apr 7, 2021
1 parent c49b137 commit 6091367
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sources/clarify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,10 @@ license-files = [
{ path = "LICENSE-MIT", hash = 0x28392cf3 },
]

[clarify.typenum]
expression = "MIT OR Apache-2.0"
license-files = [
{ path = "LICENSE", hash = 0xa4618a29 },
{ path = "LICENSE-MIT", hash = 0xb9f15462 },
{ path = "LICENSE-APACHE", hash = 0x91d5a0a7 },
]

0 comments on commit 6091367

Please sign in to comment.