mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-05-10 12:31:27 +02:00
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.
This commit is contained in:
@@ -17,7 +17,7 @@ lib_SOURCES += heap.c heap.h
|
||||
Include:
|
||||
"heap.h"
|
||||
|
||||
License
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
|
||||
@@ -17,7 +17,7 @@ lib_SOURCES += randint.c randint.h
|
||||
Include:
|
||||
"randint.h"
|
||||
|
||||
License
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
|
||||
@@ -18,7 +18,7 @@ lib_SOURCES += randperm.c randperm.h
|
||||
Include:
|
||||
"randperm.h"
|
||||
|
||||
License
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
|
||||
@@ -28,7 +28,7 @@ lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
|
||||
Include:
|
||||
"randread.h"
|
||||
|
||||
License
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
|
||||
Reference in New Issue
Block a user