Skip to content

Commit 89cf671

Browse files
committed
Merge pull request scala#4190 from kanielc/SI-5817
SI-5817: Add header to language.scala and languageFeature.scala
2 parents 51e7703 + b90d25f commit 89cf671

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)