Update notice and add license for JDepend-based classfile parser

git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@887 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
dmharrah 2009-07-26 23:17:24 +00:00
parent 11339e3518
commit ab7bdaedab
2 changed files with 43 additions and 11 deletions

25
NOTICE
View File

@ -2,28 +2,31 @@ Simple Build Tool (sbt)
Copyright 2008, 2009 Steven Blundy, Mark Harrah, David MacIver, Mikko Peltonen Copyright 2008, 2009 Steven Blundy, Mark Harrah, David MacIver, Mikko Peltonen
Portions based on code by Mike Clark in JDepend
Copyright 1999-2004 Clarkware Consulting, Inc.
Licensed under BSD-style license (see licenses/LICENSE_jdepend)
Portions based on code by Pete Kirkham in Nailgun Portions based on code by Pete Kirkham in Nailgun
Copyright 2004, Martian Software, Inc Copyright 2004, Martian Software, Inc
Licensed under the Apache License, Version 2.0 Licensed under the Apache License, Version 2.0 (see licenses/LICENSE_Apache)
(see licenses/LICENSE_Apache)
Portions based on code from the Scala compiler Portions based on code from the Scala compiler
Copyright 2002-2008 EPFL, Lausanne Copyright 2002-2008 EPFL, Lausanne
Licensed under BSD-style license (see licenses/LICENSE_Scala) Licensed under BSD-style license (see licenses/LICENSE_Scala)
Portions based on code from specs Portions based on code from specs
Copyright (c) 2007-2008 Eric Torreborre Copyright 2007-2008 Eric Torreborre
Licensed under MIT license (see licenses/LICENSE_specs) Licensed under MIT license (see licenses/LICENSE_specs)
The following test frameworks are distributed with sbt (in Portions based on code from ScalaTest
the subversion repository): Copyright 2001-2008 Artima, Inc.
specs (see licenses/LICENSE_specs) Licensed under the Apache License, Version 2.0(see licenses/LICENSE_Apache)
ScalaCheck (see licenses/LICENSE_ScalaCheck)
ScalaTest (see licenses/LICENSE_Apache)
Jetty is distributed with sbt (in the subversion repository) and is Portions based on code from ScalaCheck
licensed under the Apache License, Version 2.0 (see Copyright 2007, Rickard Nilsson
licenses/LICENSE_Apache). Licensed under BSD-style license (see licenses/LICENSE_ScalaCheck)
Jetty is licensed under the Apache License, Version 2.0 (see licenses/LICENSE_Apache).
ScalaTest is distributed with sbt (in the subversion repository) ScalaTest is distributed with sbt (in the subversion repository)
and requires the following notice: and requires the following notice:

29
licenses/LICENSE_jdepend Normal file
View File

@ -0,0 +1,29 @@
Copyright (C) 1999-2004 Clarkware Consulting, Inc.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Clarkware Consulting, Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without prior written permission. For written
permission, please contact clarkware@clarkware.com.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
CLARKWARE CONSULTING OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.