Add license header for tracking.html
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5f69849f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5f69849f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5f69849f Branch: refs/heads/Query-UI-Cleanup Commit: 5f69849fb4209427823f22c9523c2d7b8334a9e3 Parents: ed000ee Author: Alexander Shorin <[email protected]> Authored: Sun Apr 13 05:39:00 2014 +0400 Committer: Alexander Shorin <[email protected]> Committed: Sun Apr 13 05:39:00 2014 +0400 ---------------------------------------------------------------------- share/doc/templates/tracking.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5f69849f/share/doc/templates/tracking.html ---------------------------------------------------------------------- diff --git a/share/doc/templates/tracking.html b/share/doc/templates/tracking.html index e6d4037..b80e3c2 100644 --- a/share/doc/templates/tracking.html +++ b/share/doc/templates/tracking.html @@ -1,3 +1,18 @@ +<!-- + +Licensed 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. + +--> + {% if not local %} <script type="text/javascript"> var _gaq = _gaq || [];
