legal cleanup

This commit is contained in:
Mark Harrah 2010-02-07 23:45:19 -05:00
parent 362d92e767
commit a293916e46
9 changed files with 30 additions and 4 deletions

3
NOTICE
View File

@ -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)

3
cache/NOTICE vendored Normal file
View File

@ -0,0 +1,3 @@
Simple Build Tool: Cache Component
Copyright 2009 Mark Harrah
Licensed under BSD-style license (see LICENSE)

3
cache/tracking/NOTICE vendored Normal file
View File

@ -0,0 +1,3 @@
Simple Build Tool: Tracking Component
Copyright 2009, 2010 Mark Harrah
Licensed under BSD-style license (see LICENSE)

View File

@ -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

7
util/collection/NOTICE Normal file
View File

@ -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)

View File

@ -1,3 +1,6 @@
/* sbt -- Simple Build Tool
* Copyright 2009 Mark Harrah
*/
package xsbt
import scala.collection.{mutable,immutable}

View File

@ -1,3 +1,6 @@
/* sbt -- Simple Build Tool
* Copyright 2009 Mark Harrah
*/
package xsbt
object ErrorHandling

3
util/control/NOTICE Normal file
View File

@ -0,0 +1,3 @@
Simple Build Tool: Control Component
Copyright 2009 Mark Harrah
Licensed under BSD-style license (see LICENSE)

3
util/log/NOTICE Normal file
View File

@ -0,0 +1,3 @@
Simple Build Tool: Logging Component
Copyright 2008, 2009 Mark Harrah
Licensed under BSD-style license (see LICENSE)