Function zng_tp_licenses::merge_licenses
source ยท pub fn merge_licenses(into: &mut Vec<LicenseUsed>, licenses: Vec<LicenseUsed>)
Expand description
Merge licenses
into into
.
The licenses and users are not sorted, call sort_licenses
after merging all licenses.