<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px;">
<div><font face="Courier">Proxying from yahoo's open source director (since he wasn't initially subscribed to this list, afaik he now is) on his behalf.</font></div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div>
<div>From Gil Yehuda (Yahoo’s Open Source director).</div>
<div><br>
</div>
<div>I would urge you to avoid creating a dependency between Openstack code and any AGPL project, including MongoDB. MongoDB is licensed in a very strange manner that is prone to creating unintended licensing mistakes (a lawyer’s dream). Indeed, MongoDB itself
 presents Apache licensed drivers – and thus technically, users of those drivers are not impacted by the AGPL terms. MongoDB Inc. is in the unique position to license their drivers this way (although they appear to violate the AGPL license) since MongoDB is
 not going to sue themselves for their own violation. However, others in the community create MongoDB drivers are licensing those drivers under the Apache and MIT licenses – which does pose a problem.</div>
<div><br>
</div>
<div>Why? The AGPL considers 'Corresponding Source' to be defined as “the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those
 subprograms and other parts of the work." Database drivers *are* work that is designed to require by intimate data communication or control flow between those subprograms and other parts of the work. So anyone using MongoDB with any other driver now invites
 an unknown --  that one court case, one judge, can read the license under its plain meaning and decide that AGPL terms apply as stated. We have no way to know how far they apply since this license has not been tested in court yet.</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span></div>
<div>Despite all the FAQs MongoDB puts on their site indicating they don't really mean to assert the license terms, normally when you provide a license, you mean those terms. If they did not mean those terms, they would not use this license. I hope they intended
 to do something good (to get contributions back without impacting applications using their database) but, even good intentions have unintended consequences. Companies with deep enough pockets to be lawsuit targets, and companies who want to be good open source
 citizens face the problem that using MongoDB anywhere invites the future risk of legal catastrophe. A simple development change in an open source project can change the economics drastically. This is simply unsafe and unwise.</div>
<div><br>
</div>
<div>OpenStack's ecosystem is fueled by the interests of many commercial ventures who wish to cooperate in the open source manner, but then leverage commercial opportunities they hope to create. I suggest that using MongoDB anywhere in this project will result
 in a loss of opportunity -- real or perceived, that would outweigh the benefits MongoDB itself provides.</div>
<div><br>
</div>
<div>tl;dr version: If you want to use MongoDB in your company, that's your call. Please don't turn anyone who uses OpenStack components into a unsuspecting MongoDB users. Instead, decouple the database from the project. It's not worth the legal risk, nor the
 impact on the "Apache-ness" of this project.</div>
<div><br>
</div>
<div><br>
</div>
<div>Gil Yehuda</div>
<div>Sr. Director Of Open Source, Open Standards, Yahoo! Inc.</div>
<div>gyehuda@yahoo-inc.com</div>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="font-family: Calibri, sans-serif;">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span><Fox>, Kevin M <<a href="mailto:Kevin.Fox@pnnl.gov">Kevin.Fox@pnnl.gov</a>><br>
<span style="font-weight:bold">Reply-To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, March 19, 2014 at 2:38 PM<br>
<span style="font-weight:bold">To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:legal-discuss@lists.openstack.org">legal-discuss@lists.openstack.org</a>" <<a href="mailto:legal-discuss@lists.openstack.org">legal-discuss@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [openstack-dev] [Marconi] Why is marconi a queue implementation vs a provisioning API?<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div>
<div>Its my understanding that the only case the A in the AGPL would kick in is if the cloud provider made a change to MongoDB and exposed the MongoDB instance to users. Then the users would have to be able to download the changed code. Since Marconi's in front,
 the user is Marconi, and wouldn't ever want to download the source. As far as I can tell, in this use case, the AGPL'ed MongoDB is not really any different then the GPL'ed MySQL in footprint here. MySQL is acceptable, so why isn't MongoDB?</div>
<div><br>
</div>
<div>It would be good to get legal's official take on this. It would be a shame to make major architectural decisions based on license assumptions that turn out not to be true. I'm cc-ing them.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Kevin</div>
<div>________________________________________</div>
<div>From: Chris Friesen [<a href="mailto:chris.friesen@windriver.com">chris.friesen@windriver.com</a>]</div>
<div>Sent: Wednesday, March 19, 2014 2:24 PM</div>
<div>To: <a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a></div>
<div>Subject: Re: [openstack-dev] [Marconi] Why is marconi a queue implementation vs a provisioning API?</div>
<div><br>
</div>
<div>On 03/19/2014 02:24 PM, Fox, Kevin M wrote:</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>Can someone please give more detail into why MongoDB being AGPL is a</div>
<div>problem? The drivers that Marconi uses are Apache2 licensed, MongoDB is</div>
<div>separated by the network stack and MongoDB is not exposed to the Marconi</div>
<div>users so I don't think the 'A' part of the GPL really kicks in at all</div>
<div>since the MongoDB "user" is the cloud provider, not the cloud end user?</div>
</blockquote>
<div><br>
</div>
<div>Even if MongoDB was exposed to end-users, would that be a problem?</div>
<div><br>
</div>
<div>Obviously the source to MongoDB would need to be made available</div>
<div>(presumably it already is) but does the AGPL licence "contaminate" the</div>
<div>Marconi stuff?  I would have thought that would fall under "mere</div>
<div>aggregation".</div>
<div><br>
</div>
<div>Chris</div>
<div><br>
</div>
<div>_______________________________________________</div>
<div>OpenStack-dev mailing list</div>
<div><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a></div>
<div><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></div>
<div><br>
</div>
<div>_______________________________________________</div>
<div>OpenStack-dev mailing list</div>
<div><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a></div>
<div><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></div>
<div><br>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>