You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2006/10/18 22:39:38 UTC

svn commit: r465365 - /shale/maven/trunk/build/shale_checks.xml

Author: rahul
Date: Wed Oct 18 13:39:36 2006
New Revision: 465365

URL: http://svn.apache.org/viewvc?view=rev&rev=465365
Log:
Cut-n-paste error (pattern for last line was pasted twice) throwing license checks off.
SHALE-311

Modified:
    shale/maven/trunk/build/shale_checks.xml

Modified: shale/maven/trunk/build/shale_checks.xml
URL: http://svn.apache.org/viewvc/shale/maven/trunk/build/shale_checks.xml?view=diff&rev=465365&r1=465364&r2=465365
==============================================================================
--- shale/maven/trunk/build/shale_checks.xml (original)
+++ shale/maven/trunk/build/shale_checks.xml Wed Oct 18 13:39:36 2006
@@ -136,7 +136,7 @@
         <!-- <module name="RegexpHeader"/>                                -->
         <module name="RegexpHeader">
             <property name="header"
-                      value="/\*\s*\n \*\s*Licensed to the Apache Software Foundation \(ASF\) under one or more\n \*\s*contributor license agreements.  See the NOTICE file distributed with\n \*\s*this work for additional information regarding copyright ownership\.\n \*\s*The ASF licenses this file to you under the Apache License, Version 2\.0\n \*\s*\(the .License.\); you may not use this file except in compliance with\n \*\s*the License.  You may obtain a copy of the License at\n \*\s*\n \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0\n \*\s*\n \*\s*Unless required by applicable law or agreed to in writing, software\n \*\s*distributed under the License is distributed on an .AS IS. BASIS,\n \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.\n \*\s*See the License for the specific language governing permissions and\n \*\s*limitations under the License\.\n \*/\s*\n \*/\s*"/>
+                      value="/\*\s*\n \*\s*Licensed to the Apache Software Foundation \(ASF\) under one or more\n \*\s*contributor license agreements.  See the NOTICE file distributed with\n \*\s*this work for additional information regarding copyright ownership\.\n \*\s*The ASF licenses this file to you under the Apache License, Version 2\.0\n \*\s*\(the .License.\); you may not use this file except in compliance with\n \*\s*the License.  You may obtain a copy of the License at\n \*\s*\n \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0\n \*\s*\n \*\s*Unless required by applicable law or agreed to in writing, software\n \*\s*distributed under the License is distributed on an .AS IS. BASIS,\n \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.\n \*\s*See the License for the specific language governing permissions and\n \*\s*limitations under the License\.\n \*"/>
         </module>
 
         <!-- Checks for imports                              -->