You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/07 01:20:53 UTC

svn commit: r493608 - in /jakarta/commons/sandbox/compress/trunk: checkstyle.xml license-header.txt

Author: dennisl
Date: Sat Jan  6 16:20:53 2007
New Revision: 493608

URL: http://svn.apache.org/viewvc?view=rev&rev=493608
Log:
Add a header file and use that instead of the whole license file for Checkstyle.

Added:
    jakarta/commons/sandbox/compress/trunk/license-header.txt   (with props)
Modified:
    jakarta/commons/sandbox/compress/trunk/checkstyle.xml

Modified: jakarta/commons/sandbox/compress/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/compress/trunk/checkstyle.xml?view=diff&rev=493608&r1=493607&r2=493608
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/checkstyle.xml (original)
+++ jakarta/commons/sandbox/compress/trunk/checkstyle.xml Sat Jan  6 16:20:53 2007
@@ -45,8 +45,7 @@
         <!-- Checks that are different from the sun coding conventions ones -->
         <!-- ************************************************************** -->
         <module name="Header">
-            <property name="headerFile" value="${basedir}/LICENSE.txt"/>
-            <property name="ignoreLines" value="2,3,4,10"/>
+            <property name="headerFile" value="license-header.txt"/>
         </module>
         <property name="tabWidth" value="4"/>
         <module name="LeftCurly">

Added: jakarta/commons/sandbox/compress/trunk/license-header.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/compress/trunk/license-header.txt?view=auto&rev=493608
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/license-header.txt (added)
+++ jakarta/commons/sandbox/compress/trunk/license-header.txt Sat Jan  6 16:20:53 2007
@@ -0,0 +1,18 @@
+/*
+ * 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.    
+ */
\ No newline at end of file

Propchange: jakarta/commons/sandbox/compress/trunk/license-header.txt
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org