guix-commits
[Top][All Lists]
Advanced

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

branch master updated: maint: Fix header.


From: guix-commits
Subject: branch master updated: maint: Fix header.
Date: Sun, 14 Apr 2024 05:42:18 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e5dda412c2 maint: Fix header.
e5dda412c2 is described below

commit e5dda412c2e28fb65a549824f492895e72c33813
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Apr 14 11:37:39 2024 +0200

    maint: Fix header.
    
    * build-aux/xgettext.scm: Add `Guix' parts to header.
    
    Change-Id: I4fb03b8b0588f0482bcb1a095518b6751d111031
---
 build-aux/xgettext.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-aux/xgettext.scm b/build-aux/xgettext.scm
index e8a970f251..44d30b8149 100755
--- a/build-aux/xgettext.scm
+++ b/build-aux/xgettext.scm
@@ -5,8 +5,11 @@ srcdir=$build_aux/..
 exec guile --no-auto-compile -L $srcdir -C $srcdir -e main -s "$0" "$@"
 !#
 
+;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
+;;; This file is part of GNU Guix.
+;;;
 ;;; This program 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



reply via email to

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