| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- =========================================================================
- == NOTICE file corresponding to section 4(d) of the Apache License,
- == Version 2.0, in this case for the Apache Derby distribution.
- ==
- == DO NOT EDIT THIS FILE DIRECTLY. IT IS GENERATED
- == BY THE buildnotice TARGET IN THE TOP LEVEL build.xml FILE.
- ==
- =========================================================================
- Apache Derby
- Copyright 2004-2012 The Apache Software Foundation
- This product includes software developed by
- The Apache Software Foundation (http://www.apache.org/).
- =========================================================================
- 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.
- =========================================================================
- The portion of the functionTests under 'nist' was originally
- developed by the National Institute of Standards and Technology (NIST),
- an agency of the United States Department of Commerce, and adapted by
- International Business Machines Corporation in accordance with the NIST
- Software Acknowledgment and Redistribution document at
- http://www.itl.nist.gov/div897/ctg/sql_form.htm
- =========================================================================
- The JDBC apis for small devices and JDBC3 (under java/stubs/jsr169 and
- java/stubs/jdbc3) were produced by trimming sources supplied by the
- Apache Harmony project. In addition, the Harmony SerialBlob and
- SerialClob implementations are used. The following notice covers the Harmony sources:
- Portions of Harmony were originally developed by
- Intel Corporation and are licensed to the Apache Software
- Foundation under the "Software Grant and Corporate Contribution
- License Agreement", informally known as the "Intel Harmony CLA".
- =========================================================================
- The Derby build relies on source files supplied by the Apache Felix
- project. The following notice covers the Felix files:
- Apache Felix Main
- Copyright 2008 The Apache Software Foundation
- I. Included Software
- This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- Licensed under the Apache License 2.0.
- This product includes software developed at
- The OSGi Alliance (http://www.osgi.org/).
- Copyright (c) OSGi Alliance (2000, 2007).
- Licensed under the Apache License 2.0.
- This product includes software from http://kxml.sourceforge.net.
- Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany.
- Licensed under BSD License.
- II. Used Software
- This product uses software developed at
- The OSGi Alliance (http://www.osgi.org/).
- Copyright (c) OSGi Alliance (2000, 2007).
- Licensed under the Apache License 2.0.
- III. License Summary
- - Apache License 2.0
- - BSD License
- =========================================================================
- The Derby build relies on jar files supplied by the Apache Xalan
- project. The following notice covers the Xalan jar files:
- =========================================================================
- == NOTICE file corresponding to section 4(d) of the Apache License, ==
- == Version 2.0, in this case for the Apache Xalan Java distribution. ==
- =========================================================================
- Apache Xalan (Xalan XSLT processor)
- Copyright 1999-2006 The Apache Software Foundation
- Apache Xalan (Xalan serializer)
- Copyright 1999-2006 The Apache Software Foundation
- This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- =========================================================================
- Portions of this software was originally based on the following:
- - software copyright (c) 1999-2002, Lotus Development Corporation.,
- http://www.lotus.com.
- - software copyright (c) 2001-2002, Sun Microsystems.,
- http://www.sun.com.
- - software copyright (c) 2003, IBM Corporation.,
- http://www.ibm.com.
-
- =========================================================================
- The binary distribution package (ie. jars, samples and documentation) of
- this product includes software developed by the following:
-
- - The Apache Software Foundation
- - Xerces Java - see LICENSE.txt
- - JAXP 1.3 APIs - see LICENSE.txt
- - Bytecode Engineering Library - see LICENSE.txt
- - Regular Expression - see LICENSE.txt
-
- - Scott Hudson, Frank Flannery, C. Scott Ananian
- - CUP Parser Generator runtime (javacup\runtime) - see LICENSE.txt
-
- =========================================================================
- The source distribution package (ie. all source and tools required to build
- Xalan Java) of this product includes software developed by the following:
-
- - The Apache Software Foundation
- - Xerces Java - see LICENSE.txt
- - JAXP 1.3 APIs - see LICENSE.txt
- - Bytecode Engineering Library - see LICENSE.txt
- - Regular Expression - see LICENSE.txt
- - Ant - see LICENSE.txt
- - Stylebook doc tool - see LICENSE.txt
-
- - Elliot Joel Berk and C. Scott Ananian
- - Lexical Analyzer Generator (JLex) - see LICENSE.txt
- =========================================================================
- Apache Xerces Java
- Copyright 1999-2006 The Apache Software Foundation
- This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar
- were originally based on the following:
- - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
- - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
- - voluntary contributions made by Paul Eng on behalf of the
- Apache Software Foundation that were originally developed at iClick, Inc.,
- software copyright (c) 1999.
- =========================================================================
- Apache xml-commons xml-apis (redistribution of xml-apis.jar)
- Apache XML Commons
- Copyright 2001-2003,2006 The Apache Software Foundation.
- This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- Portions of this software were originally based on the following:
- - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
- - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
- - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
|