What can I do about stolen code? #22245
-
I had a cloud service that I built uploaded to a private repo so that I could get a second opinion from some other developers I knew. The code itself was proprietary, as in, unlike my other projects, I have never given anyone a license to use/copy/modify/etc any of the code, but a few months ago I found my repo reuploaded with no changes except that the person who reuploaded it had added their own copyright notices to it… normally I would be fine with this, especially in my projects where I include a license that allows this, and if they had done this without including their own copyright notices I doubt I would’ve cared, but how they did this really annoys me. Back when I found it I submitted a pull request to their repo which just removed the infringing code, but after a few months, during which time I also tried to contact the author on other platforms, they’ve just ignored the pull request, so what else can I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can ask Github to remove the code. There’s a lot of legal stuff involved, so I’m just going to point at the relevant documentation: Submitting content removal requests - GitHub Docs |
Beta Was this translation helpful? Give feedback.
You can ask Github to remove the code. There’s a lot of legal stuff involved, so I’m just going to point at the relevant documentation:
![](https://camo.githubusercontent.com/09f1a7e9d6b0ea844740c836b538685321a18e2de3c2340fbd07f96578b79031/68747470733a2f2f646f63732e6769746875622e636f6d2f6173736574732f696d616765732f736974652f66617669636f6e2e737667)
docs.github.comSubmitting content removal requests - GitHub Docs