You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/02/13 00:24:38 UTC

[6/8] Add missing ASF license headers to source and remove copyright https://issues.apache.org/jira/browse/PHOENIX-45

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/ColumnExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/ColumnExpression.java b/src/main/java/org/apache/phoenix/expression/ColumnExpression.java
index c9d943d..4267044 100644
--- a/src/main/java/org/apache/phoenix/expression/ColumnExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/ColumnExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java b/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
index 63d53c1..33d182b 100644
--- a/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DateAddExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DateAddExpression.java b/src/main/java/org/apache/phoenix/expression/DateAddExpression.java
index 0d88b3a..c9c3852 100644
--- a/src/main/java/org/apache/phoenix/expression/DateAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DateAddExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java b/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java
index c536532..2e7543d 100644
--- a/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java b/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java
index c7f606e..683ae08 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java b/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java
index b3bae38..0d5cf88 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java b/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java
index eb8c001..1aaf6ae 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java b/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java
index 768d53e..e17f05a 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DivideExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DivideExpression.java b/src/main/java/org/apache/phoenix/expression/DivideExpression.java
index 7f41f1b..863d49c 100644
--- a/src/main/java/org/apache/phoenix/expression/DivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DivideExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java b/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java
index defbec3..f763966 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java b/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java
index 7b9de42..ff90a31 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java b/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java
index d03c34c..90ab66f 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java b/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java
index c7e01f5..4421784 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/Expression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/Expression.java b/src/main/java/org/apache/phoenix/expression/Expression.java
index d5506b2..5329791 100644
--- a/src/main/java/org/apache/phoenix/expression/Expression.java
+++ b/src/main/java/org/apache/phoenix/expression/Expression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/ExpressionType.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/ExpressionType.java b/src/main/java/org/apache/phoenix/expression/ExpressionType.java
index 4ae6585..7fe8199 100644
--- a/src/main/java/org/apache/phoenix/expression/ExpressionType.java
+++ b/src/main/java/org/apache/phoenix/expression/ExpressionType.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java b/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java
index 7de9f22..67a2354 100644
--- a/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java b/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java
index 26fc849..f3f0f21 100644
--- a/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/InListExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/InListExpression.java b/src/main/java/org/apache/phoenix/expression/InListExpression.java
index fcc8fec..5ecd128 100644
--- a/src/main/java/org/apache/phoenix/expression/InListExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/InListExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/IndexKeyValueColumnExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/IndexKeyValueColumnExpression.java b/src/main/java/org/apache/phoenix/expression/IndexKeyValueColumnExpression.java
index fb066c1..bf84ae5 100644
--- a/src/main/java/org/apache/phoenix/expression/IndexKeyValueColumnExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/IndexKeyValueColumnExpression.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.phoenix.expression;
 
 import org.apache.hadoop.hbase.util.Bytes;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/IsNullExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/IsNullExpression.java b/src/main/java/org/apache/phoenix/expression/IsNullExpression.java
