Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

MPAA Forced To Take Down University Toolkit

Posted by kdawson on Mon Dec 03, 2007 09:05 PM
from the sauce-for-the-goose dept.
bobbocanfly writes "Ubuntu developer Matthew Garrett has succeeded in getting the MPAA to remove their 'University Toolkit' after claims it violated the GNU GPL. After several unsuccessful attempts to contact the MPAA directly, Garrett eventually emailed the group's ISP and the violating software was taken down."
+ -
story

Related Stories

[+] Your Rights Online: MPAA College Toolkit Raises Privacy, Security Concerns 188 comments
An anonymous reader writes "The Motion Picture Association of America last month sent letters to the presidents of 25 major universities (pdf), urging them to download and install a 'university toolkit' to help identify students who were downloading/sharing movie files. The Washington Post's Security Fix blog reports that any university that installs the software could be placing a virtual wiretap on their networks for the MPAA (and the rest of the world) to listen in on all of the school's traffic. From the story: 'The MPAA also claims that using the tool on a university network presents "no privacy issues — the content of traffic is never examined or displayed.' That statement, however, is misleading. Here's why: The toolkit sets up an Apache Web server on the user's machine. It also automatically configures all of the data and graphs gathered about activity on the local network to be displayed on a Web page, complete with ntop-generated graphics showing not only bandwidth usage generated by each user on the network, but also the Internet address of every Web site each user has visited. Unless a school using the tool has firewalls on the borders of its network designed to block unsolicited Internet traffic — and a great many universities do not — that Web server is going to be visible and accessible by anyone with a Web browser."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by garcia (6573) on Monday December 03 2007, @09:07PM (#21567065) Homepage
    Linking to a LiveJournal post that reads:

    MPAA don't fuck with my shit.

    (And yes, I did attempt to contact them by email and phone before resorting to the more obnoxious behaviour of contacting the ISP. No reply to my email, and the series of friendly receptionists I got bounced between had no idea who would be responsible but promised me someone would call back. No joy there, either.)


    Awesome.
  • Duh (Score:5, Funny)

    by explosivejared (1186049) <.hagan.jared. .at. .gmail.com.> on Monday December 03 2007, @09:10PM (#21567081)
    This is news?! What is up with that! Every body knows that the RIAA is a completely honest and upright organization. They practice what they preach. They obey everyone else's takedown notice, be it gpl or dmca, whatever, just like they expect you to obey their takedown notices. I can't wait to see the day that all these trolls on slashdot finally go the way of the dinosaur and the true intellectuals out there call the RIAA what it is! It is an honest, upright, artist first organization! IF YOU CAN'T HANDLE THAT GET OFF SLASHDOT!!

    ;)
  • by Oriumpor (446718) on Monday December 03 2007, @09:11PM (#21567097) Homepage Journal
    Next they'll contract a russian ISP and put the torrent up on one of their trackers...
  • Explanation. (Score:5, Informative)

    by Whiney Mac Fanboy (963289) * <whineymacfanboy@gmail.com> on Monday December 03 2007, @09:12PM (#21567103) Homepage Journal
    Explanation.

    As TFS & TFA have little info, here's some background:

    The MPA(A) released a Xubuntu derived livecd with a bunch of F/OSS tools to assist universities in monitoring their networks. *rolls*eyes*. More info about the software in this Washington Post article [washingtonpost.com].

    Unfortuntately the CD as shipped contained no source & no written offer for the source, so was in violation of the GPL (and hence, the MPAA are in violation of various software author's copyright).

    After several attempts to reach contact the MPAA, the ubuntu developer sent a takedown notice to the hosting ISP.

    I hope he now presses for copyright violation - as he so elequoently says: MPAA don't fuck with my shit.
    • Re:Explanation. (Score:5, Interesting)

      by zonky (1153039) on Monday December 03 2007, @09:17PM (#21567145)
      Should also be made clear that the tools only identified torrent users, and didn't make any attempt to distinguish between 'naughty' and legal torrents.
      • Re:Explanation. (Score:5, Informative)

        by faedle (114018) on Monday December 03 2007, @09:23PM (#21567203) Homepage Journal
        The MPAA was distributing "modified binaries" of GPLed software without distributing, or offering to distribute under the terms of the GPL, the modifications.

        Even if all you do is change a strcat(); line, you have to (at minimum) distribute that change's source.
        • Actually (Score:4, Informative)

          by p3d0 (42270) on Monday December 03 2007, @09:40PM (#21567387)
          Even if you don't change a line of code, you still have to distribute (or offer to distribute) source if you're distributing the binaries.
          • Re: (Score:3, Informative)

            They actually are "distributing the source", granted via the Ubuntu package system. You could argue in court (and probably get traction with the argument) that you were obeying the "spirit" of the license agreement.

            Where that breaks is when you change the code (like they did with ncat), and then not distribute the changes in the form of a diff. That's not a minor "technicality:" that's the whole purpose of the GPL, is to require that if you make those kinds of changes you distribute your code changes.
            • Re:Actually (Score:5, Insightful)

              by poopdeville (841677) on Monday December 03 2007, @10:07PM (#21567551)
              I saw no indication that the MPAA was hosting their own apt repositories with source. If you mean that sources.list was pointing at Ubuntu's servers, that's not good enough. That's Ubuntu doing the distribution.
              • Re: (Score:3, Informative)

                That theory has never been argued in a court of law, AFAIK.

                You could argue that, provided you do nothing to hinder the user from accessing it, that providing a URL to somebody who hosts the code IS distribution.

                That might not be the FSF's reasoning, mind you.

                But, I'm quite sure that the court would at least hear the argument: "While we personally didn't distribute the source code, we made arrangements for the source code to be obtained free of charge on the Internet through a third-party."

                In brief, you're m
            • Stop talking shit (Score:5, Informative)

              by Chuck Chunder (21021) on Monday December 03 2007, @10:26PM (#21567659) Homepage Journal
              You do not have to distribute "changes in the form of a diff", or "distribute your code changes" in particular.

              You must distribute (or offer to) the complete source code corresponding to the binaries you distribute. The whole purpose of the GPL is that someone getting a binary can get the full source for the binary.
            • Re: (Score:3, Informative)

              For the changed packages it would be interesting to know what the changes were, to the extent that can be determined without the source.

              It would be interesting, I suppose, from an academic point of view, but it doesn't really matter. As long as they changed them, even the slightest bit, they're required to distribute (or offer / provide a method for users to obtain) the complete sources to the modified components -- specifically not diffs [gnu.org] -- or they're in violation of the GPL.

              Even if all they did was change a few strings or customize an interface, they have to distribute the changed components in source form along with the binaries.

              • by dwater (72834) on Monday December 03 2007, @11:35PM (#21568121)
                Well, it depends on what they changed. If they added code to phone home a lot with lots of personal information....that would be interesting from more than a purely academic point of view (IMO).
        • Re:Explanation. (Score:5, Informative)

          by faedle (114018) on Monday December 03 2007, @09:34PM (#21567321) Homepage Journal
          Additionally, it is my understanding they actually made some changes to ntop, and did not provide any instructions on how to obtain the changes.

          So, it's not even a technical violation in the letter of the license, it's a legitimate violation of the spirit of the license. They are distributing a change to the code without source.
          • Re:Explanation. (Score:5, Informative)

            by andy753421 (850820) on Monday December 03 2007, @11:28PM (#21568087) Homepage
            I would be really interested in seeing some data to back up this claim. When the toolkit was first released I downloaded a copy and checked the md5sums on both the ntop binaries and the snort binaries. Both corresponded to the binaries I downloaded form the Ubuntu server.

            There was also a page on the 'monitor' site that stated the software was released under the GPL, but I don't recall if it included a copy of the license itself. The MPAA code seemed to be kept separate and the license on that was unclear, however there were Java Server Pages distributed as binary only as well as some shell scripts and maybe some python (again, i don't remember).

            Does anyone know of a mirror of the original ISO? I would like to look at it further but I deleted the one I originally downloaded.
  • Encouraging result (Score:5, Interesting)

    by GroeFaZ (850443) on Monday December 03 2007, @09:19PM (#21567171)
    but at the same time rather worrysome what a simple email to the ISP can do, even if it's for a good cause. Why not sue them and make things bullet-proof and at the same time strengthen the GPL in court, rather than sorting things out vigilantism-style? A pile of court-issued takedowns might be a more impressive repellant against future violations of the GPL (or any other such license) than a pile of social-engineering-issued takedowns. Don't associate "social engineering" with the negative connotation of spam/phising/etc. as I used it; instead, read it in its original meaning: someone requested a blocking of content from an ISP, essentially (TFA is void of details) only with convincing arguments but no hard proof that the GPL was indeed violated.
    • by ScrewMaster (602015) on Monday December 03 2007, @09:26PM (#21567227)
      On the other hand, the MPAA should have had all it's ducks lined up in a row. They're big boys, they can afford to do things right. The fact that they didn't bother is another indication of their above-the-law attitude. They really just don't care. I'll bet they're caring now, and I'll bet there are some heads rolling in the legal department right now.

      The delicious irony here is that the MPAA drafted the DMCA and were primarily responsible for pushing it through Congress.
    • "Simple email" (Score:5, Informative)

      by ucblockhead (63650) on Monday December 03 2007, @09:31PM (#21567293) Homepage Journal
      DMCA takedown notice is exactly the legal action you are supposed to take in these situations. It is not "social engineering". He has every legal right to do it.
        • Re: (Score:3, Insightful)

          Yes, and if instead he sued the MPAA and won damages in court, he'd be validating the MPAA tactic of suing individual users for posting copyrighted movies for damages.
    • by swillden (191260) <shawn-ds@willden.org> on Monday December 03 2007, @10:42PM (#21567763) Homepage Journal

      but at the same time rather worrysome what a simple email to the ISP can do, even if it's for a good cause... A pile of court-issued takedowns might be a more impressive repellant against future violations of the GPL (or any other such license) than a pile of social-engineering-issued takedowns.

      We're not talking about a "social-engineering" takedown, but about a takedown notice defined and authorized by federal law, and enforceable in any court in the land.

      IMO, the takedown notice defined in the Digital Millenium Copyright Act is one of the few good things in that law. It says that if someone is publishing your copyrighted materials on the Internet, all you have to do is send a notice to the ISP, stating that the material is yours. The ISP is then *required* to take it down, or else be considered guilty of infringement. On the other hand, if the ISP does take it down, they are granted a "Safe Harbor" status, meaning that they're absolutely free of any liability for the infringement.

      If something you've published on-line is taken down as a result of a DMCA takedown and it is not infringing, all you have to do is send the ISP a notice stating that the material is not infringing. The ISP can then put the material back on-line, without losing the "Safe Harbor" status. The system is set up so that the ISP doesn't end up trying to determine what is infringing and what is not.

      Both the DMCA takedown notice and the counter-notice are sworn affidavits, meaning that when the issue goes to court any untruths in the notices can be prosecuted as perjury. So there's a strong disincentive for someone to issue a DMCA takedown frivolously, as it will cost the publisher almost nothing to get the takedown reversed, and may land the issuer in hot water. Likewise, there's a strong disincentive for a publisher of infringing materials to issue a counter-notice.

      And, above all, the ISP who is caught in the middle is shielded from any potential liability, and doesn't have to make any attempt to adjudicate the ownership of the materials (which, obviously, no rational ISP would do anyway -- if in doubt they'd just take it down and leave it that way).

      • by Michael Woodhams (112247) on Monday December 03 2007, @09:47PM (#21567427) Journal
        No, the MPAA can't necessarily just reissue the toolkit with source code and suffer no further consequences.

        Once you violate the GPL, your right to distribute the licensed software is terminated. You can only start distributing it again if the copyright holder relicenses you to do so. In GPL violation disputes, the FSF have normally relicensed a distributer once they conform to the GPL's requirements - but this is not automatic, or written into the GPL.

        From GPL v2:

        "4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License."

        There is no clause about reinstating rights under the license.

        In other words - if any of the copyright holders in Xubuntu code insist, the MPAA can't ever distribute their software, even with source. IANAL, so I don't know if the courts would support this hard-line.
        • by Kadin2048 (468275) * <slashdot@kadin.xoxy@net> on Monday December 03 2007, @11:31PM (#21568101) Homepage Journal
          If you are, in fact, a lawyer, I'll happily defer, but in my layman's opinion I don't think that's the correct conclusion.

          If you violate one of the GPL terms, your license to use the software is terminated. Fine. However, as long as the software is still being offered to anyone under the GPL, you can just go, conform to every part of the GPL, and use it again. You can think of it as one license being terminated, but then going and getting a new one; the GPL is an "infinite stack" of licenses: all you need to do to get a new one is to play by the rules.

          There's nothing in the GPL that says 'if you violate this once, you're out for good,' although I'm not sure that would be an entirely terrible idea. But that license-termination clause doesn't necessarily imply that.
          • by Anonymous Coward on Tuesday December 04 2007, @04:35AM (#21569691)
            Um, no. The GPL isn't an infinite stack of licenses where you can just help yourself to a new one every time you want; in fact, it seems that you are confused as to what the term "license" really means here.

            It does not refer to the right to modify or distribute a piece of software, it refers to the developer's decision to grant you that right. It's not an automatic right in copyright law, so it needs to be granted; without a license (that is, the developer's granting of this right), you don't have it. So if the developer decides to not allow you to do this anymore, you can't do anything: you can't "take a new license", because the developer simply isn't granting you this right anymore.

            Now, of course, you might say that once you've been granted a right, the developer can't arbitrarily take it away again whenever it suits them. That's true. However, the restrictions to your granted right to distribute and modify is subject to are explicitely spelled out in the GPL, so you know about them right away; you know right away what you can't do and what will happen if you do it anyway.

            So, yes, the GPL *does* say "if you violate this once, you're out for good" - unless/until the developer decides to grant you these rights again after all, something that is neither automatic nor guaranteed (even though most developers - notably, the FSF - will probably do so if you start complying with the license and show an understanding of why this is important).

            Finally, allow me to say that you seem pretty confused about the GPL in general, anyway: you talk about a "license to use the software", yet no such thing exists. In fact, the GPL specifically does not apply to mere *use* of the software, and you do not have the accept it in order to do so. You don't even have to accept it to modify the software (at least in the GPLv2); you only have to accept it if you want to *distribute* the software, modified or unmodified.
  • by gillbates (106458) on Monday December 03 2007, @09:21PM (#21567185) Homepage Journal

    for copyright infringement as well.

    Now that would be poetic justice.

  • by Esion Modnar (632431) on Monday December 03 2007, @09:47PM (#21567425)
    Now THAT is the (accurate) headline I want to read!
  • Possible deterrent? (Score:5, Interesting)

    by sessamoid (165542) on Monday December 03 2007, @09:49PM (#21567437)
    IANAL, but why don't OSS developers offer a GPL-free version of their software for some really high price. That way, when big-media tries to steal (their words, not mine) their creative works, the developers can sue them for legitimate damages, citing a stratospheric market price per copy, then multiply the number of CDs they've distributed by their stratospheric market price to get damages from them?

    "The MPAA/RIAA has distributed 1500 copies of my work. I offer that software at $50,000 per copy. They owe me 75 million dollars in damages!"

    That's basically what they big media is trying to do to the consumers, isn't it?

    • by forkazoo (138186) <wrosecransNO@SPAMgmail.com> on Monday December 03 2007, @10:19PM (#21567617) Homepage
      You don't really need "actual damages" because you can go for statutory damages. If you can prove willfull infringement, you can get 150,000 per offense. If you skip proving willfullness, I think this is the section that applies:

      (1) Except as provided by clause (2) of this subsection, the copyright owner may elect, at any time before final judgment is rendered, to recover, instead of actual damages and profits, an award of statutory damages for all infringements involved in the action, with respect to any one work, for which any one infringer is liable individually, or for which any two or more infringers are liable jointly and severally, in a sum of not less than $750 or more than $30,000 as the court considers just. For the purposes of this subsection, all the parts of a compilation or derivative work constitute one work.

      $30,000 a pop ain't bad money if you can swing it. I'm not sure exactly what the result would be if you claimed "actual damages" on a zillion dollar price tag despite never having had an "actual sale." Judge might throw out the claim, I suppose. AFAICT, worst case would just be to get laughed at with the huge price tag and then just fall back to statutory damages instead.
  • by Trailer Trash (60756) on Monday December 03 2007, @10:23PM (#21567627) Homepage
    Instead of saying they "violated the GPL", let's keep this simple. They violated copyright law. By their own definition, they're "pirates". They stole. Etc.
  • by VeryVito (807017) on Tuesday December 04 2007, @01:26AM (#21568821) Homepage
    I read this post and immediately pictured Ewoks dancing in the forest as the Death Star burned above them. Sure, you know it's not over, but what a nice blow against the Dark Side.
    • Re:No GPL Violation (Score:4, Interesting)

      by dido (9125) <dido&imperium,ph> on Tuesday December 04 2007, @12:21AM (#21568413) Homepage

      None of what this AC says is true. It doesn't matter if the MPAA never changed any code, the fact remains that they were distributing the code, changed or not. Now, if you want to distribute GPLed code, either you comply with the license and provide source code, or you find yourself just as guilty of copyright infringement as these people torrenting movies that they are so quick to prosecute. What happened was the latter. As for suing them for copyright violation, the fact that no one lost any money is also immaterial. There is such a thing as statutory damages, which would be at minimum US$750 for each copyrighted work thus violated, and could be as high as US$30,000. They would thus theoretically be on the hook for statutory damages for every GPLed package in the Xubuntu distribution, just like Ms. Jammie Thomas. There are hundreds of GPLed packages in Xubuntu... You do the math.