Skip to content

Commit b90d25f

Browse files
committed
SI-5817: Add header to language.scala and languageFeature.scala
These two files were missing headers. There is other work on-going to automate updating of the headers, but that likely won't crossover with this.
1 parent 8810489 commit b90d25f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/library/scala/language.scala

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/* __ *\
2+
** ________ ___ / / ___ Scala API **
3+
** / __/ __// _ | / / / _ | (c) 2003-2015, LAMP/EPFL **
4+
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
5+
** /____/\___/_/ |_/____/_/ | | **
6+
** |/ **
7+
\* */
8+
9+
10+
111
package scala
212

313
/**

src/library/scala/languageFeature.scala

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/* __ *\
2+
** ________ ___ / / ___ Scala API **
3+
** / __/ __// _ | / / / _ | (c) 2003-2015, LAMP/EPFL **
4+
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
5+
** /____/\___/_/ |_/____/_/ | | **
6+
** |/ **
7+
\* */
8+
9+
10+
111
package scala
212

313
import scala.annotation.meta

0 commit comments

Comments
 (0)