aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java
diff options
context:
space:
mode:
authorSteven Phillips <sphillips@maprtech.com>2013-09-09 17:36:48 -0700
committerJacques Nadeau <jacques@apache.org>2013-09-10 14:31:38 -0700
commit479ddad71725bfbf40e025c116b6fe0c775225bc (patch)
tree1c17f1a045696ad7c0b29e4748d29fd741d3a38d /exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java
parent611418dc58d482a733a948e956cdd8bb0f8bdc30 (diff)
DRILL-221 Add license header to all files
Diffstat (limited to 'exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java')
-rw-r--r--exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java b/exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java
index 6716a8f2b..80cf5a2b5 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/Exchange.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/**
* 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
@@ -6,15 +6,15 @@
* 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.drill.exec.physical.base;
import java.util.List;