Jedrin
2013-Oct-11 15:55 UTC
I was told using GPL code is a problem (mongrel) even if not modifying that code
I was told that we can''t use mongrel with JRuby because mongrel is GPL and based on lawyer language if we include mongrel then our code violates some situation where someone could claim our code should become free. I always thought this would only apply if we modified the mongrel code base in any way then we have to make that mongrel version available but this is not what I am told but rather our code base (totally seperate from mongrel) can''t use mongrel .. This is somehow related to black duck, but I am still confused about what is going on here http://techrights.org/2012/11/06/perens-on-gpl-fud/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/b15a5b74-d7b4-4899-9ad3-ebc4122ee641%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Jordon Bedwell
2013-Oct-11 16:13 UTC
Re: I was told using GPL code is a problem (mongrel) even if not modifying that code
On Fri, Oct 11, 2013 at 10:55 AM, Jedrin <jrubiando-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I was told that we can''t use mongrel with JRuby because mongrel is GPL and > based on lawyer language if we include mongrel then our code violates some > situation where someone could claim our code should become free. I always > thought this would only apply if we modified the mongrel code base in any > way then we have to make that mongrel version available but this is not what > I am told but rather our code base (totally seperate from mongrel) can''t use > mongrel ..You need to consult your lawyer but Mongrel offers a permissive license of their own under dual licensing: https://github.com/mongrel/mongrel/blob/master/LICENSE you''ve the option to choose which you like, mongrel2 is BSD: https://github.com/zedshaw/mongrel2/blob/master/LICENSE -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQnx1831U8caNSWnk9iRGgoy5cTEtw4F49crq_1vw_6PD-g%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Jedrin
2013-Oct-11 16:24 UTC
Re: I was told using GPL code is a problem (mongrel) even if not modifying that code
On Friday, October 11, 2013 12:13:44 PM UTC-4, Jordon Bedwell wrote:> > On Fri, Oct 11, 2013 at 10:55 AM, Jedrin <jrub...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> > wrote: > > > > I was told that we can''t use mongrel with JRuby because mongrel is GPL > and > > based on lawyer language if we include mongrel then our code violates > some > > situation where someone could claim our code should become free. I > always > > thought this would only apply if we modified the mongrel code base in > any > > way then we have to make that mongrel version available but this is not > what > > I am told but rather our code base (totally seperate from mongrel) can''t > use > > mongrel .. > > You need to consult your lawyer but Mongrel offers a permissive > license of their own under dual licensing: > https://github.com/mongrel/mongrel/blob/master/LICENSE you''ve the > option to choose which you like, mongrel2 is BSD: > https://github.com/zedshaw/mongrel2/blob/master/LICENSE >oops .. I meant to say mongoDB -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/be8951e3-bfc5-4948-b7b0-9fbfb843f226%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Jordon Bedwell
2013-Oct-11 16:38 UTC
Re: I was told using GPL code is a problem (mongrel) even if not modifying that code
On Fri, Oct 11, 2013 at 11:24 AM, Jedrin <jrubiando-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> oops .. I meant to say mongoDBMongoDB''s license doesn''t affect your app because it goes through an API to access the data. Their drivers (AKA the Ruby driver) are Apache 2.0. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQnyquAr6SDX1xdiAN8NpRDete9rKu40WwR0SayVosZLx3w%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.