You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/10/28 00:02:41 UTC

[lucy-commits] svn commit: r1190056 - /incubator/lucy/trunk/devel/conf/rat-excludes

Author: marvin
Date: Thu Oct 27 22:02:40 2011
New Revision: 1190056

URL: http://svn.apache.org/viewvc?rev=1190056&view=rev
Log:
Update rat-excludes.

Add Flex-generated files for Clownfish parser.  Remove mention of StringHelper
files which were removed from trunk a while back.

Modified:
    incubator/lucy/trunk/devel/conf/rat-excludes

Modified: incubator/lucy/trunk/devel/conf/rat-excludes
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/conf/rat-excludes?rev=1190056&r1=1190055&r2=1190056&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/conf/rat-excludes (original)
+++ incubator/lucy/trunk/devel/conf/rat-excludes Thu Oct 27 22:02:40 2011
@@ -18,10 +18,10 @@ CHANGES
 clownfish/MANIFEST
 perl/MANIFEST
 
-# RAT does not recognize either the ICU license or the license from the
-# Unicode Consortium.
-core/Lucy/Util/StringHelper2.c
-core/Lucy/Util/StringHelper3.c
+# These files are autogenerated by running CFCLexHeader.l through Flex.
+# Flex's licensing explicitly disclaims copyright on generated lexers.
+clownfish/src/CFCLexHeader.h
+clownfish/src/CFCLexHeader.c
 
 # The Lemon parser generator is in the public domain.  See LUCY-173.
 lemon/lemon.c