Announcement

Collapse
No announcement yet.

The X.Org Foundation Is Undecided About Mir

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • JanC
    replied
    Originally posted by duby229 View Post
    As long as the terms of the GPL code base are abided by. You can't simply decide that the GPL doesnt apply to you.
    The GPL does never apply to the author of the code, because the GPL grants (extra) rights to non-authors on top of the legal rights they might already have (things like fair use, citation, the right to make backups, etc.), while the author already has all possible rights to do whatever they want with it (including relicensing and/or re-using it in proprietary projects).

    People who aren't authors need permission from the authors to be able to re-license the code, and Canonical's CLA includes exactly that permission.

    BTW: if you really want to understand the GPL, I suggest you first start with understanding the laws & international treaties about authors' rights (which copyright is part of). Without those laws, the GPL (& copyleft) would be meaningless.

    Oh, and another note: laws always overrule contracts (like the GPL), of course.
    Last edited by JanC; 20 March 2013, 02:05 PM.

    Leave a comment:


  • j2723
    replied
    Originally posted by GreatEmerald View Post
    From what I can tell, the copyright owner may create a license in which it is said that anyone who wants to modify the code needs to dance a jig for an hour before doing so.
    By using bugmenot.com in any way you are agreeing to comply with these terms.

    You agree never to access the internet while not wearing happy pants.
    A real life example, while not exactly the same scenario, it is relevant.

    ... and yes, I'm wearing happy pants...

    Leave a comment:


  • Hamish Wilson
    replied
    Originally posted by duby229 View Post
    I don't see how you could get that much convolution out of what the GPL actually says. It's quite clear and I don't see any other way to understand it then what it says. I'm not trying to be argumentative, but I think you guys are stretching. The GPL doesnt say anything half as much as what you just wrote. It's a whole lot simpler then that if you8 take what was written literally.

    EDIT: It's no wonder there are so many thousands of GPL violations. It seems to be a general agreement that the copyright holder doesnt have to abide by the license even though it addresses that specifically in simple terms. I'm stumped. I mean I just reviewed the GPL again just to look over it once more and I came out of it with exactly the same interpretation as before. My mind is not changed one tiny bit.
    That is because we are not talking about the GPL specifically but copyright, which is the framework that the GPL resides in and has to work with. You are the one stretching by assigning the GPL powers it can not possible hold as it would go against the grain of copyright law. No wonder you keep seeing all of these strange phantom violations of the license.

    Leave a comment:


  • pingufunkybeat
    replied
    Originally posted by duby229 View Post
    Its not hard to grasp. Its what the GPL says. It does not protect the copyright holder. It protects the code.
    The LAW protects the copyright holder. The copyright holder has the right to do anything, period.

    The GPL only GRANTS rights to people who are NOT copyright holders, and thus don't have any rights. If you receive a piece of GPL code, then you are allowed to redistribute it, if you comply with the license.

    The copyright holder doesn't need a license to let him do this. He already has the right to do whatever he wants.

    Leave a comment:


  • GreatEmerald
    replied
    Yes, Duby, you're mistaken here. The point of GPL, and copyleft in general, is that it works by harnessing the power, if in an unorthodox way, of copyright. Copyleft is not a legal term, copyright is. In a sense, copyleft does not exist. Just that if traditionally copyright is used to say "this is my code and you MUST NOT distribute it", copyleft (via copyright) instead is used to say "this is my code and you MUST distribute it". But the law is one and the same. The copyright owner can do whatever they please with their own code.

    The GPL does not protect code - code is not something that needs protection, just like your fork or soup bowl. It's not sentient. What needs protection in the owner of the object - the person who wrote the code, or the person who bought the bowl, because they own it, and if something happened to the object, they would be the ones who feel the damage. They can use the protection in various ways, and the GPL just says that the copyright owner allows others to distribute or modify the code, provided that it stays under the same license.

    From what I can tell, the copyright owner may create a license in which it is said that anyone who wants to modify the code needs to dance a jig for an hour before doing so. It would be nigh-impossible to tell if they did so, and most people would simply not modify the code to begin with, but it's technically a valid license as well. But it does not mean that the copyright owner themselves have to dance a jig every time they work on their own code, because the license only applies to those who are not the holders of copyright.

    That's also one issue with works without license. If there is no license, the code is still copyright. If the copyright holder distributed it, then there is no problem, because it's their code. But nobody else can do anything with it, because it's still copyright code, and the copyright owner did not give permission to others to do anything with the code. However, if they waive their copyright ownership, then the code becomes public domain - so it's essentially "owned by everyone", and thus anyone can do whatever they please with it, because it's technically their code.

    Also, the FSF does not enforce the GPL. The only thing that enforces it is the same institution that enforces copyright in general - the court of law. The FSF can just bring the offenders to court, that's all.

    Leave a comment:


  • erendorn
    replied
    Originally posted by duby229 View Post
    I mean I just reviewed the GPL again just to look over it once more and I came out of it with exactly the same interpretation as before. My mind is not changed one tiny bit.
    I hope TheBlackCat's post above changed your mind a tiny bit. You just seem to confuse copyright and license.
    For a given piece of work, holding the copyright means owning the work. A license is a set of conditions through which owners let non-owners or a subset of them access and use the work.
    The license doesn't apply to the copyright holder, because he owns the work. He doesn't need permission to use it (=> doesn't access the work through any license). He doesn't need permission either to let anybody use it in any given way he chooses.

    The GPL only applies to GPL-licensed code, there is nothing to interpret there.

    Leave a comment:


  • valeriodean
    replied
    Originally posted by duby229 View Post
    Its not hard to grasp. Its what the GPL says. It does not protect the copyright holder. It protects the code. And it says so specifically. There is no wrong way to interpret it. It says what it says clearly.

    It doesnt say that it protects an "instance" (version? copy?) of the code or whatever it is that you think it says. It doesnt matter how the copyright holder relicenses it. If it is also protected by the GPL then its terms need to be abided by.
    Taking in consideration the following example:
    I release 10 lines of code in two license, GPL and BSD.
    If you use my 10 lines of code under GPL in your project, then you are obliged to release your project with a GPL compatible license.
    BUT, if you use the same 10 lines of code released under BSD (with the related BSD license file), even if the lines are exatly the same of the GPL version, if you use the BSD version then you are not under the GPL constrains.
    Of course, if you want to license your code under BSD-like license and you use my codes released under GPL, you are an idiot and you are going to violate the GPL for sure.

    Leave a comment:


  • TheBlackCat
    replied
    Let's let the people who wrote the GPL clear this up. From the Official gnu.org GPL FAQs (emphasis added):

    Is the developer of a GPL-covered program bound by the GPL? Could the developer's actions ever be a violation of the GPL?

    Strictly speaking, the GPL is a license from the developer for others to use, distribute and change the program. The developer itself is not bound by it, so no matter what the developer does, this is not a ?violation? of the GPL.

    However, if the developer does something that would violate the GPL if done by someone else, the developer will surely lose moral standing in the community.

    I heard that someone got a copy of a GPL'ed program under another license. Is this possible?

    The GNU GPL does not give users permission to attach other licenses to the program. But the copyright holder for a program can release it under several different licenses in parallel. One of them may be the GNU GPL.

    The license that comes in your copy, assuming it was put in by the copyright holder and that you got the copy legitimately, is the license that applies to your copy.

    I would like to release a program I wrote under the GNU GPL, but I would like to use the same code in non-free programs.

    To release a non-free program is always ethically tainted, but legally there is no obstacle to your doing this. If you are the copyright holder for the code, you can release it under various different non-exclusive licenses at various times.

    I hope that clears things up. And I hope nobody claims to know more about the GPL than the people who wrote it.

    Leave a comment:


  • duby229
    replied
    I don't see how you could get that much convolution out of what the GPL actually says. It's quite clear and I don't see any other way to understand it then what it says. I'm not trying to be argumentative, but I think you guys are stretching. The GPL doesnt say anything half as much as what you just wrote. It's a whole lot simpler then that if you8 take what was written literally.

    EDIT: It's no wonder there are so many thousands of GPL violations. It seems to be a general agreement that the copyright holder doesnt have to abide by the license even though it addresses that specifically in simple terms. I'm stumped. I mean I just reviewed the GPL again just to look over it once more and I came out of it with exactly the same interpretation as before. My mind is not changed one tiny bit.
    Last edited by duby229; 20 March 2013, 04:01 AM.

    Leave a comment:


  • zeealpal
    replied
    Originally posted by duby229 View Post
    Its not hard to grasp. Its what the GPL says. It does not protect the copyright holder. It protects the code. And it says so specifically. There is no wrong way to interpret it. It says what it says clearly.

    It doesnt say that it protects an "instance" (version? copy?) of the code or whatever it is that you think it says. It doesnt matter how the copyright holder relicenses it. If it is also protected by the GPL then its terms need to be abided by.
    Perhaps this will help. Assuming most recent version of licenses.

    I create Library Demo. I create a codebase A for this. Then I create 2 more codebase's B and C that are a clone of A. I license B as GPL, and C as LGPL. A is still mine and currently unlicensed.

    I can let company Z use codebase C (which is LGPL) to integrate by library Demo into their application.
    I can compile codebase A and sell the binary only by itself.
    I can improve codebase A, and clone the changes into B (GPL) and C (LGPL)
    I can create a codebase D and license it with a BSD license.

    Now I make codebase B (GPL) public, and contributor 1 adds new features.

    The new features contributor 1 adds to codebase B (GPL) cannot be put back into my first codebase A (unlicensed), or copied into codebase C (LGPL) or D (BSD) as that would breach the GPL license.

    Lets say company Z wants to use contributor 1's code in codebase B (GPL) within their application which is using codebase C (LGPL). If contributor 1 and I both agree, we can re-license codebase B (GPL) to a new license (LGPL) and use that as codebase C (LGPL).

    This is allowed, as all copyright holders agreed to the relicense. The codebase B (GPL) would still be available in the same state it was before it was re-licensed. However changes can be made to codebase C (LGPL) without needing those changes to be made to codebase B (GPL) The GPL IS protecting the code that was licensed under it, however it does allow for re-licensing provided all copyright holders agree to it, and a new codebase can be created.

    The reason the CLA's are used, is that I can get contributor 1 to sign a CLA before working on my codebase B (GPL). This means all code contributor 1 adds has its copyright assigned to me. That means I own copyright of all the code, and I can relicense this code when I want without needing contributor 1's explicit permission, as it is *my* code.

    I hope that is clear enough for you duby229

    Anyone else please let me know if I made a mistake. Thanks

    Leave a comment:

Working...
X