You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2018/01/29 13:12:53 UTC

[2/2] activemq git commit: NO-JIRA: Add missing license headers

NO-JIRA: Add missing license headers

(cherry picked from commit e5de25f4fc7401c4b5888bb9836eb5a6886bada2)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/164312f8
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/164312f8
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/164312f8

Branch: refs/heads/activemq-5.15.x
Commit: 164312f88840f08a3df5879dc340df87b38ed841
Parents: a7ee7ab
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Mon Jan 29 08:10:50 2018 -0500
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Mon Jan 29 08:12:16 2018 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/network/BridgeFactory.java  | 16 ++++++++++++++++
 .../apache/activemq/network/BaseNetworkTest.java    | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/164312f8/activemq-broker/src/main/java/org/apache/activemq/network/BridgeFactory.java
----------------------------------------------------------------------
diff --git a/activemq-broker/src/main/java/org/apache/activemq/network/BridgeFactory.java b/activemq-broker/src/main/java/org/apache/activemq/network/BridgeFactory.java
index af6a6db..42d11e3 100644
--- a/activemq-broker/src/main/java/org/apache/activemq/network/BridgeFactory.java
+++ b/activemq-broker/src/main/java/org/apache/activemq/network/BridgeFactory.java
@@ -1,3 +1,19 @@
+/**
+ * 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.activemq.network;
 
 import org.apache.activemq.transport.Transport;

http://git-wip-us.apache.org/repos/asf/activemq/blob/164312f8/activemq-unit-tests/src/test/java/org/apache/activemq/network/BaseNetworkTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/network/BaseNetworkTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/network/BaseNetworkTest.java
index 6bb9384..e5cd967 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/network/BaseNetworkTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/network/BaseNetworkTest.java
@@ -1,3 +1,19 @@
+/**
+ * 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.activemq.network;
 
 import java.net.URI;