Repository: incubator-htrace Updated Branches: refs/heads/master 721d5ce42 -> 97faf708b
HTRACE-281 addendum. example/htraced-conf.xml needs an Apache license header (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/97faf708 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/97faf708 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/97faf708 Branch: refs/heads/master Commit: 97faf708b18e59583b609b5308cae9de24dec52d Parents: 721d5ce Author: Colin P. Mccabe <[email protected]> Authored: Thu Oct 22 18:38:36 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Thu Oct 22 18:40:58 2015 -0700 ---------------------------------------------------------------------- htrace-htraced/example/htraced-conf.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/97faf708/htrace-htraced/example/htraced-conf.xml ---------------------------------------------------------------------- diff --git a/htrace-htraced/example/htraced-conf.xml b/htrace-htraced/example/htraced-conf.xml index 221868f..ceb23a3 100644 --- a/htrace-htraced/example/htraced-conf.xml +++ b/htrace-htraced/example/htraced-conf.xml @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + 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. +--> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> <property>
