You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/06/10 00:08:07 UTC

[3/7] incubator-calcite git commit: Wrap file header in HTML comments

Wrap file header in HTML comments


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/530e398b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/530e398b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/530e398b

Branch: refs/heads/master
Commit: 530e398b729e3c768f190236792000ef80d3fc5f
Parents: 3aec3f8
Author: Julian Hyde <jh...@apache.org>
Authored: Fri Jun 5 10:17:49 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Fri Jun 5 10:23:53 2015 -0700

----------------------------------------------------------------------
 README.md                                          | 2 ++
 site/README.md                                     | 2 ++
 site/_docs/adapter.md                              | 2 ++
 site/_docs/algebra.md                              | 2 ++
 site/_docs/api.md                                  | 2 ++
 site/_docs/avatica.md                              | 3 +++
 site/_docs/contributing.md                         | 2 ++
 site/_docs/downloads.md                            | 2 ++
 site/_docs/history.md                              | 2 ++
 site/_docs/howto.md                                | 2 ++
 site/_docs/index.md                                | 2 ++
 site/_docs/lattice.md                              | 3 +++
 site/_docs/model.md                                | 3 +++
 site/_docs/reference.md                            | 3 +++
 site/_docs/stream.md                               | 2 ++
 site/_docs/tutorial.md                             | 2 ++
 site/_posts/2014-06-27-release-0.8.0-incubating.md | 2 ++
 site/_posts/2014-08-19-release-0.9.0-incubating.md | 2 ++
 site/_posts/2014-10-02-release-0.9.1-incubating.md | 2 ++
 site/_posts/2014-11-05-release-0.9.2-incubating.md | 2 ++
 site/_posts/2015-01-31-release-1.0.0-incubating.md | 2 ++
 site/_posts/2015-03-13-release-1.1.0-incubating.md | 2 ++
 site/_posts/2015-04-07-release-1.2.0-incubating.md | 2 ++
 site/_posts/2015-04-24-new-committers.md           | 2 ++
 site/_posts/2015-05-30-release-1.3.0-incubating.md | 2 ++
 site/develop/index.md                              | 2 ++
 site/help/index.md                                 | 2 ++
 site/talks/index.md                                | 2 ++
 28 files changed, 60 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7a154a8..fcdbc75 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@ 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 %}
+-->
 [![Build Status](https://travis-ci.org/julianhyde/incubator-calcite.svg?branch=master)](https://travis-ci.org/julianhyde/incubator-calcite)
 
 # Apache Calcite

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/README.md
----------------------------------------------------------------------
diff --git a/site/README.md b/site/README.md
index ae957c3..e48b853 100644
--- a/site/README.md
+++ b/site/README.md
@@ -1,3 +1,4 @@
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -14,6 +15,7 @@ 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 %}
+-->
 
 # Apache Calcite docs site
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/adapter.md
----------------------------------------------------------------------
diff --git a/site/_docs/adapter.md b/site/_docs/adapter.md
index 271b91a..39f039e 100644
--- a/site/_docs/adapter.md
+++ b/site/_docs/adapter.md
@@ -3,6 +3,7 @@ layout: docs
 title: Adapters
 permalink: /docs/adapter.html
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -19,6 +20,7 @@ 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 %}
+-->
 
 * <a href="https://github.com/apache/incubator-drill">Apache Drill adapter</a>
 * Cascading adapter (<a href="https://github.com/Cascading/lingual">Lingual</a>)

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/algebra.md
----------------------------------------------------------------------
diff --git a/site/_docs/algebra.md b/site/_docs/algebra.md
index a69ca7b..1116362 100644
--- a/site/_docs/algebra.md
+++ b/site/_docs/algebra.md
@@ -3,6 +3,7 @@ layout: docs
 title: Algebra
 permalink: /docs/algebra.html
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -19,6 +20,7 @@ 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 %}
+-->
 
 Relational algebra is at the heart of Calcite. Every query is
 represented as a tree of relational operators. You can translate from

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/api.md
----------------------------------------------------------------------
diff --git a/site/_docs/api.md b/site/_docs/api.md
index 5ab031a..db961ea 100644
--- a/site/_docs/api.md
+++ b/site/_docs/api.md
@@ -5,6 +5,7 @@ external_url: /apidocs
 ---
 
 <!--
