From 470dc612b38c338ea6e56a9b0bdc5de3d9832048 Mon Sep 17 00:00:00 2001 From: Daniel Burke Date: Mon, 27 Feb 2012 03:32:39 +1030 Subject: [PATCH] ttxml: fixed license test --- ccan/ttxml/_info | 3 --- ccan/ttxml/ttxml.h | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ccan/ttxml/_info b/ccan/ttxml/_info index ef21982d..3ec45207 100644 --- a/ccan/ttxml/_info +++ b/ccan/ttxml/_info @@ -28,9 +28,6 @@ * * 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[]) { diff --git a/ccan/ttxml/ttxml.h b/ccan/ttxml/ttxml.h index 33cb64fe..62d7c509 100644 --- a/ccan/ttxml/ttxml.h +++ b/ccan/ttxml/ttxml.h @@ -26,7 +26,7 @@ * return 0; * } * - * License: GPL + * Licensed under GPL - see LICENSE file for details. * Author: Daniel Burke */ -- 2.39.2