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.
pub fn merge_licenses(into: &mut Vec<LicenseUsed>, licenses: Vec<LicenseUsed>)Merge licenses into into.
The licenses and users are not sorted, call sort_licenses after merging all licenses.