Repository: tez Updated Branches: refs/heads/branch-0.8 41433a9fe -> 339c1a3c3
TEZ-3672. Remove duplicate Apache license headers. Contributed by Saijin Huang (cherry picked from commit 618c8118239b72e6b9af61fe9ff4717d5233b980) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/339c1a3c Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/339c1a3c Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/339c1a3c Branch: refs/heads/branch-0.8 Commit: 339c1a3c39b98e7f2cda6eca082b5b57547f0407 Parents: 41433a9 Author: Jason Lowe <[email protected]> Authored: Tue Mar 28 10:07:21 2017 -0500 Committer: Jason Lowe <[email protected]> Committed: Tue Mar 28 10:09:19 2017 -0500 ---------------------------------------------------------------------- .../tez/serviceplugins/api/TaskCommunicator.java | 14 -------------- .../serviceplugins/api/TaskCommunicatorContext.java | 14 -------------- .../tez/serviceplugins/api/TaskHeartbeatRequest.java | 14 -------------- .../tez/serviceplugins/api/TaskHeartbeatResponse.java | 14 -------------- 4 files changed, 56 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/339c1a3c/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicator.java ---------------------------------------------------------------------- diff --git a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicator.java b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicator.java index 34debd4..fceddf2 100644 --- a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicator.java +++ b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicator.java @@ -12,20 +12,6 @@ * limitations under the License. */ -/* - * 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 org.apache.tez.serviceplugins.api; import javax.annotation.Nullable; http://git-wip-us.apache.org/repos/asf/tez/blob/339c1a3c/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicatorContext.java ---------------------------------------------------------------------- diff --git a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicatorContext.java b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicatorContext.java index 00a830b..4c6e846 100644 --- a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicatorContext.java +++ b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskCommunicatorContext.java @@ -12,20 +12,6 @@ * limitations under the License. */ -/* - * 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 org.apache.tez.serviceplugins.api; import javax.annotation.Nullable; http://git-wip-us.apache.org/repos/asf/tez/blob/339c1a3c/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatRequest.java ---------------------------------------------------------------------- diff --git a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatRequest.java b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatRequest.java index 40b006f..2f9fb7f 100644 --- a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatRequest.java +++ b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatRequest.java @@ -12,20 +12,6 @@ * limitations under the License. */ -/* - * 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 org.apache.tez.serviceplugins.api; import java.util.List; http://git-wip-us.apache.org/repos/asf/tez/blob/339c1a3c/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatResponse.java ---------------------------------------------------------------------- diff --git a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatResponse.java b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatResponse.java index 9145004..d7a353b 100644 --- a/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatResponse.java +++ b/tez-dag/src/main/java/org/apache/tez/serviceplugins/api/TaskHeartbeatResponse.java @@ -12,20 +12,6 @@ * limitations under the License. */ -/* - * 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 org.apache.tez.serviceplugins.api; import java.util.List;
