You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/08/09 22:15:53 UTC

git commit: NOTICE and LICENSE updates

Updated Branches:
  refs/heads/master 0ad811856 -> e7718a909


NOTICE and LICENSE updates


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e7718a90
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e7718a90
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e7718a90

Branch: refs/heads/master
Commit: e7718a9095b26a3e2c9ef1d939c5e78d9f9ef31b
Parents: 0ad8118
Author: Chip Childers <ch...@gmail.com>
Authored: Thu Aug 9 16:15:08 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Thu Aug 9 16:15:38 2012 -0400

----------------------------------------------------------------------
 LICENSE_BIN |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 NOTICE      |    8 ++++++--
 NOTICE_BIN  |   17 +++++++++++++++--
 3 files changed, 68 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e7718a90/LICENSE_BIN
----------------------------------------------------------------------
diff --git a/LICENSE_BIN b/LICENSE_BIN
index fa0c3e1..5300d6b 100644
--- a/LICENSE_BIN
+++ b/LICENSE_BIN
@@ -496,3 +496,50 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
 
 ========================= End of MIT License for SLF4J ==========================
+
+============== Public Domain License for backport-util-concurrent ===============
+
+The person or persons who have associated work with this document (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of his knowledge, the work of authorship identified is in the public domain of the country from which the work is published, or (b) hereby dedicates whatever copyright the dedicators holds in the work of authorship identified below (the "Work") to the public domain. A certifier, moreover, dedicates any copyright interest he may have in the associated work, and for these purposes, is described as a "dedicator" below.
+
+A certifier has taken reasonable steps to verify the copyright status of this work. Certifier recognizes that his good faith efforts may not shield him from liability if in fact the work certified is not in the public domain.
+
+Dedicator makes this dedication for the benefit of the public at large and to the detriment of the Dedicator's heirs and successors. Dedicator intends this dedication to be an overt act of relinquishment in perpetuity of all present and future rights under copyright law, whether vested or contingent, in the Work. Dedicator understands that such relinquishment of all rights includes the relinquishment of all rights to enforce (by lawsuit or otherwise) those copyrights in the Work.
+
+Dedicator recognizes that, once placed in the public domain, the Work may be freely reproduced, distributed, transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or non-commercial, and in any way, including by methods that have not yet been invented or conceived.
+
+========== End of Public Domain License for backport-util-concurrent ============
+
+============================= BSD License for JUnit =============================
+
+JSch 0.0.* was released under the GNU LGPL license.  Later, we have switched 
+over to a BSD-style license. 
+
+------------------------------------------------------------------------------
+Copyright (c) 2002-2011 Atsuhiko Yamanaka, JCraft,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. The names of the authors may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+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 JCRAFT,
+INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE 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.
+
+========================= End of BSD License for JUnit ==========================

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e7718a90/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 51b034f..43fc61f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -5,9 +5,13 @@ This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
 This product includes WAF (http://code.google.com/p/waf/)
-under the BSD License: http://opensource.org/licenses/BSD-3-Clause
+licensed under the BSD License: http://opensource.org/licenses/BSD-3-Clause
 Thomas Nagy, 2005-2010
 
 This product includes Simple Logging Facade for Java or (SLF4J) (http://www.slf4j.org/)
-under the MIT license: http://www.slf4j.org/license.html
+licensed under the MIT license: http://www.slf4j.org/license.html
 Copyright (c) 2004-2011 QOS.ch
+
+This product includes software developed within the iBATIS Apache project (http://ibatis.apache.org/)
+licensed under the Apache License, Version 2.0
+Copyright 2004 Clinton Begin

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e7718a90/NOTICE_BIN
----------------------------------------------------------------------
diff --git a/NOTICE_BIN b/NOTICE_BIN
index cf1a9d1..6d60a02 100644
--- a/NOTICE_BIN
+++ b/NOTICE_BIN
@@ -10,10 +10,23 @@ obtained from http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar
 under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
 
 This product includes JUnit (http://www.junit.org/)
-under the BSD License: http://opensource.org/licenses/BSD-3-Clause
+licensed under the BSD License: http://opensource.org/licenses/BSD-3-Clause
 Copyright (c) 2000-2006, www.hamcrest.org
 
 This product includes Simple Logging Facade for Java or (SLF4J) (http://www.slf4j.org/)
-under the MIT license: http://www.slf4j.org/license.html
+licensed under the MIT license: http://www.slf4j.org/license.html
 Copyright (c) 2004-2011 QOS.ch
 
+This product includes the backport-util-concurrent library (http://backport-jsr166.sourceforge.net/)
+created by the Distributed Computing Laboratory at Emory University
+licensed under a public domain license: http://creativecommons.org/licenses/publicdomain/
+
+This product includes JSch (http://www.jcraft.com/jsch/)
+licensed under a modified BSD license: http://www.jcraft.com/jsch/LICENSE.txt
+Copyright (c) 2002-2011 Atsuhiko Yamanaka, JCraft,Inc.
+
+This product includes software developed within the iBATIS Apache project (http://ibatis.apache.org/)
+licensed under the Apache License, Version 2.0
+Copyright 2004 Clinton Begin
+
+