Slashdot Mirror


Mambo Users Are Free And Clear

ValourX writes "By now most of you have heard of the copyright infringement and code theft claims involving the Mambo content management system and businessman Brian Connolly. Legal questions have been raised, guesses have been made, commentary has flowed forth, and everyone involved in the dispute has had their fifteen minutes to relay their sad tale of injustice. Now it is time for the facts, and NewsForge can definitively say, based on material and quotes from Larry Rosen, Dan Ravicher, and Eben Moglen, that Connolly's legal threats against innocent Mambo users are baseless. Part of the new information in this article reveals that the SCO Group helped Brian Connolly by giving him some media contacts. NewsForge is part of OSTG, like Slashdot."

14 of 190 comments (clear)

  1. What's a mambo? Mambo #5? by stratjakt · · Score: 4, Funny

    A little bit of Rosen in my life
    A little bit of Moglen by my side
    A little bit of Ravicher makes me dance
    A little bit of Taco dripping down tims pants

    I don't know what mambo is. They probably stole this guy's code, though.

    --
    I don't need no instructions to know how to rock!!!!
  2. So glad... by ari_j · · Score: 5, Insightful

    I'm so glad that this critical speculation has made the front page of Slashdot.

  3. The impossible is possible by Colonel+Cholling · · Score: 4, Funny

    You can do anything with Mambo... anything at all. The only limit is yourself.

    Oh wait, no, I'm thinking of this.

    --

    I am Sartre of the Borg. Existence is futile.
  4. Facts? by toetagger1 · · Score: 4, Insightful
    "Now it is time for the facts, and NewsForge can definitively say, based on material and quotes from Larry Rosen, Dan Ravicher, and Eben Moglen, that Connolly's legal threats against innocent Mambo users are baseless."

    So where are the facts?

    --
    who | grep -i blond | date cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep
    1. Re:Facts? by lothar97 · · Score: 4, Insightful
      Come on, you don't really want "real facts" to get in the way of "forceful conjecture?" It really is amazing how pretty much everything in the news is based upon what people say or think, and is not reporting facts.

      In this case, there could a legal opinion drafted, a ruling from a judge, etc, and not merely "expert opinions." An expert opinion varies from a regular opinion only in the fact that the expert one costs more.

      --

  5. More of the same. by Jaywalk · · Score: 3, Insightful

    This is just a lame attempt to keep playing the "open source is dangerous" riff that Microsoft loves so well. The main offensive (and I mean that in all senses of the word) is, of course, the SCO case. Fortunately, this course of attack will eventually fall on deaf ears if no valid case is actually put together. Expect more of this kind of thing until the mainstream press realizes there is no story here and decides to move along.

    --
    ===== Murphy's Law is recursive. =====
    1. Re:More of the same. by El · · Score: 3, Informative
      But, how many times has Microsoft been sued for infringement of intellectual property? More times than Open Source has, by my count. If I were Microsoft, I'd avoid drawing attention to the issue! "People that live in glass houses shouldn't throw stones!" and all that...


      Let's see... Apple, Stac, Eolas, Priceline, InterTrust, AT&T, Burst.com, and GoldTouch[?] have all sued Microsoft for infringement. M$ has been sued at least 42 times for patent infringement! All in all, I'd say the Open Source movement has a much better track record than Microsoft does in respecting intellectual property rights!

      --

      "Freedom means freedom for everybody" -- Dick Cheney

  6. Perhaps he should have just quit.. by gphinch · · Score: 5, Funny

    ..when he contacted SCO and asked them for legal advice.

    --
    in bed.
  7. Connolly replies... by saddino · · Score: 5, Informative

    FYI, he's issued his rebuttal here: Point-by-Point Response to Matzan's Op-Ed

    1. Re:Connolly replies... by rewt66 · · Score: 4, Informative
      I read his reply. He does all right until his fourth point, where he says, "However, reverse engineering would still require the permission of the copyright holder."

      This is total baloney. You only need permission of the copyright holder if you are copying, or if you are creating a derivative work within the meaning of the copyright law. It's not enough to say, "It does the same thing, it's by the same guy, so it must be a derivative." Reverse engineering is almost certainly not going to create a derivative work in copyright terms.

      Now, reverse engineering could get you in trouble with patents. And if the same person did the work, there could be trade secret issues. But Connolly didn't argue those points; he yelled about copyrights. Sorry, it doesn't work that way. Copyright only applies if someone copies something. If I understand correctly, Salik says he didn't copy anything; he re-wrote it.

      In point 5, Connolly claims, "The code committed to Mambo was done under contract and paid for by the Literati Group." If this is true, that's a big no-no. But if the code committed to Mambo does the same thing as the code written for Literati, but is in fact different code, re-written from scratch (it's only a few lines), then Connolly has nothing contractually to lean on.

      Moving on to point 9: Connolly claims that the GPL doesn't require you to redistribute. This is true. What the GPL requires is that, if you distribute the program in any form, you must also distribute the source under the GPL. If you leave the program in-house running your web site, you don't have to distribute the code at all, ever, to anyone, under the GPL or under any other terms.

      The questions are: First, did Salik contribute original code to Mambo, or did he contribute the code he wrote under contract for Literati or a derivative thereof? (Note well: "He wrote the one, and then he wrote the other, and they do the same things, so the second must be a derivative" is a fallacious argument.) And second, did Literati distribute the program under any terms to anybody, and does the program contain GPL'd code that is not owned by Literati? (Note that Literati can GPL a version of their code, and ship a version that contains the same code plus other code, without having to GPL all the code in the second version, as long as all the GPL'd code in the second version is owned by themselves.)

  8. Missing link to MamboServer.com? by mitchy · · Score: 5, Funny

    Good thing they didn't provide a link to www.mamboserver.com, as that would certainly get the server slashdotted.

    They provided links all over the place, and many of them to boot, but I find it strange that they link to everyone involved in the story but Mambo. Sure am glad they didn't link to www.mamboserver.com, which just happens to be the official site of Mambo.

    innocent smile.

    --
    "The mind is a terrible thing to, um, uh, oh bollocks." -- Me
  9. Article is mostly crap by jhoger · · Score: 4, Informative

    The author doesn't seem to understand how the GPL works.

    If I make changes to a GPL'ed work, they are my changes. I own the copyright. I don't own the copyright to the entire work, but I own my changes. Imagine my changes as a diff file with a copyright on it.

    If I distribute it, the GPL requires that I license my copyrighted code under the GPL.

    The author completely misses this point, and in fact makes the assertion that if you derive a work from GPLed code that your work is automatically GPLed. This is a common fallacy. I can't believe it made Newsforge as such.

    The only issue here is whether a) the code was copied such that it is close enough to be considered infringement and b) whether Connelly distributed the code outside of his organization.

    If either are untrue, Connelly has no case.

  10. Re:What's a mambo? Mambo #5? by Anonymous Coward · · Score: 3, Funny

    You might notice that there are colored, underlined words in the submission. These are called "links" and lead to other websites if you click your left mouse button on them.

    One of these "links" leads to something called "TFA", or, The Fucking Article for short. Reading TFA is optional before posting comments and opinions on it, but you're always encouraged to actually read TFA to help reduce the possibility of stupid questionitis.

  11. Re:What's a mambo? Mambo #5? by Best+ID+Ever! · · Score: 4, Informative
    If only there was some sort of article you could read that would explain it.

    And if that goes over your head, here is a snip of reply from the code's author:
    To summarize it:
    1) The code delivered to Brian Connolly is not the same as the code implemented in Mambo.
    2) The code delivered to Brian Connolly was derived from GPL, Copyright Miro International Pty.
    3) Brian Connolly distributed copies of Mambo that had the so-called 'infringing' functionality under the GPL.
    4) There are no copyright assignments with my signature on.
    5) Brian Connolly has no trademarks or patents on anything resembling the disputed functionality.