Live data from Hacker News

Ask HN: Plagiarism on GitHub – What to do?

news.ycombinator.com

21–29 of 29 posts

Re: Ask HN: Plagiarism on GitHub – What to do?

#21

I found the supposed plagiarism and I'm not seeing it. From what I can see, it's all original code and while what you made is thoroughly useful and certainly took a lot of work, it's not exactly uncommon. You've created a very comprehensive, plugin-ready, Mac-specific bash config. Yours handles numerous cases, this person wrote their own handling a smaller set of cases that works better for them. Traceur[0] was one o…

Thanks for your comment. My concern is that all the changes introduced by the other project could have been done through pull requests. Also, the other project wouldn't exist if my project wasn't there. One thing is being inspired, another one is creating a separate project that is dividing the community effort in two, instead of focusing in one project.

[deleted]

Re: Ask HN: Plagiarism on GitHub – What to do?

#22

If you're referring to the project which cites yours as "a great source of inspiration", they are materially different. The idea of a shell-script collection for common admin tasks is not unique. A quick look between the two (if my suspicion is correct) shows the new one being pared down to tasks which are universal to OS X management, whereas yours has things which appear to be useful primarily to you (magento confi…

The OP has even opened an issue on that other project's github and discussed it with the author of that other tool. The other author was very polite and explained clearly that it is not plagiarized or ripped from Mac-CLI.

So in summary, from that issue you've referenced, it's a clean code implementation (no code from OP's project) and has different goals and abilities.

In that issue OP opened, they have demanded to be credited at the top of the README.

This seems very unreasonable.

Re: Ask HN: Plagiarism on GitHub – What to do?

#23

Earlier quoted context omitted.

His license requires that his credit be retained. If the new project didn't do that (which I'm assuming it didn't), it's both plagiarism and a copyright violation (which aren't the same thing). If the new project did retain his credit, then, yeah, he's got no legal recourse.

Hi Turing_Machine, How should the other project retain the original project credit? How should be my project referenced?

The author of the competing project claims to have used no code from Mac-CLI. Why do you feel you deserve anything more than the "inspired by" credit they currently offer in their README file?

Your wording here:

  A member on Github changed the name of the project, reduced the number of features by removing 3rd-party libraries (all of them are optional in my CLI), and took the entire idea including modularity, plugins and even the mac logo () on the title of the project.
Heavily implies the repository was cloned then edited, but it's being claimed that isn't the case. Can you clarify?

Re: Ask HN: Plagiarism on GitHub – What to do?

#24

I found the supposed plagiarism and I'm not seeing it. From what I can see, it's all original code and while what you made is thoroughly useful and certainly took a lot of work, it's not exactly uncommon. You've created a very comprehensive, plugin-ready, Mac-specific bash config. Yours handles numerous cases, this person wrote their own handling a smaller set of cases that works better for them. Traceur[0] was one o…

Thanks for your comment. My concern is that all the changes introduced by the other project could have been done through pull requests. Also, the other project wouldn't exist if my project wasn't there. One thing is being inspired, another one is creating a separate project that is dividing the community effort in two, instead of focusing in one project.

You are able to take his code (with credit and license) and incorporate it into yours, just as he can do to you.

Re: Ask HN: Plagiarism on GitHub – What to do?

#25
Frankly, that's one of the reasons I'm not interested in GNU GPL (at least, yet). I would rather go with BSD License instead.

But really, the benefits that come from open source programming vs. writing proprietary software are just a one-way road: while proprietary software can benefit from ideas found in the open-source world, the open-source community cannot benefit from proprietary software written by big giants like Microsoft or Apple. So the bottom line is, the major purpose of writing open-source software is maintaining the FreedomOfSoftware, not preserving your rights as the programmer.

Now to address your question, I would try to look at it as a "force majeure" to keep maintaining my code and improve it in many ways. Like it or not, you have actually started a competition, and to win that, you have to keep making your code better.

Re: Ask HN: Plagiarism on GitHub – What to do?

#26

Earlier quoted context omitted.

Hi Turing_Machine, How should the other project retain the original project credit? How should be my project referenced?

The author of the competing project claims to have used no code from Mac-CLI. Why do you feel you deserve anything more than the "inspired by" credit they currently offer in their README file? Your wording here: A member on Github changed the name of the project, reduced the number of features by removing 3rd-party libraries (all of them are optional in my CLI), and took the entire idea including modularity, plugins…

Absolutely. I am okay with creating a better tool using Python for example, but the competing project took the entire idea of a bash script on the local folder that implements plugins like my project.

Small details like the colors are the same on the colors script. I was referring to the fact that all those changes could have been done on the original project through Pull Requests, instead of dividing the effort.

Re: Ask HN: Plagiarism on GitHub – What to do?

#27

Earlier quoted context omitted.

His license requires that his credit be retained. If the new project didn't do that (which I'm assuming it didn't), it's both plagiarism and a copyright violation (which aren't the same thing). If the new project did retain his credit, then, yeah, he's got no legal recourse.

Hi Turing_Machine, How should the other project retain the original project credit? How should be my project referenced?

It's your license, dude. :-) It specifies how credit should be given.

Did they actually use any of your code? The idea doesn't count (unless you filed a patent in a country that recognizes software patents, which I'm guessing you didn't).

If they didn't use any of your code, "inspired by" is probably the best you're going to get (and they really wouldn't have to do that).

Re: Ask HN: Plagiarism on GitHub – What to do?

#28

Earlier quoted context omitted.

The author of the competing project claims to have used no code from Mac-CLI. Why do you feel you deserve anything more than the "inspired by" credit they currently offer in their README file? Your wording here: A member on Github changed the name of the project, reduced the number of features by removing 3rd-party libraries (all of them are optional in my CLI), and took the entire idea including modularity, plugins…

Absolutely. I am okay with creating a better tool using Python for example, but the competing project took the entire idea of a bash script on the local folder that implements plugins like my project. Small details like the colors are the same on the colors script. I was referring to the fact that all those changes could have been done on the original project through Pull Requests, instead of dividing the effort.

The idea of using a bash script is not original. People have been writing custom bash scripts since about 1989. Why does it matter that the project was written in the same language if the argument is that they've copied your idea?

As for the specific colors, many people use those color choices when designing a CLI.

Re: Ask HN: Plagiarism on GitHub – What to do?

#29

Earlier quoted context omitted.

The author of the competing project claims to have used no code from Mac-CLI. Why do you feel you deserve anything more than the "inspired by" credit they currently offer in their README file? Your wording here: A member on Github changed the name of the project, reduced the number of features by removing 3rd-party libraries (all of them are optional in my CLI), and took the entire idea including modularity, plugins…

Absolutely. I am okay with creating a better tool using Python for example, but the competing project took the entire idea of a bash script on the local folder that implements plugins like my project. Small details like the colors are the same on the colors script. I was referring to the fact that all those changes could have been done on the original project through Pull Requests, instead of dividing the effort.

>but the competing project took the entire idea of a bash script on the local folder that implements plugins like my project.

Ideas don't belong to anyone, though. And I'm sure you're not the first or only person to come up with "a bash script on the local folder that implements plugins". And unless you've got a patent on that, you've got no right to be upset that someone else does something you did first.

And again, you know, you did open source the code, which implies you want people to use your code and modify it if they wish.

But did they actually fork your project and not provide you credit? Your original comment made it seem as if they did, but now it appears you're just upset that someone else created a similar project to yours, rather than contribute to you.

If that's the case, it's understandable that you would rather they contribute to your project than have their own, but it's not plagiarism on their part. Contributions are a privilege, but forking is a right as far as open source is concerned.

Post reply on HN