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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Challenges with Creating Open-Source Clones of Commercial Software?

12 点作者 gitgud将近 2 年前
Is there a way to check patents related to a particular piece of commercial software?<p>Are free and open-source (FOSS) clones susceptible to legal action in the same way that &quot;commercial clones&quot; are?<p>Some projects copy UX and GUI&#x27;s extremely closely to the commercial version, is this actually legal?<p>If you clone it from scratch (without using License restricted libraries), does that protect the project?<p><i>Apologies if these are dumb questions... I&#x27;m interested in making a clone of a useful piece of CAD software, and am interested in possible implications of copying something.</i>

5 条评论

jqpabc123将近 2 年前
<i>I&#x27;m interested in making a clone of a useful piece of CAD software, and am interested in possible implications of copying something.</i><p>In other words, you&#x27;re worried about getting sued.<p>This is always a possibility when you set out to create a &quot;derivative work&quot;.<p>You can create a new copyleft novel about a boy wizard without too much worry. But if you play off some of the characters in a Harry Potter novel or call it &quot;The Free Harry Potter&quot;, you&#x27;re asking for trouble.<p>In software terms, you can write a new CAD sofware without too much worry. Even copying some existing artistic&#x2F;UI choices isn&#x27;t too much of an issue. But what will likely get you in trouble is attempting to make it compatible with some existing software and it&#x27;s &quot;proprietary&quot; data formats and&#x2F;or command structures.<p>In other words, &quot;reverse engineering&quot; is what really tends to raise some legal red flags in software circles.<p>It&#x27;s kinda hard to sell this in court as anything other than an intentional attempt to piggyback off of and have an adverse financial impact on prior work. This is what lawyers live for --- redress for harm to others.
评论 #37029862 未加载
brudgers将近 2 年前
<i>I&#x27;m interested in making a clone of a useful piece of CAD software</i><p>Are you interested enough to start?<p>Caring enough to start is the biggest challenge.<p>Getting anyone else to care is even biggerer.<p>Worrying about lawsuits is a lot easier, and maybe a tell for your actual interest. Or not. Good luck.
fsflover将近 2 年前
Relevant: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;ReactOS#Internal_audit" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;ReactOS#Internal_audit</a>
KomoD将近 2 年前
&gt; Some projects copy UX and GUI&#x27;s extremely closely to the commercial version, is this actually legal?<p>Even if it is legal the company can still sue you until you drown in legal bills
deterministic将近 2 年前
Why is it that so many open source developers simply copy commercial software instead of coming up with better ways to solve the same problem? Copying the creative work of others is not admirable or something to be encouraged I think.<p>Especially when open source developers often makes unsubstantiated claims about the superiority of open source software.
评论 #37044305 未加载
评论 #37051094 未加载