ggregory    2004/03/17 11:21:45

  Modified:    codec    checkstyle.xml
  Added:       codec    LICENSE-header.txt
  Log:
  Added LICENSE-header.txt used by checkstyle since the new LICENSE 2.0 has different 
text from the file headers.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons/codec/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/checkstyle.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- checkstyle.xml    23 Feb 2004 07:32:49 -0000      1.2
  +++ checkstyle.xml    17 Mar 2004 19:21:45 -0000      1.3
  @@ -27,7 +27,7 @@
     <module name="TreeWalker">
       <!-- Verify that EVERY source file has the appropriate license -->
       <module name="Header">
  -      <property name="headerFile" value="LICENSE.txt"/>
  +      <property name="headerFile" value="LICENSE-header.txt"/>
       </module>
   
       <module name="OperatorWrap">
  
  
  
  1.1                  jakarta-commons/codec/LICENSE-header.txt
  
  Index: LICENSE-header.txt
  ===================================================================
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed 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.
   */ 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to