Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B5193200B41 for ; Wed, 22 Jun 2016 18:01:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B372B160A24; Wed, 22 Jun 2016 16:01:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C276160A64 for ; Wed, 22 Jun 2016 18:01:02 +0200 (CEST) Received: (qmail 66924 invoked by uid 500); 22 Jun 2016 16:01:01 -0000 Mailing-List: contact legal-discuss-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: Reply-To: legal-discuss@apache.org List-Id: Delivered-To: mailing list legal-discuss@apache.org Received: (qmail 66706 invoked by uid 99); 22 Jun 2016 16:01:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 16:01:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FE792C1F73 for ; Wed, 22 Jun 2016 16:01:01 +0000 (UTC) Date: Wed, 22 Jun 2016 16:01:01 +0000 (UTC) From: "Robert Metzger (JIRA)" To: legal-discuss@apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LEGAL-198) Amazon Software License compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Jun 2016 16:01:03 -0000 [ https://issues.apache.org/jira/browse/LEGAL-198?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15344= 602#comment-15344602 ]=20 Robert Metzger commented on LEGAL-198: -------------------------------------- I have another question on this issue, regarding the binary redistribution = of code licensed under the AmazonSL. Similar to Apache Spark, Apache Flink recently added a Kinesis connector as= an optional module into our repository. If users want to use the Kinesis connector, they have to build it from sour= ce, using a special flag on the maven command. Flink soon plans to release a new version, containing the Kinesis connector= . I wonder if we can distribute the maven artifacts (binaries) of the optio= nal module to maven central, as part of the release. Since Kinesis is using Google protobuf V2.6.1, but Flink depends on protobu= f 2.5.0, we need to relocate ("shade") the protobuf version used by Kinesis= into a different namespace. This effectively means that one maven artifact= the Flink project deploys to maven central contains binaries licensed unde= r the AmazonSL. From above discussions, I got that in Spark's case its okay to link to Amaz= onSL licensed software, because the linking happens on the user side. In th= e case I've described, we would redistribute modified binaries of a restric= ted use license as part of an Apache release. I guess the likelihood that we can not release the artifact like this is cl= ose to 99%, but I still wanted to ask, because this issue is causing me a l= ot of trouble, and this solution would be the easiest one for me. > Amazon Software License compatibility > ------------------------------------- > > Key: LEGAL-198 > URL: https://issues.apache.org/jira/browse/LEGAL-198 > Project: Legal Discuss > Issue Type: Question > Reporter: Matei Zaharia > > We recently received a patch to add support for the Amazon Kinesis data s= ource in Apache Spark, which uses the following library: https://github.com= /awslabs/amazon-kinesis-client licensed under the Amazon Software License: = https://aws.amazon.com/asl/. Would it be okay to have a Maven dependency on= this library in an Apache project? From a quick look at the license, it se= ems reasonable, but I=E2=80=99d like to double-check. The one restriction t= hat may be strange is "3.3 Use Limitation. The Work and any derivative work= s thereof only may be used or intended for use with the web services, compu= ting platforms or applications provided by Amazon.com, Inc. or its affiliat= es, including Amazon Web Services, Inc.=E2=80=9D. However, it also says "de= rivative works shall not include works that remain separable from, or merel= y link (or bind by name) to the interfaces of, the Work", so I'm not sure o= ur project would be a derivative work. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org For additional commands, e-mail: legal-discuss-help@apache.org