Repository: calcite Updated Branches: refs/heads/master 88d1d67d9 -> 98016a4e3
Add file header Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/98016a4e Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/98016a4e Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/98016a4e Branch: refs/heads/master Commit: 98016a4e3c456fb78240e3f2273ccc92a3e8a207 Parents: 88d1d67 Author: Julian Hyde <[email protected]> Authored: Thu Feb 23 15:23:48 2017 -0800 Committer: Julian Hyde <[email protected]> Committed: Thu Feb 23 15:23:48 2017 -0800 ---------------------------------------------------------------------- file/src/test/resources/tableOK.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/98016a4e/file/src/test/resources/tableOK.html ---------------------------------------------------------------------- diff --git a/file/src/test/resources/tableOK.html b/file/src/test/resources/tableOK.html index 8b46aed..da82c5f 100644 --- a/file/src/test/resources/tableOK.html +++ b/file/src/test/resources/tableOK.html @@ -1,4 +1,22 @@ <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. +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 %} +--> <body> <table> <thead>
