You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by su...@apache.org on 2019/03/07 01:16:46 UTC

[incubator-pinot] 04/08: Revert licenses for sphinx themes

This is an automated email from the ASF dual-hosted git repository.

sunithabeeram pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 7010ec6b7b0778ae7347286db61344bdd245f6d3
Author: Sunitha Beeram <sb...@sbeeram-ld2.linkedin.biz>
AuthorDate: Tue Mar 5 15:56:13 2019 -0800

    Revert licenses for sphinx themes
---
 LICENSE                     |  1 +
 licenses/LICENSE-sphinx.txt | 20 ++++++++++++++++++++
 pom.xml                     |  2 ++
 3 files changed, 23 insertions(+)

diff --git a/LICENSE b/LICENSE
index fcf3095..98d1133 100644
--- a/LICENSE
+++ b/LICENSE
@@ -218,6 +218,7 @@ pinot-controller/src/main/resources/*/js/lib/handlebars.js
 pinot-controller/src/main/resources/*/css/lib/codemirror*
 pinot-controller/src/main/resources/*/css/lib/foundation*
 pinot-controller/src/main/resources/*/css/lib/normalize.css
+docs/_themes/*
 
 BSD 3-Clause
 ------------
diff --git a/licenses/LICENSE-sphinx.txt b/licenses/LICENSE-sphinx.txt
new file mode 100644
index 0000000..211dd9c
--- /dev/null
+++ b/licenses/LICENSE-sphinx.txt
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2013-2018 Dave Snider, Read the Docs, Inc. & contributors
+
+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.
diff --git a/pom.xml b/pom.xml
index d36887d..b087939 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1071,6 +1071,8 @@
             <!-- Exclude build files for docs -->
             <exclude>docs/_build/**</exclude>
             <exlude>docs/Makefile</exlude>
+            <!-- Exclude theme files for docs -->
+            <exclude>docs/_themes/**</exclude>
 
             <!-- Text and log files -->
             <exclude>**/*.txt</exclude>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org