public class SpdxLicenseInfoMerger
extends Object
Application to merge SPDX documents' non-standard license information and return the results to the merge main class
The non-standard license information from the output SPDX document will add to the result arraylist directly.
The non-standard license information from the sub SPDX document will be compared with license information in the result arraylist.
Any new license information will add to the result arraylist with replacing the license ID.
- Author:
- Gang Ling