kohsuke / com4j

Type-safe Java/COM binding
http://com4j.kohsuke.org/
BSD 2-Clause "Simplified" License
146 stars 78 forks source link

3rd party libraries #65

Open zolotas4 opened 6 years ago

zolotas4 commented 6 years ago

Thanks for your great work in building the com4j library.

We use it in an open-source project which we would like to transfer under our open-source Eclipse project. In order to do that, Eclipse foundation requires to assess the licenses of any libraries used in the project (in this case we only use com4j). Thus, they asked us to provide the source code of com4j (which we did). Moreover, they require us to point out if com4j is using any other 3rd party libraries itself that need to be assessed by them as well and check if the comply with the Eclipse Public License. However, I couldn't find any information on that. Could you please let us know if you are using any 3rd party libraries in com4j?