From 1a257af99ba593db0bd196efb43b611e8e67e312 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 30 Nov 2011 13:11:00 +1030 Subject: [PATCH 1/1] ttxml: exclude license_comment check so it doesn't fail ccanlint. --- ccan/ttxml/_info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ccan/ttxml/_info b/ccan/ttxml/_info index 3ec45207..ef21982d 100644 --- a/ccan/ttxml/_info +++ b/ccan/ttxml/_info @@ -28,6 +28,9 @@ * * License: GPL * Author: Daniel Burke + * Ccanlint: + * // Please add a comment about license in each source file + * license_comment FAIL */ int main(int argc, char *argv[]) { -- 2.39.2