X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Flicense.c;fp=tools%2Fccanlint%2Ftests%2Flicense.c;h=bc0ee45464a688dcc8a6738be4b62b0e7faf0ad8;hb=f9423c171395571f9880286190d9cf63da147668;hp=35a4d39379fdf92d641fe31a74a628a0ee18bc16;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46;p=ccan diff --git a/tools/ccanlint/tests/license.c b/tools/ccanlint/tests/license.c index 35a4d393..bc0ee454 100644 --- a/tools/ccanlint/tests/license.c +++ b/tools/ccanlint/tests/license.c @@ -148,8 +148,8 @@ static void check_has_license(struct manifest *m, } struct ccanlint has_license = { - .key = "has-license", - .name = "Module has license", + .key = "license_exists", + .name = "Module has License: entry in _info, and LICENSE symlink/file", .check = check_has_license, };