1- Dotty (https://dotty.epfl.ch )
2- Copyright 2012-2024 EPFL
3- Copyright 2012-2024 Lightbend, Inc.
1+ Scala 3 (https://www.scala-lang.org )
2+ Copyright 2012-2025 EPFL
3+ Copyright 2012-2025 Lightbend, Inc. dba Akka
44
55Licensed under the Apache License, Version 2.0 (the "License"):
66http://www.apache.org/licenses/LICENSE-2.0
@@ -11,12 +11,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111See the License for the specific language governing permissions and
1212limitations under the License.
1313
14- The dotty compiler frontend has been developed since November 2012 by Martin
15- Odersky. It is expected and hoped for that the list of contributors to the
16- codebase will grow quickly. Dotty draws inspiration and code from the original
17- Scala compiler "nsc", which is developed at scala/scala [ 1] .
14+ The Scala 3 compiler is also known as Dotty. The Dotty compiler
15+ frontend has been developed since November 2012 by Martin Odersky. It
16+ is expected and hoped for that the list of contributors to the
17+ codebase will grow quickly. Dotty draws inspiration and code from the
18+ original Scala 2 compiler "nsc", which is still developed at scala/scala [ 1] .
1819
19- The majority of the dotty codebase is new code, with the exception of the
20+ The majority of the Dotty codebase is new code, with the exception of the
2021components mentioned below. We have for each component tried to come up with a
2122list of the original authors in the scala/scala [ 1] codebase. Apologies if some
2223major authors were omitted by oversight.
@@ -28,7 +29,7 @@ major authors were omitted by oversight.
2829
2930 * dotty.tools.dotc.classpath: The classpath handling is taken mostly as is
3031 from scala/scala [ 1] . The original authors were Grzegorz Kossakowski,
31- Michał Pociecha, Lukas Rytz, Jason Zaugg and others.
32+ Michał Pociecha, Lukas Rytz, Jason Zaugg and others.
3233
3334 * dotty.tools.dotc.config: The configuration components were adapted and
3435 extended from scala/scala [ 1] . The original sources were authored by Paul
0 commit comments