Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 16473 invoked from network); 2 Jun 2006 17:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 17:01:01 -0000 Received: (qmail 17223 invoked by uid 500); 2 Jun 2006 17:00:59 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 17046 invoked by uid 500); 2 Jun 2006 17:00:58 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 17035 invoked by uid 99); 2 Jun 2006 17:00:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 10:00:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 10:00:57 -0700 Received: by ehatchersolutions.com (Postfix, from userid 504) id CB67D33CB66; Fri, 2 Jun 2006 13:00:36 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on javelina X-Spam-Level: Received: from [192.168.0.15] (unknown [209.145.67.172]) by ehatchersolutions.com (Postfix) with ESMTP id 775E233C667 for ; Fri, 2 Jun 2006 13:00:26 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9FE1180F-8401-4832-A0AE-1571229A93D2@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: GData Server - Lucene storage Date: Fri, 2 Jun 2006 13:00:23 -0400 To: java-dev@lucene.apache.org X-Mailer: Apple Mail (2.750) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.1 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Jun 2, 2006, at 12:56 PM, Simon Willnauer wrote: > I had a look at the licence of the > sleepycat BerkleyDB for Java dist. and in my opinion it is alright > to use > and distribute it with the gdata server. > Are there any experts on licencing? Is it ok for the ASF to use that? It's ok to use it, just like the DBDirectory does (in contrib/db). But we cannot, as far as I know, distribute BDB itself. It will require those that download the GData server to separately download BDB. Distributions from Apache should be entirely under the ASL, I believe. Though IANAL. It'd be fine for someone to aggregate projects and distribute them from elsewhere though. Erik --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org