Skip to content

Commit

Permalink
Add toml to cglicenses.json (#172321)
Browse files Browse the repository at this point in the history
The OSS tool doesn't understand the dual-license format
  • Loading branch information
roblourens committed Jan 25, 2023
1 parent 86af976 commit e96c9fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cglicenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,9 @@
{ // Reason: Missing license file
"name": "const_format",
"fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md"
},
{ // License is MIT/Apache and tool doesn't understand this syntax
"name": "toml",
"fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml/LICENSE-MIT"
}
]

0 comments on commit e96c9fb

Please sign in to comment.