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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Diaspora Considering Abandoning AGPL?

3 点作者 mjgoins超过 14 年前

3 条评论

rick888超过 14 年前
I hope they do abandon it, because I know I won't go anywhere near the source until they do.<p>The AGPL contains this little gem:<p>"if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software"<p>Anyone that accesses your website is entitled to the source code you are using.
评论 #1703845 未加载
rcfox超过 14 年前
Ignoring the hearsay for a moment:<p>Indicating copyright ownership has nothing to do with the licensing. The people who wrote the software own the copyright. Being AGPL, or whatever else, defines how other people can use the software.
评论 #1703293 未加载
logic超过 14 年前
Personally, I think it would be a shame. You're only on the hook if you want to modify their reference implementation, and aren't interested in sharing your changes with the community.<p>Write your own implementation under whatever license you want (and once they're a little farther along with actual protocol documentation, that ought to give you everything you need to make it happen), or share nicely. I'm not sure how that's a problem.