From unknown Fri Jun 20 20:04:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31909] services: Adjust 2 GPL3 header typos. Resent-From: Nils Gillmann Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Jun 2018 08:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31909 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 31909@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15294841036230 (code B ref -1); Wed, 20 Jun 2018 08:42:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jun 2018 08:41:43 +0000 Received: from localhost ([127.0.0.1]:56907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVYgR-0001cP-48 for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44283) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVYgQ-0001cD-8k for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVYgJ-00041S-SI for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50125) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVYgJ-00041N-OS for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:35 -0400 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 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.4 (-----) --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-- From unknown Fri Jun 20 20:04:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Nils Gillmann Subject: bug#31909: closed (Re: [bug#31909] services: Adjust 2 GPL3 header typos.) Message-ID: References: <20180620161837.GB2236@jasmine.lan> <20180620084209.3yedlenrk4lhe4fo@abyayala> X-Gnu-PR-Message: they-closed 31909 X-Gnu-PR-Package: guix-patches Reply-To: 31909@debbugs.gnu.org Date: Wed, 20 Jun 2018 16:19:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1529511542-13687-1" This is a multi-part message in MIME format... ------------=_1529511542-13687-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31909: services: Adjust 2 GPL3 header typos. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31909@debbugs.gnu.org. --=20 31909: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31909 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1529511542-13687-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31909-done) by debbugs.gnu.org; 20 Jun 2018 16:18:41 +0000 Received: from localhost ([127.0.0.1]:57845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVfof-0003YD-7K for submit@debbugs.gnu.org; Wed, 20 Jun 2018 12:18:41 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:54777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVfod-0003Y5-Ai for 31909-done@debbugs.gnu.org; Wed, 20 Jun 2018 12:18:39 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id CD7F421B6F; Wed, 20 Jun 2018 12:18:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 20 Jun 2018 12:18:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=E6HDSebG/HlNFkraqckUat1aFfbDWhgg8S3qDIepHHI=; b=CSDC9 DZF6Lsss+IkCP1rCdanTAfVn5JsiL5rV+MG1WlcoJZd0L8YBCwCIK2gUvoWwkhJC 074Gn+6wEwjxQb0+EJqNa1BOzigJM4LMCR+V59BIb8GgEPovxm1YAIhwb+sPZev0 zOBvM070Iq97nRbhrAguHEcKNQ2OJduuWhqGDs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=E6HDSebG/HlNFkraqckUat1aFfbDW hgg8S3qDIepHHI=; b=hFTX+ZDn57lhC0QehhZP0ZM2+NQE61fDxJ5uJp7/cl2Xk MV3Y6IqWD70uP+i22knM070YRff1VwMQX4ULjG2fSWpw/q+nwTJirbkz6/ZQl1zY +RdlyUoFJZsDVDxRq7uMu7OSAcHFDfkDfp2vXooqAPxqpptjh8MufUDJFSaCnIBY 32jpSnudxzgsdZMw+FNrwhQblcXzA4Rfdlf6QFUwwFAhUZqRHFcAdCcYEc0PXKrM dtzsIw9ER5WbIjBdIVPOTl5fJIs+soyYvVLlpTsbOgCqyuOLorh84EEkW2hH3PXL JMtE83LbxZlbbSGws8ziRxP5gALwXeG4kLvg93R3A== X-ME-Proxy: X-ME-Sender: Received: from localhost (unknown [172.58.216.160]) by mail.messagingengine.com (Postfix) with ESMTPA id 73CB5E403B; Wed, 20 Jun 2018 12:18:38 -0400 (EDT) Date: Wed, 20 Jun 2018 12:18:37 -0400 From: Leo Famulari To: Nils Gillmann Subject: Re: [bug#31909] services: Adjust 2 GPL3 header typos. Message-ID: <20180620161837.GB2236@jasmine.lan> References: <20180620084209.3yedlenrk4lhe4fo@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <20180620084209.3yedlenrk4lhe4fo@abyayala> User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31909-done Cc: 31909-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 20, 2018 at 08:42:09AM +0000, Nils Gillmann wrote: > A sed script I just ran catched 2 headers which diverged from the > way the GPL3 header is usually included in Guix. >=20 > Appended fix. > From 4ff05a0cc4d2330baeb6cf5634e0270d0fea70ae Mon Sep 17 00:00:00 2001 > From: Nils Gillmann > Date: Wed, 20 Jun 2018 08:39:20 +0000 > Subject: [PATCH] services: Fix GPL3 header in cuirass and pm module. >=20 > * gnu/services/cuirass.scm, gnu/services/pm.scm: Adjust to > canonical GPL3 header used throughout Guix. Thanks! Pushed as 6a18183f4b82688bd4417d075d3f7ba20e008119 --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlsqfl0ACgkQJkb6MLrK fwgofg/+K8BZbJCpBhodbqKjsjm2OBoAfv45+sfUx6Vrt871vcsfQVbCTQHaZGmR wKiWGkaWGF7LzupMMLZ3LF91krkEIKfM+eqFLT9IUwgv0ViUd5ruKSM7VjlGpm/b BbE866RaLl0QupCTKx5homWnwMWs3dv2GWjTnZVpPEEeh/usvdlGS2O3nVCw+NKV oA5rkBAMFUrgkEXAUy2GSH/ukXWRQeMFdoeK8pneOUzAB9yd5ZdL6Q5rZB6ncQpu JSUL2ftqyjF2zKWtKSciFDmkS1AH5UqWIWqWwWmLC3jFjsC1nDxKGVqoPlPHKIBc KGd5WOheTZQ0ukVs6EeSylXKlXEF3/7H7s+cEEagxPy76YnXsS/Jtq/1WZq1KsiZ My2a6lVguL7SJ7Rrf5rZfcYBnLMvplHMCVfRGLGt6M0RRSt4bgcJzn3MFZMyomkG ssztgHihqCfwvJGAalGPvCG80paWJdJ93y67m5SCMzCvKICBlKqGsboL+KAbrDLf L4zc7v2vG6SYgid6Uo+9EsTKikLcKZ9n0BnXn/SBSb2jDKwytn70hwV14cWLIW4E P5dRvdrgvu+UeJgIW+ZyIi/ViUArHq5RWw5gUOnzwL2lEr6p7ggIscW1P900hCCd oB5lPMjYc16IXDRa4gYxs5ibeE8E7MY9txwXcZaotanD95RDK9I= =FNbo -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- ------------=_1529511542-13687-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jun 2018 08:41:43 +0000 Received: from localhost ([127.0.0.1]:56907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVYgR-0001cP-48 for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44283) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVYgQ-0001cD-8k for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVYgJ-00041S-SI for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50125) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVYgJ-00041N-OS for submit@debbugs.gnu.org; Wed, 20 Jun 2018 04:41:35 -0400 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 To: guix-patches@gnu.org Subject: services: Adjust 2 GPL3 header typos. Message-ID: <20180620084209.3yedlenrk4lhe4fo@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="qjmr7vmmy2oxh2ds" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.4 (-----) --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-- ------------=_1529511542-13687-1--