Originally posted by -MacNuke-
View Post
Announcement
Collapse
No announcement yet.
C++11 & The Long-Term Viability Of GCC Is Questioned
Collapse
X
-
Originally posted by gamerk2 View PostPardon me for saying, but its not like SW development is going to screech to a halt if C++1x support isn't added for a few months.
Comment
-
Originally posted by brosis View PostFirst, the "wars" are not "idealistic" - they are legal and they are to follow as laws.
Secondly, the only "burden" is the difference between GPL2 and 3 - a protection against tiviosation and patent issues.
So you two basically said "We write closed source code and we don't give a damn about freedoms". Then use BSD license.
I think, the best way out of situation is for RMS and FSF to nullify the GPL2 and to provide any "protection" only if the code is migrated to GPL3, and license header explicitly states "GPL3 and later"
FSF and RMS stayed true to their mission, while you guys are a disgrace.
Originally posted by pingufunkybeat View PostBecause a few companies are pumping big money into them? Particularly into projects meant to replace the GPL versions.
There hasn't been a huge change, in any case. Fluctuations are normal.
There will always be people who prefer the BSD license. There will also always be projects where the BSD license is the right choice, and even RMS agrees with this: free codecs, reference implementations of basic scientific algorithms, reference implementations of standards, etc. There's lots of that going on: Mesa, OpenCV, ROS, LLVM, X.org, Wayland, WebM... and it makes sense for those projects. It is also a good license for stuffing holes in proprietary operating systems.
But if you're imagining some great downfall of copyleft, then you're way mistaken. GPL (and variants thereof) is still the absolutely dominant license in the FLOSS landscape. And it will remain this way:
- Linux is absolutely dominant as a kernel and unlikely to give up this position.
- All our html rendering engines are (L)GPL: Gecko, KHTML and Webkit
- Most of our productivity suites are (L)GPL: LibreOffice, Calligra, Gnumeric, Abiword... (OpenOffice has been relicensed since the fork, but it is dying)
- All of our toolkits are (L)GPL: Qt, GTK+ (unless you count EFL or Athena)
- Most of our media infrastructure is (L)GPL: ffmpeg, x264, LAME, VLC, MPlayer, GStreamer, PulseAudio...
Good luck replacing any of those with a BSD-licensed equivalent.Last edited by ryao; 29 January 2013, 10:52 PM.
Comment
-
Originally posted by koffie View PostThe problem with GPLv3 is that it is anti "tivoization"/DRM, and tries to limit what will be done with the code, while GPLv2 is "pro code sharing". That's a completely different mindset.
Now, this is perfectly in line with the goals of the FSF, which is to empower the end user, this may or may not be what the developer wants, which is why it's so great that we have choice. Linus want to allow a company to deny the end user the right to modify and run his/her code on a device that requires code signing, so he sticks with GPLv2 (well, it's not as if it would be easy to switch even if he wanted to), other developers may want to ensure end users have this right and will choose GPLv3.
Originally posted by koffie View PostGPLv3 actually prevents codesharing on more than one occasion, or is forcing some people to release their code under multiple licenses.
Comment
-
Originally posted by ryao View PostThe only disgrace here is this "how dare you not try to force others to give me free stuff" attitude of yours.
Originally posted by ryao View Posta GPL licensed kernel is effectively the same as a GPL licensed kernel.
A thing that has been confusing me, you are obviously a BSD advocate and from the looks of it you have no love for GPL, why are you developing a udev fork (eudev) which is GPLv2 licenced and specifically for Linux which is also GPLv2 licenced? Wouldn't someone who are strongly advocating BSD work on, well BSD software?
Comment
-
Originally posted by XorEaxEax View PostA thing that has been confusing me, you are obviously a BSD advocate and from the looks of it you have no love for GPL, why are you developing a udev fork (eudev) which is GPLv2 licenced and specifically for Linux which is also GPLv2 licenced? Wouldn't someone who are strongly advocating BSD work on, well BSD software?
Comment
-
Originally posted by archibald View PostIf it's a fork of GPL code then it needs to stay as GPL.
Comment
-
Originally posted by ryao View PostThe only disgrace here is this "how dare you not try to force others to give me free stuff" attitude of yours.
Comment
-
Originally posted by ryao View PostThe only thing you mentioned that is actually GPL licensed is the Linux kernel. For most practical purposes, a GPL licensed kernel is effectively the same as a GPL licensed kernel. The only differences occur when you want to distribute proprietary code as part of it or reuse code from it somewhere else.
Everything I mentioned is either GPL or LGPL. None of it is under a BSD-style license.
Comment
Comment