Nils Gillmann wrote 7 years ago
(address . guix-patches@gnu.org)
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