Live data from Hacker News

DMCA Takedown – Popular PHP Barcode Removed

github.com

21–30 of 49 posts

Re: DMCA Takedown – Popular PHP Barcode Removed

#21
post #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.

And do a license review to see if the gplv3 license imposes any cconditions on the use of the code.

Re: DMCA Takedown – Popular PHP Barcode Removed

#22
post #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.

Or not deploy from random repos you don't control.

Re: DMCA Takedown – Popular PHP Barcode Removed

#23

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...

If you've been using the repo for a long time and you didn't have a local copy to use in case github went down, etc, your deploy was already broken. Having local mirrors of third party repos, and pulling those into your build system is fairly trivial, and will save a lot of heartache in cases like this.

Re: DMCA Takedown – Popular PHP Barcode Removed

#24
post #16

Earlier quoted context omitted.

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.

And do a license review to see if the gplv3 license imposes any cconditions on the use of the code.

GPLv3 doesn't impose any conditions on use. This is LGPLv3, which has even fewer requirements.

Re: DMCA Takedown – Popular PHP Barcode Removed

#25
post #20

Earlier quoted context omitted.

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.

Thank goodness GitHub doesn't employ the YouTube 3-copyright-strike system. Otherwise there would actually be an issue with this.

Re: DMCA Takedown – Popular PHP Barcode Removed

#28

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...

If you've been using the repo for a long time and you didn't have a local copy to use in case github went down, etc, your deploy was already broken. Having local mirrors of third party repos, and pulling those into your build system is fairly trivial, and will save a lot of heartache in cases like this.

Especially if you want to be sure that a version you pegged exactly for stability will be around in a year or two (looking at you node land).

Re: DMCA Takedown – Popular PHP Barcode Removed

#29
post #26

What crazyness is this? A DMCA we're not raging against??

well people here are infringing a GPL license by stripping it from the original code. I agree with that. All my projects on github are GPL so I'd do the exact same thing in the same circumstances.
Post reply on HN