index c74cb8d..4ecdcd9 100644
--- a/src/main/java/org/apache/phoenix/expression/IsNullExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/IsNullExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/KeyValueColumnExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/KeyValueColumnExpression.java b/src/main/java/org/apache/phoenix/expression/KeyValueColumnExpression.java
index db827b1..d0c8567 100644
--- a/src/main/java/org/apache/phoenix/expression/KeyValueColumnExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/KeyValueColumnExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/LikeExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/LikeExpression.java b/src/main/java/org/apache/phoenix/expression/LikeExpression.java
index 24208cc..65844a8 100644
--- a/src/main/java/org/apache/phoenix/expression/LikeExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/LikeExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/LiteralExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/LiteralExpression.java b/src/main/java/org/apache/phoenix/expression/LiteralExpression.java
index 14f9501..cd34171 100644
--- a/src/main/java/org/apache/phoenix/expression/LiteralExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/LiteralExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/LongAddExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/LongAddExpression.java b/src/main/java/org/apache/phoenix/expression/LongAddExpression.java
index 7769459..96f3df1 100644
--- a/src/main/java/org/apache/phoenix/expression/LongAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/LongAddExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/LongDivideExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/LongDivideExpression.java b/src/main/java/org/apache/phoenix/expression/LongDivideExpression.java
index 5d4d031..6eaf2e3 100644
--- a/src/main/java/org/apache/phoenix/expression/LongDivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/LongDivideExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/LongMultiplyExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/LongMultiplyExpression.java b/src/main/java/org/apache/phoenix/expression/LongMultiplyExpression.java
index 68b86ba..ff39d03 100644
--- a/src/main/java/org/apache/phoenix/expression/LongMultiplyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/LongMultiplyExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/LongSubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/LongSubtractExpression.java b/src/main/java/org/apache/phoenix/expression/LongSubtractExpression.java
index ba467a7..7ea00ec 100644
--- a/src/main/java/org/apache/phoenix/expression/LongSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/LongSubtractExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/MultiplyExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/MultiplyExpression.java b/src/main/java/org/apache/phoenix/expression/MultiplyExpression.java
index 6b3c6ff..e4bf9fa 100644
--- a/src/main/java/org/apache/phoenix/expression/MultiplyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/MultiplyExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/NotExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/NotExpression.java b/src/main/java/org/apache/phoenix/expression/NotExpression.java
index 70a87e1..c92d09b 100644
--- a/src/main/java/org/apache/phoenix/expression/NotExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/NotExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/OrExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/OrExpression.java b/src/main/java/org/apache/phoenix/expression/OrExpression.java
index 6b29cc4..e8565c5 100644
--- a/src/main/java/org/apache/phoenix/expression/OrExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/OrExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/OrderByExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/OrderByExpression.java b/src/main/java/org/apache/phoenix/expression/OrderByExpression.java
index 67d7e99..14bba68 100644
--- a/src/main/java/org/apache/phoenix/expression/OrderByExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/OrderByExpression.java
@@ -1,3 +1,21 @@
+/*
+ * 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.phoenix.expression;
 
 import static com.google.common.base.Preconditions.checkNotNull;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/RowKeyColumnExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/RowKeyColumnExpression.java b/src/main/java/org/apache/phoenix/expression/RowKeyColumnExpression.java
index eb8531e..b6fe8de 100644
--- a/src/main/java/org/apache/phoenix/expression/RowKeyColumnExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/RowKeyColumnExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/RowKeyExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/RowKeyExpression.java b/src/main/java/org/apache/phoenix/expression/RowKeyExpression.java
index c311932..cbd7853 100644
--- a/src/main/java/org/apache/phoenix/expression/RowKeyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/RowKeyExpression.java
@@ -1,3 +1,21 @@
+/*
+ * 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.phoenix.expression;
 
 import org.apache.hadoop.hbase.io.ImmutableBytesWritable;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/RowValueConstructorExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/RowValueConstructorExpression.java b/src/main/java/org/apache/phoenix/expression/RowValueConstructorExpression.java
index 93cb8fe..ef72747 100644
--- a/src/main/java/org/apache/phoenix/expression/RowValueConstructorExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/RowValueConstructorExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/StringConcatExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/StringConcatExpression.java b/src/main/java/org/apache/phoenix/expression/StringConcatExpression.java
index 647734f..187b7c1 100644
--- a/src/main/java/org/apache/phoenix/expression/StringConcatExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/StringConcatExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/SubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/SubtractExpression.java b/src/main/java/org/apache/phoenix/expression/SubtractExpression.java
index a3f44d0..1b4ccd7 100644
--- a/src/main/java/org/apache/phoenix/expression/SubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/SubtractExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/TimestampAddExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/TimestampAddExpression.java b/src/main/java/org/apache/phoenix/expression/TimestampAddExpression.java
index b389171..a818550 100644
--- a/src/main/java/org/apache/phoenix/expression/TimestampAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/TimestampAddExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/TimestampSubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/TimestampSubtractExpression.java b/src/main/java/org/apache/phoenix/expression/TimestampSubtractExpression.java
index 3ad8d0f..f94b7e8 100644
--- a/src/main/java/org/apache/phoenix/expression/TimestampSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/TimestampSubtractExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/Aggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/Aggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/Aggregator.java
index 1e132f7..e436deb 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/Aggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/Aggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/Aggregators.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/Aggregators.java b/src/main/java/org/apache/phoenix/expression/aggregator/Aggregators.java
index 5bb0c20..925bf1c 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/Aggregators.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/Aggregators.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/BaseAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/BaseAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/BaseAggregator.java
index a8971fd..358a554 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/BaseAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/BaseAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/BaseDecimalStddevAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/BaseDecimalStddevAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/BaseDecimalStddevAggregator.java
index cf0bd4c..07edfbf 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/BaseDecimalStddevAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/BaseDecimalStddevAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/BaseStddevAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/BaseStddevAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/BaseStddevAggregator.java
index f032b11..9e481c5 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/BaseStddevAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/BaseStddevAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/ClientAggregators.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/ClientAggregators.java b/src/main/java/org/apache/phoenix/expression/aggregator/ClientAggregators.java
index 3dc903e..54d5690 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/ClientAggregators.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/ClientAggregators.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/CountAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/CountAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/CountAggregator.java
index 6c2b521..4ae1bf5 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/CountAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/CountAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevPopAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevPopAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevPopAggregator.java
index 18845a8..4701d7d 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevPopAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevPopAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevSampAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevSampAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevSampAggregator.java
index faf2124..6a2fb5b 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevSampAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DecimalStddevSampAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DecimalSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DecimalSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DecimalSumAggregator.java
index 3ce5ce7..b1aed6d 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DecimalSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DecimalSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DistinctCountClientAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DistinctCountClientAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DistinctCountClientAggregator.java
index 8984969..a9c0221 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DistinctCountClientAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DistinctCountClientAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountClientAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountClientAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountClientAggregator.java
index 9643d94..892a606 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountClientAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountClientAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java
index 7f4b33f..d343c77 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/DoubleSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/DoubleSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/DoubleSumAggregator.java
index 3ecbc37..6511320 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/DoubleSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/DoubleSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/IntSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/IntSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/IntSumAggregator.java
index 35bde52..a8feb6d 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/IntSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/IntSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/LongSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/LongSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/LongSumAggregator.java
index 40c2e37..69c3cce 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/LongSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/LongSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/MaxAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/MaxAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/MaxAggregator.java
index 85e1c66..54af0ff 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/MaxAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/MaxAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/MinAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/MinAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/MinAggregator.java
index 8147866..16262f6 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/MinAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/MinAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/NumberSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/NumberSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/NumberSumAggregator.java
index 2c7f28e..3d77ec2 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/NumberSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/NumberSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/PercentRankClientAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/PercentRankClientAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/PercentRankClientAggregator.java
index 876dbae..b85db91 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/PercentRankClientAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/PercentRankClientAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/PercentileClientAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/PercentileClientAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/PercentileClientAggregator.java
index bc3c0e2..1f6927f 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/PercentileClientAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/PercentileClientAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/PercentileDiscClientAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/PercentileDiscClientAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/PercentileDiscClientAggregator.java
index 31efdaf..532e747 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/PercentileDiscClientAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/PercentileDiscClientAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.java b/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.java
index 4aa4806..1ddda5d 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/ServerAggregators.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/StddevPopAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/StddevPopAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/StddevPopAggregator.java
index 9d1f1ca..5f530ef 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/StddevPopAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/StddevPopAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/StddevSampAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/StddevSampAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/StddevSampAggregator.java
index 4a663b2..be4b0bb 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/StddevSampAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/StddevSampAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedIntSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedIntSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedIntSumAggregator.java
index ae9ab9b..d69320d 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedIntSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedIntSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedLongSumAggregator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedLongSumAggregator.java b/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedLongSumAggregator.java
index 06a68f4..ec93cba 100644
--- a/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedLongSumAggregator.java
+++ b/src/main/java/org/apache/phoenix/expression/aggregator/UnsignedLongSumAggregator.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/AggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/AggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/AggregateFunction.java
index 3721ceb..f909c21 100644
--- a/src/main/java/org/apache/phoenix/expression/function/AggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/AggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/AvgAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/AvgAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/AvgAggregateFunction.java
index a199050..a057ed4 100644
--- a/src/main/java/org/apache/phoenix/expression/function/AvgAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/AvgAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/CoalesceFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/CoalesceFunction.java b/src/main/java/org/apache/phoenix/expression/function/CoalesceFunction.java
index b549ba6..792bd30 100644
--- a/src/main/java/org/apache/phoenix/expression/function/CoalesceFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/CoalesceFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/CompositeAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/CompositeAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/CompositeAggregateFunction.java
index 4188a4f..f5adb6f 100644
--- a/src/main/java/org/apache/phoenix/expression/function/CompositeAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/CompositeAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/CountAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/CountAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/CountAggregateFunction.java
index 195c37f..f7818f1 100644
--- a/src/main/java/org/apache/phoenix/expression/function/CountAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/CountAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/CurrentDateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/CurrentDateFunction.java b/src/main/java/org/apache/phoenix/expression/function/CurrentDateFunction.java
index 47704b3..ba0c778 100644
--- a/src/main/java/org/apache/phoenix/expression/function/CurrentDateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/CurrentDateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/CurrentTimeFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/CurrentTimeFunction.java b/src/main/java/org/apache/phoenix/expression/function/CurrentTimeFunction.java
index 93d8b8b..8203a26 100644
--- a/src/main/java/org/apache/phoenix/expression/function/CurrentTimeFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/CurrentTimeFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/DelegateConstantToCountAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/DelegateConstantToCountAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/DelegateConstantToCountAggregateFunction.java
index 6f4b421..9c4700e 100644
--- a/src/main/java/org/apache/phoenix/expression/function/DelegateConstantToCountAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/DelegateConstantToCountAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/DistinctCountAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/DistinctCountAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/DistinctCountAggregateFunction.java
index c1427c6..2d708d6 100644
--- a/src/main/java/org/apache/phoenix/expression/function/DistinctCountAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/DistinctCountAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/FunctionArgumentType.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/FunctionArgumentType.java b/src/main/java/org/apache/phoenix/expression/function/FunctionArgumentType.java
index 0284caf..c977bfe 100644
--- a/src/main/java/org/apache/phoenix/expression/function/FunctionArgumentType.java
+++ b/src/main/java/org/apache/phoenix/expression/function/FunctionArgumentType.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.phoenix.expression.function;
 
 import java.text.DecimalFormat;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/FunctionExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/FunctionExpression.java b/src/main/java/org/apache/phoenix/expression/function/FunctionExpression.java
index f8a13d4..472c39d 100644
--- a/src/main/java/org/apache/phoenix/expression/function/FunctionExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/function/FunctionExpression.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/IndexStateNameFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/IndexStateNameFunction.java b/src/main/java/org/apache/phoenix/expression/function/IndexStateNameFunction.java
index 062f35b..fe37c52 100644
--- a/src/main/java/org/apache/phoenix/expression/function/IndexStateNameFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/IndexStateNameFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/InvertFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/InvertFunction.java b/src/main/java/org/apache/phoenix/expression/function/InvertFunction.java
index b60d694..1c63bed 100644
--- a/src/main/java/org/apache/phoenix/expression/function/InvertFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/InvertFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/LTrimFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/LTrimFunction.java b/src/main/java/org/apache/phoenix/expression/function/LTrimFunction.java
index 38b8388..a84412a 100644
--- a/src/main/java/org/apache/phoenix/expression/function/LTrimFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/LTrimFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/LengthFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/LengthFunction.java b/src/main/java/org/apache/phoenix/expression/function/LengthFunction.java
index e4396fa..2551d24 100644
--- a/src/main/java/org/apache/phoenix/expression/function/LengthFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/LengthFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/LowerFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/LowerFunction.java b/src/main/java/org/apache/phoenix/expression/function/LowerFunction.java
index aaa21a3..a0bc480 100644
--- a/src/main/java/org/apache/phoenix/expression/function/LowerFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/LowerFunction.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.phoenix.expression.function;
 
 import java.sql.SQLException;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/MD5Function.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/MD5Function.java b/src/main/java/org/apache/phoenix/expression/function/MD5Function.java
index 1fec6f5..d4d996d 100644
--- a/src/main/java/org/apache/phoenix/expression/function/MD5Function.java
+++ b/src/main/java/org/apache/phoenix/expression/function/MD5Function.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/MaxAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/MaxAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/MaxAggregateFunction.java
index 8496d80..702c90d 100644
--- a/src/main/java/org/apache/phoenix/expression/function/MaxAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/MaxAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/MinAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/MinAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/MinAggregateFunction.java
index d681070..34392b8 100644
--- a/src/main/java/org/apache/phoenix/expression/function/MinAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/MinAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/PercentRankAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/PercentRankAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/PercentRankAggregateFunction.java
index 80b7ada..f8d7863 100644
--- a/src/main/java/org/apache/phoenix/expression/function/PercentRankAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/PercentRankAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/PercentileContAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/PercentileContAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/PercentileContAggregateFunction.java
index b160d6f..15dd921 100644
--- a/src/main/java/org/apache/phoenix/expression/function/PercentileContAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/PercentileContAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/PercentileDiscAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/PercentileDiscAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/PercentileDiscAggregateFunction.java
index f959801..ae95084 100644
--- a/src/main/java/org/apache/phoenix/expression/function/PercentileDiscAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/PercentileDiscAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/PrefixFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/PrefixFunction.java b/src/main/java/org/apache/phoenix/expression/function/PrefixFunction.java
index 2612d74..97ca228 100644
--- a/src/main/java/org/apache/phoenix/expression/function/PrefixFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/PrefixFunction.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.phoenix.expression.function;
 
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/RTrimFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/RTrimFunction.java b/src/main/java/org/apache/phoenix/expression/function/RTrimFunction.java
index 8a99784..ce703df 100644
--- a/src/main/java/org/apache/phoenix/expression/function/RTrimFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/RTrimFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/RegexpReplaceFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/RegexpReplaceFunction.java b/src/main/java/org/apache/phoenix/expression/function/RegexpReplaceFunction.java
index 8a62b4a..517e9f7 100644
--- a/src/main/java/org/apache/phoenix/expression/function/RegexpReplaceFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/RegexpReplaceFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/RegexpSubstrFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/RegexpSubstrFunction.java b/src/main/java/org/apache/phoenix/expression/function/RegexpSubstrFunction.java
index 7e8b389..45812cd 100644
--- a/src/main/java/org/apache/phoenix/expression/function/RegexpSubstrFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/RegexpSubstrFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/ReverseFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/ReverseFunction.java b/src/main/java/org/apache/phoenix/expression/function/ReverseFunction.java
index b90fd7c..250c47b 100644
--- a/src/main/java/org/apache/phoenix/expression/function/ReverseFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/ReverseFunction.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.phoenix.expression.function;
 
 import java.sql.SQLException;

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/RoundFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/RoundFunction.java b/src/main/java/org/apache/phoenix/expression/function/RoundFunction.java
index bf963ec..3fe9190 100644
--- a/src/main/java/org/apache/phoenix/expression/function/RoundFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/RoundFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/ScalarFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/ScalarFunction.java b/src/main/java/org/apache/phoenix/expression/function/ScalarFunction.java
index a03170d..7f81d96 100644
--- a/src/main/java/org/apache/phoenix/expression/function/ScalarFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/ScalarFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/SingleAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/SingleAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/SingleAggregateFunction.java
index 234d70f..37124e5 100644
--- a/src/main/java/org/apache/phoenix/expression/function/SingleAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/SingleAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/SqlTableType.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/SqlTableType.java b/src/main/java/org/apache/phoenix/expression/function/SqlTableType.java
index 5cc0c40..395314d 100644
--- a/src/main/java/org/apache/phoenix/expression/function/SqlTableType.java
+++ b/src/main/java/org/apache/phoenix/expression/function/SqlTableType.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/SqlTypeNameFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/SqlTypeNameFunction.java b/src/main/java/org/apache/phoenix/expression/function/SqlTypeNameFunction.java
index 8351ba8..819502b 100644
--- a/src/main/java/org/apache/phoenix/expression/function/SqlTypeNameFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/SqlTypeNameFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/StddevPopFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/StddevPopFunction.java b/src/main/java/org/apache/phoenix/expression/function/StddevPopFunction.java
index 3757153..3c8ab9d 100644
--- a/src/main/java/org/apache/phoenix/expression/function/StddevPopFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/StddevPopFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/StddevSampFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/StddevSampFunction.java b/src/main/java/org/apache/phoenix/expression/function/StddevSampFunction.java
index af975c4..711d9b6 100644
--- a/src/main/java/org/apache/phoenix/expression/function/StddevSampFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/StddevSampFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/SubstrFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/SubstrFunction.java b/src/main/java/org/apache/phoenix/expression/function/SubstrFunction.java
index 1ff7284..c97efcd 100644
--- a/src/main/java/org/apache/phoenix/expression/function/SubstrFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/SubstrFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/18ddce87/src/main/java/org/apache/phoenix/expression/function/SumAggregateFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/function/SumAggregateFunction.java b/src/main/java/org/apache/phoenix/expression/function/SumAggregateFunction.java
index 9b8e9cd..3b781e5 100644
--- a/src/main/java/org/apache/phoenix/expression/function/SumAggregateFunction.java
+++ b/src/main/java/org/apache/phoenix/expression/function/SumAggregateFunction.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2014 The Apache Software Foundation
- *
  * 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