+{% 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.
@@ -19,4 +20,5 @@ 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 %}
 -->

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/avatica.md
----------------------------------------------------------------------
diff --git a/site/_docs/avatica.md b/site/_docs/avatica.md
index 0458ece..2382a86 100644
--- a/site/_docs/avatica.md
+++ b/site/_docs/avatica.md
@@ -5,6 +5,7 @@ permalink: /docs/avatica.html
 ---
 
 <!--
+{% 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.
@@ -19,7 +20,9 @@ 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 %}
 -->
+
 Avatica is a framework for building JDBC and ODBC drivers for databases,
 and an RPC wire protocol.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/contributing.md
----------------------------------------------------------------------
diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md
index 8fbdd6d..aa8b686 100644
--- a/site/_docs/contributing.md
+++ b/site/_docs/contributing.md
@@ -5,6 +5,7 @@ permalink: /docs/contributing.html
 ---
 
 <!--
+{% 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.
@@ -19,6 +20,7 @@ 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 %}
 -->
 
 We welcome contributions.

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/downloads.md
----------------------------------------------------------------------
diff --git a/site/_docs/downloads.md b/site/_docs/downloads.md
index 74d1acd..1da41b2 100644
--- a/site/_docs/downloads.md
+++ b/site/_docs/downloads.md
@@ -5,6 +5,7 @@ permalink: /docs/downloads.html
 ---
 
 <!--
+{% 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.
@@ -19,6 +20,7 @@ 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 %}
 -->
 
 Calcite is released as a source artifact, and also through Maven.

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/history.md
----------------------------------------------------------------------
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 4488546..b809b19 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -5,6 +5,7 @@ permalink: "/docs/history.html"
 ---
 
 <!--
+{% 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.
@@ -19,6 +20,7 @@ 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 %}
 -->
 
 For a full list of releases, see

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/howto.md
----------------------------------------------------------------------
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 7443262..cd5011a 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -5,6 +5,7 @@ permalink: /docs/howto.html
 ---
 
 <!--
+{% 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.
@@ -19,6 +20,7 @@ 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 %}
 -->
 {% assign sourceRoot = "http://github.com/apache/incubator-calcite/blob/master" %}
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/index.md
----------------------------------------------------------------------
diff --git a/site/_docs/index.md b/site/_docs/index.md
index 60f439d..2edddb6 100644
--- a/site/_docs/index.md
+++ b/site/_docs/index.md
@@ -3,6 +3,7 @@ layout: docs
 title: Background
 permalink: /docs/index.html
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -19,6 +20,7 @@ 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 %}
+-->
 
 Apache Calcite is a dynamic data management framework.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/lattice.md
----------------------------------------------------------------------
diff --git a/site/_docs/lattice.md b/site/_docs/lattice.md
index 7c38f1c..8bd51ff 100644
--- a/site/_docs/lattice.md
+++ b/site/_docs/lattice.md
@@ -4,6 +4,7 @@ title: Lattices
 permalink: /docs/lattice.html
 ---
 <!--
+{% 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.
@@ -18,7 +19,9 @@ 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 %}
 -->
+
 A lattice is a framework for creating and populating materialized views,
 and for recognizing that a materialized view can be used to solve a
 particular query.

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/model.md
----------------------------------------------------------------------
diff --git a/site/_docs/model.md b/site/_docs/model.md
index b08b2ab..78061b0 100644
--- a/site/_docs/model.md
+++ b/site/_docs/model.md
@@ -4,6 +4,7 @@ title: JSON models
 permalink: /docs/model.html
 ---
 <!--
+{% 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.
@@ -18,7 +19,9 @@ 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 %}
 -->
+
 Calcite models can be represented as JSON files.
 This page describes the structure of those files.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/reference.md
