aboutsummaryrefslogtreecommitdiff
path: root/kamon-akka
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-01-29 00:53:57 -0300
committerDiego <diegolparra@gmail.com>2015-01-29 00:53:57 -0300
commit2ef5cdeef162fdaeee71d1649bf8a8a099de5a09 (patch)
tree19755fec50ce6862f95da0d7c73a885575539e2d /kamon-akka
parenta80034229b12d42b420a9b2cc10bf23f8c5f613b (diff)
downloadKamon-2ef5cdeef162fdaeee71d1649bf8a8a099de5a09.tar.gz
Kamon-2ef5cdeef162fdaeee71d1649bf8a8a099de5a09.tar.bz2
Kamon-2ef5cdeef162fdaeee71d1649bf8a8a099de5a09.zip
! all: include license headers
Diffstat (limited to 'kamon-akka')
-rw-r--r--kamon-akka/src/test/scala/kamon/akka/instrumentation/ActorSystemMessageInstrumentationSpec.scala16
1 files changed, 16 insertions, 0 deletions
diff --git a/kamon-akka/src/test/scala/kamon/akka/instrumentation/ActorSystemMessageInstrumentationSpec.scala b/kamon-akka/src/test/scala/kamon/akka/instrumentation/ActorSystemMessageInstrumentationSpec.scala
index 8c1033ae..808473cd 100644
--- a/kamon-akka/src/test/scala/kamon/akka/instrumentation/ActorSystemMessageInstrumentationSpec.scala
+++ b/kamon-akka/src/test/scala/kamon/akka/instrumentation/ActorSystemMessageInstrumentationSpec.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.instrumentation.akka
import akka.actor.SupervisorStrategy.{ Escalate, Restart, Resume, Stop }