services: Adjust 2 GPL3 header typos.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Nils Gillmann
Owner
unassigned
Submitted by
Nils Gillmann
Severity
normal

Debbugs page

Nils Gillmann wrote 7 years ago
(address . guix-patches@gnu.org)
20180620084209.3yedlenrk4lhe4fo@abyayala
A sed script I just ran catched 2 headers which diverged from the
way the GPL3 header is usually included in Guix.

Appended fix.
From 4ff05a0cc4d2330baeb6cf5634e0270d0fea70ae Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
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 <ng0@n0.is>
---
gnu/services/cuirass.scm | 2 +-
gnu/services/pm.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Toggle diff (28 lines)
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.
--
2.17.1
Leo Famulari wrote 7 years ago
(name . Nils Gillmann)(address . ng0@n0.is)(address . 31909-done@debbugs.gnu.org)
20180620161837.GB2236@jasmine.lan
On Wed, Jun 20, 2018 at 08:42:09AM +0000, Nils Gillmann wrote:
Toggle quote (13 lines)
> A sed script I just ran catched 2 headers which diverged from the
> way the GPL3 header is usually included in Guix.
>
> Appended fix.

> From 4ff05a0cc4d2330baeb6cf5634e0270d0fea70ae Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <ng0@n0.is>
> 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.

Thanks! Pushed as 6a18183f4b82688bd4417d075d3f7ba20e008119
-----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-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 31909@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 31909
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help