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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Should I enforce software licensing, and if so, how?

1 点作者 chrisdew大约 12 年前
I am creating a commercial, installable software product, which I intend to launch next month.<p>I intend to license it at around $50/server. Most use cases need the software on multiple servers. Is there any way to encourage/enforce that customers who install 20 copies to pay for 20 copies instead of just one?<p>Is there a way of doing this <i>without</i> annoying the honest majority (minority?) of customers.<p>(I'm intending to build the customer's email address into the binary and help screen, to dissuade copying.)<p>What is current best practice re: licensing and enforcement?

1 comment

droz大约 12 年前
Have your application periodically register with a registration service and monitor for excessive use. If you detect something, call up the customer and ask what's going on and present your data. Tell them they are not licensed to run unlimited number of instances and they need to pay up. If they don't, have a built-in shutdown command that you can issue to the software instances that are unlicensed.
评论 #5484921 未加载