We distribute a number of third-party jars with our product.
Is there any way I can analyse or perform a lookup on each jar in order to determine its license - e.g. CDDL v1.0, Apache License Version 2.0?
I thought maven might provide an answer, but a quick search of the repositories shows that many projects do not provide their license information (e.g. ant, lucene).
How do others ensure they comply with the various licenses of third-party jars they distribute?