From 6b03fcab851e4f5cfee3359dfd856be5cf90d6c7 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 9 Nov 2024 09:55:04 +0100 Subject: [PATCH] Update Cargo.toml license Ubuntu-font-1.0 is now in SPDX Reference: https://spdx.org/licenses/Ubuntu-font-1.0.html Reference: https://github.com/aboutcode-org/scancode-toolkit/blob/824163fa6fc3fff25e455eaae110019e683fa442/src/licensedcode/data/licenses/ubuntu-font-1.0.LICENSE#L11 Signed-off-by: Philippe Ombredanne --- crates/epaint_default_fonts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/epaint_default_fonts/Cargo.toml b/crates/epaint_default_fonts/Cargo.toml index 8d31507d31fa..9e71d390cef9 100644 --- a/crates/epaint_default_fonts/Cargo.toml +++ b/crates/epaint_default_fonts/Cargo.toml @@ -6,7 +6,7 @@ description = "Default fonts for use in epaint / egui" edition.workspace = true rust-version.workspace = true homepage = "https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts" -license = "(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0" # OFL and UFL are from the font files themselves. +license = "(MIT OR Apache-2.0) AND OFL-1.1 AND Ubuntu-font-1.0" # OFL and UFL are from the font files themselves. readme = "README.md" repository = "https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts" categories = ["graphics", "gui"]