Skip to content

Commit 11ba9ae

Browse files
committed
Fix Copyright date. This file was added in 2004, not 2001.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130333 13f79535-47bb-0310-9956-ffa450edef68
1 parent f70672a commit 11ba9ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2001-2004 The Apache Software Foundation.
2+
* Copyright 2004 The Apache Software Foundation.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -61,7 +61,7 @@
6161
*
6262
* @author Apache Software Foundation
6363
* @since 1.3
64-
* @version $Id: QuotedPrintableCodec.java,v 1.3 2004/03/28 21:21:58 ggregory Exp $
64+
* @version $Id: QuotedPrintableCodec.java,v 1.4 2004/03/28 21:24:46 ggregory Exp $
6565
*/
6666
public class QuotedPrintableCodec
6767
implements BinaryEncoder, BinaryDecoder,

0 commit comments

Comments
 (0)