企业使用在AGPL v3许可下的网络软件产品的源代码。它修改源代码,但不与原始开发人员和版权持有人共享更改,并将更改保持为私有。然后,它在其服务器中托管修改后的版本,但不将源代码作为一个包分发给任何第三方。它允许一个封闭的通过身份验证的客户群体(而不是普通公众)通过web服务与这个经过修改的产品进行交互--通过企业的一个门户网站。
企业是否违反了AGPL v3的任何条款?如果是的话,具体是哪一个?
发布于 2016-06-23 07:49:51
AGPLv3第13期:
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, 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. This Corresponding Source shall include
the Corresponding Source for any work covered by version 3 of the GNU
General Public License that is incorporated pursuant to the following
paragraph.在我看来,那些与软件交互的客户就是这样的用户。
因为它们不直接与服务交互,而是通过门户网站进行交互,所以会变得毛茸茸的;为此,您可能需要与律师交谈,或者询问OSS堆栈Exchange。我想说,许可证的目的可能是使它适用于这种情况,但我不知道它是否真的适用。
https://softwareengineering.stackexchange.com/questions/323032
复制相似问题