Hi Justin …
So, I added this to the servlets LICENSE:
===============================================================================
License: MIT
jquery (org.webjars:jquery:1.11.2)
For details, see META-INF/licenses/jquery-1_11_2-MIT.txt.
jquery-ui (org.webjars:jquery-ui:1.11.4)
For details, see META-INF/licenses/jquery-ui-1_11_4-MIT.txt.
d3.legend.js (src/main/webapp/js/ext/d3.legend/d3.legend.js)
With Edgent specific modifications.
For details, see META-INF/licenses/d3.legend-MIT.txt.
And this to the server LICENSE (which includes the file by incuding the
servlet.war in a “resources” package):
===============================================================================
License: MIT
jquery (org.webjars:jquery:1.11.2)
For details, see META-INF/licenses/jquery-1_11_2-MIT.txt.
jquery-ui (org.webjars:jquery-ui:1.11.4)
For details, see META-INF/licenses/jquery-ui-1_11_4-MIT.txt.
d3.legend.js (included inside the
resources/servlets.war!/js/ext/d3.legend/d3.legend.js)
With Edgent specific modifications.
For details, see META-INF/licenses/d3.legend-MIT.txt.
Chris
Am 24.10.17, 11:34 schrieb "Justin Mclean" <[email protected]>:
Hi,
> the license of the file is still MIT … we didn’t change anything with
this. And it is referenced in the LICENSE file as being MIT licensed. The only
thing I don’t quite know, is if it’s enough to reference the local path to the
file in the LICENSE file.
Sounds fine to me.
Thanks,
Justin