Actions
Bug #112
closedLicense headers checkup
Start date:
02/26/2012
Due date:
% Done:
0%
Estimated time:
Description
So I found out "licensecheck" has a recursive mode so it can actually scan more than one directory...
The following few problems come out. Those files do not have a copyright header:
./include/babeltrace/babeltrace-internal.h: No copyright UNKNOWN
./formats/ctf/metadata/ctf-scanner.h: No copyright UNKNOWN
./formats/ctf/metadata/ctf-ast.h: No copyright UNKNOWN
And:
./include/babeltrace/list.h: LGPL (v2.1 or later) (with incorrect FSF address)
(The address in tests/test-bitfield.c is the correct one, for reference)
However, is this really wanted, to ship a LGPL file in a MIT distribution?
Actions