Earlier quoted context omitted.
>> I want anyone to be able to do whatever they want to with my code. That includes developers wanting to create a proprietary application. Telling them they can't is not freedom. You emphasized anyone but by allowing developers to take the code proprietary, their users (which are using your code) are being denied the freedom you promote. This is of course the distinction between GPL and BSD-type licenses. One gives…
Don't forget the weak-copyleft licenses like the MPL, where it's perfectly fine to use it in commercial projects, but all users are guaranteed access to the copyleft source code (but not the proprietary code on top).
Is the GPL Really Declining?
171–180 of 242 posts
Re: Is the GPL Really Declining?
#172> The GPL is a fine open source license that grants all the permissions needed by developer communities that adopt it. There is no sense in which it is not "permissive", so to use that term as an antonym to "copyleft" verges on abuse. Sigh. This attitude makes it enormously difficult to have any kind of conversation about the tradeoffs of open source licenses, because it reveals a profound lack of perspective or will…
An anarchist ought not care what the license terms are; they are already operating in an ethical framework that revokes concern for a collection of words that rely on state violence to have meaning.
Even if you don't believe that the state should enforce it's will on you over the license of the code you are using, it will try.
Re: Is the GPL Really Declining?
#173Earlier quoted context omitted.
> The people who originally wrote a lot of OSS and Linux software were envisioning a world where Adobe tools would be replaced by Gimp/Inkspace and the Ubuntu desktop would make Windows obsolete except for specific MS software/tasks. That never happened. The reason that never happened has nothing to do with the licenses. It happened because most purely open source programs have abysmal UX. Every time I open Inkscape…
The only reason I use GIMP is that Adobe software isn't available on Ubuntu. Sure, some artists have used it to create great works but that speaks more to their capabilities as artists than GIMP's as software. Ubuntu is pretty solid but I would be a liar if I wouldn't admit it has serious flaws (e.g. making the user execute superuser shell commands to test and enable hibernation is pretty shitty UX). I'm tech-savvy e…
Most Linux desktop applications sadly have no good business model. If you have a business model you can pay developers, designers, support, writers, etc.
Re: Is the GPL Really Declining?
#174Earlier quoted context omitted.
For every iXsystems (who are excellent Free Software citizens) you have many NetApp, EMC and Isilons, who use the FreeBSD code to build profitable products on and give nothing in return. NetApp is a very good example, as they contribute NFS code back to Linux but not FreeBSD. Why do you think that might be ?
A more complete lie you could not have stated. Check the FreeBSD commit logs. All those vendors commit code back to the project. I see commits almost everyday from them. But thanks for spewing lies.
Re: Is the GPL Really Declining?
#175I'm a bit surprised "dual licensing" hasn't come up at all in this discussion. To me that is the most logical next-step from the GPL. (ex: The Qt/JUCE people are using it to great effect) - If you want to work on expanding on what I started and then sharing it with everyone, then that's great! - If you want to make money with my work - then lets get in touch and work out some compensation. Seems only fair.. no? It's…
Well, I contributed to the dual licensed project, only to see the company increasing the price of their (somewhat related) monetized project 7 fold or so, screwing people over on the related product. Of course the contributors get nothing for their copyright assignment. It's like thank you for your contribution to our documentation system, now pay 7 times more for our main product you're also using. I'm wary of these…
So if all you do is write open source software, there is no difference for you. And if you write closed source software (or some project/client suddenly requires it of your for some reason) then you have something you can do.
It seems like a win-win?
Re: Is the GPL Really Declining?
#176Earlier quoted context omitted.
Don't forget the weak-copyleft licenses like the MPL, where it's perfectly fine to use it in commercial projects, but all users are guaranteed access to the copyleft source code (but not the proprietary code on top).
This is exactly what MIT and BSD licenses do.
The original article highlights LibreOffice and its success using the reciprocal MPLv2 not without reason.
[Edit: mixed up the first paragraph.]
Re: Is the GPL Really Declining?
#177Earlier quoted context omitted.
>You emphasized anyone but by allowing developers to take the code proprietary, their users (which are using your code) are being denied the freedom you promote. This is of course the distinction between GPL and BSD-type licenses. One gives developers all the freedom they want while the other ensures that all users (including those using derivative works) are given those freedoms. Their users are not being denied the…
>> The cynic in me really thinks its important to wonder why there exists a GNU, and not an organization formed around and sustained by the MIT license. The cynic is me says the answer is that the people interested in MIT licensing are not very interested in sharing their work with others in an organization. Don't get me wrong, there are instances where MIT or BSD licenses make sense. Desktop software is not one of t…
What does this mean?
Re: Is the GPL Really Declining?
#178Earlier quoted context omitted.
I've said for a long time that people should choose a license they way the choose a screwdriver, not the way they choose a religion. Your comment touches on both parts of that. Want code to be open forever, and for you and your contributors to not be taken commercial advantage of? GPL could be a good choice. Do you desire total world domination (for a new protocol, for instance) then go with something like MIT that a…
Somewhat off topic, but I've noticed people using the word 'religious' in arguments like this to mean more or less 'positions that one holds that are not based on logical reasoning but strong personal preference'. Wouldn't dogmatic be the more appropriate word choice?
Of course, if you have a more favourable view of religion than me, you might disagree.
Re: Is the GPL Really Declining?
#179I think there's two split types of developers. When I was younger, mostly hanging around on IRC servers and forums, coding just my own cool projects, I strongly believed in the GPL. All of my projects had it, and I wouldn't even dream of allowing someone to use my code without making their entire project open too. That's the first type I think. The second type is the more HN-style professional programmer. Now as I've…
“If a man is not a socialist when he is 20, he has no heart. If he is not a conservative by the time he is 40, he has no brain.” - Winston Churchill I think this sums it up.
Re: Is the GPL Really Declining?
#180I'm a bit surprised "dual licensing" hasn't come up at all in this discussion. To me that is the most logical next-step from the GPL. (ex: The Qt/JUCE people are using it to great effect) - If you want to work on expanding on what I started and then sharing it with everyone, then that's great! - If you want to make money with my work - then lets get in touch and work out some compensation. Seems only fair.. no? It's…