Browse Source

ttxml: fixed license test

Daniel Burke 14 years ago
parent
commit
470dc612b3
2 changed files with 1 additions and 4 deletions
  1. 0 3
      ccan/ttxml/_info
  2. 1 1
      ccan/ttxml/ttxml.h

+ 0 - 3
ccan/ttxml/_info

@@ -28,9 +28,6 @@
  *
  * License: GPL
  * Author: Daniel Burke <dan.p.burke@gmail.com>
- * Ccanlint:
- *	// Please add a comment about license in each source file
- *	license_comment FAIL
  */
 int main(int argc, char *argv[])
 {

+ 1 - 1
ccan/ttxml/ttxml.h

@@ -26,7 +26,7 @@
  *	return 0;
  * }
  *
- * License: GPL
+ * Licensed under GPL - see LICENSE file for details.
  * Author: Daniel Burke <dan.p.burke@gmail.com>
  */