Live data from Hacker News

DMCA Takedown – Popular PHP Barcode Removed

github.com

11–20 of 49 posts

Re: DMCA Takedown – Popular PHP Barcode Removed

#11
post #5

Earlier quoted context omitted.

Instead of a takedown request, it would probably have made more sense to ask those projects to add the required license information.

If the complaint is to be believed, most of these weren't really 'projects' but just copies of the original source code.

The kind of copies one does to be safe in the case the original repo disappears for some reason. Ironic.

Re: DMCA Takedown – Popular PHP Barcode Removed

#12
Strangely, I agree with the original author who sent the DMCA.

Imagine that you're working on some project and you find one of those forks with no GPLv3 attached (or worse, some other license that is more permissive). You integrate it, publish, and then find out that your project is in copyright violation.

I'd rather see a takedown induce an easily remediated repo change, than a big legal PITA down the road. It's not like he took his repo down, nor any of the forks that kept the license. He just DMCA'd the ones that stripped the license files.

Re: DMCA Takedown – Popular PHP Barcode Removed

#14
post #5

Earlier quoted context omitted.

Instead of a takedown request, it would probably have made more sense to ask those projects to add the required license information.

That was an option that he gave (towards the bottom). I have no idea if GH passes these on to the repo owner or not. GH may have just removed the repos. But, the original author did give that option.

github is pretty accommodating to DMCA notifications [1]. They give the infringing repo 24 hours to comply with the terms of the notice.

1. https://help.github.com/articles/dmca-takedown-policy/

Re: DMCA Takedown – Popular PHP Barcode Removed

#15
post #11

Earlier quoted context omitted.

If the complaint is to be believed, most of these weren't really 'projects' but just copies of the original source code.

The kind of copies one does to be safe in the case the original repo disappears for some reason. Ironic.

Usually using the "fork" option suffices... these changed the original repo to remove GPL and such.

Re: DMCA Takedown – Popular PHP Barcode Removed

#16

Have been using this repo for a long time now, and now deploys are broken :( going to have to re-write some code i guess...

Should probably use https://github.com/tecnickcom/tc-lib-barcode or https://github.com/tecnickcom/TCPDF both of which are mentioned in the DMCA notice.

Re: DMCA Takedown – Popular PHP Barcode Removed

#17

Strangely, I agree with the original author who sent the DMCA. Imagine that you're working on some project and you find one of those forks with no GPLv3 attached (or worse, some other license that is more permissive). You integrate it, publish, and then find out that your project is in copyright violation. I'd rather see a takedown induce an easily remediated repo change, than a big legal PITA down the road. It's not…

Yeah, you could maybe argue that DMCA is kind of heavy handed but for a change it doesn't seem to be an abuse, it's actually being used for what it was intended. In particular the fact that he went through the trouble of spelling out exactly what was being violated, gave a number of rather reasonable ways to address the violation, and provided links to replacement repos for the code in question I think shows that some time and consideration was spent on this. This wasn't just your run of the mill blanket "OMGZ MY IP!" type of DMCA request we're used to seeing from media companies and certain large corporations.

Re: DMCA Takedown – Popular PHP Barcode Removed

#18
post #11

Earlier quoted context omitted.

If the complaint is to be believed, most of these weren't really 'projects' but just copies of the original source code.

The kind of copies one does to be safe in the case the original repo disappears for some reason. Ironic.

I presume one wouldn't strip copyright in those cases.

Re: DMCA Takedown – Popular PHP Barcode Removed

#19
post #11

Earlier quoted context omitted.

The kind of copies one does to be safe in the case the original repo disappears for some reason. Ironic.

Usually using the "fork" option suffices... these changed the original repo to remove GPL and such.

According to the notice, they were unchanged or mostly unchanged forks of the master.

Re: DMCA Takedown – Popular PHP Barcode Removed

#20
post #11

Earlier quoted context omitted.

The kind of copies one does to be safe in the case the original repo disappears for some reason. Ironic.

I presume one wouldn't strip copyright in those cases.

They didn't. The master repository did, they probably weren't aware of the issue.
Post reply on HN