Fixed location of licenses in gremlin server LICENSE CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/383b721a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/383b721a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/383b721a Branch: refs/heads/TINKERPOP-1360 Commit: 383b721a35f811f5e82e630fbb53ad554d970b48 Parents: 252a736 Author: Stephen Mallette <[email protected]> Authored: Tue Jul 12 12:01:11 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue Jul 12 12:01:11 2016 -0400 ---------------------------------------------------------------------- gremlin-server/src/main/static/LICENSE | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/383b721a/gremlin-server/src/main/static/LICENSE ---------------------------------------------------------------------- diff --git a/gremlin-server/src/main/static/LICENSE b/gremlin-server/src/main/static/LICENSE index e0dccc3..69c411c 100644 --- a/gremlin-server/src/main/static/LICENSE +++ b/gremlin-server/src/main/static/LICENSE @@ -207,15 +207,15 @@ BSD-style Licenses The Apache TinkerPop project bundles the following components under the BSD License: - jcabi-log (com.jcabi:jcabi-log:0.14 - http://www.jcabi.com/jcabi-log) - for details, see deps/jcabi-log - jcabi-manifests 1.1 (com.jcabi:jcabi-manifests:1.1 - http://www.jcabi.com/jcabi-manifests) - for details, see deps/jcabi-manifests - JLine (jline:jline:2.12 - https://github.com/jline/jline2) - for details, see deps/jline2 + jcabi-log (com.jcabi:jcabi-log:0.14 - http://www.jcabi.com/jcabi-log) - for details, see licenses/jcabi-log + jcabi-manifests 1.1 (com.jcabi:jcabi-manifests:1.1 - http://www.jcabi.com/jcabi-manifests) - for details, see licenses/jcabi-manifests + JLine (jline:jline:2.12 - https://github.com/jline/jline2) - for details, see licenses/jline2 Kryo (com.esotericsoftware:kryo-shaded:3.0.1 - https://github.com/EsotericSoftware/kryo) - shaded in gremlin-shaded to org.apache.tinkerpop.shaded.kryo - - for details, see deps/kryo + - for details, see licenses/kryo minlog (com.esotericsoftware:minlog:1.3.0 - https://github.com/EsotericSoftware/minlog) - shaded in gremlin-shaded to org.apache.tinkerpop.shaded.minlog - - for details, see deps/minlog + - for details, see licenses/minlog ======================================================================== MIT Licenses @@ -223,11 +223,11 @@ MIT Licenses The Apache TinkerPop project bundles the following components under the MIT License: - JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.21 - http://www.slf4j.org) - for details, see deps/slf4j - SLF4J API Module (org.slf4j:slf4j-api:1.7.21 - http://www.slf4j.org) - for details, see deps/slf4j - SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.21 - http://www.slf4j.org) - for details, see deps/slf4j - Foundation stylesheet for CodeRay (http://foundation.zurb.com) - for details, see deps/foundation - normalize.css 2.1.2 (http://necolas.github.io/normalize.css/) - for details, see deps/normalize + JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.21 - http://www.slf4j.org) - for details, see licenses/slf4j + SLF4J API Module (org.slf4j:slf4j-api:1.7.21 - http://www.slf4j.org) - for details, see licenses/slf4j + SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.21 - http://www.slf4j.org) - for details, see licenses/slf4j + Foundation stylesheet for CodeRay (http://foundation.zurb.com) - for details, see licenses/foundation + normalize.css 2.1.2 (http://necolas.github.io/normalize.css/) - for details, see licenses/normalize ======================================================================== Other Licenses @@ -235,7 +235,7 @@ Other Licenses The Apache TinkerPop project bundles the following components under the BSD/MIT License: - gmetric4j (info.ganglia.gmetric4j:gmetric4j:1.0.3 - http://github.com/ganglia/gmetric4j) - for details, see deps/gmetric4j + gmetric4j (info.ganglia.gmetric4j:gmetric4j:1.0.3 - http://github.com/ganglia/gmetric4j) - for details, see licenses/gmetric4j The Apache TinkerPop project bundles the following components under the ISC License:
