TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Parrot language copycat my Gravity source code. What can I do?

6 点作者 marcobambini超过 3 年前
I found out that the Parrot programming language (https:&#x2F;&#x2F;github.com&#x2F;parrot-language&#x2F;parrot) did copycat line by line my Gravity programming language (https:&#x2F;&#x2F;github.com&#x2F;marcobambini&#x2F;gravity).<p>I know that I used a very permissive license and that the project can be forked and modified by anyone but this is a theft more than a fork.<p>What can I do in this situation?

7 条评论

meatBoy超过 3 年前
to be fair, he started the language days ago and by the time, he already made some &quot;big&quot; improvments to the original programming language. I have seen he have added&#x2F;cahanged the MIT License with copyright notice. Since he has already added a notice, what I suggest is to just see how he is going and maybe give him some help.
评论 #29180655 未加载
Snetry超过 3 年前
Don&#x27;t jump the gun and open up a conversation on how this happened first.<p>After that mention that the attribution as required by the MIT License is missing
WalterGR超过 3 年前
It&#x27;s not theft. The MIT license, which your project is released under, allows exactly what they did.<p>The MIT license does require attribution, but doesn&#x27;t dictate where that attribution appears. Have you checked their repo for attribution?<p>(Edit: It&#x27;s humorous that the other project is named Parrot, since Parrots are known for copying sounds, and in fact the verb &quot;parrot&quot; means &quot;to imitate.&quot;)
评论 #29019032 未加载
评论 #29020517 未加载
el_dev_hell超过 3 年前
&gt; I know that I used a very permissive license and that the project can be forked and modified by anyone but this is a theft more than a fork.<p>You used probably the most permissive license available (MIT). However, it does look like Parrot is not attributing Gravity anywhere in their repo (which is the only requirement of MIT).<p>If I was in your situation, I&#x27;d open a pull request with an attribution in the README.
ModernMech超过 3 年前
Congratulations! This is the highest compliment that could be paid to you and your project, I&#x27;m quite jealous. In all likelihood, this Parrot language will go nowhere. That&#x27;s not saying anything about Parrot, but a fact of life for most languages out there (including Gravity tbf, sorry). My suggestion is to not pay this a second thought and just keep working on your language. Every second you spend on this non-issue is a second you&#x27;re not spending making Gravity language better.
armchairhacker超过 3 年前
Send them an email saying that you support them using your code and you’re glad they were inspired by your project, but please make sure to include attribution as specified by the MIT license.
Mikeb85超过 3 年前
MIT license... You can&#x27;t do anything except ask for attribution.