This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git
commit f7b010b22dd18a001c3726182db1d88e26710571 Author: Luciano Resende <[email protected]> AuthorDate: Sun Aug 23 11:13:34 2020 -0700 Include Apache license header to markdown files --- site/css/main.scss | 3 --- .../current/developer/contributing-to-the-project.md | 18 ++++++++++++++++++ site/docs/current/developer/creating-extensions.md | 18 ++++++++++++++++++ site/docs/current/references/scaladocs.md | 18 ++++++++++++++++++ site/docs/current/user/advanced-topics.md | 18 ++++++++++++++++++ site/docs/current/user/faq.md | 18 ++++++++++++++++++ site/docs/current/user/how-it-works.md | 18 ++++++++++++++++++ site/docs/current/user/installation.md | 18 ++++++++++++++++++ site/docs/current/user/quick-start.md | 18 ++++++++++++++++++ site/docs/current/user/using-standalone.md | 18 ++++++++++++++++++ site/docs/current/user/using-with-jupyter-notebooks.md | 18 ++++++++++++++++++ 11 files changed, 180 insertions(+), 3 deletions(-) diff --git a/site/css/main.scss b/site/css/main.scss index f2e566e..de66c4d 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -29,7 +29,6 @@ $on-palm: 600px; $on-laptop: 800px; - // Use media queries like this: // @include media-query($on-palm) { // .wrapper { @@ -43,8 +42,6 @@ $on-laptop: 800px; } } - - // Import partials from `sass_dir` (defaults to `_sass`) @import "base", diff --git a/site/docs/current/developer/contributing-to-the-project.md b/site/docs/current/developer/contributing-to-the-project.md index a047f61..e6cafd7 100644 --- a/site/docs/current/developer/contributing-to-the-project.md +++ b/site/docs/current/developer/contributing-to-the-project.md @@ -6,6 +6,24 @@ section: developer weight: 0 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/developer/creating-extensions.md b/site/docs/current/developer/creating-extensions.md index 48eedf2..08ba493 100644 --- a/site/docs/current/developer/creating-extensions.md +++ b/site/docs/current/developer/creating-extensions.md @@ -6,6 +6,24 @@ section: developer weight: 10 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/references/scaladocs.md b/site/docs/current/references/scaladocs.md index 3997cc7..675511a 100644 --- a/site/docs/current/references/scaladocs.md +++ b/site/docs/current/references/scaladocs.md @@ -6,6 +6,24 @@ section: references weight: 0 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/advanced-topics.md b/site/docs/current/user/advanced-topics.md index f8de178..5fb205a 100644 --- a/site/docs/current/user/advanced-topics.md +++ b/site/docs/current/user/advanced-topics.md @@ -6,6 +6,24 @@ section: user weight: 60 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/faq.md b/site/docs/current/user/faq.md index 00a1bd5..54e291f 100644 --- a/site/docs/current/user/faq.md +++ b/site/docs/current/user/faq.md @@ -6,6 +6,24 @@ section: user weight: 50 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/how-it-works.md b/site/docs/current/user/how-it-works.md index 0540344..ff30c29 100644 --- a/site/docs/current/user/how-it-works.md +++ b/site/docs/current/user/how-it-works.md @@ -6,6 +6,24 @@ section: user weight: 20 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/installation.md b/site/docs/current/user/installation.md index ed9ea84..9bb428d 100644 --- a/site/docs/current/user/installation.md +++ b/site/docs/current/user/installation.md @@ -6,6 +6,24 @@ section: user weight: 10 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/quick-start.md b/site/docs/current/user/quick-start.md index b626d9f..7ad9b18 100644 --- a/site/docs/current/user/quick-start.md +++ b/site/docs/current/user/quick-start.md @@ -6,6 +6,24 @@ section: user weight: 0 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/using-standalone.md b/site/docs/current/user/using-standalone.md index 2c318c5..f9d229c 100644 --- a/site/docs/current/user/using-standalone.md +++ b/site/docs/current/user/using-standalone.md @@ -6,6 +6,24 @@ section: user weight: 40 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %} diff --git a/site/docs/current/user/using-with-jupyter-notebooks.md b/site/docs/current/user/using-with-jupyter-notebooks.md index 52e7e71..8087137 100644 --- a/site/docs/current/user/using-with-jupyter-notebooks.md +++ b/site/docs/current/user/using-with-jupyter-notebooks.md @@ -6,6 +6,24 @@ section: user weight: 30 tagline: Apache Project ! --- +<!-- +{% comment %} +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. +{% endcomment %} +--> {% include JB/setup %}
