Yes, all the code that's in the plugin is mine, including the used Nitrogen framework classes. However, the code in Nitrogen is LGPL, and Nitrogen is used (and hosted) in OsiriX, which is LGPL. I never really looked into license limitations, so allow me to ask this: I understand LGPL stuff cannot be included in BDS projects. Can BSD stuff be included in LGPL projects?
The code is objc, my source files always have the .mm extension because I often bump into compiler limitations with .m files. But I'm not using any C++ class, so it's objc. Have you tested the plugin? Successfully? I have only been able to test it with 3 different SMTP servers, so I'd like to confirm it's working in other environments. Also, if anyone has knowledge on AUTH DIGEST-MD5 and AUTH GSSAPI, these two are missing because I couldn't find any detailed information on how these work. Alessandro On Wed, Jun 15, 2011 at 8:44 AM, Christopher Forsythe <[email protected]>wrote: > http://growl.info/documentation/developer/bsd-license.txt is our license. > That's what we'd require here. Luckily you seem to be the only person who > has worked on this. However, if you have accepted patches you would need to > also get permission from people who have contributed to your project I > believe. > > Also, is this objc, objc++, python, ruby, or what? > > Chris > > > On Wed, Jun 15, 2011 at 1:32 AM, Alessandro Volz < > [email protected]> wrote: > >> I'm ready to change license type. What do you suggest? >> >> Alessandro Volz >> >> On 15 Jun 2011, at 00:47, Christopher Forsythe <[email protected]> wrote: >> >> >> >> On Tue, Jun 14, 2011 at 5:23 PM, Christopher Forsythe <<[email protected]> >> [email protected]> wrote: >> >>> >>> >>> On Tue, Jun 14, 2011 at 5:12 PM, Peter Hosey < <[email protected]> >>> [email protected]> wrote: >>> >>>> On Jun 14, 2011, at 13:34:37, Alessandro wrote: >>>> > You are asked to specify: >>>> > - SMTP server information: address, port, TLS (on, off and STARTTLS), >>>> authentication (on, off), username, password >>>> > - Email details: from address, to address, subject prefix >>>> >>>> Many of these features are wanted in MailMe. Would you be interested in >>>> contributing a patch? >>>> >>>> >>> Hell, I'd be ok with canning mailme if this plugin is better. >>> >>> Chris >>> >> >> >> First problem, this plugin is lgpl. We can't ship that. >> >> Chris >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Growl Discuss" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/growldiscuss?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Growl Discuss" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/growldiscuss?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Growl Discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/growldiscuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
