aboutsummaryrefslogtreecommitdiff
path: root/project/Settings.scala
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-11-27 09:08:52 -0300
committerDiego <diegolparra@gmail.com>2014-11-27 09:08:52 -0300
commitd87efc71d82220a4d6f5dba50a7424a5360ea63b (patch)
treeb2aa3af0a1a57020edc4f56dd45c512d5c7476c2 /project/Settings.scala
parentbbd49fd9e94a20d38b3ef95bef4dba15c74ea3be (diff)
downloadKamon-d87efc71d82220a4d6f5dba50a7424a5360ea63b.tar.gz
Kamon-d87efc71d82220a4d6f5dba50a7424a5360ea63b.tar.bz2
Kamon-d87efc71d82220a4d6f5dba50a7424a5360ea63b.zip
= build: include license headers
Diffstat (limited to 'project/Settings.scala')
-rw-r--r--project/Settings.scala15
1 files changed, 15 insertions, 0 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index de8e4998..22a1f4e7 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -1,3 +1,18 @@
+/* =========================================================================================
+ * 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.
+ * =========================================================================================
+ */
+
import sbt._
import Keys._
import com.typesafe.sbt.SbtScalariform