From: Jim Meyering Date: Sat, 3 Dec 2011 13:04:17 +0000 (+0100) Subject: maint: add missing ":" after "License" in local gnulib module files X-Git-Tag: v8.15~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c5fcc681b823a4e5fbb8fd1baa47db4eccd86c;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/gl/modules/heap b/gl/modules/heap index cd97e29656..97e9df2d4b 100644 --- a/gl/modules/heap +++ b/gl/modules/heap @@ -17,7 +17,7 @@ lib_SOURCES += heap.c heap.h Include: "heap.h" -License +License: GPL Maintainer: diff --git a/gl/modules/randint b/gl/modules/randint index 4485581ae8..37025b7392 100644 --- a/gl/modules/randint +++ b/gl/modules/randint @@ -17,7 +17,7 @@ lib_SOURCES += randint.c randint.h Include: "randint.h" -License +License: GPL Maintainer: diff --git a/gl/modules/randperm b/gl/modules/randperm index daf9e32153..1fa2612908 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: diff --git a/gl/modules/randread b/gl/modules/randread index 33485c5ab4..14af00e7bb 100644 --- a/gl/modules/randread +++ b/gl/modules/randread @@ -28,7 +28,7 @@ lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h Include: "randread.h" -License +License: GPL Maintainer: