jsdever 2003/01/23 14:09:33 Modified: httpclient/src/java/org/apache/commons/httpclient ChunkedOutputStream.java Log: Updated copyright to 2003, added cvs keywords where required. Revision Changes Path 1.4 +7 -3 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/ChunkedOutputStream.java Index: ChunkedOutputStream.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/ChunkedOutputStream.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChunkedOutputStream.java 16 Jan 2003 10:53:08 -0000 1.3 +++ ChunkedOutputStream.java 23 Jan 2003 22:09:33 -0000 1.4 @@ -1,8 +1,12 @@ /* + * $Header$ + * $Revision$ + * $Date$ * + * ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -268,4 +272,4 @@ } -} \ No newline at end of file +}
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>