diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-05 15:28:49 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-05 15:28:49 +0000 |
| commit | a563ea78ca5cb45948fc143dc7f21415ca7cd5a2 (patch) | |
| tree | 3d0a57e25575121358f660e9fe55d718c7f933c8 /qpid/java/broker/src/main/assembly/NOTICE | |
| parent | 7344c8879c319c4ca6ab57963e6147d878a4e154 (diff) | |
| download | qpid-python-a563ea78ca5cb45948fc143dc7f21415ca7cd5a2.tar.gz | |
QPID-5048: add dependency change verifcation reference files and LICENSE, NOTICE & README files for use in the binary release assemblies
Work by me and Andrew MacBean <andymacbean@gmail.com>.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/src/main/assembly/NOTICE')
| -rw-r--r-- | qpid/java/broker/src/main/assembly/NOTICE | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/qpid/java/broker/src/main/assembly/NOTICE b/qpid/java/broker/src/main/assembly/NOTICE new file mode 100644 index 0000000000..92f41ef819 --- /dev/null +++ b/qpid/java/broker/src/main/assembly/NOTICE @@ -0,0 +1,108 @@ +Qpid Java Broker +Copyright 2006-2014 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +############################################### + +Apache Derby +Copyright 2004-2011 The Apache Software Foundation + +Portions of Derby were originally developed by +International Business Machines Corporation and are +licensed to the Apache Software Foundation under the +"Software Grant and Corporate Contribution License Agreement", +informally known as the "Derby CLA". +The following copyright notice(s) were affixed to portions of the code +with which this file is now or was at one time distributed +and are placed here unaltered. + +(C) Copyright 1997,2004 International Business Machines Corporation. All rights reserved. + +(C) Copyright IBM Corp. 2003. + +############################################### + +============================================================== + Jetty Web Container + Copyright 1995-2014 Mort Bay Consulting Pty Ltd. +============================================================== + +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. + +Jetty is dual licensed under both + + * The Apache 2.0 License + http://www.apache.org/licenses/LICENSE-2.0.html + + and + + * The Eclipse Public 1.0 License + http://www.eclipse.org/legal/epl-v10.html + +Jetty may be distributed under either license. + +The javax.servlet package used was sourced from the Apache +Software Foundation and is distributed under the apache 2.0 +license. + +The UnixCrypt.java code implements the one way cryptography used by +Unix systems for simple password protection. Copyright 1996 Aki Yoshida, +modified April 2001 by Iris Van den Broeke, Daniel Deville. +Permission to use, copy, modify and distribute UnixCrypt +for non-commercial or commercial purposes and without fee is +granted provided that the copyright notice appears in all copies. + +############################################### + +Geronimo Servlet 3.0 +Copyright 2003-2010 The Apache Software Foundation + +This product includes software developed by +The W3C Consortium (http://www.w3.org/). + +Copyright © 1994-2002 World Wide Web Consortium, +(Massachusetts Institute of Technology, Institut National +de Recherche en Informatique et en Automatique, Keio +University). All Rights Reserved. +http://www.w3.org/Consortium/Legal/ + +############################################### + +Commons Logging +Copyright 2001-2007 The Apache Software Foundation + +Apache Commons Codec +Copyright 2002-2013 The Apache Software Foundation + +Apache Commons BeanUtils +Copyright 2000-2010 The Apache Software Foundation + +Apache Commons CLI +Copyright 2001-2009 The Apache Software Foundation + +Apache Commons Collections +Copyright 2001-2008 The Apache Software Foundation + +Apache Commons Configuration +Copyright 2001-2012 The Apache Software Foundation + +Apache Commons Digester +Copyright 2001-2008 The Apache Software Foundation + +Apache Commons Lang +Copyright 2001-2011 The Apache Software Foundation + +############################################### + +Apache log4j +Copyright 2007 The Apache Software Foundation + +############################################### + +Apache ServiceMix +Copyright 2005-2011 The Apache Software Foundation + +###############################################
\ No newline at end of file |
