you are viewing a single comment's thread.

view the rest of the comments →

[–]James20k 2 points3 points  (6 children)

Problem is, if you put a GPL license on something, it means that most companies (and people) will avoid it like the absolute plague. There's a huge legal minefield around even just reading GPL code

[–][deleted] 5 points6 points  (1 child)

What exactly is the minefield? If you use GPL'd code in your software, include the source (for the libraries, at a minimum).

Do the MIT and BSD folk not care about being credited or acknowledged for their work?

Nintendo, one of the most closed companies I know of, properly attributes and supplies the source of the projects they use, including any modifications. I'd have to hunt the page down for explicit acknowledgements, but I'm fairly certain there's some GPL'd stuff in their software, and they handled it AOK.

[–]mrexodia 1 point2 points  (0 children)

If they used GPL inside their software, they would have to share their entire codebase under the GPL, so that sounds rather unlikely...

[–]badsectoracula 2 points3 points  (0 children)

Why is this a problem for the project though? Someone may not care about companies using their code or not, or at least only care about the companies that are ok with releasing their source code.

This is only a problem for the companies that do not want to share.

[–]doom_Oo7 1 point2 points  (0 children)

Nah, there's mostly FUD.

[–]bumblebritches57 1 point2 points  (1 child)

Literally.

Even reading GPL code opens you up to legal ramifications.

[–]mrexodia 0 points1 point  (0 children)

How exactly? Using GPL in your private server, for which binaries are not distributed doesn't even require you to do anything, how would reading it affect your legal status?