Skip to content

Commit 0c572c3

Browse files
author
Joachim Hofer
committed
added some copyright headers...
1 parent 842e097 commit 0c572c3

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

src/main/scala/de/johoop/jacoco4sbt/Thresholds.scala

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* This file is part of jacoco4sbt.
3+
*
4+
* Copyright (c) 2014 Joachim Hofer & contributors
5+
* All rights reserved.
6+
*
7+
* This program and the accompanying materials
8+
* are made available under the terms of the Eclipse Public License v1.0
9+
* which accompanies this distribution, and is available at
10+
* http://www.eclipse.org/legal/epl-v10.html
11+
*/
112
package de.johoop.jacoco4sbt
213

314
case class Thresholds(instruction: Double = 0,

src/test/scala/de/johoop/jacoco4sbt/ReportSpec.scala

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* This file is part of jacoco4sbt.
3+
*
4+
* Copyright (c) 2014 Joachim Hofer & contributors
5+
* All rights reserved.
6+
*
7+
* This program and the accompanying materials
8+
* are made available under the terms of the Eclipse Public License v1.0
9+
* which accompanies this distribution, and is available at
10+
* http://www.eclipse.org/legal/epl-v10.html
11+
*/
112
package de.johoop.jacoco4sbt
213

314
import org.mockito.Mockito._

src/test/scala/de/johoop/jacoco4sbt/Util.scala

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* This file is part of jacoco4sbt.
3+
*
4+
* Copyright (c) 2014 Joachim Hofer & contributors
5+
* All rights reserved.
6+
*
7+
* This program and the accompanying materials
8+
* are made available under the terms of the Eclipse Public License v1.0
9+
* which accompanies this distribution, and is available at
10+
* http://www.eclipse.org/legal/epl-v10.html
11+
*/
112
package de.johoop.jacoco4sbt
213

314
object Util {

0 commit comments

Comments
 (0)