Hi All, I'm going to submit the first version of QMan Admin console.Before explaining what it is and how it's working I need help about licensing of included dependencies. At the moment (I'm referring to the submitted version) QMan is using only the Jetty runtime libraries
- jetty-6.1.14.jar - jetty-util-6.1.14.jar - start.jar Note : Jetty is licensed under Apache License 2.0. Now, Jetty is shipped with a lot of libraries that you can use depending on your nedds. Well, for admin console I need JSP support. So, under the Jetty distribution there's a folder "JSP 2.1" and from there I used the following libraries : - core-3.1.1.jar - jsp-2.1.jar - jsp-api-2.1.jar Now, before of submit the mentioned libraries, I had a look to their license and I saw that the only indication about that is found on their MANIFEST.MF. There are three different licenses : - core-3.1.1.jar is licensed under Eclipse Public License Version 1.0 - jsp-2.1.jar is licensed under " https://glassfish.dev.java.net/public/CDDLv1.0.html" - jsp-api-2.1.jar is licensed under Apache License 2.0 I presume that, since there are part of Jetty, they can be used without any problem at all (I'm simply using those classes without any direct or indirect changes) but I'm not an expert on this topic so could help me about that? Regards, Andrea