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 2016/06/16 19:33:57 UTC

[27/50] tinkerpop git commit: Removed DISCLAIMER now that TinkerPop is an apache top-level project.

Removed DISCLAIMER now that TinkerPop is an apache top-level project.


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

Branch: refs/heads/TINKERPOP-1063
Commit: 97f0238a70299ae7181b27c6712b0faa8d91420a
Parents: 2907ff8
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jun 7 14:35:01 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jun 7 14:35:01 2016 -0400

----------------------------------------------------------------------
 DISCLAIMER                                    | 7 -------
 gremlin-console/src/assembly/distribution.xml | 4 ----
 gremlin-server/src/assembly/distribution.xml  | 4 ----
 3 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/97f0238a/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 390811b..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache TinkerPop is an effort undergoing incubation at The Apache Software Foundation (ASF),
-sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until
-a further review indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects. While incubation
-status is not necessarily a reflection of the completeness or stability of the code, it does
-indicate that the project has yet to be fully endorsed by the ASF. Apache TinkerPop is distributed
-under the Apache License v2.0.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/97f0238a/gremlin-console/src/assembly/distribution.xml
----------------------------------------------------------------------
diff --git a/gremlin-console/src/assembly/distribution.xml b/gremlin-console/src/assembly/distribution.xml
index ab161fb..69ecc3b 100644
--- a/gremlin-console/src/assembly/distribution.xml
+++ b/gremlin-console/src/assembly/distribution.xml
@@ -76,9 +76,5 @@ limitations under the License.
             <source>src/main/static/NOTICE</source>
             <outputDirectory></outputDirectory>
         </file>
-        <file>
-            <source>../DISCLAIMER</source>
-            <outputDirectory></outputDirectory>
-        </file>
     </files>
 </assembly>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/97f0238a/gremlin-server/src/assembly/distribution.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/src/assembly/distribution.xml b/gremlin-server/src/assembly/distribution.xml
index 4eb5129..d336fe8 100644
--- a/gremlin-server/src/assembly/distribution.xml
+++ b/gremlin-server/src/assembly/distribution.xml
@@ -69,9 +69,5 @@ limitations under the License.
             <source>src/main/static/NOTICE</source>
             <outputDirectory></outputDirectory>
         </file>
-        <file>
-            <source>../DISCLAIMER</source>
-            <outputDirectory></outputDirectory>
-        </file>
     </files>
 </assembly>