Repository: incubator-htrace Updated Branches: refs/heads/master a7ad113a1 -> 240065d64
HTRACE-28: add license to index.html (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/240065d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/240065d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/240065d6 Branch: refs/heads/master Commit: 240065d64dde26bf133de51e2a27e3f37090542b Parents: a7ad113 Author: Colin P. Mccabe <[email protected]> Authored: Tue Dec 30 12:00:46 2014 -0800 Committer: Colin P. Mccabe <[email protected]> Committed: Tue Dec 30 12:00:46 2014 -0800 ---------------------------------------------------------------------- htrace-core/src/web/index.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/240065d6/htrace-core/src/web/index.html ---------------------------------------------------------------------- diff --git a/htrace-core/src/web/index.html b/htrace-core/src/web/index.html index fb49055..1cab08b 100644 --- a/htrace-core/src/web/index.html +++ b/htrace-core/src/web/index.html @@ -1,4 +1,22 @@ -<html> +<!-- + 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. +--> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> <body> <head><title>HTRACE</title></head> Hello, world.<p/>
