You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/02/09 21:48:43 UTC

[11/19] incubator-tinkerpop git commit: Added ASL headers

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/LongIDVertexCache.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/LongIDVertexCache.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/LongIDVertexCache.java
index 5dae52e..885eb9b 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/LongIDVertexCache.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/LongIDVertexCache.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 com.tinkerpop.gremlin.structure.util.batch.cache;
 
 import com.carrotsearch.hppc.LongArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/ObjectIDVertexCache.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/ObjectIDVertexCache.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/ObjectIDVertexCache.java
index bcde554..95e2150 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/ObjectIDVertexCache.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/ObjectIDVertexCache.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 com.tinkerpop.gremlin.structure.util.batch.cache;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringCompression.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringCompression.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringCompression.java
index 2db38fb..ee04a59 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringCompression.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringCompression.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 com.tinkerpop.gremlin.structure.util.batch.cache;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringIDVertexCache.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringIDVertexCache.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringIDVertexCache.java
index 1814387..b69c958 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringIDVertexCache.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/StringIDVertexCache.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 com.tinkerpop.gremlin.structure.util.batch.cache;
 
 import com.tinkerpop.gremlin.structure.Vertex;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/URLCompression.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/URLCompression.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/URLCompression.java
index c1868e4..f06ef73 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/URLCompression.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/URLCompression.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 com.tinkerpop.gremlin.structure.util.batch.cache;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/VertexCache.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/VertexCache.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/VertexCache.java
index 9dbc8b0..32b5bc5 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/VertexCache.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/batch/cache/VertexCache.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 com.tinkerpop.gremlin.structure.util.batch.cache;
 
 import com.tinkerpop.gremlin.structure.Vertex;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/Attachable.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/Attachable.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/Attachable.java
index f8f010d..fe62ffb 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/Attachable.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/Attachable.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.structure.Graph;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdge.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdge.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdge.java
index d3563d8..be20e6d 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdge.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdge.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.process.T;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedElement.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedElement.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedElement.java
index 117058a..4acdcc9 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedElement.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedElement.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.structure.Element;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedFactory.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedFactory.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedFactory.java
index 7144cb7..09c0654 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedFactory.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedFactory.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.process.Path;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPath.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPath.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPath.java
index 198098a..dd8cf4a 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPath.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPath.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.process.Path;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedProperty.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedProperty.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedProperty.java
index 0940ce1..21a5b1b 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedProperty.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedProperty.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.structure.Element;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertex.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertex.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertex.java
index 398a19e..d7f450b 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertex.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertex.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.process.T;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.java
index fcb133f..ab4562b 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexProperty.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 com.tinkerpop.gremlin.structure.util.detached;
 
 import com.tinkerpop.gremlin.structure.Graph;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyGraph.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyGraph.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyGraph.java
index b37ea3a..cd7a2b5 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyGraph.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyGraph.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 com.tinkerpop.gremlin.structure.util.empty;
 
 import com.tinkerpop.gremlin.process.Traversal;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyProperty.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyProperty.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyProperty.java
index 1960a2c..5a62dc8 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyProperty.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyProperty.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 com.tinkerpop.gremlin.structure.util.empty;
 
 import com.tinkerpop.gremlin.structure.Element;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.java
index fd1527f..d8eb6fd 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/empty/EmptyVertexProperty.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 com.tinkerpop.gremlin.structure.util.empty;
 
 import com.tinkerpop.gremlin.structure.Graph;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedEdge.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedEdge.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedEdge.java
index e96cf18..10b5035 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedEdge.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedEdge.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedElement.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedElement.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedElement.java
index 9dd5936..d8aba7e 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedElement.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedElement.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedGraph.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedGraph.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedGraph.java
index 5d1cef3..dc5e6a4 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedGraph.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedGraph.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedProperty.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedProperty.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedProperty.java
index 50a6375..b56a825 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedProperty.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedProperty.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVariables.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVariables.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVariables.java
index 4f3ca62..3673f4e 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVariables.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVariables.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertex.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertex.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertex.java
index 633c0d5..13e4293 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertex.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertex.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertexProperty.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertexProperty.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertexProperty.java
index fbb85e4..068d861 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertexProperty.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/util/wrapped/WrappedVertexProperty.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 com.tinkerpop.gremlin.structure.util.wrapped;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Gremlin.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Gremlin.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Gremlin.java
index 0643263..fb4b55e 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Gremlin.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Gremlin.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 com.tinkerpop.gremlin.util;
 
 import com.jcabi.manifests.Manifests;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Serializer.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Serializer.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Serializer.java
index 5b94071..747b5e7 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Serializer.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/Serializer.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 com.tinkerpop.gremlin.util;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/StreamFactory.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/StreamFactory.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/StreamFactory.java
index 4836a4a..5c84ff9 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/StreamFactory.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/StreamFactory.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 com.tinkerpop.gremlin.util;
 
 import java.util.Iterator;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/TimeUtil.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/TimeUtil.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/TimeUtil.java
index ac88b8e..f4c8744 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/TimeUtil.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/TimeUtil.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 com.tinkerpop.gremlin.util;
 
 import java.util.concurrent.TimeUnit;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/config/YamlConfiguration.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/config/YamlConfiguration.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/config/YamlConfiguration.java
index 40d61ed..77f80f2 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/config/YamlConfiguration.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/config/YamlConfiguration.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 com.tinkerpop.gremlin.util.config;
 
 import org.apache.commons.configuration.AbstractHierarchicalFileConfiguration;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/FunctionUtils.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/FunctionUtils.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/FunctionUtils.java