----------------------------------------------------------------------
diff --git a/site/_docs/reference.md b/site/_docs/reference.md
index 02b4674..dc7efb5 100644
--- a/site/_docs/reference.md
+++ b/site/_docs/reference.md
@@ -4,6 +4,7 @@ title: SQL language
 permalink: /docs/reference.html
 ---
 <!--
+{% 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.
@@ -18,7 +19,9 @@ 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 %}
 -->
+
 The page describes the SQL dialect recognized by Calcite's default SQL parser.
 
 ## Grammar

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/stream.md
----------------------------------------------------------------------
diff --git a/site/_docs/stream.md b/site/_docs/stream.md
index 7418208..395447b 100644
--- a/site/_docs/stream.md
+++ b/site/_docs/stream.md
@@ -4,6 +4,7 @@ title: Streaming
 permalink: /docs/stream.html
 ---
 <!--
+{% 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.
@@ -18,6 +19,7 @@ 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 %}
 -->
 
 Calcite has extended SQL and relational algebra in order to support

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_docs/tutorial.md
----------------------------------------------------------------------
diff --git a/site/_docs/tutorial.md b/site/_docs/tutorial.md
index 51ec187..3440b3d 100644
--- a/site/_docs/tutorial.md
+++ b/site/_docs/tutorial.md
@@ -4,6 +4,7 @@ title: Tutorial
 permalink: /docs/tutorial.html
 ---
 <!--
+{% 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.
@@ -18,6 +19,7 @@ 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 %}
 -->
 
 {% assign sourceRoot = "http://github.com/apache/incubator-calcite/blob/master" %}

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2014-06-27-release-0.8.0-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2014-06-27-release-0.8.0-incubating.md b/site/_posts/2014-06-27-release-0.8.0-incubating.md
index 49fbbe7..588edaf 100644
--- a/site/_posts/2014-06-27-release-0.8.0-incubating.md
+++ b/site/_posts/2014-06-27-release-0.8.0-incubating.md
@@ -7,6 +7,7 @@ tag: v0-8
 sha: 3da850a1
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,5 +24,6 @@ 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 %}
+-->
 
 This is the first release under the Apache incubator process.

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2014-08-19-release-0.9.0-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2014-08-19-release-0.9.0-incubating.md b/site/_posts/2014-08-19-release-0.9.0-incubating.md
index 5855529..7ca65ac 100644
--- a/site/_posts/2014-08-19-release-0.9.0-incubating.md
+++ b/site/_posts/2014-08-19-release-0.9.0-incubating.md
@@ -8,6 +8,7 @@ tag: v0-9-0
 sha: 45e5269b
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -24,5 +25,6 @@ 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 %}
+-->
 
 This is the first release under the Apache incubator process.

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2014-10-02-release-0.9.1-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2014-10-02-release-0.9.1-incubating.md b/site/_posts/2014-10-02-release-0.9.1-incubating.md
index 7c35516..bca9113 100644
--- a/site/_posts/2014-10-02-release-0.9.1-incubating.md
+++ b/site/_posts/2014-10-02-release-0.9.1-incubating.md
@@ -7,6 +7,7 @@ tag: v0-9-1
 sha: 68012573
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,5 +24,6 @@ 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 %}
+-->
 
 This is the first release as Calcite. (The project was previously called Optiq.)

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2014-11-05-release-0.9.2-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2014-11-05-release-0.9.2-incubating.md b/site/_posts/2014-11-05-release-0.9.2-incubating.md
index 1658145..47741c0 100644
--- a/site/_posts/2014-11-05-release-0.9.2-incubating.md
+++ b/site/_posts/2014-11-05-release-0.9.2-incubating.md
@@ -7,6 +7,7 @@ tag: v0-9-2
 sha: 0404fd23
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +24,7 @@ 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 %}
+-->
 
 A fairly minor release, and last release before we rename all of the
 packages and lots of classes, in what we expect to call 1.0. If you

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2015-01-31-release-1.0.0-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2015-01-31-release-1.0.0-incubating.md b/site/_posts/2015-01-31-release-1.0.0-incubating.md
index ff219c9..ad60205 100644
--- a/site/_posts/2015-01-31-release-1.0.0-incubating.md
+++ b/site/_posts/2015-01-31-release-1.0.0-incubating.md
@@ -7,6 +7,7 @@ tag: v1-0-0
 sha: 2dd83f2
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +24,7 @@ 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 %}
+-->
 
 Calcite's first major release.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2015-03-13-release-1.1.0-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2015-03-13-release-1.1.0-incubating.md b/site/_posts/2015-03-13-release-1.1.0-incubating.md
