You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/08 15:25:45 UTC

svn commit: r995046 - in /commons/proper/vfs/trunk: checkstyle-suppressions.xml checkstyle.xml

Author: sebb
Date: Wed Sep  8 13:25:45 2010
New Revision: 995046

URL: http://svn.apache.org/viewvc?rev=995046&view=rev
Log:
Add missing AL header

Modified:
    commons/proper/vfs/trunk/checkstyle-suppressions.xml
    commons/proper/vfs/trunk/checkstyle.xml

Modified: commons/proper/vfs/trunk/checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/checkstyle-suppressions.xml?rev=995046&r1=995045&r2=995046&view=diff
==============================================================================
--- commons/proper/vfs/trunk/checkstyle-suppressions.xml (original)
+++ commons/proper/vfs/trunk/checkstyle-suppressions.xml Wed Sep  8 13:25:45 2010
@@ -4,6 +4,23 @@
     "-//Puppy Crawl//DTD Suppressions 1.0//EN"
     "http://www.puppycrawl.com/dtds/suppressions_1_0.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.
+-->
+
 <!-- Exceptions for Checkstyle -->
 
 <suppressions>

Modified: commons/proper/vfs/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/checkstyle.xml?rev=995046&r1=995045&r2=995046&view=diff
==============================================================================
--- commons/proper/vfs/trunk/checkstyle.xml (original)
+++ commons/proper/vfs/trunk/checkstyle.xml Wed Sep  8 13:25:45 2010
@@ -3,6 +3,23 @@
     "-//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.
+-->
+
 <!-- Checkstyle configuration that checks the commons-configuration coding conventions -->
 
 <module name="Checker">