dep-scan
dep-scan copied to clipboard
Multiple license string is producing multiple entries
jruby-complete is offered under licenses: EPL-2.0, GPL-2.0, LGPL-2.1
https://mvnrepository.com/artifact/org.jruby/jruby-complete
It is not possible to compute an effective license string in this case so the tool is producing multiple entries like this.
| org.jruby:jruby-complete | 9.1.17.0 | GPL-2.0 | include-copyright, document-changes, disclose-source, same-license |
+---------------------------------------------+-----------+--------------+-----------------------------------------------------------------------------+
| org.jruby:jruby-complete | 9.1.17.0 | LGPL-2.1 | include-copyright, disclose-source, document-changes, same-license--library |
+---------------------------------------------+-----------+--------------+-----------------------------------------------------------------------------+
| org.jruby:jruby-complete | 9.1.17.0 | EPL-2.0 | disclose-source, include-copyright, same-license |
+---------------------------------------------+-----------+--------------+-----------------------------------------------------------------------------+
I feel this behavior is correct since the conditions are different. But if anyone has a better idea or expertise with multiple licenses, please post your comments in this issue.