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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Are companies blowing off the terms of the AGPL?

1 点作者 cilantro超过 14 年前
I've been perplexed for a while about this. It seems like many people are either unaware of how restrictive this license is, or are choosing to disregard it. For example, I find it hard to believe that all the projects leveraging MongoDB I see posted to HN are GPL-ing their code or buying a commercial license.<p>What am I missing? I sincerely don't understand.

1 comment

stevenwei超过 14 年前
Well at least for MongoDB the reason is quite clear. From their licensing page (<a href="http://www.mongodb.org/display/DOCS/Licensing" rel="nofollow">http://www.mongodb.org/display/DOCS/Licensing</a>):<p><pre><code> Note however that it is never required that applications using mongo be published. The copyleft applies only to the mongod and mongos database programs. This is why Mongo DB drivers are all licensed under an Apache license. Your application, even though it talks to the database, is a separate program and “work”.</code></pre>