'With the MIT license, you should really also put your copyright and license notices at the top of each source file in a comment in addition to the license file in the repo. This way if someone uses one or more files but not entire repo, your copyright notice and license declaration stays with your code, unless they deliberately remove it. With only a license file you risk someone who only needs one of your source files separating those notices from your code accidentally with no ill-intention toward you or your work.'
My open source project got stolen by a HN user
11–20 of 68 posts
Re: My open source project got stolen by a HN user
#12The first thing that came to my mind after reading your post was the philmarilion from 4chan. Collecting these posts and submitting them with all these commentaries is.. a bit creepy. I find collecting stuff to be a good idea, but publishing them in this manner is another thing, seems to be a very knee-jerk reaction. When I compare the two projects, I do see that you are right, he obviously just copy-pasted, I do und…
Re: My open source project got stolen by a HN user
#13Earlier quoted context omitted.
Won't the github timestamps show which came first?
Something curious is that the oldest tag I can find on Github from Elegant is from March 16 [1], while the oldest tag I can find from Outstatic is from March 26 [2] [1] https://github.com/elegantframework/elegant-cli/tree/v1.0-al... [2] https://github.com/avitorio/outstatic/tags?after=v0.0.37
https://github.com/elegantframework/elegant-cli/commit/8d8d8... (March 2023)
https://github.com/avitorio/outstatic/commit/76c82a05cf82896... (August 2022)
Re: My open source project got stolen by a HN user
#14The first thing that came to my mind after reading your post was the philmarilion from 4chan. Collecting these posts and submitting them with all these commentaries is.. a bit creepy. I find collecting stuff to be a good idea, but publishing them in this manner is another thing, seems to be a very knee-jerk reaction. When I compare the two projects, I do see that you are right, he obviously just copy-pasted, I do und…
the social effects on HN are stronger than Github issues; surely you must realize that.
Re: My open source project got stolen by a HN user
#15This is exactly the intent of a MIT license. The only unfair aspect is that they seem to have removed the original license notice, which is a requirement.
Their project is MIT licensed too, so if you like what they’re doing you can play your Uno reverse card!
Re: My open source project got stolen by a HN user
#16Earlier quoted context omitted.
Something curious is that the oldest tag I can find on Github from Elegant is from March 16 [1], while the oldest tag I can find from Outstatic is from March 26 [2] [1] https://github.com/elegantframework/elegant-cli/tree/v1.0-al... [2] https://github.com/avitorio/outstatic/tags?after=v0.0.37
Commits tell a different story: https://github.com/elegantframework/elegant-cli/commit/8d8d8... (March 2023) https://github.com/avitorio/outstatic/commit/76c82a05cf82896... (August 2022)
Re: My open source project got stolen by a HN user
#17Re: My open source project got stolen by a HN user
#18I checked the source code in both projects and it seems that a fair amount of rework has happened already. They don’t really look alike beyond bits of structure and the basic layout. This is exactly the intent of a MIT license. The only unfair aspect is that they seem to have removed the original license notice, which is a requirement. Their project is MIT licensed too, so if you like what they’re doing you can play…
What I'm exposing here is an attempt at making people believe he is the author of said code. Not someone who took 90% of a project and is building something with it, but that he wrote the entirety of the code.
Re: My open source project got stolen by a HN user
#19It is definitely unfair at say the least. I do see that their About text in Github has outstatic but that is it. If the code was directly copied pasted (regardless of MIT license), he should at least mention your project as a courtesy. This is why we can't have nice things. I don't know how to help you more but I do feel your pain and I wish there weren't people like this in the world. But they do exist.
Re: My open source project got stolen by a HN user
#20Earlier quoted context omitted.
Commits tell a different story: https://github.com/elegantframework/elegant-cli/commit/8d8d8... (March 2023) https://github.com/avitorio/outstatic/commit/76c82a05cf82896... (August 2022)
commits can be overwritten, what is actually reliable here is GitHub's "event stream"