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/13 18:23:19 UTC

incubator-tinkerpop git commit: Add apache license to new files.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4ef0637de -> 67228ecaa


Add apache license to new files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/67228eca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/67228eca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/67228eca

Branch: refs/heads/master
Commit: 67228ecaa21fb2e4007ada5b6c72c2b1935245b1
Parents: 4ef0637
Author: Stephen Mallette <sp...@apache.org>
Authored: Fri Feb 13 12:23:05 2015 -0500
Committer: Stephen Mallette <sp...@apache.org>
Committed: Fri Feb 13 12:23:05 2015 -0500

----------------------------------------------------------------------
 .../process/TraversalInterruptedException.java    | 18 ++++++++++++++++++
 .../gremlin/util/InterruptedRuntimeException.java | 18 ++++++++++++++++++
 .../loaders/SugarLoaderPerformanceTest.groovy     | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/67228eca/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalInterruptedException.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalInterruptedException.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalInterruptedException.java
index b6304fd..bff1e33 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalInterruptedException.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalInterruptedException.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.tinkerpop.gremlin.process;
 
 import org.apache.tinkerpop.gremlin.util.InterruptedRuntimeException;

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/67228eca/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/InterruptedRuntimeException.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/InterruptedRuntimeException.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/InterruptedRuntimeException.java
index e21db3e..c32eb02 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/InterruptedRuntimeException.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/InterruptedRuntimeException.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.tinkerpop.gremlin.util;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/67228eca/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
----------------------------------------------------------------------
diff --git a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
index 3c9b5b0..50496d6 100644
--- a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
+++ b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.tinkerpop.gremlin.groovy.loaders
 
 import com.carrotsearch.junitbenchmarks.BenchmarkOptions