diff options
-rwxr-xr-x | build-aux/xgettext.scm | 3 |
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 |