* [bug#31909] services: Adjust 2 GPL3 header typos.
@ 2018-06-20 8:42 Nils Gillmann
2018-06-20 16:18 ` bug#31909: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Nils Gillmann @ 2018-06-20 8:42 UTC (permalink / raw)
To: 31909
[-- Attachment #1: Type: text/plain, Size: 130 bytes --]
A sed script I just ran catched 2 headers which diverged from the
way the GPL3 header is usually included in Guix.
Appended fix.
[-- Attachment #2: 0001-services-Fix-GPL3-header-in-cuirass-and-pm-module.patch --]
[-- Type: text/plain, Size: 1610 bytes --]
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-20 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20 8:42 [bug#31909] services: Adjust 2 GPL3 header typos Nils Gillmann
2018-06-20 16:18 ` bug#31909: " Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).