From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em2aA-0008P5-Cu for guix-patches@gnu.org; Wed, 14 Feb 2018 14:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em2a7-0004Rj-6q for guix-patches@gnu.org; Wed, 14 Feb 2018 14:19:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1em2a7-0004Rf-2w for guix-patches@gnu.org; Wed, 14 Feb 2018 14:19:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1em2a6-0005C0-UR for guix-patches@gnu.org; Wed, 14 Feb 2018 14:19:02 -0500 Subject: [bug#30417] [PATCH 03/11] gnu: Add java-plexus-compiler-api. Resent-Message-ID: Date: Wed, 14 Feb 2018 20:18:01 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180214201801.48093f2c@alma-ubu> In-Reply-To: <20180212004735.1a2e1dfb@alma-ubu> References: <20180210234811.40ddec07@lepiller.eu> <20180210230438.26794-3-julien@lepiller.eu> <20180212004735.1a2e1dfb@alma-ubu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 30417@debbugs.gnu.org On Mon, 12 Feb 2018 00:47:35 +0100 Bj=C3=B6rn H=C3=B6fling wrote: > On Sun, 11 Feb 2018 00:04:30 +0100 > Julien Lepiller wrote: >=20 > > * gnu/packages/java.scm (java-plexus-compiler-api): New variable. [...] > > + (license license:asl2.0))) =20 >=20 > There are some files licensed under "MIT" (which one is that exactly > in FSF-speach again?), for example: > https://github.com/codehaus-plexus/plexus-compiler/blob/master/plexus-com= piler-api/src/main/java/org/codehaus/plexus/compiler/AbstractCompiler.java >=20 > I haven't done a full review of it yet. Apart from the missing "license:expat" this LGTM. Bj=C3=B6rn