Originally posted by Asher
View Post
Announcement
Collapse
No announcement yet.
Why GPL-licensed code is dangerous for businesses to use
Collapse
X
-
Originally posted by Kuciwalker View PostIt is not possible to statically link GPL code without having downloaded or installed that GPL code to your development computer.
I could download a simple binary blob online, or have someone email it to me. There's no GPL license in the header of a binary blob, nor associated license file. If I link to it, it could be a violation of the GPL and I'd not have any clue it was happening.
There's a reason why EULAs have a big "I ACCEPT" button on it, and even that is questionable to many people. GPL requires passive acceptance which is very shaky legal ground, especially when you can't guarantee every end user who links to that GPL code would see its license."The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
Originally posted by Kuciwalker View PostNot their problem. That just means you're in copyright violation."In the beginning was the Word. Then came the ******* word processor." -Dan Simmons, Hyperion
Comment
-
Originally posted by Kuciwalker View PostIn addition to my other response to this, IT IS A COPYRIGHT VIOLATION TO DISTRIBUTE OTHERS' CODE without a license regardless of whether you've ever seen such a license.
You keep coming back to this red herring -- I'm not saying it's legal to do all of these things, but the point is the punishments for doing such things are far more in line with reality than the cluster**** that is the GPL violation punishment. If IBM is found to be guilty of taking 2 lines of code from someone else, they can pay a couple thousand bucks to tens of thousands of bucks to the author. If it's GPL code, that software is now fully open sourced.
So again, the problem is the GPL violation's remedy and not the fact that sometimes code moves 'round with different legal implications."The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
-
[q=Asher;5644164]If you think I'm making your point, then you don't understand mine now or you didn't when this thread started.[/q]
You don't even understand the implications of what you are saying.
Linksys DID NOT KNOW THE PROVENANCE OF ALL THE CODE IN THEIR SYSTEM. That was the problem. No corporate policy on the GPL can fix the problem of not knowing what licenses you are subject to!
And yes, this is an intentional purpose of the GPL. You can't honestly tell me you think they accidentally included the clauses in the GPL that define that any code that even links to it must be open sourced?
The only purpose of such a clause is NOT to trick people into accidentally opensourcing their code.
Your position is ridiculous. Do you have any ACTUAL EVIDENCE that their intentions are other than stated? Their stated intentions are sufficient to justify the provisions of the GPL.
Comment
-
Originally posted by Koyaanisqatsi View PostYeah, but a copyright violation doesn't carry with it a built-in remedy of opening your entire project.
Comment
-
Originally posted by Kuciwalker View Post[q=Asher;5644164]If you think I'm making your point, then you don't understand mine now or you didn't when this thread started.[/q]
You don't even understand the implications of what you are saying.
Linksys DID NOT KNOW THE PROVENANCE OF ALL THE CODE IN THEIR SYSTEM. That was the problem. No corporate policy on the GPL can fix the problem of not knowing what licenses you are subject to
However, this point has little to do with his original question of whether or not the GPL hurts the open source movement."In the beginning was the Word. Then came the ******* word processor." -Dan Simmons, Hyperion
Comment
-
Originally posted by Kuciwalker View PostThen why are we assuming that the company would have to open up their entire project as a penalty, rather than just pay the penalty for any other violation? ESPECIALLY if they didn't actually "know" about the GPL?"In the beginning was the Word. Then came the ******* word processor." -Dan Simmons, Hyperion
Comment
-
Originally posted by Kuciwalker View PostNot when the alternative to the GPL is "arbitrary license that could easily have all of the GPL's provisions and more".
Ok."In the beginning was the Word. Then came the ******* word processor." -Dan Simmons, Hyperion
Comment
-
Originally posted by Koyaanisqatsi View PostSo your argument is that the GPL is a better license than this arbitrary license I've written explicitly to be as bad or worse than the GPL?
Ok.
Comment
-
Originally posted by Koyaanisqatsi View PostBy the way, throw the "I didn't know it was under license" argument at a RIAA lawyer and see what happens.
With music YOU DO NOT HAVE A LICENSE TO REDISTRIBUTE AT ALL. The code isn't under license wrt you. You have NO right to redistribute. Static linking would be a form of redistributition.
The GPL GRANTS you additional rights, including the right to redistribute the code and/or derivative works [e.g. static linking] if certain conditions are met, e.g. you license the redistributed work under the GPL as well.
"I never saw the license" at best makes you guilty of a copyright violation instead of a license violation.
Comment
Comment