Slashdot Mirror


DMCA Notices Remove 8,268 Projects On Github In 2015 (torrentfreak.com)

An anonymous reader writes: Github's transparency report for 2015 shows that the site received many DMCA notices that removed more than 8,200 projects. "In 2015, we received significantly more takedown notices, and took down significantly more content, than we did in 2014," Github reports. For comparison, the company received only 258 DMCA notices in 2014, 17 of which responded with a counter-notice or retraction. In 2015, they received 505 takedown notices, 62 of which were the subject of counters or withdrawals. TorrentFreak reports: "Copyright holders are not limited to reporting one URL or location per DMCA notice. In fact, each notice filed can target tens, hundreds, or even thousands of allegedly infringing locations." September was a particularly active month as it took down nearly 5,834 projects. "Usually, the DMCA reports we receive are from people or organizations reporting a single potentially infringing repository. However, every now and then we receive a single notice asking us to take down many repositories," Github explains. They are called 'Mass Removals' when more than 100 repositories are asked to be removed. "In all, fewer than twenty individual notice senders requested removal of over 90% of the content GitHub took down in 2015."

26 of 116 comments (clear)

  1. Yeah.... by Anonymous Coward · · Score: 5, Insightful

    The DMCA is like the TSA:
    In the words of the head of El Al, "The TSA isn't security. It's an annoyance."
    The DMCA doesn't stop pirates, it just interferes with legit and acceptable things.

    1. Re:Yeah.... by zrobotics · · Score: 4, Insightful

      Come on though, when I want the hottest new Hollywood movies or the freshest warez the first place I turn is github. Seriously, this is some weapons grade bullshit, I've never run into pirating on that site. I may have seen something that was patented, but I'm not sure that 20: print "Hello World" isn't covered by someone's patent anyway. If I sand round corners onto a block of wood, do I owe apple money?

  2. Re:Definition? by NotInHere · · Score: 2

    I don't know. If you "break" into a walled garden, as in try to create compatible software?

    http://boingboing.net/2014/02/...

  3. Solution -- by Anonymous Coward · · Score: 5, Funny

    Don't host anything in the US. Ever.

    Host your projects in more liberal countries like Russia or China.

    1. Re:Solution -- by Anonymous Coward · · Score: 2, Funny

      When we use "liberal" as an adjective we mean as in liberty. It's not our problem that the Americans don't know what liberty is and just define "liberal" to be "progressive".

    2. Re:Solution -- by AmiMoJo · · Score: 3, Insightful

      That isn't bad advice, actually. Most of the copyright trolls seem to be in the US, so if you host your stuff in another country it saves you a lot of bother with DMCA notices. I responded to the first few I got but then just started ignoring them.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  4. And it'll only get worse by Anonymous Coward · · Score: 2, Funny

    Each and every crooked piece of bought-off shit that voted to pass this abomination need to be drawn, quartered, and put on display.

    1. Re:And it'll only get worse by Narcocide · · Score: 3, Informative

      Believe it or not, this comment section here on Slashdot existed LONG before the DMCA, which helped it NOT ONCE.

    2. Re:And it'll only get worse by Narcocide · · Score: 2

      The safe harbor protections were already in place before the DMCA. All the DMCA did was weaken them, actually.

  5. My icon... by Anonymous Coward · · Score: 4, Funny

    I had a 16x16 icon of a question mark that a popular project was using that had forked several thousandth times... I made my request and they were all taken down. Justice served!

  6. Re:Definition? by henni16 · · Score: 4, Interesting

    The obvious case would be people using it like any other file(-sharing) host.
    I don't think there's much if anything stopping you from adding e.g. an archive containing a movie or a bunch of ebooks into a throw-away repository and linking it from somewhere else.

    Using Git might even make it easier to reupload stuff after one repo gets taken down - just add another remote to your source repo and push it.

  7. Commercial source code, copyrighted graphcs, etc. by Anonymous Coward · · Score: 5, Informative

    GitHub actually them available online: https://github.com/github/dmca

    Some of them are like someone using one of Adobe's .svg graphics or a commercial script file or source code file being distributed.

    And some of them are abuse. Like this: https://github.com/github/dmca/blob/master/2016-01-15-AlgoTrader.md and they did license their source code under the GPL as shown here at the bottom https://web.archive.org/web/20140208002555/http://code.google.com/p/algo-trader/

    So it looks like most DMCA takedown requests are legitimate, but presumably a small percent are abuse.

  8. counter notice by Anonymous Coward · · Score: 5, Interesting

    I was one of those counter notices. An ex business partner tried to claim ownership of my work, after I pulled my code from the project. Github disabled and then re-enabled my repository, within 1 week of sending in a counter notice. The person claiming infringement profited from my work without giving me a cent. He failed to file against me in court, as he was as broke as I am and had no merit to his claims.

  9. Re:Definition? by nmb3000 · · Score: 5, Informative

    On github, what constitutes being a valid target for a DMCA takedown?

    Well, you can look at the full list of DMCA complaints they have received and see for yourself.

    I randomly looked through them and many appear to be pretty reasonable. Many are related to simple copyright infringement, such as storing textbooks or published homework and test questions and answers. This isn't surprising, as GitHub is basically just a place you can store files.

    Some say the code or data is internal or non-public and was uploaded without permission. There are also a bunch from Qualcomm complaining about firmware images and driver code. VMWare complained about internal roadmap documentation.

    Some are just files with links to other materials, such as TV shows and movies. Sony and Marvel make appearances.

    The line blurs some for others. There are HTML5 versions of classic games, such as ones from Nintendo and Blizzard, that got pulled down. A few companies appear to have searched GitHub for serial numbers and license keys of their products, and requested the entire repo be pulled if it contains a single file with a serial number in it. Many of these appear to be honest mistakes and have counter-notices.

    In any case, it's nice to see GitHub being transparent. The DMCA requests themselves are pretty interesting, but since the vast majority of the targeted repos are no longer accessible, it's hard to gauge how justifiable most of the complains really were.

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
  10. How many false claims? by lapm · · Score: 4, Interesting

    I wonder how many of those takedowns were done under false claim. Meaning its fraudlent DMCA takedown request... In youtube they match all sort of shit for DMCA takedown making sometimes just unbelievable claims. What chances does small person or developer to really challenge those false claims. Example in my country its perfectly legal to reverse engineer software and make compatible software. Our law also docent know shit like DMCA and hopefully newer will.

    1. Re: How many false claims? by slazzy · · Score: 2

      I just had a youtube video taken over by a music company, automatically taking my adsense revenue. The shitty part is the music I was using was youtubes own copyright free music!

      --
      Website Just Down For Me? Find out
    2. Re:How many false claims? by ATMAvatar · · Score: 4, Insightful

      DMCA full text

      The DMCA contains the word perjury twice: once in relation to the person making the claim, and once in relation to the person making a counter-claim:

      (vi) A statement that the information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly in-fringed.

      You'll note that the only statement subject to perjury is that the claimant is authorized to act on behalf of a rights owner. The first half, about accuracy, is not subject to the same penalty. The prior section (v) mentions that a statement must be made that there is a good faith belief that the subject of the claim is infringing, but it makes no mention of any penalties if this is untrue.

      There is some token language later on about misrepresentation - that the claimant is liable for any damages incurred by the alleged infringer should the claimant knowingly misrepresent that the material is infringing. However, proving there was intentional misrepresentation is a pretty high bar, and in most cases, the damages are low enough as to be not worth the legal fight anyways.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
  11. Re:Can we see the actual notices? by Myen · · Score: 3, Informative

    For the DMCA takedowns, yes we can - they are at https://github.com/github/dmca (it's in the second-to-last paragraph). I don't think they're allowed to for the NSLs. I didn't spot any listings for other forms of takedowns.

    It appears that the massive majority (>5000, according to https://github.com/github/dmca... ) is one project; judging by Google results of the repo name, it's some Chinese e-commerce site's source code. Not sure why people would be so interested in forking it that there's that many copies floating around...

  12. Written by the Reptilians by Anonymous Coward · · Score: 3, Funny

    I have a theory that the DMCA and other similar legislation were written by Reptilians decades in advance, placed in a drawer, and pulled out years later. They planned many (but not all) of the paths taken and knew what was to come.

    That is the US. Overseas, they are hard at work on other matters. Take, for instance, that shockwaves are reverberating around the Kremlin today as word spreads regarding an extraordinary meeting called by Vladimir Putin yesterday where, according to sources, the Russian president said that “95% of the world’s ruling class are not even human,” but are “cold-blooded hybrids” who are “members of an ancient cult.”

    Did Putin just out the world’s political and financial elite as cold-blooded hybrid human reptilians? Did he really just go there?

    Speaking at a behind closed doors forum for the highest echelons of government and staff in his home city of St. Petersburg, Putin responded to questions about the Panama Papers leak by pointing out who was behind the plot: the U.S. government, their spy agencies, and George Soros’s OCCRP.

    Putin slammed his fist on the table and exclaimed, “George Soros, you sly dragon, this is war,” according to sources close to the President. Putin then vowed to ramp up sanctions against Soros’s Open Society even further.

    When questioned by a top aide as to what he meant by “dragon” (an unusual word in Russian), Putin sighed heavily and fixed the assembled group with his trademark stare before explaining that all is not what it seems in regards to how the world is run.

    Resisting gentle attempts by close aides to stop the President ‘going there,’ Putin said that the evidence was everywhere, and that he personally had intimate knowledge of their dealings. He said that he was not one of them, but they are afraid of him and have attempted to lure him into their “ancient Babylonian cult.”

    “The evidence, ancient and modern, is enormous,” he said.

    Putin said that mankind has been manipulated to become “unconscious” through the use of programming by media and politics, the perfect example of which was the recent Panama Papers leak. The world’s ruling class have tyrannical control over our food, water, and air supply, and they are actively dumbing down the masses.

  13. Re:Commercial source code, copyrighted graphcs, et by Anonymous Coward · · Score: 2, Interesting

    What's up with the AlgoTrader ass-hat? He created an open source project (he admits it was an open source project), discontinued it, and now is filing DMCA claims against people who kept a copy and forked it? Does this moron not understand what "open source" means? He should be countersued into the ground.

  14. "Transparency" Report Features a Few Blindspots by Kunedog · · Score: 4, Interesting

    Why only list DMCAs? Because they're a special subset of cases that sometimes makes Github look like the good guy? How about listing the repos they forced offline themselves for petty ideological reasons?

    The 2014 report failed to list the takedown of the Gamergate hub, and this 2015 report doesn't mention how Github took down WebMConverter to strongarm the developer into changing its content.

    Instead of using a broad, feel-good word like "transparency," they should just call it the DMCA report since that's the one specific kind of censorship it discloses.

    1. Re:"Transparency" Report Features a Few Blindspots by Anonymous Coward · · Score: 2, Informative

      GitHub has gone full retard.

    2. Re:"Transparency" Report Features a Few Blindspots by AmiMoJo · · Score: 4, Informative

      The GamerGate repository was removed for TOS violations, specifically that it was being used to collect information used to harass and dox people. Interestingly it also rather gave the game away for GamerGate; the readme.md file didn't mention ethics in journalism until several paragraphs down. Instead it started with a rant about feminism.

      As for WebM, they were asked to remove the word "retards", and did so. It really helps if you explain these things so that people can make up their own minds as to if it was justified. It's almost as if you were hoping they wouldn't bother to check.

      In any case, those things were not included in the transparency report because they were widely reported (i.e. already transparent). The transparency report is a list of otherwise non-public requests from outside parties.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    3. Re:"Transparency" Report Features a Few Blindspots by ultranova · · Score: 2

      I love it how people like you amass to speak out how you're so offended about something you either know nothing about or have nothing to do with.

      I am threatened by people diluting the word "censorship" by using it in contexts which aren't censorship, thus making it harder for me to defend myself should I, or someone who's message matters to the society I live in, ever be targeted for actual censorship.

      This is about GitHub removing a project that was named "WebM for Retards".

      And GitHub has every right to do so. Or do you disagree?

      Next I suppose they're going to ban projects that mention something akin to "fire retardant" in their project files.

      And if they do, what business of yours is that? Avoid your host's triggers or pay for your own server.

      It's obvious we live dark times with people and organizations feeling the urge to be policing moral issues they have absolutely nothing to do with.

      Do people and organizations not have the right to control their own property, and what causes they're associated with? Do you think you should be able to dictate what content someone else's website must host?

      There's always a lynch mob waiting behind the corner, ready to jump on the next target.

      Who was lynched? Do you wish to dilute that term, too? Or do you simply think your argument can't stand on its own without absurd hyperbole?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    4. Re:"Transparency" Report Features a Few Blindspots by Coren22 · · Score: 2

      https://www.eeoc.gov/facts/qan...

      Not exactly. The bakeries are not discriminating for a job, so the Office of Personnel management interpretation of the discrimination laws does not apply.

      Your understanding of this issue is entirely based upon your feelings about the specific incident, and not by equality under the law. You are the one who seems to be being simplistic and childish as you have this whole opinion that laws should have favorites. Either we are all protected equally, or the law provides no protection.

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  15. Re:Commercial source code, copyrighted graphcs, et by Anonymous Coward · · Score: 2, Interesting

    Seems you are correct. https://github.com/curtiszimmerman/AlgoTrader