diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-09-26 22:33:38 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-09-26 22:33:38 +0000 |
| commit | 5898e2bf97a226c13ac8b315fc683ce8c2efda4e (patch) | |
| tree | 821cdf4d5f0696432c477002cc2426be438e3dae /java/systests/src | |
| parent | df7e74de1fc4f51176dd8e788d7dd6dee75f7bd8 (diff) | |
| download | qpid-python-5898e2bf97a226c13ac8b315fc683ce8c2efda4e.tar.gz | |
add some missing Apache licence headers to files in the Java tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1001542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests/src')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/client/queue/LVQTest.java | 20 | ||||
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/client/queue/LVQTest.java b/java/systests/src/main/java/org/apache/qpid/test/client/queue/LVQTest.java index 35ff2c7948..14fbd1deb6 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/client/queue/LVQTest.java +++ b/java/systests/src/main/java/org/apache/qpid/test/client/queue/LVQTest.java @@ -1,3 +1,23 @@ +/* + * + * 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. + * + */ package org.apache.qpid.test.client.queue; import javax.jms.Connection; diff --git a/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java b/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java index 268e879745..e3557efd97 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java +++ b/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java @@ -1,3 +1,23 @@ +/* +* +* 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. +* +*/ package org.apache.qpid.test.client.queue; import javax.jms.Connection; |
