You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/04/22 21:33:33 UTC

svn commit: r650625 - /commons/proper/jxpath/trunk/rat.xml

Author: mbenson
Date: Tue Apr 22 12:33:29 2008
New Revision: 650625

URL: http://svn.apache.org/viewvc?rev=650625&view=rev
Log:
license header; remove exclusion of generated files

Modified:
    commons/proper/jxpath/trunk/rat.xml

Modified: commons/proper/jxpath/trunk/rat.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/rat.xml?rev=650625&r1=650624&r2=650625&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/rat.xml (original)
+++ commons/proper/jxpath/trunk/rat.xml Tue Apr 22 12:33:29 2008
@@ -1,10 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <!-- use ANT_HOME/lib or -lib to provide RAT jar: -->
 <project xmlns:rat="antlib:rat.anttasks">
 
   <rat:report reportFile="commons-jxpath.rat">
-    <fileset dir="src/java" includes="**/*.java">
-      <not><contains text="Generated By:JavaCC:" /></not>
-    </fileset>
+    <fileset dir="src/java" includes="**/*.java" />
     <fileset dir="src/test" includes="**/*.java" />
   </rat:report>