guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: services: Fix GPLv3 header in cuirass and pm modules.


From: Leo Famulari
Subject: 01/01: services: Fix GPLv3 header in cuirass and pm modules.
Date: Wed, 20 Jun 2018 12:18:23 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6a18183f4b82688bd4417d075d3f7ba20e008119
Author: Nils Gillmann <address@hidden>
Date:   Wed Jun 20 08:39:20 2018 +0000

    services: Fix GPLv3 header in cuirass and pm modules.
    
    * gnu/services/cuirass.scm, gnu/services/pm.scm: Adjust to canonical GPLv3
    header used throughout Guix.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 c5e9fcb..a9ef988 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 d40cb99..3817bd0 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]