mirror of https://github.com/sbt/sbt.git
Add headers to files missing it
This commit is contained in:
parent
66c34d180e
commit
551c5d9aa4
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
* Zinc - The incremental compiler for Scala.
|
||||||
|
* Copyright 2011 - 2017, Lightbend, Inc.
|
||||||
|
* Copyright 2008 - 2010, Mark Harrah
|
||||||
|
* This software is released under the terms written in LICENSE.
|
||||||
|
*/
|
||||||
|
|
||||||
package xsbti.compile;
|
package xsbti.compile;
|
||||||
|
|
||||||
import sbt.internal.inc.ZincComponentCompiler;
|
import sbt.internal.inc.ZincComponentCompiler;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue