]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/license.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / license.c
index 35a4d39379fdf92d641fe31a74a628a0ee18bc16..bc0ee45464a688dcc8a6738be4b62b0e7faf0ad8 100644 (file)
@@ -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,
 };