From d4309521f10b6f0090ef2548fb8f241949074e1f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 4 May 2026 14:48:25 +0900 Subject: feat(show): expand license output with name, OSI flag, and URL Mirror Composer's Command\ShowCommand::printLicenses(): emit one line per license identifier, expanded to " () [(OSI approved)] " when the id is in the SPDX database, or just the id otherwise. The URL is built by mozart-spdx-licenses' new LicenseInfo::url() so the construction lives in the SPDX crate, like Composer's SpdxLicenses::getLicenseByIdentifier(). --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index bb052dc..fdb81f0 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -9,6 +9,7 @@ mozart-autoload.workspace = true mozart-core.workspace = true mozart-registry.workspace = true mozart-semver.workspace = true +mozart-spdx-licenses.workspace = true mozart-vcs.workspace = true anyhow.workspace = true clap.workspace = true -- cgit v1.3.1