From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Proposal for Outreachy (May-August 2020) Date: Sun, 12 Jan 2020 00:39:55 +0100 Message-ID: <87tv51sgtw.fsf@gnu.org> References: <229482977533dfdcef5a2d60bbc94aee@disroot.org> <20200109205409.7d69453e@kompiuter> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34653) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqQMJ-0002Bd-MW for guix-devel@gnu.org; Sat, 11 Jan 2020 18:40:00 -0500 In-Reply-To: <20200109205409.7d69453e@kompiuter> (Jan's message of "Thu, 9 Jan 2020 20:54:09 +0100") 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-mx.org@gnu.org Sender: "Guix-devel" To: Jan Cc: guix-devel@gnu.org Hi, Jan skribis: > Don't know if this is a good place, but gnome-color-manager in this > commit: > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D29ae18db0578bbdbc= 0119703f7412fe91927e80e > has GPL2 license in the "license" field and the COPYING file also tells > the license is GPL2, but if you check a random source file, for example > https://gitlab.gnome.org/GNOME/gnome-color-manager/blob/master/src/gcm-br= ightness.c > Then files are licensed under GPL2 or any later. >> * This program is free software; you can redistribute it and/or modify >> * it under the terms of the GNU General Public License as published by >> * the Free Software Foundation; either version 2 of the License, or >> * (at your option) any later version. > > I guess the license is GPLV2 then, but I'm not sure, can someone > confirm this? The =E2=80=9Cor any later version=E2=80=9D wording is present in source fil= e headers, so it=E2=80=99s definitely =E2=80=98gpl2+=E2=80=99, not =E2=80=98gpl2=E2=80=99. I fixed this one and a couple of others in 7bd000d104f79f2b1c51c48c9d01f247189f9935. Thanks for the heads-up! Ludo=E2=80=99.