diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-08-22 15:21:08 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-08-22 15:21:08 +0000 |
| commit | 882c326b3d2d9aef0858dec113218a0eab6e38fb (patch) | |
| tree | b6448507246d48a0755cbe702a31c3d60b279a24 /java/common/src/test | |
| parent | 2ecf5a0cbe0876b5dc931711bae2808b78c54fb7 (diff) | |
| download | qpid-python-882c326b3d2d9aef0858dec113218a0eab6e38fb.tar.gz | |
QPID-1258 add ASL to java files that were missing it
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@688094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/src/test')
| -rw-r--r-- | java/common/src/test/java/org/apache/qpid/util/SerialTest.java | 21 |
1 files changed, 21 insertions, 0 deletions
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 d3ab817b5d..b2578563e0 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,25 @@ package org.apache.qpid.util; +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + import junit.framework.TestCase; |
