We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 866b0f0 + dad906b commit 561bd4aCopy full SHA for 561bd4a
internal/zinc-persist/src/main/scala/sbt/internal/inc/consistent/ConsistentFileAnalysisStore.scala
@@ -12,17 +12,6 @@
12
// Based on zinc's FileAnalysisStore:
13
package sbt.internal.inc.consistent
14
15
-/*
16
- * Zinc - The incremental compiler for Scala.
17
- * Copyright Lightbend, Inc. and Mark Harrah
18
- *
19
- * Licensed under Apache License 2.0
20
- * (http://www.apache.org/licenses/LICENSE-2.0).
21
22
- * See the NOTICE file distributed with this work for
23
- * additional information regarding copyright ownership.
24
- */
25
-
26
import sbt.io.{ IO, Using }
27
import xsbti.compile.analysis.ReadWriteMappers
28
import xsbti.compile.{ AnalysisContents, AnalysisStore => XAnalysisStore }
0 commit comments