File:  [LON-CAPA] / loncom / html / adm / jmol / COPYRIGHT.txt
Revision 1.2: download - view: text, annotated - select for diffs
Thu Oct 11 00:42:00 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0, version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
- version 11.2.13 of Jmol

    1: 
    2: Copyright 1998-2007 The Jmol Development Team
    3: 
    4: This library is free software; you can redistribute it and/or
    5: modify it under the terms of the GNU Lesser General Public
    6: License as published by the Free Software Foundation; either
    7: version 2.1 of the License, or (at your option) any later version.
    8: 
    9: This library is distributed in the hope that it will be useful,
   10: but WITHOUT ANY WARRANTY; without even the implied warranty of
   11: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   12: Lesser General Public License for more details.
   13: 
   14: You should have received a copy of the GNU Lesser General Public
   15: License along with this library; if not, write to the Free Software
   16: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   17: 02111-1307  USA.
   18: 
   19: 
   20: Complete source code for the Jmol application, the Jmol applet, and
   21: surrounding utilities is available from http://www.jmol.org
   22: 
   23: 
   24: This software uses several external libraries and resources:
   25: 
   26: JUnit
   27:   Used for unit testing. Distributed by the IBM Public License (see
   28:   doc/ibm.license.html). See http://www.junit.org/.
   29: 
   30: The 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: 
   35: AElfred
   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: 
   40: SAX
   41:   Used for event-based XML parsing. Distributed free and without warranty.
   42:   See http://www.megginson.com/SAX/.
   43: 
   44: Acme 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: 
   49: JPEG 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: 
   55: Java 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: 
   60: Unofficial 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: 
   65: JFA 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: 
   70: Jakarta 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/.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>