GPL License Question
-
If I use GPL'd source code in my app, do I have to make the entire app available under the GPL, or just the code I used?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
If I use GPL'd source code in my app, do I have to make the entire app available under the GPL, or just the code I used?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001[IANAL] All of it - that's why it is so scary to corporates (You can get around this by hosting the GPL stuff somewhere and using it as SaaS because the license doesn't cover that scenario)
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
If I use GPL'd source code in my app, do I have to make the entire app available under the GPL, or just the code I used?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Welcome to the world of 'free software means living in the gutter'
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
[IANAL] All of it - that's why it is so scary to corporates (You can get around this by hosting the GPL stuff somewhere and using it as SaaS because the license doesn't cover that scenario)
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
What is SaaS? What if I just used a binary and didn't download the source code? Ahhh, software as a service - well, the web app that would be using the GPL'd code would only be available on the intranet, and nobody is charged for its use. Further, only users that have the appropriate account on the server will be able to use it, and none of them would be interested in th source code (assuming they know what "source code" is).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
If I use GPL'd source code in my app, do I have to make the entire app available under the GPL, or just the code I used?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Yes. You also have to post nude pictures of yourself in suggestive positions on flickr. (hey, if Stallman enjoys it, so should you)
Software Zen:
delete this;
-
What is SaaS? What if I just used a binary and didn't download the source code? Ahhh, software as a service - well, the web app that would be using the GPL'd code would only be available on the intranet, and nobody is charged for its use. Further, only users that have the appropriate account on the server will be able to use it, and none of them would be interested in th source code (assuming they know what "source code" is).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001I'm afraid that in GPLv3 "free" is not just a monetary freedom - it is a human right. "Freedom of life, liberty, the pursuit of happiness and access to the source code" So - wrap the GPLd code in its own application and only access it as a service - you have to make the code of that service available but not anything that happens to use that service. It worked for Salesforce.com :-)
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
If I use GPL'd source code in my app, do I have to make the entire app available under the GPL, or just the code I used?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Oten you can find BSD licensed code which does the same thing. BSD license is trully free license!
-
Welcome to the world of 'free software means living in the gutter'
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
And living in a world of only closed source software means even less than this.
-
Oten you can find BSD licensed code which does the same thing. BSD license is trully free license!
Or look for LGPL code. There don't seem to be as many areas that are subject to interpretation like what constitutes a service. Nude photos are optional but frankly I think it's too much information.
-
And living in a world of only closed source software means even less than this.
only amongst the truly deluded.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
only amongst the truly deluded.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Indeed - everything that open source hopes to acheive in terms of software quality could equally be done with "open test framework" software (i.e. anyone can submit any test and the software is tested against it with the results public) without the inherent devaluing of developers intellectual property.
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
What is SaaS? What if I just used a binary and didn't download the source code? Ahhh, software as a service - well, the web app that would be using the GPL'd code would only be available on the intranet, and nobody is charged for its use. Further, only users that have the appropriate account on the server will be able to use it, and none of them would be interested in th source code (assuming they know what "source code" is).
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001John Simmons / outlaw programmer wrote:
the web app that would be using the GPL'd code would only be available on the intranet
My interpretation says thats ok. GPL is to prevent commercialization of an open source code base, hence being closed. IF there is no commercial factor, then u can use/modify it, as the final code will never be produced to the public.
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
Welcome to the world of 'free software means living in the gutter'
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
that's just retarded. RedHat, for one example, has 11 pages of job openings. i'm sure there are plenty of traditional software companies that would kill to have the resources available to hire 250 people.
image processing toolkits | batch image processing | blogging
-
And living in a world of only closed source software means even less than this.
pdluke wrote:
And living in a world of only closed source software means even less than this.
Yeah... All those companies (Microsoft, Oracle, CA, etc.) that have been around for some time making money on so-called closed source for years before there was an real open source movement are just
STRUGGLING
now... As well as the developers that work for those companies, I am sure... Does anyone here know of any $6-figure developers that are working on completely open-source projects for a completely open-source company? I do not... You will note that many companies that make money via open-source products have either dual-licensing (which usually costs more money than the normal OSS license), or make money on support. IMHO, OSS does not pay the bills just by itself. Just something to chew on... (Notes: I use various flavors of Linux with other OSS products like MySQL, Asterisk and LAMP setups, and have briefly metMaddog
when he was still in the NH area and I was going to the LUG in the area.) Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
that's just retarded. RedHat, for one example, has 11 pages of job openings. i'm sure there are plenty of traditional software companies that would kill to have the resources available to hire 250 people.
image processing toolkits | batch image processing | blogging
Support contracts (or dual-licensing as with other OSS projects) at work... :) And I am sure that Microsoft can hire just as many (if not more) and considering that they are mostly "closed-source"... Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Yes. You also have to post nude pictures of yourself in suggestive positions on flickr. (hey, if Stallman enjoys it, so should you)
Software Zen:
delete this;
Stallman... Geeze... I would bet that his over-zealousness and abrasive nature is one of the reasons the GNU movement is not more widely accepted. That man can be a bit of a PITA. Even
/.
-ers, which are usually anti-MS and pro-OSS, can be split on how they feel about him. That whole Linux vs. GNU/Linux thing[^] put some people off that were just getting into Linux and the whole OSS movement (myself included - I feel it is just trying to use the Linux name to gain visibility). If F/OSS is that great, it does not need the Linux name to help it along. I would bet that OSS would be more widely considered (if not accepted) if you did not have RMS trying toshove
F/OSS down everyones throat. :/ Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Stallman... Geeze... I would bet that his over-zealousness and abrasive nature is one of the reasons the GNU movement is not more widely accepted. That man can be a bit of a PITA. Even
/.
-ers, which are usually anti-MS and pro-OSS, can be split on how they feel about him. That whole Linux vs. GNU/Linux thing[^] put some people off that were just getting into Linux and the whole OSS movement (myself included - I feel it is just trying to use the Linux name to gain visibility). If F/OSS is that great, it does not need the Linux name to help it along. I would bet that OSS would be more widely considered (if not accepted) if you did not have RMS trying toshove
F/OSS down everyones throat. :/ Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesStallman's an idiot. I find the idea that my source code should be free to whoever wants it ludicrous and offensive. I worked hard on it, and I expect to be compensated for it. The GPL is expressly designed to prevent that, and to make it easy for less-capable programmers to steal my work and claim it for their own.
Software Zen:
delete this;
-
If I use GPL'd source code in my app, do I have to make the entire app available under the GPL, or just the code I used?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Just so everything is clear (the thread has run off a bit), yes, if you use GPL code in an application, you have to release the entire application under the GPL. This "viral" nature of it is a initial turn-off for lots of people, and why I first created the FSCL[^] some years ago back in my credit-where-credit-is-due years when I was writing articles for CG, CP and other sites. If you are using a library, or code that is normally used to build a library, it may be under the LGPL (GNU Library General Public License, although they now call it the lesser GPL to give it a negative connotation). The LGPL allows you to link the library into a non-open-source project and does not require you to place all of your code under the GPL. Note that if you make any changes to the library, you still have to release those changes to the public. Some other OSS projects have dual/multi-licensing, so that you can use the GPL version with code you plan to release under the GPL, or purchasing a "commercial" license that allows you to use it in a commercial project and not get involved with the GPL at all. Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Stallman's an idiot. I find the idea that my source code should be free to whoever wants it ludicrous and offensive. I worked hard on it, and I expect to be compensated for it. The GPL is expressly designed to prevent that, and to make it easy for less-capable programmers to steal my work and claim it for their own.
Software Zen:
delete this;
Gary Wheeler wrote:
The GPL is expressly designed to prevent that, and to make it easy for less-capable programmers to steal my work and claim it for their own
To be fair, I do not believe that the GPL was designed to do that, as many GNU proponents can be heard repeating the mantra "free as in speech, free as in speech," although it does leave a
large
opening for stuff like that to happen... I do agree with the first part of your post, however... :P Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
I'm afraid that in GPLv3 "free" is not just a monetary freedom - it is a human right. "Freedom of life, liberty, the pursuit of happiness and access to the source code" So - wrap the GPLd code in its own application and only access it as a service - you have to make the code of that service available but not anything that happens to use that service. It worked for Salesforce.com :-)
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
Man, I just HAD to check that one out, and smack my a$$ and call me Sally if it was not spot-on: http://radar.oreilly.com/archives/2007/07/the_gpl_and_sof_1.html[^]. All I can say is...
Wow
! Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles