Author: rahul
Date: Tue Dec 30 22:16:52 2008
New Revision: 730319

URL: http://svn.apache.org/viewvc?rev=730319&view=rev
Log:
Keep the RAT plugin happy.

Modified:
    commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt
    commons/proper/digester/branches/1_X_LINE/checkstyle.xml
    
commons/proper/digester/branches/1_X_LINE/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html
    
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/TestObjectRuleInfo.xml
    
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/test3.xml
    
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules1.xml
    
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules2.xml
    commons/proper/digester/branches/1_X_LINE/xdocs/dtds/digester-rules.dtd
    commons/proper/digester/branches/1_X_LINE/xdocs/index.xml

Modified: commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/branches/1_X_LINE/RELEASE-NOTES.txt Tue Dec 30 
22:16:52 2008
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 $Id$
 
 

Modified: commons/proper/digester/branches/1_X_LINE/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/checkstyle.xml?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/checkstyle.xml (original)
+++ commons/proper/digester/branches/1_X_LINE/checkstyle.xml Tue Dec 30 
22:16:52 2008
@@ -3,7 +3,22 @@
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
     "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>
+<!--
+   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.
+-->
 <!-- commons digester customization of default Checkstyle behavior -->
 <module name="Checker">
   <property name="localeLanguage" value="en"/>

Modified: 
commons/proper/digester/branches/1_X_LINE/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- 
commons/proper/digester/branches/1_X_LINE/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html
 (original)
+++ 
commons/proper/digester/branches/1_X_LINE/src/examples/rss/src/java/org/apache/commons/digester/rss/package.html
 Tue Dec 30 22:16:52 2008
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+-->
 <head>
 <title>Package Documentation for org.apache.commons.digester.rss 
Package</title>
 </head>

Modified: 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/TestObjectRuleInfo.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/TestObjectRuleInfo.xml?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/TestObjectRuleInfo.xml
 (original)
+++ 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/TestObjectRuleInfo.xml
 Tue Dec 30 22:16:52 2008
@@ -1,6 +1,21 @@
 <?xml version="1.0"?>
 <!DOCTYPE digester-rules PUBLIC "-//Jakarta Apache //DTD digester-rules XML 
V1.0//EN" "http://jakarta.apache.org/commons/digester/dtds/digester-rules.dtd";>
+<!--
+   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.
+-->
 <digester-rules>
   <pattern value="">
     <call-method-rule methodname="setValue" paramcount="1"/>

Modified: 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/test3.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/test3.xml?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/test3.xml
 (original)
+++ 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/test3.xml
 Tue Dec 30 22:16:52 2008
@@ -1,3 +1,20 @@
+<!--
+   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.
+-->
+
 <root>
   <plugin id="textlabel" 
class="org.apache.commons.digester.plugins.TextLabel"/>
   <widget plugin-id="textlabel" label="label1"/>

Modified: 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules1.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules1.xml?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules1.xml
 (original)
+++ 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules1.xml
 Tue Dec 30 22:16:52 2008
@@ -1,6 +1,21 @@
 <?xml version="1.0"?>
 <!DOCTYPE digester-rules PUBLIC "-//Jakarta Apache //DTD digester-rules XML 
V1.0//EN" "http://jakarta.apache.org/commons/digester/dtds/digester-rules.dtd";>
+<!--
+   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.
+-->
 <digester-rules>
   <pattern value="">
     <call-method-rule methodname="setValue" paramcount="1"/>

Modified: 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules2.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules2.xml?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules2.xml
 (original)
+++ 
commons/proper/digester/branches/1_X_LINE/src/test/org/apache/commons/digester/plugins/xmlrules2.xml
 Tue Dec 30 22:16:52 2008
@@ -1,6 +1,21 @@
 <?xml version="1.0"?>
 <!DOCTYPE digester-rules PUBLIC "-//Jakarta Apache //DTD digester-rules XML 
V1.0//EN" "http://jakarta.apache.org/commons/digester/dtds/digester-rules.dtd";>
+<!--
+   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.
+-->
 <digester-rules>
   <pattern value="">
     <call-method-rule methodname="setValue" paramcount="1"/>

Modified: 
commons/proper/digester/branches/1_X_LINE/xdocs/dtds/digester-rules.dtd
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/xdocs/dtds/digester-rules.dtd?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/xdocs/dtds/digester-rules.dtd 
(original)
+++ commons/proper/digester/branches/1_X_LINE/xdocs/dtds/digester-rules.dtd Tue 
Dec 30 22:16:52 2008
@@ -1,5 +1,20 @@
 <?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.
+-->
 <!--
         "Digester" component of the Commons Subproject
         DTD for the definition of Digester rules in XML.

Modified: commons/proper/digester/branches/1_X_LINE/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/xdocs/index.xml?rev=730319&r1=730318&r2=730319&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/xdocs/index.xml (original)
+++ commons/proper/digester/branches/1_X_LINE/xdocs/index.xml Tue Dec 30 
22:16:52 2008
@@ -1,5 +1,20 @@
 <?xml version="1.0"?>
-
+<!--
+   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.
+-->
 <document>
 
  <properties>


Reply via email to