all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nils Gillmann <ng0@n0.is>
To: 31909@debbugs.gnu.org
Subject: [bug#31909] services: Adjust 2 GPL3 header typos.
Date: Wed, 20 Jun 2018 08:42:09 +0000	[thread overview]
Message-ID: <20180620084209.3yedlenrk4lhe4fo@abyayala> (raw)

[-- 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


             reply	other threads:[~2018-06-20  8:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-20  8:42 Nils Gillmann [this message]
2018-06-20 16:18 ` bug#31909: services: Adjust 2 GPL3 header typos Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180620084209.3yedlenrk4lhe4fo@abyayala \
    --to=ng0@n0.is \
    --cc=31909@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.