From 2768ea90de13cdbe04f7c0e86cc22b70b65236b6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 28 Apr 2008 22:14:19 -0400 Subject: [PATCH] More comment headers. --HG-- branch : trunk --- finderrors.c | 9 +++++++++ testparse.c | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/finderrors.c b/finderrors.c index cf2207fa..64d390ba 100644 --- a/finderrors.c +++ b/finderrors.c @@ -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 #include #include diff --git a/testparse.c b/testparse.c index 3cee265a..f063a0c6 100644 --- a/testparse.c +++ b/testparse.c @@ -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 #include #include "mojoshader.h"