GPLv3 any thoughts?

Hey drop us a line about the show. Feel free to ask questions, provide feedback and criticism, or just ramble on about anything your little heart desires.

Moderators: snarkout, Patrick, dann

Post Reply
doublejoon
Posts: 86
Joined: Tue Dec 06, 2005 7:48 am
Location: King George, VA

GPLv3 any thoughts?

Post by doublejoon » Thu Jan 26, 2006 9:49 am


Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Post by Tsuroerusu » Thu Jan 26, 2006 10:00 am

I think it's too early for anyone to decide whetever to use the GPLv3 or not, because we don't have the final document in hand, and we won't for another year, so it could change in that time frame.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

User avatar
CptnObvious999
Posts: 798
Joined: Fri Jun 03, 2005 7:54 pm
Location: Maryland
Contact:

Post by CptnObvious999 » Thu Jan 26, 2006 4:44 pm

Tsuroerusu wrote:I think it's too early for anyone to decide whetever to use the GPLv3 or not, because we don't have the final document in hand, and we won't for another year, so it could change in that time frame.
Thats why its good he spoke up now so maybe they will change it to be more riable for the Linux kernel

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Post by Tsuroerusu » Thu Jan 26, 2006 4:56 pm

CptnObvious999 wrote:Thats why its good he spoke up now so maybe they will change it to be more riable for the Linux kernel
I agree, this way people won't start FUD because of the "dangerous new GPL", which I actually consider a good upgrade so far.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

thetza
Posts: 146
Joined: Tue Jan 10, 2006 7:25 pm

Re: GPLv3 any thoughts?

Post by thetza » Thu Jan 26, 2006 11:49 pm

doublejoon wrote:Linus' Take on it

http://digg.com/linux_unix/Linus_says_no_to_GPLv3
Not surprising, since Linus has never really valued or understood user freedoms; just look at the bitkeeper fiasco. In fact, if he could do it again, he would probably release Linux under a non-free, restrictive license.

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Re: GPLv3 any thoughts?

Post by Tsuroerusu » Fri Jan 27, 2006 9:27 am

thetza wrote:Not surprising, since Linus has never really valued or understood user freedoms; just look at the bitkeeper fiasco. In fact, if he could do it again, he would probably release Linux under a non-free, restrictive license.
Now now now, Linus has actually stated:
nothing is ever perfect. So while I may have some niggling concerns with the GPL, they are in the details, and in the end, I actually think that the GPL simply is the best license for the kernel.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

User avatar
CptnObvious999
Posts: 798
Joined: Fri Jun 03, 2005 7:54 pm
Location: Maryland
Contact:

Re: GPLv3 any thoughts?

Post by CptnObvious999 » Fri Jan 27, 2006 3:33 pm

thetza wrote:
doublejoon wrote:Linus' Take on it

http://digg.com/linux_unix/Linus_says_no_to_GPLv3
Not surprising, since Linus has never really valued or understood user freedoms; just look at the bitkeeper fiasco. In fact, if he could do it again, he would probably release Linux under a non-free, restrictive license.
I don't think so. The free liceanse got Linux where it is today and will push it to where it will be tomarrow. He does know and like the GPL liceanse but unlike RMS he is willing to trust closed source stuff not under the GPL. The reason they might not update is the new version of the GPL has certain restrictions and guidline that would require some (major?) changes in the code to be done which at this point is unfeasable.

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Re: GPLv3 any thoughts?

Post by Tsuroerusu » Fri Jan 27, 2006 4:52 pm

CptnObvious999 wrote:The reason they might not update is the new version of the GPL has certain restrictions and guidline that would require some (major?) changes in the code to be done which at this point is unfeasable.
What new restrictions would that be and what would be required to be changed?
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

User avatar
Gomer_X
Posts: 901
Joined: Fri Jun 03, 2005 1:31 pm
Location: Cincinnati, Ohio, USA
Contact:

Re: GPLv3 any thoughts?

Post by Gomer_X » Sat Jan 28, 2006 10:02 am

Tsuroerusu wrote:
CptnObvious999 wrote:The reason they might not update is the new version of the GPL has certain restrictions and guidline that would require some (major?) changes in the code to be done which at this point is unfeasable.
What new restrictions would that be and what would be required to be changed?
The main problem is Linus has stated the kernel will only use version 2. If version 2 works, why upgrade? The newest isn't always the best. Also, switching to version 3 would mean getting everyone who has contributed code to the kernel to agree to the switch.

The main problem with v3 is it says no DRM can be included in software that the user can't turn off. Some people consider this unreasonable and less free since it tells you what you can and can't do with your code. People are wary enough of the GPL. Making it more restirictive and viral isn't going to help.

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Re: GPLv3 any thoughts?

Post by Tsuroerusu » Sat Jan 28, 2006 10:24 am

Gomer_X wrote:The main problem with v3 is it says no DRM can be included in software that the user can't turn off. Some people consider this unreasonable and less free since it tells you what you can and can't do with your code.
No it doesn't, it says that free software can't be used in DRM systems, an example would be if Apple were to release iTunes for Linux, of course they could use their "Fair Play" (So they call it, I say "Unfair Play") DRM system. So I can't embed DRM inside the kernel, and I can't intergrate DRM into amaroK or XMMS because those are free software under the GPL. If I were to write my own program and release it under a proprietary license, sure I could put DRM in there.

Gomer_X wrote:People are wary enough of the GPL. Making it more restirictive and viral isn't going to help.
I think the GPLv3 does some great things, it makes free software a little more resisdant against patents, and it also prevents free software to be used in DRM (Digital Restrictions Management) systems, which I think is great.

Norway is actually considering filing suit against Apple for making it impossible to play music bought on iTunes on an iRiver or non-iPod portable players.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

User avatar
CptnObvious999
Posts: 798
Joined: Fri Jun 03, 2005 7:54 pm
Location: Maryland
Contact:

Re: GPLv3 any thoughts?

Post by CptnObvious999 » Sat Jan 28, 2006 1:40 pm

Tsuroerusu wrote:Norway is actually considering filing suit against Apple for making it impossible to play music bought on iTunes on an iRiver or non-iPod portable players.
Go get 'em Norway!

User avatar
snarkout
Site Admin
Posts: 1342
Joined: Tue Aug 16, 2005 9:35 pm

Post by snarkout » Sat Jan 28, 2006 1:56 pm

They're just pissed off that iTunes has a lousy selection of Black Metal.
Shared pain is lessened, shared joy is increased; thus do we refute entropy.
--Spider Robinson

User avatar
treehead
Posts: 159
Joined: Wed Aug 17, 2005 3:20 pm
Location: detroit metro, usa

"source code? we don't need no stinking source code!&qu

Post by treehead » Mon Jan 30, 2006 9:12 am

;speaking of The Source... i read this and just cracked up:

http://www.wired.com/news/technology/0,70106-0.html

;i especially love this dig:
"The company has also expressed fears that making its source code public could allow hackers to find security holes in Microsoft products -- though, so far, intruders are doing fine without the source."
;all this runs a stark contrast to sun microsystems president's recent blog entry:

http://blogs.sun.com/roller/page/jonath ... ing_around

;treehead
"It is a widely accepted notion among painters
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko

Post Reply