X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Flicense_exists.c;h=53071c6345178641ab017eb5157a7e26ef1ced6b;hb=453fdc02ce54ff965f9971a3bfd0e1a79b6c98f9;hp=15d566d384693335cefd0fd58ae18e0d68e17b53;hpb=af5b1a18948345c5f9f9abf4eda3ab9fe0aa9a9f;p=ccan diff --git a/tools/ccanlint/tests/license_exists.c b/tools/ccanlint/tests/license_exists.c index 15d566d3..53071c63 100644 --- a/tools/ccanlint/tests/license_exists.c +++ b/tools/ccanlint/tests/license_exists.c @@ -35,6 +35,9 @@ static const char *expected_link(enum license license) case LICENSE_MIT: return "../../licenses/BSD-MIT"; + case LICENSE_CC0: + return "../../licenses/CC0"; + default: return NULL; }