Add headers to files missing it

This commit is contained in:
jvican 2017-05-22 17:02:32 +02:00
parent 66c34d180e
commit 551c5d9aa4
1 changed files with 7 additions and 0 deletions

View File

@ -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;
import sbt.internal.inc.ZincComponentCompiler;