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/08/13 22:03:22 UTC

[05/22] incubator-tinkerpop git commit: Added missing Apache license

Added missing Apache license


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

Branch: refs/heads/tp30-legson
Commit: 1d2f30cb7c7f1f1b5f5c3a4e09e1c5a6fec1ffae
Parents: 04f3b99
Author: ebice <eb...@behaviormatrix.com>
Authored: Mon Jun 22 10:54:08 2015 -0400
Committer: ebice <eb...@behaviormatrix.com>
Committed: Mon Jun 22 10:54:08 2015 -0400

----------------------------------------------------------------------
 .../io/graphson/GraphSONLegacyInputFormat.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1d2f30cb/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/graphson/GraphSONLegacyInputFormat.java
----------------------------------------------------------------------
diff --git a/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/graphson/GraphSONLegacyInputFormat.java b/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/graphson/GraphSONLegacyInputFormat.java
index af66d11..b0471ba 100644
--- a/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/graphson/GraphSONLegacyInputFormat.java
+++ b/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/graphson/GraphSONLegacyInputFormat.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.hadoop.structure.io.graphson;
 
 import org.apache.hadoop.fs.Path;