From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 03/04: gnu: Add git-when-merged. Date: Mon, 19 Nov 2018 22:20:25 +0100 Message-ID: <87in0svk6e.fsf@gnu.org> References: <20181116221822.30957.35914@vcs0.savannah.gnu.org> <20181116221823.7F00D209C2@vcs0.savannah.gnu.org> <87pnv4vy9z.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOqy3-0003Pq-VU for guix-devel@gnu.org; Mon, 19 Nov 2018 16:20:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOqy3-0007v0-6C for guix-devel@gnu.org; Mon, 19 Nov 2018 16:20:27 -0500 In-Reply-To: <87pnv4vy9z.fsf@netris.org> (Mark H. Weaver's message of "Sat, 17 Nov 2018 04:38:37 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org Hi Mark, Mark H Weaver skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> civodul pushed a commit to branch master >> in repository guix. >> >> commit 243bdcc12e40c8dbd1129fa5b613d8f247744f31 >> Author: Kyle Meyer >> Date: Mon Nov 12 16:24:23 2018 -0500 >> >> gnu: Add git-when-merged. >>=20=20=20=20=20 >> * gnu/packages/version-control.scm (git-when-merged): New variable. >>=20=20=20=20=20 >> Signed-off-by: Ludovic Court=C3=A8s >> --- >> gnu/packages/version-control.scm | 52 +++++++++++++++++++++++++++++++++= +++++++ >> 1 file changed, 52 insertions(+) > > The license field of this package is incorrect. It has this: > > (license license:gpl2) > > which is understandable given that GitHub shows the license as "GPL-2.0" > on the main project page . > However, if you look at the actual code, there's only one source file > and it has a proper GNU GPLv2+ copyright notice at the top. > > https://github.com/mhagger/git-when-merged/blob/master/bin/git-when-mer= ged > > The only other files in the repository are README.md and COPYING. Indeed, my bad: knowing that Git is GPLv2-only, I took it for granted that git-when-merged was licensed similarly. I=E2=80=99ll push the fix shortly, thanks for the heads-up! Ludo=E2=80=99.