Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 40937 invoked from network); 10 Sep 2010 11:26:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 11:26:54 -0000 Received: (qmail 18058 invoked by uid 500); 10 Sep 2010 11:26:53 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 17974 invoked by uid 500); 10 Sep 2010 11:26:51 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 17966 invoked by uid 99); 10 Sep 2010 11:26:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 11:26:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of florian.mueller@alfresco.com designates 88.151.129.23 as permitted sender) Received: from [88.151.129.23] (HELO mx-out-manc3.simplymailsolutions.com) (88.151.129.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 11:26:41 +0000 Received: from zimbra.alfresco.com ([10.2.10.4]) by mx-out-manc3.simplymailsolutions.com (8.14.1/8.14.1) with ESMTP id o8ABQKqT028643 for ; Fri, 10 Sep 2010 12:26:20 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.alfresco.com (Postfix) with ESMTP id 352A1414017 for ; Fri, 10 Sep 2010 12:26:20 +0100 (BST) X-Virus-Scanned: amavisd-new at unx-d-manc4.tc.ifeltd.com Received: from zimbra.alfresco.com ([127.0.0.1]) by localhost (zimbra.alfresco.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xlj5LV--MVoV for ; Fri, 10 Sep 2010 12:26:19 +0100 (BST) Received: from Florian-Mullers-MacBook-Pro-2.local (unknown [194.75.202.163]) (Authenticated sender: florian.mueller) by zimbra.alfresco.com (Postfix) with ESMTP id A8F5A414023 for ; Fri, 10 Sep 2010 12:26:19 +0100 (BST) Message-ID: <4C8A15DB.2000201@alfresco.com> Date: Fri, 10 Sep 2010 12:26:19 +0100 From: =?ISO-8859-1?Q?Florian_M=FCller?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: chemistry-dev@incubator.apache.org Subject: Re: Validation of release packages References: <23210225.115471283350553943.JavaMail.jira@thor> <0FE020E9-8A81-4838-A2D1-CE41EAB03432@apache.org> <4C88DE5B.3080207@alfresco.com> <66B4A84F-993A-4B6F-B417-E0CE4BB0C030@apache.org> In-Reply-To: <66B4A84F-993A-4B6F-B417-E0CE4BB0C030@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org +1 On 10/09/2010 12:15, Gabriele Columbro wrote: > Hey guys, > quick update on this one: as Florian mentioned, working on the > assumption the Category B licenses require a pointer to source code in > NOTICE (apart from the mention in DEPENDENCIES), I have a working > solution which allows maven to produce the notice file in the proper way. > Basically I'm using a custom version of the apache-jar-resource-bundle, > which lists in NOTICE all the CDDL licensed packages (CDDL is the only > Category B dependency we have). > > Provided that I will pick this us on the Maven Dev list for a possible > contribution, a quick solution for now is to: > > - create a top level project (out of the release, at the same level of > the tck [1]), called chemistry-jar-resource-bundle > - add the custom NOTICE.vm file there and deploy a SNAPSHOT to > repository.apache.org > - depend on it by our build and use it in the > maven-remote-resource-plugin config > > I'll perform this right away, unless you guys have some concern. I can > later then proceed with the release (ideally I could call a code freeze, > let's say, by 3PM CET ? ) > > Let me know your thoughts, > Gab > > > > > > > > > > [1] http://svn.apache.org/repos/asf/incubator/chemistry/ > > > > On Sep 9, 2010, at 3:17 PM, Florian M�ller wrote: > >> Hi, >> >> Gab and my interpretation of the Apache third-party rules [1] is that >> all dependencies with Category B licences have to be mentioned in the >> NOTICE files with a link to the source code. >> >> We have a bunch of CDDL dependencies. The names and links are already >> in the DEPENDENCIES files. We think copying the CDDL entries to NOTICE >> files should sufficient. >> >> >> Any comments? Experts? >> >> >> - Florian >> >> [1] http://www.apache.org/legal/3party.html >> >> >> >> On 08/09/2010 14:59, Nick Burch wrote: >>> On Wed, 1 Sep 2010, Gabriele Columbro wrote: >>>> One question to conclude: referring to Nick's comments at [4], do you >>>> think we should have anything else in NOTICE for all packages? In >>>> other words, which of the licenses mentioned in the various >>>> DEPENDENCIES files actually require a NOTICE? >>> >>> The NOTICE file should contain as little as possible. Everything else >>> should go in DEPENDENCIES, a readme, the website etc >>> >>> The reason for this is that every downstream user has to include >>> everything in our NOTICE file in their own notices. So, we want it to >>> include all the required notices of our upstream dependencies, along >>> with our own notice. However, we don't want to full the NOTICE file up >>> with things that aren't required, as we don't want to burden our users! >>> >>> To review the NOTICE files, take a look at what's in there, and compare >>> that to the dependencies list (which is hopefully correct, since maven >>> generated it!). The notice file should have our notice in it, and after >>> that any dependency ones. If a dependency is under a license that >>> requires a notice, it should be there. (If not, it shouldn't. The main >>> apache 3rd party licenses page may give some help on this) >>> >>> Does this make sense to everyone? >>> >>> Nick >> >