diff options
| author | Keith Wall <kwall@apache.org> | 2012-07-02 14:30:06 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-07-02 14:30:06 +0000 |
| commit | 67abc7e73b65e7d03c073e9bf9182b5d0e324433 (patch) | |
| tree | c06323a7f6ac8a797652c5e5940ec3679f1c2ef5 /java/common/src/test | |
| parent | 606208383ca08c5111eee5d0674d3bc3d38a554b (diff) | |
| download | qpid-python-67abc7e73b65e7d03c073e9bf9182b5d0e324433.tar.gz | |
NO-JIRA: Add missing Apache licenses to Java source files; correct positioning of the license wrt to the package statement
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1356257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/src/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java b/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java index 6540e053b1..cb820b333b 100644 --- a/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java +++ b/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java @@ -1,4 +1,3 @@ -package org.apache.qpid.codec; /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,6 +18,7 @@ package org.apache.qpid.codec; * under the License. * */ +package org.apache.qpid.codec; import junit.framework.TestCase; diff --git a/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java b/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java index 3a95ca330f..e0244e0581 100644 --- a/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java +++ b/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java @@ -1,4 +1,3 @@ -package org.apache.qpid.codec; /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,6 +18,7 @@ package org.apache.qpid.codec; * under the License. * */ +package org.apache.qpid.codec; import org.apache.qpid.AMQException; diff --git a/java/common/src/test/java/org/apache/qpid/util/SerialTest.java b/java/common/src/test/java/org/apache/qpid/util/SerialTest.java index ef8e7de61c..c3fcf73b38 100644 --- a/java/common/src/test/java/org/apache/qpid/util/SerialTest.java +++ b/java/common/src/test/java/org/apache/qpid/util/SerialTest.java @@ -1,4 +1,3 @@ -package org.apache.qpid.util; /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -19,6 +18,7 @@ package org.apache.qpid.util; * under the License. * */ +package org.apache.qpid.util; import junit.framework.TestCase; |
