Ask HN: Someone is taking my work on GitHub. What should I do?
So my original work is here: https://github.com/jathu/UIImageColors. The person who copied my work is here https://github.com/robipresotto/imageColors.
As you can see, he copied everything but my name. When I did try to open an issue regarding this, he pretty much changed my original issue comment and closes all the issues (http://i.imgur.com/mGX0Fyb.png). Also, he blocked me from the repo now (http://i.imgur.com/QIpPMjB.png).
Clearly, this person want doesn't care about integrity and giving credit where it's due. I know this is open source and all, but I still believe I deserve credit for the work I put in. What can I do about this?
Also, what did GitHub think when they allowed owners of repos to edit everyone's comment? Did they not think this would be abused?
10 comments
[ 2.7 ms ] story [ 41.1 ms ] threadIf you don't actually mean it, then change it.
>Please include the original header in any modifications or redistributions.
https://help.github.com/articles/dmca-takedown-policy/
Although (and I am no expert) when your license is sufficiently broad and allows for behaviors you saw (e.g. “please include the original header” is not the same as “you must include the original header”), GitHub might decide that there is no violation, technically.
Unfortunately there are lots of behaviors in the world that are legal even though they’re despicable. Your best bet is to be very clear what you want people to do with your projects, e.g. state copyrights, add licenses that are not too liberal if you want restrictions.
Lesson learned: no license at all is better than "Feel free to do whatever you want."
That said, I wonder if "Feel free to do whatever you want" would hold up if this would be taken to court.