From c45ab0d493751c4c900111ca3ae06ac5e89c7902 Mon Sep 17 00:00:00 2001 From: BeniBenj Date: Mon, 27 May 2024 15:53:42 +0200 Subject: [PATCH] Add licene uri fr toml_edit and toml_datetime --- cglicenses.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cglicenses.json b/cglicenses.json index 63cdd29618e26..c5c0c5ab4e84d 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -335,6 +335,14 @@ "name": "toml", "fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml/LICENSE-MIT" }, + { // License is MIT/Apache and tool doesn't look in subfolders + "name": "toml_edit", + "fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml_edit/LICENSE-MIT" + }, + { // License is MIT/Apache and tool doesn't look in subfolders + "name": "toml_datetime", + "fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml_datetime/LICENSE-MIT" + }, { // License is MIT/Apache and tool doesn't look in subfolders "name": "dirs-sys-next", "fullLicenseTextUri": "https://raw.githubusercontent.com/xdg-rs/dirs/master/dirs-sys/LICENSE-MIT"