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(). --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index ea91bf6..27fd3ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,6 +1093,7 @@ dependencies = [ "mozart-core", "mozart-registry", "mozart-semver", + "mozart-spdx-licenses", "mozart-test-harness", "mozart-vcs", "predicates", -- cgit v1.3.1