Hi Amit, On Fri, 2017-03-24 at 09:23 +0530, Amit Jain wrote: > Hi, > > We need to embed azure specific libraries in the oak-blob-cloud-azure > module as these are not OSGi compliant. The total size of the > libraries is > ~ 600 KB. > > The libraries have different license associated with them: > * com.microsoft.azure.azure-storage:5.0.0 - Apache 2 license [1] > * com.microsoft.azure.azure-keyvault-core:0.9.7 - MIT [2] > > Just wanted to check with the team that its Ok to do embed these with > these > licenses.
If your question is about licensing note that both of these are Category A licenses [3] which means that they may be included within Apache products. Robert [3]: https://www.apache.org/legal/resolved.html#category-a > > Thanks > Amit > > [1] https://github.com/Azure/azure-storage-java/blob/master/LICENSE.t > xt > [2] https://github.com/Azure/azure-sdk-for-java/blob/master/LICENSE.t > xt
