offbynull / portmapper

Java library that maps ports on NAT-enabled routers (supported protocols: UPnP-IGD/NAT-PMP/PCP).
Apache License 2.0
88 stars 17 forks source link

Licence #25

Closed lpetrovic05 closed 8 years ago

lpetrovic05 commented 8 years ago

Is it possible to use the portmapper under another licence, like CDDL?

offbynull commented 8 years ago

Hi,

I use LGPL to encourage people to contribute changes back to the project but I can change to apache or bsd if it better suites your scenario. It would be good if you could describe your scenario in this ticket.

I'm not too familiar with CDDL.

Let me know if apache or bsd works for you. On Jul 4, 2016 9:43 AM, "lpetrovic05" notifications@github.com wrote:

Is it possible to use the portmapper under another licence, like CDDL?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/offbynull/portmapper/issues/25, or mute the thread https://github.com/notifications/unsubscribe/AGD4Imop6VDp18OYja0kLIzpno8padQkks5qSTgsgaJpZM4JEg31 .

lpetrovic05 commented 8 years ago

Hi, The problem I have with the LGPL is that I would like to bundle everything in a single jar file that a user can easily run on his desktop, and section 4.d prevents me from doing so. Apache or BSD would be great. I can also promise to contribute if I do end up making any changes to the library :)

offbynull commented 8 years ago

Understood.

I'll update the license and cut a new release in the next couple of days.

Will update this ticket once complete.

Todo:

Hi, The problem I have with the LGPL is that I would like to bundle everything in a single jar file that a user can easily run on his desktop, and section 4.d prevents me from doing so. Apache or BSD would be great. I can also promise to contribute if I do end up making any changes to the library :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/offbynull/portmapper/issues/25#issuecomment-230328851, or mute the thread https://github.com/notifications/unsubscribe/AGD4Iie8qHSCjOPvVJ3RchuwLqV90yujks5qST3BgaJpZM4JEg31 .

lpetrovic05 commented 8 years ago

Thanks a lot

offbynull commented 8 years ago

2.0.2 has been released. License has been changed to Apache2.

It should be available from Maven central shortly.

lpetrovic05 commented 8 years ago

Thank you