aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-05-20 20:56:29 -0300
committerDiego <diegolparra@gmail.com>2014-05-20 20:56:29 -0300
commit0a24355c6eaf22b257d71ca786f2047e40609686 (patch)
tree50125c65b2b800dc6ae378283ecd0f223c6c4d17 /kamon-core/src/main/scala/kamon/trace
parentff6a752352628a878bbde14f67c4be1725b851cf (diff)
downloadKamon-0a24355c6eaf22b257d71ca786f2047e40609686.tar.gz
Kamon-0a24355c6eaf22b257d71ca786f2047e40609686.tar.bz2
Kamon-0a24355c6eaf22b257d71ca786f2047e40609686.zip
= core: added license in TraceLocal and TraceLocalSpec
Diffstat (limited to 'kamon-core/src/main/scala/kamon/trace')
-rw-r--r--kamon-core/src/main/scala/kamon/trace/TraceLocal.scala16
1 files changed, 16 insertions, 0 deletions
diff --git a/kamon-core/src/main/scala/kamon/trace/TraceLocal.scala b/kamon-core/src/main/scala/kamon/trace/TraceLocal.scala
index c79fa632..3ff074b6 100644
--- a/kamon-core/src/main/scala/kamon/trace/TraceLocal.scala
+++ b/kamon-core/src/main/scala/kamon/trace/TraceLocal.scala
@@ -1,3 +1,19 @@
+/*
+ * =========================================================================================
+ * Copyright © 2013-2014 the kamon project <http://kamon.io/>
+ *
+ * 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.
+ * =========================================================================================
+ */
+
package kamon.trace
import scala.collection.concurrent.TrieMap