From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF9Ow-0007h0-3k for guix-patches@gnu.org; Tue, 23 Oct 2018 23:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF9Os-0007jW-Uk for guix-patches@gnu.org; Tue, 23 Oct 2018 23:00:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gF9Os-0007jE-Ms for guix-patches@gnu.org; Tue, 23 Oct 2018 23:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gF9Os-0000kV-L6 for guix-patches@gnu.org; Tue, 23 Oct 2018 23:00:02 -0400 Subject: bug#33130: [PATCH] gnu: Add wavemon. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20181023184642.10363-1-me@tobias.gr> <87bm7kbbwz.fsf@gnu.org> From: Tobias Geerinckx-Rice In-reply-to: <87bm7kbbwz.fsf@gnu.org> Date: Wed, 24 Oct 2018 04:59:30 +0200 Message-ID: <87bm7k9hil.fsf@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33130-done@debbugs.gnu.org Ludovic Court=C3=A8s wrote: > Tobias Geerinckx-Rice skribis: > >> * gnu/packages/hardware.scm (wavemon): New public variable. > > LGTM, thanks! Thank you. I've pushed as 0ba0ab814ad12af964d0b7f6e8ef3c50e5815264 with the=20 following change: - (license license:gpl2+))) + ;; Source file headers still say GPL2+, but the authorial=20 intent + ;; (from COPYING and the F9 'about' screen) is clearly GPL3+. + (license license:gpl3+))) Kind regards, T G-R