From 7a4a33a8960c20e94c660682cb59ed32ec677a1c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 28 Feb 2009 15:47:07 -0500 Subject: [PATCH] ...just to be clear about that. :) --- misc/lempar.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/lempar.c b/misc/lempar.c index 7b6be35c..925ee740 100644 --- a/misc/lempar.c +++ b/misc/lempar.c @@ -11,7 +11,10 @@ #endif /* Driver template for the LEMON parser generator. -** The author disclaims copyright to this source code. +** The original author(s) of lempar.c disclaim copyright to this source code. +** However, changes made for MojoShader fall under the same license as the +** rest of MojoShader. Please see the file LICENSE.txt in the source's root +** directory. */ /* First off, code is included that follows the "include" declaration ** in the input grammar file. */