Line # Revision Author
1 1 jcostell ======================================================================
2 TIBCO General Interface(TM) - Professional Edition - BSD License
3
4 856 dhwang Copyright (c) 2001-2008, TIBCO Software Inc.
5 1 jcostell All rights reserved.
6
7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions are
9 met:
10 --Redistributions of source code must retain the above copyright
11 notice, this list of conditions and the following disclaimer.
12 --Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the
14 documentation and/or other materials provided with the distribution.
15 --The name of TIBCO Software Inc. may not be used to endorse or
16 promote products derived from this software without specific prior
17 written permission of TIBCO Software Inc.
18
19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31 565 kataylor ADDENDA: Third-Party Software License Agreements
32 1 jcostell
33 ======================================================================
34 565 kataylor Third-Party Software Notices
35 1 jcostell
36 565 kataylor Mozilla JsUnit 2.1
37 This product includes JsUnit 2.1. The source code for JsUnit 2.1,
38 as modified by TIBCO, is subject to the terms of the Mozilla Public
39 License 1.1, and is included in the distribution of this product.
40
41 Mozilla Rhino Javascript 1.6R1
42 This product includes Rhino 1.6R1. The source code for this software
43 may be obtained from http://www.mozilla.org/rhino/download.html.
44
45 Mozilla Saxon-B XSLT Library 8.x
46 This product includes Saxon-B XSLT library 8.x. The source code for
47 this software may be obtained from http://sourceforge.net.
48
49 ======================================================================
50 Third-Party Software License Agreements
51
52 1 jcostell The following portions of this source distribution of TIBCO General
53 Interface - Professional Edition are covered under separate licenses:
54
55 build/locale/cldr - build/locale/cldr/COPYRIGHT
56 build/tools/lib/ant - build/tools/lib/ant/LICENSE
57 build/tools/lib/ant-contrib
58 - build/tools/lib/ant-contrib/LICENSE.txt
59 build/tools/lib/dojo - build/tools/lib/dojo/LICENSE
60 build/tools/lib/javacc - build/tools/lib/javacc/LICENSE
61 build/tools/lib/jaxen - build/tools/lib/jaxen/LICENSE.txt
62 build/tools/lib/rhino - build/tools/lib/rhino/MPL-1.1.txt
63 build/tools/lib/saxon - build/tools/lib/saxon/MPL-1.0.txt
64 build/tools/lib/testng - build/tools/lib/testng/LICENSE.txt
65 build/tools/lib/xml/xalan-serializer-2.7.jar
66 - build/tools/lib/xml/serializer.LICENSE.txt
67 build/tools/lib/xml/xercesImpl-2.7.jar
68 - build/tools/lib/xml/xercesImpl.LICENSE.txt
69 test/jsunit - test/jsunit/MPL-1.1.txt
70 485 kataylor
71