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 | 5af26f663c3f6197170b157dad554edac00ae3c7 (patch) | |
| tree | 203f07f6c7783877647a7ef1e164a9f95529ff72 /qpid/java/common/src/test | |
| parent | 220f542e8e00932cfcd3d4c4f7832c58b7fef4cd (diff) | |
| download | qpid-python-5af26f663c3f6197170b157dad554edac00ae3c7.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@1356257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/src/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java b/qpid/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java index 6540e053b1..cb820b333b 100644 --- a/qpid/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java +++ b/qpid/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/qpid/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java b/qpid/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java index 3a95ca330f..e0244e0581 100644 --- a/qpid/java/common/src/test/java/org/apache/qpid/codec/MockAMQVersionAwareProtocolSession.java +++ b/qpid/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/qpid/java/common/src/test/java/org/apache/qpid/util/SerialTest.java b/qpid/java/common/src/test/java/org/apache/qpid/util/SerialTest.java index ef8e7de61c..c3fcf73b38 100644 --- a/qpid/java/common/src/test/java/org/apache/qpid/util/SerialTest.java +++ b/qpid/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; |
