aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/util
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-03-12 19:43:05 -0300
committerDiego <diegolparra@gmail.com>2015-03-12 19:43:05 -0300
commitd81fd784fa3feaca6cce3d6420ff2b23ae0851a2 (patch)
tree98b98cb94f66b0b11fc4a8e6db5fffd91f239cce /kamon-core/src/main/scala/kamon/util
parent074c5eb5cfa1897f2d19a1e7269445782727370c (diff)
downloadKamon-d81fd784fa3feaca6cce3d6420ff2b23ae0851a2.tar.gz
Kamon-d81fd784fa3feaca6cce3d6420ff2b23ae0851a2.tar.bz2
Kamon-d81fd784fa3feaca6cce3d6420ff2b23ae0851a2.zip
= core: include license headers
Diffstat (limited to 'kamon-core/src/main/scala/kamon/util')
-rw-r--r--kamon-core/src/main/scala/kamon/util/FunctionalInterfaces.scala16
-rw-r--r--kamon-core/src/main/scala/kamon/util/LazyActorRef.scala16
2 files changed, 32 insertions, 0 deletions
diff --git a/kamon-core/src/main/scala/kamon/util/FunctionalInterfaces.scala b/kamon-core/src/main/scala/kamon/util/FunctionalInterfaces.scala
index 1f600b78..8dab6519 100644
--- a/kamon-core/src/main/scala/kamon/util/FunctionalInterfaces.scala
+++ b/kamon-core/src/main/scala/kamon/util/FunctionalInterfaces.scala
@@ -1,3 +1,19 @@
+/*
+ * =========================================================================================
+ * Copyright © 2013-2015 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.util
trait Supplier[T] {
diff --git a/kamon-core/src/main/scala/kamon/util/LazyActorRef.scala b/kamon-core/src/main/scala/kamon/util/LazyActorRef.scala
index 855bf1fc..e2fb747a 100644
--- a/kamon-core/src/main/scala/kamon/util/LazyActorRef.scala
+++ b/kamon-core/src/main/scala/kamon/util/LazyActorRef.scala
@@ -1,3 +1,19 @@
+/*
+ * =========================================================================================
+ * Copyright © 2013-2015 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.util
import java.util