]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/license_exists.c
ccanlint: Understand Creative Commons Zero license.
[ccan] / tools / ccanlint / tests / license_exists.c
index 15d566d384693335cefd0fd58ae18e0d68e17b53..53071c6345178641ab017eb5157a7e26ef1ced6b 100644 (file)
@@ -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;
        }