Slashdot Mirror


GPL Hard to Enforce?

the-dark-kangaroo writes "The GPL may be difficult to enforce due to a lack of clarity over who owns the copyright to the software, according to a legal expert. Lucie Guibault, an assistant professor of intellectual-property law at the Institute for Information Law in Amsterdam, said at the Holland Open Software Conference in Amsterdam, that the GPL should clarify who is the author of the software to ensure that open source software distributed under this licence receives legal protection."

4 of 361 comments (clear)

  1. Re:In other news... by unixbugs · · Score: 3, Interesting

    These things are an entity of greed, something in which the GPL was not founded. IMHO the GPL is an agreement between the user and the developer to maintain the inegrity of the code, and to further its existence and usefulness. This, by nature, is in effect the opposite of that which defines conventional means of protecting ideas and property.

    Developing open source software for public use is not something attributed to those who would benefit from doing so arbitrarily, it is something attributed to those who would better the world around them no matter what they are doing.

    The true meaning behind the division we see is far deeper than what can and cannot be enforceable. The problem we are facing has resolution in the re-thinking of laws and governing institutions over our daily lives. The GPL is not something which can be negotiated or changed to make the individual able to wave in the air in a courtroom, it is a doctrine to which can be added for the need of expanding an idealistic medium of communication between the individual and the masses.

    --
    You are about to give someone a piece of your mind, something which you can ill afford...
  2. The GPL is clear enough - beware not to spread FUD by Pope+Raymond+Lama · · Score: 4, Interesting

    On the other hand, the GPL is just clear enough, that anyone reading it knows when he is in wrong doing.

    That is why there are so few trials involving the GPL in court: violators tend to make agreements before it even gets there.

    It happened just last month around here: on a list I subscribe too tehre are some lawyers who suypport Free Software. One of the members of the list noted that one program a large internet provider offered for free (beer) download for its subscribers was actually a renamed and closed GPLed Software. We on the list had the same doubt as the article proposes: in name of whom should we send a letter to the violators? The developers of said program were all from abroad - they might not even get interested in getting involved. Moreover, for the local lawyers to be able to legaly represent the foreigner developers, there would be quite a lot of bureaucratic entanglements.

    So, on the list, we decided just to send a lawyer letter pointing that their software was violating the GPL - said lawyer was representing no one in particular. Ok, it took some phone calls besides the letter, but in no much time, they complied and released the source code for downloading, as required by the license.

    So, IMHO, IANAL, ETC, even when a case actually gets into trial, a single developer, with no more than a few dozen lines of code, involved in the proccess is more than enough for the wrongdoing to get characterized.

    --
    -><- no .sig is good sig.
  3. Yes you can. by jd · · Score: 3, Interesting
    It's just that the worse you want the stuff to be, the more you have to pay them to stop laughing long enough to write it.


    The FSF owns (a) the licence, and (b) all code assigned to it. (This is why they do strongly suggest assigning rights to it, to avoid any lack of understanding or willful stupidity on the part of lawyers or corporate execs.)


    Any individual programmer owns all GPLed code that they write, provided they have not assigned the rights to the FSF.


    Personally, I don't see the problem. Well, actually, I do. The problem is that a lot of lawyers get paid to find problems and create them when they aren't there to be found.


    The French only pay doctors when people are well, which means that doctors there do a great deal to prevent illness, rather than profit off it. Maybe US corporate lawyers should be paid on a similar basis - by how many legal tangles they DON'T get into, which seems a better indicator of when they are doing their job.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  4. Re:Stupid stupid article by compm375 · · Score: 3, Interesting

    One problem. What if someone else releases a derivative work under the GPL. That person makes a comment copyrighting the code. Then an evil third-party comes along and violates GPL by using some of the code. The code is in both versions, which are copyrighted by the GPL, so whose code is it? It looks obvious, that the first author does, but what if there aren't comments on every single line saying who write what? It might be impossible to find where each part of the code started. Even if you did know who wrote each line, how would the ownership of the code be split up?