From: Daniel Burke Date: Sun, 26 Feb 2012 17:02:39 +0000 (+1030) Subject: ttxml: fixed license test X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=470dc612b38c338ea6e56a9b0bdc5de3d9832048;ds=inline ttxml: fixed license test --- 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 */