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:37 UTC

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

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructurePerformanceSuite.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructurePerformanceSuite.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructurePerformanceSuite.java
index 2f1fd8d..c8e862b 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructurePerformanceSuite.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructurePerformanceSuite.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;
 
 import com.tinkerpop.gremlin.AbstractGremlinSuite;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructureStandardSuite.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructureStandardSuite.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructureStandardSuite.java
index ccbf2cd..8ba988b 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructureStandardSuite.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/StructureStandardSuite.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;
 
 import com.tinkerpop.gremlin.AbstractGremlinSuite;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/TransactionTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/TransactionTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/TransactionTest.java
index 5cfa8ba..c6114d7 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/TransactionTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/TransactionTest.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;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VariablesTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VariablesTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VariablesTest.java
index b8bf998..a3cdaf3 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VariablesTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VariablesTest.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;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexPropertyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexPropertyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexPropertyTest.java
index 1d651fc..fc34fab 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexPropertyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexPropertyTest.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;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexTest.java
index ba1116c..a9373aa 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/VertexTest.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;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphml/GraphMLResourceAccess.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphml/GraphMLResourceAccess.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphml/GraphMLResourceAccess.java
index 51fc8fa..7b6aaf3 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphml/GraphMLResourceAccess.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphml/GraphMLResourceAccess.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.io.graphml;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphson/GraphSONResourceAccess.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphson/GraphSONResourceAccess.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphson/GraphSONResourceAccess.java
index 1a1f7c6..3371605 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphson/GraphSONResourceAccess.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/graphson/GraphSONResourceAccess.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.io.graphson;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoResourceAccess.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoResourceAccess.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoResourceAccess.java
index fa91f3b..25dd917 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoResourceAccess.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoResourceAccess.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.io.kryo;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/script/ScriptResourceAccess.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/script/ScriptResourceAccess.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/script/ScriptResourceAccess.java
index 7b4cb45..1e7e374 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/script/ScriptResourceAccess.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/io/script/ScriptResourceAccess.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.io.script;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/IdStrategyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/IdStrategyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/IdStrategyTest.java
index d178688..0cf198f 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/IdStrategyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/IdStrategyTest.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.strategy;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/PartitionStrategyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/PartitionStrategyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/PartitionStrategyTest.java
index 0365fd2..49e7acd 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/PartitionStrategyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/PartitionStrategyTest.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.strategy;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/ReadOnlyStrategyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/ReadOnlyStrategyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/ReadOnlyStrategyTest.java
index 1148704..a01a651 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/ReadOnlyStrategyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/ReadOnlyStrategyTest.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.strategy;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SequenceStrategyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SequenceStrategyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SequenceStrategyTest.java
index cf10746..e3fdd38 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SequenceStrategyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SequenceStrategyTest.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.strategy;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.java
index 40bdb05..96090a7 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.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.strategy;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SubgraphStrategyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SubgraphStrategyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SubgraphStrategyTest.java
index 414221c..eab2efd 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SubgraphStrategyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/SubgraphStrategyTest.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.strategy;
 
 import com.tinkerpop.gremlin.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdgeTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdgeTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdgeTest.java
index 1aa9dca..f926c35 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdgeTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedEdgeTest.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.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPropertyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPropertyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPropertyTest.java
index 737e8f2..ff7039b 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPropertyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedPropertyTest.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.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexPropertyTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexPropertyTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexPropertyTest.java
index 7544d43..7b38ca7 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexPropertyTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexPropertyTest.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.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexTest.java
index b41c0cf..82f1805 100644
--- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexTest.java
+++ b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/util/detached/DetachedVertexTest.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.AbstractGremlinTest;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graph-types.xml
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graph-types.xml b/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graph-types.xml
index b416a24..ec84dfe 100644
--- a/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graph-types.xml
+++ b/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graph-types.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.
+-->
 <graphml xmlns="http://graphml.graphdrawing.org/xmlns"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8dd1b91a/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graphml-1.1.xsd
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graphml-1.1.xsd b/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graphml-1.1.xsd
index 21550e7..98b0f3c 100644
--- a/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graphml-1.1.xsd
+++ b/gremlin-test/src/main/resources/com/tinkerpop/gremlin/structure/io/graphml/graphml-1.1.xsd
@@ -1,4 +1,19 @@
-<?xml version="1.0"?>
+<!--
+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.
+-->
 
 <xs:schema
         targetNamespace="http://graphml.graphdrawing.org/xmlns"