This is an automated email from the ASF dual-hosted git repository. zhoubo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git
commit 23a5b2490f690385a8477ca47b19e0c48a75e9b3 Author: laohu <[email protected]> AuthorDate: Wed Jun 12 09:09:43 2019 +0800 add licenses --- .../connect/activemq/pattern/PatternProcessor.java | 17 +++++++++++++++++ .../rocketmq/connect/activemq/ReplicatorTest.java | 17 +++++++++++++++++ .../activemq/connector/ActivemqConnectorTest.java | 17 +++++++++++++++++ .../activemq/connector/ActivemqSourceTaskTest.java | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/src/main/java/org/apache/rocketmq/connect/activemq/pattern/PatternProcessor.java b/src/main/java/org/apache/rocketmq/connect/activemq/pattern/PatternProcessor.java index 60a34cf..b0836f9 100644 --- a/src/main/java/org/apache/rocketmq/connect/activemq/pattern/PatternProcessor.java +++ b/src/main/java/org/apache/rocketmq/connect/activemq/pattern/PatternProcessor.java @@ -1,3 +1,20 @@ +/* + * 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.rocketmq.connect.activemq.pattern; import javax.jms.Connection; diff --git a/src/test/java/org/apache/rocketmq/connect/activemq/ReplicatorTest.java b/src/test/java/org/apache/rocketmq/connect/activemq/ReplicatorTest.java index 909a5d7..28cafa4 100644 --- a/src/test/java/org/apache/rocketmq/connect/activemq/ReplicatorTest.java +++ b/src/test/java/org/apache/rocketmq/connect/activemq/ReplicatorTest.java @@ -1,3 +1,20 @@ +/* + * 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.rocketmq.connect.activemq; import java.lang.reflect.Field; diff --git a/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqConnectorTest.java b/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqConnectorTest.java index eae1ae6..22b301c 100644 --- a/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqConnectorTest.java +++ b/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqConnectorTest.java @@ -1,3 +1,20 @@ +/* + * 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.rocketmq.connect.activemq.connector; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqSourceTaskTest.java b/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqSourceTaskTest.java index 2b0821b..a71050c 100644 --- a/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqSourceTaskTest.java +++ b/src/test/java/org/apache/rocketmq/connect/activemq/connector/ActivemqSourceTaskTest.java @@ -1,3 +1,20 @@ +/* + * 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.rocketmq.connect.activemq.connector; import java.lang.reflect.Field;
