mirror of https://github.com/sbt/sbt.git
legal cleanup
This commit is contained in:
parent
362d92e767
commit
a293916e46
3
NOTICE
3
NOTICE
|
|
@ -2,7 +2,8 @@ Simple Build Tool (xsbt)
|
|||
Copyright 2008, 2009, 2010 Mark Harrah
|
||||
Licensed under BSD-style license (see LICENSE)
|
||||
|
||||
Portions based on code from the Scala compiler
|
||||
Portions based on code from the Scala compiler. Portions of the Scala
|
||||
library are distributed with the launcher.
|
||||
Copyright 2002-2008 EPFL, Lausanne
|
||||
Licensed under BSD-style license (see licenses/LICENSE_Scala)
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
Simple Build Tool: Cache Component
|
||||
Copyright 2009 Mark Harrah
|
||||
Licensed under BSD-style license (see LICENSE)
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Simple Build Tool: Tracking Component
|
||||
Copyright 2009, 2010 Mark Harrah
|
||||
Licensed under BSD-style license (see LICENSE)
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
package xsbt
|
||||
|
||||
// stripped down version of http://trac.assembla.com/metascala/browser/src/metascala/HLists.scala
|
||||
// Copyright (c) 2009, Jesper Nordenberg
|
||||
// new BSD license, see licenses/MetaScala
|
||||
// new BSD license, see licenses/LICENSE_MetaScala
|
||||
|
||||
package xsbt
|
||||
|
||||
object HLists extends HLists
|
||||
trait HLists
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
Simple Build Tool: Collection Component
|
||||
Copyright 2009 Mark Harrah
|
||||
Licensed under BSD-style license (see LICENSE)
|
||||
|
||||
Portions based on MetaScala
|
||||
Copyright (c) 2009, Jesper Nordenberg
|
||||
Licensed under BSD-style license (see licenses/LICENSE_MetaScala)
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package xsbt
|
||||
|
||||
import scala.collection.{mutable,immutable}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package xsbt
|
||||
|
||||
object ErrorHandling
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
Simple Build Tool: Control Component
|
||||
Copyright 2009 Mark Harrah
|
||||
Licensed under BSD-style license (see LICENSE)
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Simple Build Tool: Logging Component
|
||||
Copyright 2008, 2009 Mark Harrah
|
||||
Licensed under BSD-style license (see LICENSE)
|
||||
Loading…
Reference in New Issue