1
2Copyright 1998-2007 The Jmol Development Team
3
4This library is free software; you can redistribute it and/or
5modify it under the terms of the GNU Lesser General Public
6License as published by the Free Software Foundation; either
7version 2.1 of the License, or (at your option) any later version.
8
9This library is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12Lesser General Public License for more details.
13
14You should have received a copy of the GNU Lesser General Public
15License along with this library; if not, write to the Free Software
16Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
1702111-1307  USA.
18
19
20Complete source code for the Jmol application, the Jmol applet, and
21surrounding utilities is available from http://www.jmol.org
22
23
24This software uses several external libraries and resources:
25
26JUnit
27  Used for unit testing. Distributed by the IBM Public License (see
28  doc/ibm.license.html). See http://www.junit.org/.
29
30The Chemical Development Kit
31  Used for reading and writing CML and ShelX. Distributed by Lesser GNU Public
32  License
33  See http://cdk.sf.net/.
34
35AElfred
36  Used for XML parsing. Distributed free and without warranty.
37  Copyright (C) 1997,1998 by Microstar Software Ltd.
38  See http://www.microstar.com/aelfred.html.
39
40SAX
41  Used for event-based XML parsing. Distributed free and without warranty.
42  See http://www.megginson.com/SAX/.
43
44Acme Image encoders
45  Used for exporting images in GIF and PPM formats. Distributed free and
46  without warranty. Copyright (C) 1996,1998 by Jef Poskanzer.
47  See http://www.acme.com/.
48
49JPEG Encoder
50  Used for exporting images in JPEG format. Distributed free and without
51  warranty (see doc/jpegEncoder.license).
52  Copyright (c) 1998 James R. Weeks and BioElectroMech.
53  See http://www.obrador.com/essentialjpeg/.
54
55Java Analysis Studio
56  Used for graphs. Distributed by the GNU Lesser General Public License
57  (see doc/lgpl.license), and requires providing the source code (see
58  http://jas.freehep.org/source.htm). See http://jas.freehep.org/.
59
60Unofficial Java3D vecmath package
61  Used for linear algebra. Distributed free and without warranty.
62  Copyright (C) 1997,1998,1999 by Kenji Hiranabe.
63  See http://www.esm.co.jp/divisions/open-sys/java/vecmath/.
64
65JFA Icon collection
66  Used for icons in menus and toolbars. Distributed free and without warranty.
67  Copyright (C) 1998 by Dean S. Jones.
68  See http://jfa.javalobby.org/projects/icons/
69
70Jakarta Commons CLI
71  Used for parsing command line optinos. Distributed with The Apache Software
72  License, Version 1.1. Copyright (c) 1999-2001 The Apache Software Foundation.
73  See http://jakarta.apache.org/commons/cli/.
74