Skip to content

Commit

Permalink
added some copyright headers...
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Hofer committed May 10, 2014
1 parent 842e097 commit 0c572c3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/scala/de/johoop/jacoco4sbt/Thresholds.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* This file is part of jacoco4sbt.
*
* Copyright (c) 2014 Joachim Hofer & contributors
* All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package de.johoop.jacoco4sbt

case class Thresholds(instruction: Double = 0,
Expand Down
11 changes: 11 additions & 0 deletions src/test/scala/de/johoop/jacoco4sbt/ReportSpec.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* This file is part of jacoco4sbt.
*
* Copyright (c) 2014 Joachim Hofer & contributors
* All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package de.johoop.jacoco4sbt

import org.mockito.Mockito._
Expand Down
11 changes: 11 additions & 0 deletions src/test/scala/de/johoop/jacoco4sbt/Util.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* This file is part of jacoco4sbt.
*
* Copyright (c) 2014 Joachim Hofer & contributors
* All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package de.johoop.jacoco4sbt

object Util {
Expand Down

0 comments on commit 0c572c3

Please sign in to comment.