X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fccanlint%2Ftests%2Flicense_exists.c;h=53071c6345178641ab017eb5157a7e26ef1ced6b;hb=4fc1f40b58ec470a89d95e8790956a4967a87cb1;hp=15d566d384693335cefd0fd58ae18e0d68e17b53;hpb=89ab9bee3b2e600bb82cf2c0c9d8291825370888;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; }