Return-Path: X-Original-To: apmail-groovy-dev-archive@minotaur.apache.org Delivered-To: apmail-groovy-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C573B177D4 for ; Fri, 16 Oct 2015 14:18:51 +0000 (UTC) Received: (qmail 38764 invoked by uid 500); 16 Oct 2015 14:18:48 -0000 Delivered-To: apmail-groovy-dev-archive@groovy.apache.org Received: (qmail 38718 invoked by uid 500); 16 Oct 2015 14:18:48 -0000 Mailing-List: contact dev-help@groovy.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.incubator.apache.org Delivered-To: mailing list dev@groovy.incubator.apache.org Received: (qmail 38708 invoked by uid 99); 16 Oct 2015 14:18:48 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2015 14:18:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EA576180E8F for ; Fri, 16 Oct 2015 14:18:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MP1CKdvsfz52 for ; Fri, 16 Oct 2015 14:18:41 +0000 (UTC) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0CC8621277 for ; Fri, 16 Oct 2015 14:18:41 +0000 (UTC) Received: by lbcao8 with SMTP id ao8so101181354lbc.3 for ; Fri, 16 Oct 2015 07:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LlmGa6hXwq7BMk2kZOf4qwdeHATQziqOiKmskIg9Nkk=; b=BLDF4DWKP/Doim4JIiuqFvm7SbuUlfvAf8fnij7D0UPYrwfa07cRdPSwcaylMGTC+Z ChqWc8B5I+aGCOLUScdl75AHJ/WjXkxb6NM/vfSOWTO4hE37iAtUXX3gP92lGlQbZ0CA 4isNxv8OqIOZ6b0dIRdcZDcWkhzLsNR/Bc/BsX8OX0FaQo/6lrW+ZkIblPUzHNPpbJBL jR5jNe6veFC0fu3guQXsj+BYk0XrULynh0jLKZl7ao2JYeWxDZO2mflbd6UNCOXlRoZj MI+ZQuPgfurTx40yhSoayqKFM6sJ2l3DhMhx+ww4ik9wRmUfiqwpkDEhC8o1kR4cIIjs lN+Q== MIME-Version: 1.0 X-Received: by 10.112.64.72 with SMTP id m8mr8219123lbs.41.1445005120518; Fri, 16 Oct 2015 07:18:40 -0700 (PDT) Received: by 10.112.39.37 with HTTP; Fri, 16 Oct 2015 07:18:40 -0700 (PDT) In-Reply-To: References: <20151015185948.GM16172@boudnik.org> Date: Fri, 16 Oct 2015 16:18:40 +0200 Message-ID: Subject: Re: [mentors] experimental graduation maturity assessment in view of graduating Groovy From: =?UTF-8?Q?C=C3=A9dric_Champeau?= To: dev@groovy.incubator.apache.org, Paul King Content-Type: multipart/alternative; boundary=001a1133d18ae840a80522397825 --001a1133d18ae840a80522397825 Content-Type: text/plain; charset=UTF-8 Should we mention that most of the dependencies are optional, runtime dependencies and not source dependencies. In that case GPars would only appear in the convenience binary zip. 2015-10-16 16:15 GMT+02:00 Paul King : > Sorry, forgot to mention that one. As per licenses/jsr166y-BINZIP.txt > (EG = Expert Group): > > --- > JSR166y License (optionally used by the optional GPars dependency) > > This product bundles the jsr166y jar (containing works from > the JSR-166 EG, Doug Lea, and Jason T. Greene) made available in > the public domain. For details, see licenses/jsr166y-license. > --- > > Also, I think the links on the Groovy site should be very close to > what we want now. > > Cheers, Paul. > > > On Sat, Oct 17, 2015 at 12:10 AM, Bertrand Delacretaz > wrote: > > Hi Paul, > > > > On Fri, Oct 16, 2015 at 2:47 PM, Paul King wrote: > >> ...To generate the report, run: > >> $ gradlew generateLicenseReport > > ... > > > > Great! > > > > I agree with your assessment of the results, except that jsr166y > > doesn't have license information in my report, do you have more info > > about that one? > > > > -Bertrand > --001a1133d18ae840a80522397825 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Should we mention that most of the dependencies are option= al, runtime dependencies and not source dependencies. In that case GPars wo= uld only appear in the convenience binary zip.

2015-10-16 16:15 GMT+02:00 Paul King <= paulk@asert.com.au>:
Sorry,= forgot to mention that one. As per licenses/jsr166y-BINZIP.txt
(EG =3D Expert Group):

---
JSR166y License (optionally used by the optional GPars dep= endency)

This product bundles the jsr166y jar (containing works from
the JSR-166 EG, Doug Lea, and Jason T. Greene) made available in
the public domain.=C2=A0 For details, see licenses/jsr166y-license.
---

Also, I think the links on the Groovy site should be very close to
what we want now.

Cheers, Paul.


On Sat, Oct 17, 2015 at 12:10 AM, Bertrand Delacretaz
<bdelacretaz@apache.org>= ; wrote:
> Hi Paul,
>
> On Fri, Oct 16, 2015 at 2:47 PM, Paul King <paulk@asert.com.au> wrote:
>> ...To generate the report, run:
>> $ gradlew generateLicenseReport
> ...
>
> Great!
>
> I agree with your assessment of the results, except that jsr166y
> doesn't have license information in my report, do you have more in= fo
> about that one?
>
> -Bertrand

--001a1133d18ae840a80522397825--