Added license header where applicable.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f1a56239 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f1a56239 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f1a56239 Branch: refs/heads/master Commit: f1a562393d465cd96896311c5bb02ca144d4ca2f Parents: cc4bfed Author: Stephen Mallette <[email protected]> Authored: Thu Oct 20 12:11:07 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Oct 27 07:39:51 2016 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ site/home/downloads.html | 16 ++++++++++++++++ site/home/gremlin.html | 16 ++++++++++++++++ site/home/index.html | 16 ++++++++++++++++ site/home/policy.html | 16 ++++++++++++++++ site/home/providers.html | 16 ++++++++++++++++ site/home/template/header-footer.html | 16 ++++++++++++++++ 7 files changed, 99 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c2cc89d..b70a390 100644 --- a/pom.xml +++ b/pom.xml @@ -284,6 +284,7 @@ limitations under the License. <exclude>**/*.json</exclude> <exclude>**/*.xml</exclude> <exclude>**/*.ldjson</exclude> + <exclude>**/*.graffle</exclude> <exclude>**/goal.txt</exclude> <exclude>**/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/script/*.txt</exclude> <exclude>**/src/main/resources/META-INF/services/**</exclude> @@ -295,6 +296,8 @@ limitations under the License. <exclude>**/.glv</exclude> <exclude>bin/gremlin.sh</exclude> <exclude>gremlin-console/bin/gremlin.sh</exclude> + <exclude>site/home/css/**</exclude> + <exclude>site/home/js/**</exclude> </excludes> <licenses> <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/site/home/downloads.html ---------------------------------------------------------------------- diff --git a/site/home/downloads.html b/site/home/downloads.html index c905083..d1eb5ba 100644 --- a/site/home/downloads.html +++ b/site/home/downloads.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <div class="container"> <div class="row"> <h3>Download Apache TinkerPop™</h3> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/site/home/gremlin.html ---------------------------------------------------------------------- diff --git a/site/home/gremlin.html b/site/home/gremlin.html index 7038f34..4a626ca 100644 --- a/site/home/gremlin.html +++ b/site/home/gremlin.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <img src="images/tinkerpop-cityscape.png" class="img-responsive" /> <div class="container"> <div class="hero-unit" style="padding:10px"> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/site/home/index.html ---------------------------------------------------------------------- diff --git a/site/home/index.html b/site/home/index.html index d0629f6..0cc6f95 100644 --- a/site/home/index.html +++ b/site/home/index.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <div class="container"> <div class="hero-unit"> <div class="row"> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/site/home/policy.html ---------------------------------------------------------------------- diff --git a/site/home/policy.html b/site/home/policy.html index 4a4bd05..d2999b7 100644 --- a/site/home/policy.html +++ b/site/home/policy.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <img src="images/tinkerpop-conference.png" class="img-responsive" /> <div class="container"> <div class="hero-unit" style="padding:10px"> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/site/home/providers.html ---------------------------------------------------------------------- diff --git a/site/home/providers.html b/site/home/providers.html index f5d4697..05fc6ab 100644 --- a/site/home/providers.html +++ b/site/home/providers.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <img src="images/tinkerpop-meeting-room.png" class="img-responsive" /> <div class="container"> <div class="hero-unit" style="padding:10px"> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a56239/site/home/template/header-footer.html ---------------------------------------------------------------------- diff --git a/site/home/template/header-footer.html b/site/home/template/header-footer.html index 34d827b..ab6db20 100644 --- a/site/home/template/header-footer.html +++ b/site/home/template/header-footer.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <!DOCTYPE html> <!-- \,,,/
