aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-04-14 11:37:39 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2024-04-14 11:41:41 +0200
commite5dda412c2e28fb65a549824f492895e72c33813 (patch)
treef0a1bebadd461af5ed07d471e3abe1260cd2147e /build-aux
parent416f11f1d4b2e12d8db2687e753d760f148cfc2d (diff)
downloadguix-e5dda412c2e28fb65a549824f492895e72c33813.tar
guix-e5dda412c2e28fb65a549824f492895e72c33813.tar.gz
maint: Fix header.
* build-aux/xgettext.scm: Add `Guix' parts to header. Change-Id: I4fb03b8b0588f0482bcb1a095518b6751d111031
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/xgettext.scm3
1 files changed, 3 insertions, 0 deletions
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