Banning GPL articles
-
Excuse my ignorance - I'm unfamiliar with the various licences and the differences between them. Is GPL the licence that comes with libs like NUnit and Log4net? Does this mean that if for instance I posted something that used as part of the solution, code from a free library like NUnit, it would be rejected? Would it depend on whether the article based itself on the code, i.e. took the concepts and hard work that had gone into it and changed them a little, or if it simply used them as part of an overall solution, say off the top of my head, using log4net as a part of a web development framework? (If that's a valid comparison) ? I'd be of the opinion that if there's a component to do something which is peripheral to the main content of the article, then isn't it only logical to write the article on the basis of the way you would develop in a production scenario, i.e. get the best tool for the job and get on with it? Again, excuse my ignorance, just raising the question. Doubtless there are less legally-minded members of CP who would likewise benefit from an informed response.
Smokie, this is not 'Nam. This is bowling. There are rules.
melchizidech wrote:
Is GPL the licence that comes with libs like NUnit and Log4net?
No. NUnit License[^] It looks similar to FreeBSD which I think is the closest to what I regard as genuine open source.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
What is your motivation?
My head asplode!
Calling all South African developers! Your participation in this local dev community will be mutually beneficial, to you and us.
To protect Joe Q Coder from accidentally tainting his companies code base because he copy/pasted without reading the whole article to see the GPL tag.
-- Help Stamp Out and Abolish Redundancy The preceding is courtesy of the Department of Unnecessarily Redundant Repetition Department.
-
You mean only have code that comes with no license at all? Hmm... perhaps. But if somebody had a project that others could benefit from by posting it with an article, yet they didn't want people to just take their code and use it (rather, that they learn from it and develop their own code)... :confused: I'm gonna just say 3 ;P
My current favourite word is: PIE! Good ol' pie, it's been a while.
The Undefeated wrote:
You mean only have code that comes with no license at all?
Code without a licence would default to only permitting the creator (or copyright holder if it has been reassigned) to use the code.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
To protect Joe Q Coder from accidentally tainting his companies code base because he copy/pasted without reading the whole article to see the GPL tag.
-- Help Stamp Out and Abolish Redundancy The preceding is courtesy of the Department of Unnecessarily Redundant Repetition Department.
dan neely wrote:
To protect Joe Q Coder from accidentally tainting his companies code base because he copy/pasted without reading the whole article to see the GPL tag.
I can imagine that happening a lot, especially given the number of cargo cult programmers that I see in the programming forums that don't understand how something works that they've ripped from some article and now need help to get it working. If they don't understand the code then I hardly think they'll understand the license.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
How would you all feel if we banned GPL licenced code on The Code Project? 1 = bad idea, 5 = good idea
cheers, Chris Maunder
CodeProject.com : C++ MVP
Diversity is ultimately what makes a community. My preference would be for CP to be encouraging of the most unrestrictive licences, but accepting of them all. For a long time, all articles where to contain the source code to them. But eventually a special class of article, Product Showcase, was developed and considered acceptable.
Chris Meech I am Canadian. [heard in a local bar] Donate to help Conquer Cancer[^]
-
I can already see the Slashdot headline:
Top Windows Developer Site Bans GPL Code Rumors have it that site owner is sleeping with Bill Gates. Also, he is the spawn of Satan. Bribery suspected. Stallman and Moglen planning legal action.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: The Lord Is So Good The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Diversity is ultimately what makes a community. My preference would be for CP to be encouraging of the most unrestrictive licences, but accepting of them all. For a long time, all articles where to contain the source code to them. But eventually a special class of article, Product Showcase, was developed and considered acceptable.
Chris Meech I am Canadian. [heard in a local bar] Donate to help Conquer Cancer[^]
This is exactly what I'm thinking. The GPL is often used by developers who have little or no understanding of what it entails. A ban would force developers to think long and hard about which licence they did actually want to use. However, there may be legitimate reasons a person may wish to use the GPL. I just can't think of one at the moment.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Shog9 wrote:
But if you ever want to make this a nicer place for on-going projects, GPL is a must.
Saying that the "GPL is a must" does not follow from making this a "nicer place for on-going projects". Why is GPL a must in that situation? Why must it be GPL? Why not some other licence?
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
Colin Angus Mackay wrote:
Why is GPL a must in that situation? Why must it be GPL? Why not some other licence?
Why not GPL? :) Surely you can understand the desire of someone who has invested considerable time and effort in a project to keep others from taking their work and making it inaccessible to others? I'll agree that it's not a good fit for a lot of the code here - trying to force anyone using your gradient clipping snippet (or whatever) to open up their entire codebase isn't friendly or practical. But consider a project like ZedGraph[^] (one of my favorite CP-connected projects): it doesn't really do much good to allow someone to take and release this as a closed-source graphing library; requiring that enhanced versions be released with source allows everyone to benefit from it. IMHO, right now CodeProject is sort of a code dumping-ground. A great place to post an article, but a pretty poor host for evolving projects with multiple developers / changing developers. There's some history there as well - i know of at least a couple of promising projects that started out here and then... disappeared when their authors decided to close up the source and turn them into commercial projects. I think that's fine, as long as there aren't any misconceptions. If that's what we're gonna be, then we should go with the most permissive license possible and leave any ongoing development to whatever other sites support a given author's preference.
----
...the wind blows over it and it is gone, and its place remembers it no more...
-
This is exactly what I'm thinking. The GPL is often used by developers who have little or no understanding of what it entails. A ban would force developers to think long and hard about which licence they did actually want to use. However, there may be legitimate reasons a person may wish to use the GPL. I just can't think of one at the moment.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
dan neely wrote:
To protect Joe Q Coder from accidentally tainting his companies code base because he copy/pasted without reading the whole article to see the GPL tag.
I can imagine that happening a lot, especially given the number of cargo cult programmers that I see in the programming forums that don't understand how something works that they've ripped from some article and now need help to get it working. If they don't understand the code then I hardly think they'll understand the license.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
Colin Angus Mackay wrote:
I can imagine that happening a lot, especially given the number of cargo cult programmers that I see in the programming forums that don't understand how something works that they've ripped from some article and now need help to get it working.
These would be the same folks that strip copyright headers and comments from article code, throw in one line of project-specific code, and then check it in with their consulting company's banner. Do you really think CP is the only place they steal code from? :rolleyes:
----
...the wind blows over it and it is gone, and its place remembers it no more...
-
How would you all feel if we banned GPL licenced code on The Code Project? 1 = bad idea, 5 = good idea
cheers, Chris Maunder
CodeProject.com : C++ MVP
What does it say in CP's vision statement ? Is CP first and foremost an educational resource, or is it intended to be a repository of free source-code. If an educational resource, then any and all source should be allowed. If a repository, then put whatever restrictions on submissions as fit your religious views. Personally, i see CP as an educational resource. Since i don't use the site to get source code to use in my apps, i don't really care what license the author puts the code under. I am gratefull to anyone who is willing to take the time to write and post an article w/ or w/o source.
...cmk The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying. - John Carmack
-
How would you all feel if we banned GPL licenced code on The Code Project? 1 = bad idea, 5 = good idea
cheers, Chris Maunder
CodeProject.com : C++ MVP
That would prevent articles detailing how to use GPL'd code. I believe the lame encoder is GPL'd and it is definitely deservant of articles. A less restrictive community is always better than a more restrictive community, imho.
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway -
Colin Angus Mackay wrote:
I can imagine that happening a lot, especially given the number of cargo cult programmers that I see in the programming forums that don't understand how something works that they've ripped from some article and now need help to get it working.
These would be the same folks that strip copyright headers and comments from article code, throw in one line of project-specific code, and then check it in with their consulting company's banner. Do you really think CP is the only place they steal code from? :rolleyes:
----
...the wind blows over it and it is gone, and its place remembers it no more...
Shog9 wrote:
These would be the same folks that strip copyright headers and comments from article code, throw in one line of project-specific code, and then check it in with their consulting company's banner. Do you really think CP is the only place they steal code from?
No. I expect they'll still steal the code. That's why I like to make the world a weirder place starting with my eBay Feedback[^] Code Project articles. I put in little odd quirks here and there that I've seen people blindly pick up. Nothing that stops the code working, but just that little bit nuts that any ordinary person would correct and cargo cult programmers don't detect.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
The Undefeated wrote:
You mean only have code that comes with no license at all?
Code without a licence would default to only permitting the creator (or copyright holder if it has been reassigned) to use the code.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
You know what i mean :|
My current favourite word is: PIE! Good ol' pie, it's been a while.
-
How would you all feel if we banned GPL licenced code on The Code Project? 1 = bad idea, 5 = good idea
cheers, Chris Maunder
CodeProject.com : C++ MVP
WTFPL anyone? Most of the articles here present a concept an idea, so WTFPL license would be most appropriate. One should be recognized as an author but you can't force people to share or open code just because they used your source to implement something more complex. Or maybe I'm totally wrong.
Network integrated solutions | Flickr A practical use of the MVC pattern
-
Colin Angus Mackay wrote:
Why is GPL a must in that situation? Why must it be GPL? Why not some other licence?
Why not GPL? :) Surely you can understand the desire of someone who has invested considerable time and effort in a project to keep others from taking their work and making it inaccessible to others? I'll agree that it's not a good fit for a lot of the code here - trying to force anyone using your gradient clipping snippet (or whatever) to open up their entire codebase isn't friendly or practical. But consider a project like ZedGraph[^] (one of my favorite CP-connected projects): it doesn't really do much good to allow someone to take and release this as a closed-source graphing library; requiring that enhanced versions be released with source allows everyone to benefit from it. IMHO, right now CodeProject is sort of a code dumping-ground. A great place to post an article, but a pretty poor host for evolving projects with multiple developers / changing developers. There's some history there as well - i know of at least a couple of promising projects that started out here and then... disappeared when their authors decided to close up the source and turn them into commercial projects. I think that's fine, as long as there aren't any misconceptions. If that's what we're gonna be, then we should go with the most permissive license possible and leave any ongoing development to whatever other sites support a given author's preference.
----
...the wind blows over it and it is gone, and its place remembers it no more...
Shog9 wrote:
Surely you can understand the desire of someone who has invested considerable time and effort in a project to keep others from taking their work and making it inaccessible to others?
Yes, I can understand that. But if that is your fear then open sourcing it wouldn't be on my list of things to do with the source.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
Shog9 wrote:
Surely you can understand the desire of someone who has invested considerable time and effort in a project to keep others from taking their work and making it inaccessible to others?
Yes, I can understand that. But if that is your fear then open sourcing it wouldn't be on my list of things to do with the source.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
Colin Angus Mackay wrote:
But if that is your fear then open sourcing it wouldn't be on my list of things to do with the source.
"I'm afraid someone will close it, therefore i'll not open it"? :~ I'm not necessarily talking about the originator of a project here. Keep in mind, my original reply was centered around the question of whether or not improving the collaborative aspects of this site are under discussion. Are you honestly saying you're ok with testing/critiquing/patching a piece of software, expecting that other users will benefit from your contributions as you benefit from theirs, only to find the improvements rolled over into a future, off-site, closed release? IMHO, you're looking at the GPL as sort of a baited trap situation, where someone draws you in with this awesome code and then comes looking for your soul as payment. That's not really the scenario i'm talking about though; far more projects start out as relatively crappy code. The question in my mind is, is every user responsible for tracking down and fixing every bug, maybe submitting the fixes and hoping that the author is willing and able to update the article... or are we looking to encourage an environment where articles can evolve, take on new management, continue to accumulate fixes and enhancements long after the original author has moved on. Because if it's the latter, GPL has something to offer. If it's the former... then we're in agreement.
----
...the wind blows over it and it is gone, and its place remembers it no more...
-
Shog9 wrote:
These would be the same folks that strip copyright headers and comments from article code, throw in one line of project-specific code, and then check it in with their consulting company's banner. Do you really think CP is the only place they steal code from?
No. I expect they'll still steal the code. That's why I like to make the world a weirder place starting with my eBay Feedback[^] Code Project articles. I put in little odd quirks here and there that I've seen people blindly pick up. Nothing that stops the code working, but just that little bit nuts that any ordinary person would correct and cargo cult programmers don't detect.
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
How would you all feel if we banned GPL licenced code on The Code Project? 1 = bad idea, 5 = good idea
cheers, Chris Maunder
CodeProject.com : C++ MVP
I don't understand why one would want to ban them? GPL only "hurts" those who want to blindly copy/use the code in an article. I have used this site for a few good years and I can think of only a few times that I have ever taken any code from here and "just used" it in one of my projects. 99% of the time I read the articles to learn new techniques and approaches, and then use these to solve my problem at hand. The few times I did "just use" the code was because it was available completely free, and there was no point of rewriting it. I still had to take the time to understand it, otherwise I wouldn't add it to my project anyway. If it had a licence that prevented me from using it directly, I still wouldn't lose the understanding part. And once you understand something you can do it yourself. So, in conclusion, I can see how a library that is GPL'd would prevent me from "just using" it in my non GPL projects, but what's the big deal? I just won't use it. I can still look at it and see what approach was taken to solving a given problem.
-
I don't understand why one would want to ban them? GPL only "hurts" those who want to blindly copy/use the code in an article. I have used this site for a few good years and I can think of only a few times that I have ever taken any code from here and "just used" it in one of my projects. 99% of the time I read the articles to learn new techniques and approaches, and then use these to solve my problem at hand. The few times I did "just use" the code was because it was available completely free, and there was no point of rewriting it. I still had to take the time to understand it, otherwise I wouldn't add it to my project anyway. If it had a licence that prevented me from using it directly, I still wouldn't lose the understanding part. And once you understand something you can do it yourself. So, in conclusion, I can see how a library that is GPL'd would prevent me from "just using" it in my non GPL projects, but what's the big deal? I just won't use it. I can still look at it and see what approach was taken to solving a given problem.