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/10/27 14:35:34 UTC

[17/47] tinkerpop git commit: Added LICENSE for the various MIT licensed JS/css files that came with the home page

Added LICENSE for the various MIT licensed JS/css files that came with the home page


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

Branch: refs/heads/TINKERPOP-1235
Commit: cc4bfeda33d4a46a6ccf6589e45523b6a49b5790
Parents: d19da4f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Oct 20 11:48:31 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Oct 27 07:39:50 2016 -0400

----------------------------------------------------------------------
 LICENSE            |  5 ++++-
 licenses/bootstrap | 22 ++++++++++++++++++++++
 licenses/jquery    | 21 +++++++++++++++++++++
 licenses/prism     | 21 +++++++++++++++++++++
 4 files changed, 68 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc4bfeda/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index d9f4154..e59d3be 100644
--- a/LICENSE
+++ b/LICENSE
@@ -207,4 +207,7 @@ MIT Licenses
 
 The Apache TinkerPop project bundles the following components under the MIT License:
 
-     normalize.css 2.1.2 (http://necolas.github.io/normalize.css/) - for details, see licenses/normalize
\ No newline at end of file
+     bootstrap/carousel 3.3.5 (http://getbootstrap.com/) - for details, see license/bootstrap
+     jquery 1.11.0 (https://jquery.com/) - for details, see license/jquery
+     normalize.css 2.1.2 (http://necolas.github.io/normalize.css/) - for details, see licenses/normalize
+     prism.css/js (http://prismjs.com) - for details, see licenses/prism
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc4bfeda/licenses/bootstrap
----------------------------------------------------------------------
diff --git a/licenses/bootstrap b/licenses/bootstrap
new file mode 100644
index 0000000..6abdce2
--- /dev/null
+++ b/licenses/bootstrap
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2011-2016 Twitter, Inc.
+Copyright (c) 2011-2016 The Bootstrap Authors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc4bfeda/licenses/jquery
----------------------------------------------------------------------
diff --git a/licenses/jquery b/licenses/jquery
new file mode 100644
index 0000000..6a62c1d
--- /dev/null
+++ b/licenses/jquery
@@ -0,0 +1,21 @@
+Copyright 2014 jQuery Foundation and other contributors
+http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc4bfeda/licenses/prism
----------------------------------------------------------------------
diff --git a/licenses/prism b/licenses/prism
new file mode 100644
index 0000000..1941f98
--- /dev/null
+++ b/licenses/prism
@@ -0,0 +1,21 @@
+MIT LICENSE
+
+Copyright (c) 2012 Lea Verou
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file