Skip to content

Commit c38480d

Browse files
author
Timothy O'Brien
committed
author tag change, removed my email address from author tags
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130173 13f79535-47bb-0310-9956-ffa450edef68
1 parent ab75c6a commit c38480d

19 files changed

Lines changed: 272 additions & 272 deletions

src/java/org/apache/commons/codec/BinaryDecoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
* This interface defines common decoding methods for decoders
6060
* which decode byte arrays.
6161
*
62-
* @author <a href="mailto:tobrien@apache.org">Tim O'Brien</a>
63-
* @version $Id: BinaryDecoder.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
62+
* @author Tim O'Brien
63+
* @version $Id: BinaryDecoder.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6464
*/
6565
public interface BinaryDecoder extends Decoder {
6666

src/java/org/apache/commons/codec/BinaryEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
* A binary encoder contains methods common to all
5858
* encoders for binary data.
5959
*
60-
* @author <a href="tobrien@apache.org">Tim O'Brien</a>
61-
* @version $Id: BinaryEncoder.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
60+
* @author Tim O'Brien
61+
* @version $Id: BinaryEncoder.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6262
*/
6363
public interface BinaryEncoder extends Encoder {
6464

src/java/org/apache/commons/codec/Decoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
* which allows a user to pass a generic Object to any
6060
* Decoder implementation in the codec package.
6161
*
62-
* @author <a href="tobrien@apache.org">Tim O'Brien</a>
63-
* @version $Id: Decoder.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
62+
* @author Tim O'Brien
63+
* @version $Id: Decoder.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6464
*/
6565
public interface Decoder {
6666

src/java/org/apache/commons/codec/DecoderException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
* The DecoderException is thrown when a Decoder has
5858
* encounter a failure condition during a decode.
5959
*
60-
* @author <a href="tobrien@apache.org">Tim O'Brien</a>
61-
* @version $Id: DecoderException.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
60+
* @author Tim O'Brien
61+
* @version $Id: DecoderException.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6262
*/
6363
public class DecoderException extends Exception {
6464

src/java/org/apache/commons/codec/Encoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
* the highest level of abstraction for Encoders. All
5959
* Encoders implement this common generic interface.
6060
*
61-
* @author <a href="tobrien@apache.org">Tim O'Brien</a>
62-
* @version $Id: Encoder.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
61+
* @author Tim O'Brien
62+
* @version $Id: Encoder.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6363
*/
6464
public interface Encoder {
6565

src/java/org/apache/commons/codec/EncoderException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
* An EncoderException is thrown when there is a
5858
* failure condition during the encoding process.
5959
*
60-
* @author <a href="tobrien@apache.org">Tim O'Brien</a>
61-
* @version $Id: EncoderException.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
60+
* @author Tim O'Brien
61+
* @version $Id: EncoderException.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6262
*/
6363
public class EncoderException extends Exception {
6464

src/java/org/apache/commons/codec/StringDecoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
* a method parameter and one that produces a String as the
5959
* output of the decoding process.
6060
*
61-
* @author tobrien@transolutions.net
62-
* @version $Id: StringDecoder.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
61+
* @author Tim O'Brien
62+
* @version $Id: StringDecoder.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6363
*/
6464
public interface StringDecoder extends Decoder {
6565

src/java/org/apache/commons/codec/StringEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
* a method parameter and one that produces a String as the
5959
* output of the Encoding process.
6060
*
61-
* @author tobrien@transolutions.net
62-
* @version $Id: StringEncoder.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
61+
* @author Tim O'Brien
62+
* @version $Id: StringEncoder.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6363
*/
6464
public interface StringEncoder extends Encoder {
6565

src/java/org/apache/commons/codec/StringEncoderComparator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
* handy if one need to sort Strings by an encoded
6565
* form of a name such as Soundex.
6666
*
67-
* @author <a href="mailto:tobrien@apache.org">Tim O'Brien</a>
68-
* @version $Id: StringEncoderComparator.java,v 1.2 2003/07/25 22:48:11 ggregory Exp $
67+
* @author Tim O'Brien
68+
* @version $Id: StringEncoderComparator.java,v 1.3 2003/07/30 22:34:17 tobrien Exp $
6969
*/
7070
public class StringEncoderComparator implements Comparator {
7171

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/java/org/apache/commons/codec/binary/Base64.java,v 1.6 2003/07/25 22:48:11 ggregory Exp $
3-
* $Revision: 1.6 $
4-
* $Date: 2003/07/25 22:48:11 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/java/org/apache/commons/codec/binary/Base64.java,v 1.7 2003/07/30 22:34:17 tobrien Exp $
3+
* $Revision: 1.7 $
4+
* $Date: 2003/07/30 22:34:17 $
55
*
66
* ====================================================================
77
*
@@ -75,12 +75,12 @@
7575
* Internet Message Bodies. Reference 1996.
7676
*
7777
* @author Jeffrey Rodriguez
78-
* @author <a href="dlr@apache.org">Daniel Rall</a>
79-
* @author <a href="m.redington@ucl.ac.uk">Martin Redington</a>
78+
* @author <a href="mailto:dlr@apache.org">Daniel Rall</a>
79+
* @author <a href="mailto:m.redington@ucl.ac.uk">Martin Redington</a>
8080
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
81-
* @author <a href="mailto:tobrien@apache.org">Tim O'Brien</a>
81+
* @author Tim O'Brien
8282
* @since 1.0-dev
83-
* @version $Id: Base64.java,v 1.6 2003/07/25 22:48:11 ggregory Exp $
83+
* @version $Id: Base64.java,v 1.7 2003/07/30 22:34:17 tobrien Exp $
8484
*/
8585
public class Base64 implements BinaryEncoder, BinaryDecoder {
8686

0 commit comments

Comments
 (0)