Skip to content

Commit de0518f

Browse files
committed
update headers with sbt-header
1 parent 882936d commit de0518f

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

src/main/scala/scala/async/FutureStateMachine.scala

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* See the NOTICE file distributed with this work for
1010
* additional information regarding copyright ownership.
1111
*/
12+
1213
package scala.async
1314

1415
import java.util.Objects

src/test/scala/scala/async/ExceptionalTest.scala

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Scala (https://www.scala-lang.org)
3+
*
4+
* Copyright EPFL and Lightbend, Inc.
5+
*
6+
* Licensed under Apache License 2.0
7+
* (http://www.apache.org/licenses/LICENSE-2.0).
8+
*
9+
* See the NOTICE file distributed with this work for
10+
* additional information regarding copyright ownership.
11+
*/
12+
113
package scala.async
214

315
import java.util.concurrent.atomic.AtomicReference

src/test/scala/scala/async/FutureSpec.scala

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* See the NOTICE file distributed with this work for
1010
* additional information regarding copyright ownership.
1111
*/
12+
1213
package scala.async
1314

1415
import java.util.concurrent.ConcurrentHashMap

src/test/scala/scala/async/SmokeTest.scala

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* See the NOTICE file distributed with this work for
1010
* additional information regarding copyright ownership.
1111
*/
12+
1213
package scala.async
1314

1415
import org.junit.{Assert, Test}

src/test/scala/scala/async/TestUtil.scala

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* See the NOTICE file distributed with this work for
1010
* additional information regarding copyright ownership.
1111
*/
12+
1213
package scala.async
1314

1415
import java.util.concurrent.{CountDownLatch, TimeUnit}

0 commit comments

Comments
 (0)