aboutsummaryrefslogtreecommitdiff
path: root/kamon-dashboard
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2013-11-26 11:47:59 -0300
committerDiego Parra <diegolparra@gmail.com>2013-11-26 11:47:59 -0300
commitdad8547a63d65a5b929346310d53ba2ab45d615c (patch)
tree88c4c6218ac4827a9cd118c349af73683b870f58 /kamon-dashboard
parent27ec3af132ac1bdcb242e72af1c5317e70fc9784 (diff)
downloadKamon-dad8547a63d65a5b929346310d53ba2ab45d615c.tar.gz
Kamon-dad8547a63d65a5b929346310d53ba2ab45d615c.tar.bz2
Kamon-dad8547a63d65a5b929346310d53ba2ab45d615c.zip
added copyright headers
Diffstat (limited to 'kamon-dashboard')
-rw-r--r--kamon-dashboard/src/main/scala/kamon/dashboard/DashboardExtension.scala15
-rw-r--r--kamon-dashboard/src/main/scala/kamon/dashboard/DashboardService.scala15
-rw-r--r--kamon-dashboard/src/main/scala/kamon/dashboard/protocol/DashboardProtocols.scala15
3 files changed, 45 insertions, 0 deletions
diff --git a/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardExtension.scala b/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardExtension.scala
index 64ec665f..a2b9080c 100644
--- a/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardExtension.scala
+++ b/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardExtension.scala
@@ -1,3 +1,18 @@
+/* ===================================================
+ * Copyright © 2013 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.dashboard
import akka.actor._
diff --git a/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardService.scala b/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardService.scala
index 3af7ddca..59ca4339 100644
--- a/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardService.scala
+++ b/kamon-dashboard/src/main/scala/kamon/dashboard/DashboardService.scala
@@ -1,3 +1,18 @@
+/* ===================================================
+ * Copyright © 2013 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.dashboard
import spray.routing.HttpService
diff --git a/kamon-dashboard/src/main/scala/kamon/dashboard/protocol/DashboardProtocols.scala b/kamon-dashboard/src/main/scala/kamon/dashboard/protocol/DashboardProtocols.scala
index 3f7ed6dc..2e523ca2 100644
--- a/kamon-dashboard/src/main/scala/kamon/dashboard/protocol/DashboardProtocols.scala
+++ b/kamon-dashboard/src/main/scala/kamon/dashboard/protocol/DashboardProtocols.scala
@@ -1,3 +1,18 @@
+/* ===================================================
+ * Copyright © 2013 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.dashboard.protocol
import spray.json.{RootJsonFormat, DefaultJsonProtocol}