You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2002/10/23 14:03:40 UTC

cvs commit: jakarta-commons-sandbox/vfs LICENSE.txt checkstyle.properties

adammurdoch    2002/10/23 05:03:40

  Modified:    vfs      LICENSE.txt checkstyle.properties
  Log:
  Get checkstyle to make sure long form of license is used.
  
  Revision  Changes    Path
  1.2       +2 -7      jakarta-commons-sandbox/vfs/LICENSE.txt
  
  Index: LICENSE.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/LICENSE.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LICENSE.txt	16 Jul 2002 17:19:15 -0000	1.1
  +++ LICENSE.txt	23 Oct 2002 12:03:39 -0000	1.2
  @@ -1,13 +1,8 @@
  -/*
  - * $Header$
  - * $Revision$
  - * $Date$
  - *
  - * ====================================================================
  +/* ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4       +4 -4      jakarta-commons-sandbox/vfs/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/checkstyle.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- checkstyle.properties	21 Oct 2002 02:53:42 -0000	1.3
  +++ checkstyle.properties	23 Oct 2002 12:03:39 -0000	1.4
  @@ -4,7 +4,7 @@
   checkstyle.lcurly.other = nl
   checkstyle.rcurly = alone
   checkstyle.paren.pad = ignore
  -checkstyle.ignore.whitespace.cast=true
  -checkstyle.javadoc.scope=package
  -checkstyle.require.packagehtml=true
  -checkstyle.header.ignore.line = 1,2,3,4,5,6
  +checkstyle.ignore.whitespace.cast = true
  +checkstyle.javadoc.scope = package
  +checkstyle.require.packagehtml = true
  +checkstyle.header.file = LICENSE.txt
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>