source: trunk/releases/jars/jgraphx_LICENSE.txt@ 1499

Last change on this file since 1499 was 872, checked in by ngw8, 10 years ago

Added GraphFramesetLinks agent, which uses JGraphX to generate a graph/visualization of the current frameset in terms of the links between frames, and renders it using Expeditee objects.
The layout type used (tree, organic, circle, hierarchical, or the default, fast organic) can be specified when calling the action (e.g. 'GraphFramesetLinks circle').

File size: 2.1 KB
Line 
1Copyright (c) 2001-2009, JGraph Ltd
2All rights reserved.
3
4Redistribution and use in source and binary forms, with or without modification,
5are permitted provided that the following conditions are met:
6
7Redistributions of source code must retain the above copyright notice, this list
8of conditions and the following disclaimer.
9Redistributions in binary form must reproduce the above copyright notice, this
10list of conditions and the following disclaimer in the documentation and/or
11other materials provided with the distribution.
12Neither the name of JGraph Ltd nor the names of its contributors may be used
13to endorse or promote products derived from this software without specific prior written permission.
14Termination for Patent Action. This License shall terminate
15automatically, as will all licenses assigned to you by the copyright
16holders of this software, and you may no longer exercise any of the
17rights granted to you by this license as of the date you commence an
18action, including a cross-claim or counterclaim, against the
19copyright holders of this software or any licensee of this software
20alleging that any part of the JGraph, JGraphX and/or mxGraph software
21libraries infringe a patent. This termination provision shall not
22apply for an action alleging patent infringement by combinations of
23this software with other software or hardware.
24THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
28FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note: See TracBrowser for help on using the repository browser.