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/06 22:40:51 UTC

[7/8] Remove @author tag https://issues.apache.org/jira/browse/PHOENIX-25

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/hbase/index/write/ParallelWriterIndexCommitter.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/hbase/index/write/ParallelWriterIndexCommitter.java b/src/main/java/org/apache/hbase/index/write/ParallelWriterIndexCommitter.java
index b85aa94..9d7dcaa 100644
--- a/src/main/java/org/apache/hbase/index/write/ParallelWriterIndexCommitter.java
+++ b/src/main/java/org/apache/hbase/index/write/ParallelWriterIndexCommitter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/hbase/index/write/recovery/PerRegionIndexWriteCache.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/hbase/index/write/recovery/PerRegionIndexWriteCache.java b/src/main/java/org/apache/hbase/index/write/recovery/PerRegionIndexWriteCache.java
index 99be157..eecc981 100644
--- a/src/main/java/org/apache/hbase/index/write/recovery/PerRegionIndexWriteCache.java
+++ b/src/main/java/org/apache/hbase/index/write/recovery/PerRegionIndexWriteCache.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/hbase/index/write/recovery/TrackingParallelWriterIndexCommitter.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/hbase/index/write/recovery/TrackingParallelWriterIndexCommitter.java b/src/main/java/org/apache/hbase/index/write/recovery/TrackingParallelWriterIndexCommitter.java
index 1d4f02d..28fc832 100644
--- a/src/main/java/org/apache/hbase/index/write/recovery/TrackingParallelWriterIndexCommitter.java
+++ b/src/main/java/org/apache/hbase/index/write/recovery/TrackingParallelWriterIndexCommitter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/cache/GlobalCache.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/cache/GlobalCache.java b/src/main/java/org/apache/phoenix/cache/GlobalCache.java
index 50ae9d9..7b762ef 100644
--- a/src/main/java/org/apache/phoenix/cache/GlobalCache.java
+++ b/src/main/java/org/apache/phoenix/cache/GlobalCache.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -43,7 +43,7 @@ import org.apache.phoenix.schema.PTable;
  * Global root cache for the server. Each tenant is managed as a child tenant cache of this one. Queries
  * not associated with a particular tenant use this as their tenant cache.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class GlobalCache extends TenantCacheImpl {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/cache/HashCache.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/cache/HashCache.java b/src/main/java/org/apache/phoenix/cache/HashCache.java
index 5f8348b..00fbb39 100644
--- a/src/main/java/org/apache/phoenix/cache/HashCache.java
+++ b/src/main/java/org/apache/phoenix/cache/HashCache.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -31,7 +31,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
 /**
  * Encapsulate deserialized hash cache from bytes into Map.
  * The Map uses the row key as the key and the row as the value.
- * @author jtaylor
+ * 
  * @since 0.1
  */
 @Immutable

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java b/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
index c5b052d..ecf02c7 100644
--- a/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
+++ b/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -58,7 +58,7 @@ import org.apache.phoenix.util.SQLCloseables;
  * 
  * Client for sending cache to each region server
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ServerCacheClient {
@@ -94,7 +94,7 @@ public class ServerCacheClient {
      * Client-side representation of a server cache.  Call {@link #close()} when usage
      * is complete to free cache up on region server
      *
-     * @author jtaylor
+     * 
      * @since 0.1
      */
     public class ServerCache implements SQLCloseable {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/cache/TenantCache.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/cache/TenantCache.java b/src/main/java/org/apache/phoenix/cache/TenantCache.java
index acddac9..b854f88 100644
--- a/src/main/java/org/apache/phoenix/cache/TenantCache.java
+++ b/src/main/java/org/apache/phoenix/cache/TenantCache.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -33,7 +33,7 @@ import org.apache.phoenix.memory.MemoryManager;
  * 
  * Inteface to set and set cached values for a tenant
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface TenantCache {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java b/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
index 0cdb888..a8f6374 100644
--- a/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
+++ b/src/main/java/org/apache/phoenix/cache/TenantCacheImpl.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -38,7 +38,7 @@ import org.apache.phoenix.util.Closeables;
  * Cache per tenant on server side.  Tracks memory usage for each
  * tenat as well and rolling up usage to global memory manager.
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class TenantCacheImpl implements TenantCache {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/AggregationManager.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/AggregationManager.java b/src/main/java/org/apache/phoenix/compile/AggregationManager.java
index 70ea3a2..c37dd24 100644
--- a/src/main/java/org/apache/phoenix/compile/AggregationManager.java
+++ b/src/main/java/org/apache/phoenix/compile/AggregationManager.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -25,7 +25,7 @@ import org.apache.phoenix.expression.aggregator.ClientAggregators;
  * 
  * Class that manages aggregations during query compilation
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class AggregationManager {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/BindManager.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/BindManager.java b/src/main/java/org/apache/phoenix/compile/BindManager.java
index 4343d41..2bcad2c 100644
--- a/src/main/java/org/apache/phoenix/compile/BindManager.java
+++ b/src/main/java/org/apache/phoenix/compile/BindManager.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -44,7 +44,7 @@ import org.apache.phoenix.schema.PDatum;
  * we check that the bind value has the correct type and for (2) we set the param
  * metadata type.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class BindManager {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ColumnProjector.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ColumnProjector.java b/src/main/java/org/apache/phoenix/compile/ColumnProjector.java
index e8a18e8..daef3cf 100644
--- a/src/main/java/org/apache/phoenix/compile/ColumnProjector.java
+++ b/src/main/java/org/apache/phoenix/compile/ColumnProjector.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -33,7 +33,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
  * 
  * Interface used to access the value of a projected column.
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface ColumnProjector {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ColumnResolver.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ColumnResolver.java b/src/main/java/org/apache/phoenix/compile/ColumnResolver.java
index 49a1947..6c8abe7 100644
--- a/src/main/java/org/apache/phoenix/compile/ColumnResolver.java
+++ b/src/main/java/org/apache/phoenix/compile/ColumnResolver.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -32,7 +32,7 @@ import org.apache.phoenix.schema.TableRef;
  * Interface used to resolve column references occurring
  * in the select statement.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface ColumnResolver {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/CreateIndexCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/CreateIndexCompiler.java b/src/main/java/org/apache/phoenix/compile/CreateIndexCompiler.java
index 3006a9e..b4fe490 100644
--- a/src/main/java/org/apache/phoenix/compile/CreateIndexCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/CreateIndexCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java b/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java
index ab98538..de35be5 100644
--- a/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java b/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
index 72b8ca1..1d83fc1 100644
--- a/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ExplainPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ExplainPlan.java b/src/main/java/org/apache/phoenix/compile/ExplainPlan.java
index e1049a0..dc6261d 100644
--- a/src/main/java/org/apache/phoenix/compile/ExplainPlan.java
+++ b/src/main/java/org/apache/phoenix/compile/ExplainPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java b/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java
index 8c6e64c..70b1b4b 100644
--- a/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ExpressionManager.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ExpressionManager.java b/src/main/java/org/apache/phoenix/compile/ExpressionManager.java
index f66e61f..77d617d 100644
--- a/src/main/java/org/apache/phoenix/compile/ExpressionManager.java
+++ b/src/main/java/org/apache/phoenix/compile/ExpressionManager.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -31,7 +31,7 @@ import org.apache.phoenix.expression.Expression;
  * Class to manage list of expressions inside of a select statement by
  * deduping them.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ExpressionManager {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ExpressionProjector.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ExpressionProjector.java b/src/main/java/org/apache/phoenix/compile/ExpressionProjector.java
index 7aad79d..aab13e2 100644
--- a/src/main/java/org/apache/phoenix/compile/ExpressionProjector.java
+++ b/src/main/java/org/apache/phoenix/compile/ExpressionProjector.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -34,7 +34,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
  * 
  * Projector for getting value from a select statement for an expression
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ExpressionProjector implements ColumnProjector {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/FromCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/FromCompiler.java b/src/main/java/org/apache/phoenix/compile/FromCompiler.java
index 41da259..6d6d736 100644
--- a/src/main/java/org/apache/phoenix/compile/FromCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/FromCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -66,7 +66,7 @@ import org.apache.phoenix.util.SchemaUtil;
 /**
  * Validates FROM clause and builds a ColumnResolver for resolving column references
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class FromCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/GroupByCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/GroupByCompiler.java b/src/main/java/org/apache/phoenix/compile/GroupByCompiler.java
index 82feeb3..1932653 100644
--- a/src/main/java/org/apache/phoenix/compile/GroupByCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/GroupByCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -48,7 +48,7 @@ import org.apache.phoenix.schema.PDataType;
  * Validates GROUP BY clause and builds a {@link GroupBy} instance to encapsulate the
  * group by expressions.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class GroupByCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/HavingCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/HavingCompiler.java b/src/main/java/org/apache/phoenix/compile/HavingCompiler.java
index 3c4a8e2..d9413cd 100644
--- a/src/main/java/org/apache/phoenix/compile/HavingCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/HavingCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -109,7 +109,7 @@ public class HavingCompiler {
      * select count(1) from atable group by a_date,a_string having a_date > ? or min(a_string) = 'a'
      * select count(1) from atable group by a_date having round(min(a_date),'hour') < ?
      *
-     * @author jtaylor
+     * 
      * @since 0.1
      */
     private static class HavingClauseVisitor extends TraverseNoParseNodeVisitor<Void> {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/KeyPart.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/KeyPart.java b/src/main/java/org/apache/phoenix/compile/KeyPart.java
index 1c8b0eb..d584417 100644
--- a/src/main/java/org/apache/phoenix/compile/KeyPart.java
+++ b/src/main/java/org/apache/phoenix/compile/KeyPart.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -35,7 +35,7 @@ import org.apache.phoenix.schema.PColumn;
  * between a built-in function and the setting of the scan key
  * during query compilation.
  * 
- * @author jtaylor
+ * 
  * @since 0.12
  */
 public interface KeyPart {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/LimitCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/LimitCompiler.java b/src/main/java/org/apache/phoenix/compile/LimitCompiler.java
index ef32b0e..732128d 100644
--- a/src/main/java/org/apache/phoenix/compile/LimitCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/LimitCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/MutatingParallelIteratorFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/MutatingParallelIteratorFactory.java b/src/main/java/org/apache/phoenix/compile/MutatingParallelIteratorFactory.java
index b19af43..7befaaa 100644
--- a/src/main/java/org/apache/phoenix/compile/MutatingParallelIteratorFactory.java
+++ b/src/main/java/org/apache/phoenix/compile/MutatingParallelIteratorFactory.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/MutationPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/MutationPlan.java b/src/main/java/org/apache/phoenix/compile/MutationPlan.java
index 11fd2cd..267dd1c 100644
--- a/src/main/java/org/apache/phoenix/compile/MutationPlan.java
+++ b/src/main/java/org/apache/phoenix/compile/MutationPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/OrderByCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/OrderByCompiler.java b/src/main/java/org/apache/phoenix/compile/OrderByCompiler.java
index cf19d77..25cbe15 100644
--- a/src/main/java/org/apache/phoenix/compile/OrderByCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/OrderByCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -41,7 +41,7 @@ import org.apache.phoenix.schema.ColumnModifier;
 /**
  * Validates ORDER BY clause and builds up a list of referenced columns.
  * 
- * @author syyang
+ * 
  * @since 0.1
  */
 public class OrderByCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java b/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java
index a209bb2..bc1d746 100644
--- a/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/PostDDLCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -58,7 +58,7 @@ import org.apache.phoenix.util.ScanUtil;
  * The only time we may still need this is to manage updating the empty
  * key value, as we sometimes need to "go back through time" to adjust
  * this.
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class PostDDLCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/PostIndexDDLCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/PostIndexDDLCompiler.java b/src/main/java/org/apache/phoenix/compile/PostIndexDDLCompiler.java
index 69108d3..08dbdb3 100644
--- a/src/main/java/org/apache/phoenix/compile/PostIndexDDLCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/PostIndexDDLCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ProjectionCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ProjectionCompiler.java b/src/main/java/org/apache/phoenix/compile/ProjectionCompiler.java
index 76ea5d2..59ee842 100644
--- a/src/main/java/org/apache/phoenix/compile/ProjectionCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/ProjectionCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -69,7 +69,7 @@ import org.apache.phoenix.util.SizedUtil;
  * Class that iterates through expressions in SELECT clause and adds projected
  * columns to scan.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ProjectionCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/QueryCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/QueryCompiler.java b/src/main/java/org/apache/phoenix/compile/QueryCompiler.java
index dcf95ce..0d90b90 100644
--- a/src/main/java/org/apache/phoenix/compile/QueryCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/QueryCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -51,7 +51,7 @@ import org.apache.phoenix.schema.TableRef;
  * 
  * Class used to build an executable query plan
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class QueryCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/QueryPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/QueryPlan.java b/src/main/java/org/apache/phoenix/compile/QueryPlan.java
index 6cf893c..359db42 100644
--- a/src/main/java/org/apache/phoenix/compile/QueryPlan.java
+++ b/src/main/java/org/apache/phoenix/compile/QueryPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -35,7 +35,7 @@ import org.apache.phoenix.schema.TableRef;
  * 
  * Interface for an executable query plan
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface QueryPlan extends StatementPlan {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/RowProjector.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/RowProjector.java b/src/main/java/org/apache/phoenix/compile/RowProjector.java
index 6b6344c..46a2af6 100644
--- a/src/main/java/org/apache/phoenix/compile/RowProjector.java
+++ b/src/main/java/org/apache/phoenix/compile/RowProjector.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -33,7 +33,7 @@ import org.apache.phoenix.util.SchemaUtil;
  * column index for a SELECT clause projection. The column index may be looked up
  * via the name using {@link #getColumnIndex(String)}.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class RowProjector {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/ScanRanges.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/ScanRanges.java b/src/main/java/org/apache/phoenix/compile/ScanRanges.java
index 98d110e..ce4bbab 100644
--- a/src/main/java/org/apache/phoenix/compile/ScanRanges.java
+++ b/src/main/java/org/apache/phoenix/compile/ScanRanges.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/StatementContext.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/StatementContext.java b/src/main/java/org/apache/phoenix/compile/StatementContext.java
index 5d1ee6b..1fa6d5a 100644
--- a/src/main/java/org/apache/phoenix/compile/StatementContext.java
+++ b/src/main/java/org/apache/phoenix/compile/StatementContext.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -44,7 +44,7 @@ import org.apache.phoenix.util.ScanUtil;
  * Class that keeps common state used across processing the various clauses in a
  * top level JDBC statement such as SELECT, UPSERT, DELETE, etc.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class StatementContext {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/StatementNormalizer.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/StatementNormalizer.java b/src/main/java/org/apache/phoenix/compile/StatementNormalizer.java
index bd1f0b9..57d5d03 100644
--- a/src/main/java/org/apache/phoenix/compile/StatementNormalizer.java
+++ b/src/main/java/org/apache/phoenix/compile/StatementNormalizer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -37,7 +37,7 @@ import org.apache.phoenix.parse.SelectStatement;
  * on the RHS (i.e. if literal found on the LHS, then the operator is reversed and
  * the literal is put on the RHS)
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class StatementNormalizer extends ParseNodeRewriter {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/StatementPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/StatementPlan.java b/src/main/java/org/apache/phoenix/compile/StatementPlan.java
index e41e86a..52b1116 100644
--- a/src/main/java/org/apache/phoenix/compile/StatementPlan.java
+++ b/src/main/java/org/apache/phoenix/compile/StatementPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java b/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
index d5dc0f8..052807e 100644
--- a/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/WhereCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/WhereCompiler.java b/src/main/java/org/apache/phoenix/compile/WhereCompiler.java
index 7c7be73..11713af 100644
--- a/src/main/java/org/apache/phoenix/compile/WhereCompiler.java
+++ b/src/main/java/org/apache/phoenix/compile/WhereCompiler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -59,7 +59,7 @@ import org.apache.phoenix.util.SchemaUtil;
  *
  * Class to build the filter of a scan
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class WhereCompiler {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java b/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
index d3482b0..a29bbc8 100644
--- a/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
+++ b/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -70,7 +70,7 @@ import com.google.common.collect.Lists;
  * Class that pushes row key expressions from the where clause to form the start/stop
  * key of the scan and removes the expressions from the where clause when possible.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class WhereOptimizer {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java b/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java
index 44f4303..2e12021 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java b/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java
index 6c8306e..9c8b941 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java b/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
index 896e5f5..169d894 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -69,7 +69,7 @@ import org.apache.phoenix.util.TupleUtil;
 /**
  * Region observer that aggregates grouped rows (i.e. SQL query with GROUP BY clause)
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class GroupedAggregateRegionObserver extends BaseScannerRegionObserver {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/HashJoinRegionScanner.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/HashJoinRegionScanner.java b/src/main/java/org/apache/phoenix/coprocessor/HashJoinRegionScanner.java
index 51dcf43..49480e7 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/HashJoinRegionScanner.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/HashJoinRegionScanner.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java b/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
index c23f93c..7129378 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -107,7 +107,7 @@ import org.apache.phoenix.util.ServerUtil;
  * any in use on the data table, b/c otherwise we can end up with data rows that
  * are not valid against a schema row.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class MetaDataEndpointImpl extends BaseEndpointCoprocessor implements MetaDataProtocol {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java b/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
index 25794ba..b259865 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -53,7 +53,7 @@ import org.apache.phoenix.util.MetaDataUtil;
  * not the data table still uses it (based on the min time stamp of the data
  * table).
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface MetaDataProtocol extends CoprocessorProtocol {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java b/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
index d0bd7c5..aa3bde3 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/ScanProjector.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/ScanProjector.java b/src/main/java/org/apache/phoenix/coprocessor/ScanProjector.java
index e83cc2b..95bf828 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/ScanProjector.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/ScanProjector.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java b/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java
index 29c558f..a79da7d 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -59,7 +59,7 @@ import org.apache.phoenix.util.ServerUtil;
  * Unfortunately, until HBASE-7481 gets fixed, there's no way to do this from our
  * custom filters.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ScanRegionObserver extends BaseScannerRegionObserver {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/ServerCachingEndpointImpl.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/ServerCachingEndpointImpl.java b/src/main/java/org/apache/phoenix/coprocessor/ServerCachingEndpointImpl.java
index ec0c06e..50abad4 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/ServerCachingEndpointImpl.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/ServerCachingEndpointImpl.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -36,7 +36,7 @@ import org.apache.phoenix.cache.TenantCache;
  * 
  * Server-side implementation of {@link ServerCachingProtocol}
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ServerCachingEndpointImpl extends BaseEndpointCoprocessor implements ServerCachingProtocol {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/ServerCachingProtocol.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/ServerCachingProtocol.java b/src/main/java/org/apache/phoenix/coprocessor/ServerCachingProtocol.java
index abda834..3c6123d 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/ServerCachingProtocol.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/ServerCachingProtocol.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -34,7 +34,7 @@ import org.apache.phoenix.memory.MemoryManager.MemoryChunk;
  * Used for:
  * a) hash joins, to send the smaller side of the join to each region server
  * b) secondary indexes, to send the necessary meta data to each region server
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface ServerCachingProtocol extends CoprocessorProtocol {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java b/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
index e36ce13..4d95b14 100644
--- a/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
+++ b/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -83,7 +83,7 @@ import org.apache.phoenix.util.SchemaUtil;
 /**
  * Region observer that aggregates ungrouped rows(i.e. SQL query with aggregation function and no GROUP BY).
  * 
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class UngroupedAggregateRegionObserver extends BaseScannerRegionObserver {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/exception/PhoenixIOException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/exception/PhoenixIOException.java b/src/main/java/org/apache/phoenix/exception/PhoenixIOException.java
index d1b0b18..dfbdce5 100644
--- a/src/main/java/org/apache/phoenix/exception/PhoenixIOException.java
+++ b/src/main/java/org/apache/phoenix/exception/PhoenixIOException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/exception/PhoenixParserException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/exception/PhoenixParserException.java b/src/main/java/org/apache/phoenix/exception/PhoenixParserException.java
index 75a4091..8b8e4e0 100644
--- a/src/main/java/org/apache/phoenix/exception/PhoenixParserException.java
+++ b/src/main/java/org/apache/phoenix/exception/PhoenixParserException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java b/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
index c6e664a..16478fa 100644
--- a/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
+++ b/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,7 +28,7 @@ import org.apache.phoenix.util.MetaDataUtil;
 /**
  * Various SQLException Information. Including a vender-specific errorcode and a standard SQLState.
  * 
- * @author zhuang
+ * 
  * @since 1.0
  */
 public enum SQLExceptionCode {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/exception/SQLExceptionInfo.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/exception/SQLExceptionInfo.java b/src/main/java/org/apache/phoenix/exception/SQLExceptionInfo.java
index a74bffc..694cd05 100644
--- a/src/main/java/org/apache/phoenix/exception/SQLExceptionInfo.java
+++ b/src/main/java/org/apache/phoenix/exception/SQLExceptionInfo.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -27,7 +27,7 @@ import org.apache.phoenix.util.SchemaUtil;
 /**
  * Object serves as a closure of all coordinate information for SQLException messages.
  * 
- * @author zhuang
+ * 
  * @since 1.0
  */
 public class SQLExceptionInfo {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/exception/UnknownFunctionException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/exception/UnknownFunctionException.java b/src/main/java/org/apache/phoenix/exception/UnknownFunctionException.java
index 1f66992..eda2cd5 100644
--- a/src/main/java/org/apache/phoenix/exception/UnknownFunctionException.java
+++ b/src/main/java/org/apache/phoenix/exception/UnknownFunctionException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/exception/ValueTypeIncompatibleException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/exception/ValueTypeIncompatibleException.java b/src/main/java/org/apache/phoenix/exception/ValueTypeIncompatibleException.java
index 403c009..9b93d74 100644
--- a/src/main/java/org/apache/phoenix/exception/ValueTypeIncompatibleException.java
+++ b/src/main/java/org/apache/phoenix/exception/ValueTypeIncompatibleException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/execute/AggregatePlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/execute/AggregatePlan.java b/src/main/java/org/apache/phoenix/execute/AggregatePlan.java
index aba97e3..135c767 100644
--- a/src/main/java/org/apache/phoenix/execute/AggregatePlan.java
+++ b/src/main/java/org/apache/phoenix/execute/AggregatePlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -66,7 +66,7 @@ import org.apache.phoenix.util.SchemaUtil;
  *
  * Query plan for aggregating queries
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class AggregatePlan extends BasicQueryPlan {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/execute/BasicQueryPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/execute/BasicQueryPlan.java b/src/main/java/org/apache/phoenix/execute/BasicQueryPlan.java
index 4ecba32..1944d3d 100644
--- a/src/main/java/org/apache/phoenix/execute/BasicQueryPlan.java
+++ b/src/main/java/org/apache/phoenix/execute/BasicQueryPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -51,7 +51,7 @@ import org.apache.phoenix.util.SchemaUtil;
  *
  * Query plan that has no child plans
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class BasicQueryPlan implements QueryPlan {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/execute/CommitException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/execute/CommitException.java b/src/main/java/org/apache/phoenix/execute/CommitException.java
index 4ca47ec..4563e22 100644
--- a/src/main/java/org/apache/phoenix/execute/CommitException.java
+++ b/src/main/java/org/apache/phoenix/execute/CommitException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/execute/DegenerateQueryPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/execute/DegenerateQueryPlan.java b/src/main/java/org/apache/phoenix/execute/DegenerateQueryPlan.java
index 8946c9f..80467a0 100644
--- a/src/main/java/org/apache/phoenix/execute/DegenerateQueryPlan.java
+++ b/src/main/java/org/apache/phoenix/execute/DegenerateQueryPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/execute/MutationState.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/execute/MutationState.java b/src/main/java/org/apache/phoenix/execute/MutationState.java
index 3fa26e4..d48c6e6 100644
--- a/src/main/java/org/apache/phoenix/execute/MutationState.java
+++ b/src/main/java/org/apache/phoenix/execute/MutationState.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -62,7 +62,7 @@ import org.apache.phoenix.util.ServerUtil;
  * 
  * Tracks the uncommitted state
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class MutationState implements SQLCloseable {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/execute/ScanPlan.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/execute/ScanPlan.java b/src/main/java/org/apache/phoenix/execute/ScanPlan.java
index 2913b80..2878aa0 100644
--- a/src/main/java/org/apache/phoenix/execute/ScanPlan.java
+++ b/src/main/java/org/apache/phoenix/execute/ScanPlan.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -54,7 +54,7 @@ import org.apache.phoenix.schema.TableRef;
  * 
  * Query plan for a basic table scan
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ScanPlan extends BasicQueryPlan {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/AddExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/AddExpression.java b/src/main/java/org/apache/phoenix/expression/AddExpression.java
index fd906c5..02229d3 100644
--- a/src/main/java/org/apache/phoenix/expression/AddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/AddExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,7 +28,7 @@ import org.apache.phoenix.expression.visitor.ExpressionVisitor;
  * 
  * Subtract expression implementation
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class AddExpression extends BaseAddSubtractExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/AndExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/AndExpression.java b/src/main/java/org/apache/phoenix/expression/AndExpression.java
index 9a8e933..8318406 100644
--- a/src/main/java/org/apache/phoenix/expression/AndExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/AndExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -28,7 +28,7 @@ import org.apache.phoenix.expression.visitor.ExpressionVisitor;
  * 
  * AND expression implementation
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class AndExpression extends AndOrExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/AndOrExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/AndOrExpression.java b/src/main/java/org/apache/phoenix/expression/AndOrExpression.java
index aebd63a..d3b4d31 100644
--- a/src/main/java/org/apache/phoenix/expression/AndOrExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/AndOrExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -32,7 +32,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
  * 
  * Abstract expression implementation for compound AND and OR expressions
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class AndOrExpression extends BaseCompoundExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/ArithmeticExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/ArithmeticExpression.java b/src/main/java/org/apache/phoenix/expression/ArithmeticExpression.java
index 622d709..ae21131 100644
--- a/src/main/java/org/apache/phoenix/expression/ArithmeticExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/ArithmeticExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/BaseAddSubtractExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/BaseAddSubtractExpression.java b/src/main/java/org/apache/phoenix/expression/BaseAddSubtractExpression.java
index 1b9e4e5..bad6f76 100644
--- a/src/main/java/org/apache/phoenix/expression/BaseAddSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/BaseAddSubtractExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/BaseCompoundExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/BaseCompoundExpression.java b/src/main/java/org/apache/phoenix/expression/BaseCompoundExpression.java
index 814dcaf..ca16979 100644
--- a/src/main/java/org/apache/phoenix/expression/BaseCompoundExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/BaseCompoundExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/BaseExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/BaseExpression.java b/src/main/java/org/apache/phoenix/expression/BaseExpression.java
index 3636edb..8158d8b 100644
--- a/src/main/java/org/apache/phoenix/expression/BaseExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/BaseExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -37,7 +37,7 @@ import org.apache.phoenix.schema.ColumnModifier;
  * Base class for Expression hierarchy that provides common
  * default implementations for most methods
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class BaseExpression implements Expression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/BaseSingleExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/BaseSingleExpression.java b/src/main/java/org/apache/phoenix/expression/BaseSingleExpression.java
index 1758438..7d8c64e 100644
--- a/src/main/java/org/apache/phoenix/expression/BaseSingleExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/BaseSingleExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -34,7 +34,7 @@ import org.apache.phoenix.expression.visitor.ExpressionVisitor;
  * 
  * Base class for expressions which have a single child expression
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class BaseSingleExpression extends BaseExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/BaseTerminalExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/BaseTerminalExpression.java b/src/main/java/org/apache/phoenix/expression/BaseTerminalExpression.java
index aaa4371..0f46d26 100644
--- a/src/main/java/org/apache/phoenix/expression/BaseTerminalExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/BaseTerminalExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -30,7 +30,7 @@ import org.apache.phoenix.expression.visitor.ExpressionVisitor;
  * 
  * Grouping class for expression that have no expression children
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class BaseTerminalExpression extends BaseExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/CaseExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/CaseExpression.java b/src/main/java/org/apache/phoenix/expression/CaseExpression.java
index f36f6a7..76be256 100644
--- a/src/main/java/org/apache/phoenix/expression/CaseExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/CaseExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -38,7 +38,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
  * 
  * CASE/WHEN expression implementation
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class CaseExpression extends BaseCompoundExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/CeilingDecimalExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/CeilingDecimalExpression.java b/src/main/java/org/apache/phoenix/expression/CeilingDecimalExpression.java
index 54758f2..eeb1f72 100644
--- a/src/main/java/org/apache/phoenix/expression/CeilingDecimalExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/CeilingDecimalExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/CeilingTimestampExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/CeilingTimestampExpression.java b/src/main/java/org/apache/phoenix/expression/CeilingTimestampExpression.java
index 05ce968..cc63246 100644
--- a/src/main/java/org/apache/phoenix/expression/CeilingTimestampExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/CeilingTimestampExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/src/main/java/org/apache/phoenix/expression/CoerceExpression.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/phoenix/expression/CoerceExpression.java b/src/main/java/org/apache/phoenix/expression/CoerceExpression.java
index bbb54a0..0e4c208 100644
--- a/src/main/java/org/apache/phoenix/expression/CoerceExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/CoerceExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 bfb0d70..c9d943d 100644
--- a/src/main/java/org/apache/phoenix/expression/ColumnExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/ColumnExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -34,7 +34,7 @@ import org.apache.phoenix.schema.PDatum;
  * 
  * Common base class for column value accessors
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 abstract public class ColumnExpression extends BaseTerminalExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 f3e7b94..63d53c1 100644
--- a/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -39,7 +39,7 @@ import org.apache.phoenix.util.StringUtil;
 /**
  * 
  * Implementation for <,<=,>,>=,=,!= comparison expressions
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class ComparisonExpression extends BaseCompoundExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 a36bb48..0d88b3a 100644
--- a/src/main/java/org/apache/phoenix/expression/DateAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DateAddExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 7329aff..c536532 100644
--- a/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DateSubtractExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 24444a6..c7f606e 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalAddExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 a1e3b34..b3bae38 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalDivideExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 8b5ffae..eb8c001 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalMultiplyExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 a572cf2..768d53e 100644
--- a/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DecimalSubtractExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -35,7 +35,7 @@ import org.apache.phoenix.util.NumberUtil;
  * 
  * Subtract expression implementation
  *
- * @author kmahadik
+ * 
  * @since 0.1
  */
 public class DecimalSubtractExpression extends SubtractExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 ab9d0d7..7f41f1b 100644
--- a/src/main/java/org/apache/phoenix/expression/DivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DivideExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -29,7 +29,7 @@ import org.apache.phoenix.schema.PDataType;
  * 
  * Divide expression implementation
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public abstract class DivideExpression extends ArithmeticExpression {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 96fc9fa..defbec3 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleAddExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 561cf90..7b9de42 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleDivideExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 b9e8165..d03c34c 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleMultiplyExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 8752c15..c7e01f5 100644
--- a/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/DoubleSubtractExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 a17c23a..d5506b2 100644
--- a/src/main/java/org/apache/phoenix/expression/Expression.java
+++ b/src/main/java/org/apache/phoenix/expression/Expression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -33,7 +33,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
  * 
  * Interface for general expression evaluation
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public interface Expression extends PDatum, Writable {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 40439d7..4ae6585 100644
--- a/src/main/java/org/apache/phoenix/expression/ExpressionType.java
+++ b/src/main/java/org/apache/phoenix/expression/ExpressionType.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -60,7 +60,7 @@ import org.apache.phoenix.expression.function.UpperFunction;
  * Used during serialization and deserialization to pass Expression between client
  * and server.
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public enum ExpressionType {

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 82e0a83..7de9f22 100644
--- a/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/FloorDecimalExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 060c17d..26fc849 100644
--- a/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/FloorTimestampExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 7c7ad88..fcc8fec 100644
--- a/src/main/java/org/apache/phoenix/expression/InListExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/InListExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/7248d71e/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 e6ef621..c74cb8d 100644
--- a/src/main/java/org/apache/phoenix/expression/IsNullExpression.java
+++ b/src/main/java/org/apache/phoenix/expression/IsNullExpression.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation
+ * Copyright 2014 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -33,7 +33,7 @@ import org.apache.phoenix.schema.tuple.Tuple;
  * 
  * Implementation of IS NULL and IS NOT NULL expression
  *
- * @author jtaylor
+ * 
  * @since 0.1
  */
 public class IsNullExpression extends BaseSingleExpression {