Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2916999D3 for ; Fri, 21 Oct 2011 19:43:39 +0000 (UTC) Received: (qmail 68952 invoked by uid 500); 21 Oct 2011 19:43:38 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 68924 invoked by uid 500); 21 Oct 2011 19:43:38 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 68916 invoked by uid 99); 21 Oct 2011 19:43:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 19:43:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of richardkettelerij@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 19:43:32 +0000 Received: by yxl11 with SMTP id 11so957692yxl.32 for ; Fri, 21 Oct 2011 12:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=HVUwF296x168jq1Y/9qELccUAvmo8XVtpbFlvyVGZIY=; b=C6AYX5JsaJv66TRo/WN8dwVvEguewzr+cwgqjvXaLAQzVIjumCUsMIz1qHP1+slK1P c9Q7qSwU7TdYk29lDd1LnsG+bTKi4Mu5IMiwAYdJbjbA10ixk+he0CtC1B1sr7+wRyFK cI6VAZp3bTOFJGYQTceSPV00H9z128hxfkk5c= Received: by 10.223.6.25 with SMTP id 25mr26602798fax.14.1319226191272; Fri, 21 Oct 2011 12:43:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.108.19 with HTTP; Fri, 21 Oct 2011 12:42:51 -0700 (PDT) In-Reply-To: References: From: Richard Kettelerij Date: Fri, 21 Oct 2011 21:42:51 +0200 Message-ID: Subject: Re: component using LGPL library To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001517478442825d1504afd448be --001517478442825d1504afd448be Content-Type: text/plain; charset=ISO-8859-1 Hi Donald, Unfortunately projects at the Apache Software Foundation aren't allowed to depend on third party LGPL components. See http://www.apache.org/legal/resolved.html#category-x for details. So your component can't be hosted at apache.org. However we can host it in the Camel Extra project http://code.google.com/a/apache-extras.org/p/camel-extra/. Camel Extra was created for these situations. Looking forward to your component! Regards, Richard On Fri, Oct 21, 2011 at 9:05 PM, Donald Whytock wrote: > Hi all... > > I'm considering writing a component that uses the google-voice-java > library to send and receive SMS messages via Google Voice. > > The google-voice-java library is licensed as LGPL. Is a component > that uses it a permitted contribution? Can it contain a copy of the > library? > > Don > --001517478442825d1504afd448be--