| Hi everyone, I've been working on a command line tool for more than 6 months. 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. He should have created Pull Requests to contribute to the project instead of modifying the original project and posting it as a separate project in 4 days (vs 6 months that it took to me to organize and create all that code). 100% of the changes he made could have been made through Pull Requests. If someone wants to take a look and contribute to the original project, this is the URL:
https://github.com/guarinogabriel/Mac-CLI What would you do if this happens with your project? Please let me know your thoughts. Thanks! |
1) You could potentially use a DMCA claim to take down the repo, if there has been a license violation. But:
2) This is not plagiarism. You put the code under a license that says almost-literally "do anything you want with this code", and they did. There is no legal obligation to use pull requests instead of forks.
> What would you do if this happens with your project?
Probably ignore it. If your version is better, people will use it instead. If it isn't, that's life.