@@ -4,7 +4,6 @@ Copyright 2012-2023 Lightbend, Inc.
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License"):
6
6
http://www.apache.org/licenses/LICENSE-2.0
7
-
8
7
Unless required by applicable law or agreed to in writing, software
9
8
distributed under the License is distributed on an "AS IS" BASIS,
10
9
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -89,15 +88,19 @@ major authors were omitted by oversight.
89
88
details.
90
89
91
90
* dotty.tools.dotc.coverage: Coverage instrumentation utilities have been
92
- adapted from the scoverage plugin for scala 2 [ 5 ] , which is under the
91
+ adapted from the scoverage plugin for scala 2 [ 4 ] , which is under the
93
92
Apache 2.0 license.
94
93
94
+ * dooty.tools.pc: Presentation compiler implementation adapted from
95
+ scalameta/metals [ 5] mtags module, which is under the Apache 2.0 license.
96
+
95
97
* The Dotty codebase contains parts which are derived from
96
- the ScalaPB protobuf library [ 4 ] , which is under the Apache 2.0 license.
98
+ the ScalaPB protobuf library [ 6 ] , which is under the Apache 2.0 license.
97
99
98
100
99
101
[ 1] https://github.com/scala/scala
100
102
[ 2] https://github.com/adriaanm/scala/tree/sbt-api-consolidate/src/compiler/scala/tools/sbt
101
103
[ 3] https://github.com/sbt/sbt/tree/0.13/compile/interface/src/main/scala/xsbt
102
- [ 4] https://github.com/lampepfl/dotty/pull/5783/files
103
- [ 5] https://github.com/scoverage/scalac-scoverage-plugin
104
+ [ 4] https://github.com/scoverage/scalac-scoverage-plugin
105
+ [ 5] https://github.com/scalameta/metals
106
+ [ 6] https://github.com/lampepfl/dotty/pull/5783/files
0 commit comments