You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@apache.org on 2001/11/25 22:14:58 UTC

cvs commit: jakarta-james/src/java/org/apache/james/util DebugInputStream.java

serge       01/11/25 13:14:58

  Modified:    src/java/org/apache/james/util DebugInputStream.java
  Log:
  Added Apache license.
  
  Revision  Changes    Path
  1.2       +8 -1      jakarta-james/src/java/org/apache/james/util/DebugInputStream.java
  
  Index: DebugInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/util/DebugInputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DebugInputStream.java	2001/09/11 04:35:39	1.1
  +++ DebugInputStream.java	2001/11/25 21:14:58	1.2
  @@ -1,3 +1,10 @@
  +/*
  + * Copyright (C) The Apache Software Foundation. All rights reserved.
  + *
  + * This software is published under the terms of the Apache Software License
  + * version 1.1, a copy of which has been included with this distribution in
  + * the LICENSE file.
  + */
   package org.apache.james.util;
   
   import java.io.*;
  @@ -18,4 +25,4 @@
       public void close() throws IOException {
           in.close();
       }
  -}
  \ No newline at end of file
  +}
  
  
  

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