diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-11-29 12:16:03 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-11-29 12:16:03 +0000 |
| commit | 98f876329384f3f023785924e20aedc214bfc9e5 (patch) | |
| tree | a107771a46147e61834d34ceafe50e8cd88b815a /java | |
| parent | 80d234c7c782b2778676508762a41c84a9ebe9d3 (diff) | |
| download | qpid-python-98f876329384f3f023785924e20aedc214bfc9e5.tar.gz | |
Fixed licence headers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@599407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
2 files changed, 42 insertions, 4 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/AMQPFeatureDecorator.java b/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/AMQPFeatureDecorator.java index 715c8a2bc3..3a44531ad2 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/AMQPFeatureDecorator.java +++ b/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/AMQPFeatureDecorator.java @@ -1,4 +1,23 @@ -/* Copyright Rupert Smith, 2005 to 2007, all rights reserved. */
+/*
+ *
+ * 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.framework.qpid;
import junit.framework.Test;
@@ -56,7 +75,7 @@ public class AMQPFeatureDecorator extends WrappedSuiteTestDecorator {
if (test instanceof FrameworkBaseCase)
{
- FrameworkBaseCase frameworkTest = (FrameworkBaseCase)test;
+ FrameworkBaseCase frameworkTest = (FrameworkBaseCase) test;
frameworkTest.setCircuitFactory(new LocalAMQPCircuitFactory());
}
}
diff --git a/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/InVMBrokerDecorator.java b/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/InVMBrokerDecorator.java index ebe2b5f976..86a439f264 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/InVMBrokerDecorator.java +++ b/java/systests/src/main/java/org/apache/qpid/test/framework/qpid/InVMBrokerDecorator.java @@ -1,4 +1,23 @@ -/* Copyright Rupert Smith, 2005 to 2007, all rights reserved. */
+/*
+ *
+ * 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.framework.qpid;
import junit.framework.Test;
@@ -54,7 +73,7 @@ public class InVMBrokerDecorator extends WrappedSuiteTestDecorator // test that can handle setup tasks.
if ((test instanceof FrameworkBaseCase) && (test instanceof SetupTaskAware))
{
- SetupTaskAware frameworkTest = (SetupTaskAware)test;
+ SetupTaskAware frameworkTest = (SetupTaskAware) test;
frameworkTest.chainSetupTask(new Runnable()
{
|
