views:

37

answers:

0

I am about to release a project I have been working with for some time as open source, but before I release it to the wild I want the code to be licensed properly. The project has several dependencies, on e.g. Jetty and Spring, and uses Maven for dependency management. Now, my question is: do I need to care about and/or add license information for each of my project's dependencies if I only distribute my source code along with the project's POM? Then the end user will have to use maven to build and download the dependencies.