Skip to content

Commit cf83014

Browse files
committed
Add missing copyright headers
1 parent b9c8ad9 commit cf83014

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

src/compiler/scala/tools/nsc/PickleExtractor.scala

Lines changed: 12 additions & 0 deletions
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.tools.nsc
214

315
import java.io.Closeable

src/compiler/scala/tools/nsc/PipelineMain.scala

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
/* NSC -- new Scala compiler
2-
* Copyright 2005-2019 LAMP/EPFL
3-
* @author Martin Odersky
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.
411
*/
12+
513
package scala.tools.nsc
614

715
import java.io.File

src/reflect/scala/reflect/io/RootPath.scala

Lines changed: 12 additions & 0 deletions
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.reflect.io
214

315
import java.io.Closeable

0 commit comments

Comments
 (0)