index 6661894..327b023 100644
--- a/site/_posts/2015-03-13-release-1.1.0-incubating.md
+++ b/site/_posts/2015-03-13-release-1.1.0-incubating.md
@@ -7,6 +7,7 @@ tag: v1-1-0
 sha: f10ea367
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +24,7 @@ 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 %}
+-->
 
 This Calcite release makes it possible to exploit physical properties
 of relational expressions to produce more efficient plans, introducing

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2015-04-07-release-1.2.0-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2015-04-07-release-1.2.0-incubating.md b/site/_posts/2015-04-07-release-1.2.0-incubating.md
index c89b74f..8332063 100644
--- a/site/_posts/2015-04-07-release-1.2.0-incubating.md
+++ b/site/_posts/2015-04-07-release-1.2.0-incubating.md
@@ -7,6 +7,7 @@ tag: v1-2-0
 sha: d60f2aa
 categories: [release]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +24,7 @@ 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 %}
+-->
 
 A short release, less than a month after 1.1.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2015-04-24-new-committers.md
----------------------------------------------------------------------
diff --git a/site/_posts/2015-04-24-new-committers.md b/site/_posts/2015-04-24-new-committers.md
index 305209b..92a2466 100644
--- a/site/_posts/2015-04-24-new-committers.md
+++ b/site/_posts/2015-04-24-new-committers.md
@@ -5,6 +5,7 @@ date: "2015-04-24 19:03:07 -0800"
 author: jhyde
 categories: [team]
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -21,6 +22,7 @@ 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 %}
+-->
 
 The Calcite project management committee today added five new
 committers for their work on Calcite. Welcome all!

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/_posts/2015-05-30-release-1.3.0-incubating.md
----------------------------------------------------------------------
diff --git a/site/_posts/2015-05-30-release-1.3.0-incubating.md b/site/_posts/2015-05-30-release-1.3.0-incubating.md
index 254f661..b72765f 100644
--- a/site/_posts/2015-05-30-release-1.3.0-incubating.md
+++ b/site/_posts/2015-05-30-release-1.3.0-incubating.md
@@ -7,6 +7,7 @@ categories: [release]
 tag: v1-3-0
 sha: 495f1859
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +24,7 @@ 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 %}
+-->
 
 Mainly bug-fixes, but this release adds support for
 <a href="https://issues.apache.org/jira/browse/CALCITE-505">modifiable views</a>

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/develop/index.md
----------------------------------------------------------------------
diff --git a/site/develop/index.md b/site/develop/index.md
index 1a93bcd..5082ce0 100644
--- a/site/develop/index.md
+++ b/site/develop/index.md
@@ -2,6 +2,7 @@
 layout: page
 title: Developing
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -18,6 +19,7 @@ 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 %}
+-->
 
 Want to help add a feature or fix a bug?
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/help/index.md
----------------------------------------------------------------------
diff --git a/site/help/index.md b/site/help/index.md
index 8157c12..65921b4 100644
--- a/site/help/index.md
+++ b/site/help/index.md
@@ -2,6 +2,7 @@
 layout: page
 title: Getting Help
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -18,6 +19,7 @@ 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 %}
+-->
 
 Need help with Calcite? Try these resources.
 

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/530e398b/site/talks/index.md
----------------------------------------------------------------------
diff --git a/site/talks/index.md b/site/talks/index.md
index 2d24014..65efb1c 100644
--- a/site/talks/index.md
+++ b/site/talks/index.md
@@ -2,6 +2,7 @@
 layout: page
 title: Calcite Talks
 ---
+<!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -18,6 +19,7 @@ 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 %}
+-->
 
 Want to learn more about Calcite?