Repository: camel
Updated Branches:
  refs/heads/master 61e50869e -> 9c3e4574c


Added ASF header in rule file, and removed author tag in javadoc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9c3e4574
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9c3e4574
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9c3e4574

Branch: refs/heads/master
Commit: 9c3e4574c620ea3bcdff857840e04fb08b384ca8
Parents: 1ead8dfc
Author: Gary Brown <g...@brownuk.com>
Authored: Mon Mar 20 12:50:00 2017 +0000
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Mar 20 14:10:14 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/otagent/apache-camel.btm     | 16 ++++++++++++++++
 .../agent/InstallOpenTracingTracerRuleTest.java     |  3 ---
 2 files changed, 16 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9c3e4574/components/camel-opentracing/src/main/resources/otagent/apache-camel.btm
----------------------------------------------------------------------
diff --git 
a/components/camel-opentracing/src/main/resources/otagent/apache-camel.btm 
b/components/camel-opentracing/src/main/resources/otagent/apache-camel.btm
index 1ae76fe..609153b 100644
--- a/components/camel-opentracing/src/main/resources/otagent/apache-camel.btm
+++ b/components/camel-opentracing/src/main/resources/otagent/apache-camel.btm
@@ -1,3 +1,19 @@
+#
+# 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.
+#
 
 # State 0 - camel context not initialized
 # State 1 - camel context initialized

http://git-wip-us.apache.org/repos/asf/camel/blob/9c3e4574/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
 
b/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
index cce12a7..5dd50c1 100644
--- 
a/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
+++ 
b/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
@@ -34,9 +34,6 @@ import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-/**
- * @author gbrown
- */
 public class InstallOpenTracingTracerRuleTest extends CamelTestSupport {
 
     private static MockTracer tracer = new MockTracer(Propagator.TEXT_MAP);

Reply via email to