aboutsummaryrefslogtreecommitdiff
path: root/project
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
parentbbd49fd9e94a20d38b3ef95bef4dba15c74ea3be (diff)
downloadKamon-d87efc71d82220a4d6f5dba50a7424a5360ea63b.tar.gz
Kamon-d87efc71d82220a4d6f5dba50a7424a5360ea63b.tar.bz2
Kamon-d87efc71d82220a4d6f5dba50a7424a5360ea63b.zip
= build: include license headers
Diffstat (limited to 'project')
-rw-r--r--project/AspectJ.scala15
-rw-r--r--project/Dependencies.scala15
-rw-r--r--project/Projects.scala15
-rw-r--r--project/Publish.scala15
-rw-r--r--project/Release.scala15
-rw-r--r--project/Settings.scala15
-rw-r--r--project/VersionWithSHA.scala15
7 files changed, 105 insertions, 0 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index 74513bd6..a4a8c2c1 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.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 sbt.Keys._
import com.typesafe.sbt.SbtAspectj.{ Aspectj, defaultAspectjSettings }
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b545d2cb..5b1b9724 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.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._
object Dependencies {
diff --git a/project/Projects.scala b/project/Projects.scala
index 9d8e54b3..dfdf5c0e 100644
--- a/project/Projects.scala
+++ b/project/Projects.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._
diff --git a/project/Publish.scala b/project/Publish.scala
index 7e30e151..ddb64d2d 100644
--- a/project/Publish.scala
+++ b/project/Publish.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 sbt.Keys._
diff --git a/project/Release.scala b/project/Release.scala
index 8b7ecf30..a388a66f 100644
--- a/project/Release.scala
+++ b/project/Release.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 com.typesafe.sbt.pgp._
import sbt._
import sbt.Keys._
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
diff --git a/project/VersionWithSHA.scala b/project/VersionWithSHA.scala
index 4479b88f..dac45788 100644
--- a/project/VersionWithSHA.scala
+++ b/project/VersionWithSHA.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.Process
object VersionWithSHA {