From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVYgl-0003pl-Mk for guix-patches@gnu.org; Wed, 20 Jun 2018 04:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVYgk-0004F0-L1 for guix-patches@gnu.org; Wed, 20 Jun 2018 04:42:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49011) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVYgk-0004Eu-HA for guix-patches@gnu.org; Wed, 20 Jun 2018 04:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fVYgk-0001d8-8U for guix-patches@gnu.org; Wed, 20 Jun 2018 04:42:02 -0400 Subject: [bug#31909] services: Adjust 2 GPL3 header typos. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVYgI-0003bN-Iu for guix-patches@gnu.org; Wed, 20 Jun 2018 04:41:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVYgH-00040I-Ks for guix-patches@gnu.org; Wed, 20 Jun 2018 04:41:34 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:47150) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVYgH-0003zo-8M for guix-patches@gnu.org; Wed, 20 Jun 2018 04:41:33 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id d2fd4cb5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 20 Jun 2018 08:41:31 +0000 (UTC) Date: Wed, 20 Jun 2018 08:42:09 +0000 From: Nils Gillmann Message-ID: <20180620084209.3yedlenrk4lhe4fo@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="qjmr7vmmy2oxh2ds" Content-Disposition: inline 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: 31909@debbugs.gnu.org --qjmr7vmmy2oxh2ds Content-Type: text/plain; charset=utf-8 Content-Disposition: inline A sed script I just ran catched 2 headers which diverged from the way the GPL3 header is usually included in Guix. Appended fix. --qjmr7vmmy2oxh2ds Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-services-Fix-GPL3-header-in-cuirass-and-pm-module.patch" Content-Transfer-Encoding: quoted-printable =46rom 4ff05a0cc4d2330baeb6cf5634e0270d0fea70ae Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann Date: Wed, 20 Jun 2018 08:39:20 +0000 Subject: [PATCH] services: Fix GPL3 header in cuirass and pm module. * gnu/services/cuirass.scm, gnu/services/pm.scm: Adjust to canonical GPL3 header used throughout Guix. Signed-off-by: Nils Gillmann --- gnu/services/cuirass.scm | 2 +- gnu/services/pm.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/services/cuirass.scm b/gnu/services/cuirass.scm index c5e9fcbb2..a9ef9881b 100644 --- a/gnu/services/cuirass.scm +++ b/gnu/services/cuirass.scm @@ -6,7 +6,7 @@ ;;; ;;; This file is part of GNU Guix. ;;; -;;; GNU Guix is free software: you can redistribute it and/or modify +;;; GNU Guix 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 3 of the License, or ;;; (at your option) any later version. diff --git a/gnu/services/pm.scm b/gnu/services/pm.scm index d40cb993e..3817bd09d 100644 --- a/gnu/services/pm.scm +++ b/gnu/services/pm.scm @@ -3,7 +3,7 @@ ;;; ;;; This file is part of GNU Guix. ;;; -;;; GNU Guix is free software: you can redistribute it and/or modify +;;; GNU Guix 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 3 of the License, or ;;; (at your option) any later version. --=20 2.17.1 --qjmr7vmmy2oxh2ds--