diff options
author | Jim Meyering <meyering@redhat.com> | 2011-12-03 14:04:17 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-12-03 14:04:23 +0100 |
commit | 79c5fcc681b823a4e5fbb8fd1baa47db4eccd86c (patch) | |
tree | c4de6487f413c9de151ba7a6e9514a73b48763c6 /gl/modules/randperm | |
parent | 01fc9e146cb8eee64bbf3db4e749a193c6bd5a3e (diff) | |
download | coreutils-79c5fcc681b823a4e5fbb8fd1baa47db4eccd86c.tar.xz |
maint: add missing ":" after "License" in local gnulib module files
This avoids spurious diagnostics when running our "bootstrap" script.
* gl/modules/heap: Append colon after "License".
* gl/modules/randint: Likewise.
* gl/modules/randperm: Likewise.
* gl/modules/randread: Likewise.
Reported by Stefano Lattarini. Diagnosed by Bruno Haible.
Diffstat (limited to 'gl/modules/randperm')
-rw-r--r-- | gl/modules/randperm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/modules/randperm b/gl/modules/randperm index daf9e3215..1fa261290 100644 --- a/gl/modules/randperm +++ b/gl/modules/randperm @@ -18,7 +18,7 @@ lib_SOURCES += randperm.c randperm.h Include: "randperm.h" -License +License: GPL Maintainer: |