Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 68523 invoked from network); 3 Oct 2007 14:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 14:09:12 -0000 Received: (qmail 41155 invoked by uid 500); 3 Oct 2007 14:08:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 41097 invoked by uid 500); 3 Oct 2007 14:08:59 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 41086 invoked by uid 99); 3 Oct 2007 14:08:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 07:08:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [211.29.132.196] (HELO mail15.syd.optusnet.com.au) (211.29.132.196) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 14:08:58 +0000 Received: from [192.169.0.3] (d58-106-61-12.mas2.nsw.optusnet.com.au [58.106.61.12]) (authenticated sender gianny.damour) by mail15.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l93E7ZRv014703 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 4 Oct 2007 00:07:36 +1000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Gianny Damour Subject: Re: Distributing AspectJ JARs - License Date: Thu, 4 Oct 2007 00:07:34 +1000 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi Matt, Yes: I would like to add this dependency from the Eclipse Foundation to a config so that it gets included in the assemblies: aspectj aspectjrt 1.5.2a My understanding is that the AspectJ tools are provided under the "Eclipse Public License Version 1.0" license: http://www.eclipse.org/ legal/epl-v10.html At this stage, I would like to simply change the licensing files of the config: * mofify the NOTICE.txt to include a one liner pointing to the EPL; and * add a LICENSE-EPL-V10.txt, which is a CC of http://www.eclipse.org/ legal/epl-v10.html. However, I am not sure that we can include AspectJ jars in the assemblies. Thanks, Gianny On 03/10/2007, at 12:49 PM, Matt Hogstrom wrote: > Gianny, this looks pretty good. So for users that have large > session objects this looks like a way to effectively manage them. > > Is your question about the license used for AspectJ from the > Eclipse Foundation ? > > > > On Sep 28, 2007, at 9:23 PM, Gianny Damour wrote: > >> Hi, >> >> I would like to add a dependency to a new wadi module, wadi-aop, >> relying on AspectJ JARs. >> >> The goal it to allow users to configure delta session replication >> for their clustered Web applications. I capture here how this works: >> http://docs.codehaus.org/display/WADI/5.+Delta+Session+Replication >> >> Is this an issue from a license perspective? >> >> Thanks, >> Gianny >> >> >