You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2016/12/06 21:21:14 UTC

[1/2] incubator-trafficcontrol git commit: [TC-24] TR add apache license header to new java classes

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 249bd7504 -> 56cd61a9d


[TC-24] TR add apache license header to new java classes


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/b2e6c453
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/b2e6c453
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/b2e6c453

Branch: refs/heads/master
Commit: b2e6c453080a6bebaecf1d0b1e65adb617ec01d0
Parents: 249bd75
Author: trevorackerman <tr...@gmail.com>
Authored: Tue Dec 6 13:11:03 2016 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Tue Dec 6 14:20:30 2016 -0700

----------------------------------------------------------------------
 .../traffic_router/protocol/LanguidNioProtocol.java  | 15 +++++++++++++++
 .../traffic_router/protocol/RouterNioEndpoint.java   | 15 +++++++++++++++
 .../protocol/RouterProtocolHandler.java              | 15 +++++++++++++++
 3 files changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/b2e6c453/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/LanguidNioProtocol.java
----------------------------------------------------------------------
diff --git a/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/LanguidNioProtocol.java b/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/LanguidNioProtocol.java
index f81e96c..2fbfe56 100644
--- a/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/LanguidNioProtocol.java
+++ b/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/LanguidNioProtocol.java
@@ -1,3 +1,18 @@
+/*
+ *
+ * Licensed 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 com.comcast.cdn.traffic_control.traffic_router.protocol;
 
 import org.apache.coyote.http11.Http11NioProtocol;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/b2e6c453/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterNioEndpoint.java
----------------------------------------------------------------------
diff --git a/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterNioEndpoint.java b/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterNioEndpoint.java
index a93128b..985437f 100644
--- a/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterNioEndpoint.java
+++ b/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterNioEndpoint.java
@@ -1,3 +1,18 @@
+/*
+ *
+ * Licensed 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 com.comcast.cdn.traffic_control.traffic_router.protocol;
 
 import com.comcast.cdn.traffic_control.traffic_router.secure.KeyManager;

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/b2e6c453/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterProtocolHandler.java
----------------------------------------------------------------------
diff --git a/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterProtocolHandler.java b/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterProtocolHandler.java
index 73f70d4..c8c04bf 100644
--- a/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterProtocolHandler.java
+++ b/traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterProtocolHandler.java
@@ -1,3 +1,18 @@
+/*
+ *
+ * Licensed 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 com.comcast.cdn.traffic_control.traffic_router.protocol;
 
 import org.apache.coyote.ProtocolHandler;


[2/2] incubator-trafficcontrol git commit: This closes #124

Posted by ne...@apache.org.
This closes #124


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/56cd61a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/56cd61a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/56cd61a9

Branch: refs/heads/master
Commit: 56cd61a9dcf371c268fe03e7779a0e3b51e224d4
Parents: b2e6c45
Author: Dave Neuman <ne...@apache.org>
Authored: Tue Dec 6 14:21:00 2016 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Tue Dec 6 14:21:00 2016 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------