index 9af977f..14e006e 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/FunctionUtils.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/FunctionUtils.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 com.tinkerpop.gremlin.util.function;
 
 import java.util.function.BiConsumer;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingBiConsumer.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingBiConsumer.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingBiConsumer.java
index a8095a0..ca4cf68 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingBiConsumer.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingBiConsumer.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 com.tinkerpop.gremlin.util.function;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingConsumer.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingConsumer.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingConsumer.java
index 556d80f..db0ab12 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingConsumer.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingConsumer.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 com.tinkerpop.gremlin.util.function;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingFunction.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingFunction.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingFunction.java
index ae3f72c..86662a9 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingFunction.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingFunction.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 com.tinkerpop.gremlin.util.function;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingSupplier.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingSupplier.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingSupplier.java
index 3648a8a..57e93fe 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingSupplier.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/ThrowingSupplier.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 com.tinkerpop.gremlin.util.function;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TraversableLambda.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TraversableLambda.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TraversableLambda.java
index 6f85ddc..736866d 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TraversableLambda.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TraversableLambda.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 com.tinkerpop.gremlin.util.function;
 
 import com.tinkerpop.gremlin.process.Traversal;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriConsumer.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriConsumer.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriConsumer.java
index c909be0..1f59d96 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriConsumer.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriConsumer.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 com.tinkerpop.gremlin.util.function;
 
 import java.util.Objects;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriFunction.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriFunction.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriFunction.java
index 2cfecad..55ffe1e 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriFunction.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/function/TriFunction.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 com.tinkerpop.gremlin.util.function;
 
 import java.util.Objects;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/ArrayIterator.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/ArrayIterator.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/ArrayIterator.java
index aaf5d0b..cd82ad3 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/ArrayIterator.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/ArrayIterator.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 com.tinkerpop.gremlin.util.iterator;
 
 import com.tinkerpop.gremlin.process.FastNoSuchElementException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/DoubleIterator.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/DoubleIterator.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/DoubleIterator.java
index 2186aa7..e8ceaa5 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/DoubleIterator.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/DoubleIterator.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 com.tinkerpop.gremlin.util.iterator;
 
 import com.tinkerpop.gremlin.process.FastNoSuchElementException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/IteratorUtils.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/IteratorUtils.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/IteratorUtils.java
index cdda2ef..e01ecc0 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/IteratorUtils.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/IteratorUtils.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 com.tinkerpop.gremlin.util.iterator;
 
 import com.tinkerpop.gremlin.process.FastNoSuchElementException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/MultiIterator.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/MultiIterator.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/MultiIterator.java
index 62803b0..79ec1d3 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/MultiIterator.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/MultiIterator.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 com.tinkerpop.gremlin.util.iterator;
 
 import com.tinkerpop.gremlin.process.FastNoSuchElementException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/SingleIterator.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/SingleIterator.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/SingleIterator.java
index d57467c..1e661c4 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/SingleIterator.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/iterator/SingleIterator.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 com.tinkerpop.gremlin.util.iterator;
 
 import com.tinkerpop.gremlin.process.FastNoSuchElementException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/MultiMap.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/MultiMap.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/MultiMap.java
index 0ae3173..22d377d 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/MultiMap.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/MultiMap.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 com.tinkerpop.gremlin.util.tools;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/TimeUtils.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/TimeUtils.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/TimeUtils.java
index e33a3ce..030e615 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/TimeUtils.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/util/tools/TimeUtils.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 com.tinkerpop.gremlin.util.tools;
 
 import java.util.stream.IntStream;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml
index d6fae53..b197ce8 100644
--- a/gremlin-driver/pom.xml
+++ b/gremlin-driver/pom.xml
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Channelizer.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Channelizer.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Channelizer.java
index 2139ba7..19e2cba 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Channelizer.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Channelizer.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.handler.NioGremlinRequestEncoder;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Client.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Client.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Client.java
index c9ce0c1..e6f14b6 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Client.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Client.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.exception.ConnectionException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Cluster.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Cluster.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Cluster.java
index f29a57e..d1a1ee3 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Cluster.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Cluster.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.ser.Serializers;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ClusterInfo.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ClusterInfo.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ClusterInfo.java
index 940898a..b9dbb33 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ClusterInfo.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ClusterInfo.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 com.tinkerpop.gremlin.driver;
 
 import java.net.InetSocketAddress;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java
index 95801f0..41458ae 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.exception.ConnectionException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ConnectionPool.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ConnectionPool.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ConnectionPool.java
index d1fcc6d..11eecc6 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ConnectionPool.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ConnectionPool.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.exception.ConnectionException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Handler.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Handler.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Handler.java
index c4fa09c..b54b04c 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Handler.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Handler.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.exception.ResponseException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Host.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Host.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Host.java
index 06e2daf..5fccd7f 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Host.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Host.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 com.tinkerpop.gremlin.driver;
 
 import org.slf4j.Logger;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/LoadBalancingStrategy.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
index 1f841a9..7562047 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/LoadBalancingStrategy.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/LoadBalancingStrategy.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.message.RequestMessage;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/MessageSerializer.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/MessageSerializer.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/MessageSerializer.java
index 265c75f..140fe5a 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/MessageSerializer.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/MessageSerializer.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.message.RequestMessage;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ResponseQueue.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ResponseQueue.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ResponseQueue.java
index 5f14813..d259e10 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ResponseQueue.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/ResponseQueue.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.message.ResponseMessage;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Result.java
----------------------------------------------------------------------
diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Result.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Result.java
index 208bd71..88b81bc 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Result.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Result.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 com.tinkerpop.gremlin.driver;
 
 import com.tinkerpop.gremlin.driver.message.ResponseMessage;