Skip to content

Commit 00530c9

Browse files
committed
Remove @author tags per Apache guidelines.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1298985 13f79535-47bb-0310-9956-ffa450edef68
1 parent fd04549 commit 00530c9

34 files changed

Lines changed: 0 additions & 34 deletions

src/test/java/org/apache/commons/codec/BinaryEncoderAbstractTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import org.junit.Test;
2121

2222
/**
23-
* @author Apache Software Foundation
2423
* @version $Id$
2524
*/
2625
public abstract class BinaryEncoderAbstractTest {

src/test/java/org/apache/commons/codec/CharEncodingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
/**
2525
* Sanity checks for {@link CharEncoding}.
2626
*
27-
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2827
* @version $Id$
2928
*/
3029
public class CharEncodingTest {

src/test/java/org/apache/commons/codec/DecoderExceptionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
/**
2626
* Tests {@link DecoderException}.
2727
*
28-
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2928
* @version $Id$
3029
*/
3130
public class DecoderExceptionTest {

src/test/java/org/apache/commons/codec/EncoderExceptionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
/**
2626
* Tests {@link EncoderException}.
2727
*
28-
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2928
* @version $Id$
3029
*/
3130
public class EncoderExceptionTest {

src/test/java/org/apache/commons/codec/StringEncoderAbstractTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.junit.Test;
2525

2626
/**
27-
* @author Apache Software Foundation
2827
* @version $Id$
2928
*/
3029
public abstract class StringEncoderAbstractTest {

src/test/java/org/apache/commons/codec/StringEncoderComparatorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
/**
3232
* Test cases for the StingEncoderComparator.
3333
*
34-
* @author Apache Software Foundation
3534
* @version $Id$
3635
*/
3736
public class StringEncoderComparatorTest {

src/test/java/org/apache/commons/codec/binary/Base32TestData.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* Commons-Codec and OpenSSL. Notice that OpenSSL creates 64 character lines instead of the 76 of Commons-Codec.
2727
*
2828
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
29-
* @author Apache Software Foundation
3029
* @version $Id $
3130
* @since 1.4
3231
*/

src/test/java/org/apache/commons/codec/binary/Base64Codec13Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
* Tests to make sure future versions of commons-codec.jar have identical Base64
3535
* behavior as commons-codec-1.3.jar.
3636
*
37-
* @author Julius Davies
3837
* @since Mar 25, 2010
3938
*/
4039
public class Base64Codec13Test {

src/test/java/org/apache/commons/codec/binary/Base64InputStreamTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import org.junit.Test;
3535

3636
/**
37-
* @author Apache Software Foundation
3837
* @version $Id $
3938
* @since 1.4
4039
*/

src/test/java/org/apache/commons/codec/binary/Base64OutputStreamTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.junit.Test;
2929

3030
/**
31-
* @author Apache Software Foundation
3231
* @version $Id $
3332
* @since 1.4
3433
*/

0 commit comments

Comments
 (0)