More comment headers.
--- a/finderrors.c Mon Apr 28 22:13:55 2008 -0400
+++ b/finderrors.c Mon Apr 28 22:14:19 2008 -0400
@@ -1,3 +1,12 @@
+/**
+ * MojoShader; generate shader programs from bytecode of compiled
+ * Direct3D shaders.
+ *
+ * Please see the file LICENSE.txt in the source's root directory.
+ *
+ * This file written by Ryan C. Gordon.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/testparse.c Mon Apr 28 22:13:55 2008 -0400
+++ b/testparse.c Mon Apr 28 22:14:19 2008 -0400
@@ -1,3 +1,12 @@
+/**
+ * MojoShader; generate shader programs from bytecode of compiled
+ * Direct3D shaders.
+ *
+ * Please see the file LICENSE.txt in the source's root directory.
+ *
+ * This file written by Ryan C. Gordon.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include "mojoshader.h"