Annotation of loncom/html/adm/jmol/COPYRIGHT.txt, revision 1.1

1.1     ! albertel    1: 
        !             2: Copyright 1998-2004 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: This software uses several external libraries and resources:
        !            21: 
        !            22: JUnit
        !            23:   Used for unit testing. Distributed by the IBM Public License (see
        !            24:   doc/ibm.license.html). See http://www.junit.org/.
        !            25: 
        !            26: The Chemical Development Kit
        !            27:   Used for reading and writing CML and ShelX. Distributed by Lesser GNU Public License 
        !            28:   See http://cdk.sf.net/.
        !            29: 
        !            30: AElfred
        !            31:   Used for XML parsing. Distributed free and without warranty.
        !            32:   Copyright (C) 1997,1998 by Microstar Software Ltd.
        !            33:   See http://www.microstar.com/aelfred.html.
        !            34: 
        !            35: SAX
        !            36:   Used for event-based XML parsing. Distributed free and without warranty.
        !            37:   See http://www.megginson.com/SAX/.
        !            38: 
        !            39: Acme Image encoders
        !            40:   Used for exporting images in GIF and PPM formats. Distributed free and
        !            41:   without warranty. Copyright (C) 1996,1998 by Jef Poskanzer.
        !            42:   See http://www.acme.com/.
        !            43: 
        !            44: JPEG Encoder
        !            45:   Used for exporting images in JPEG format. Distributed free and without
        !            46:   warranty (see doc/jpegEncoder.license).
        !            47:   Copyright (c) 1998 James R. Weeks and BioElectroMech.
        !            48:   See http://www.obrador.com/essentialjpeg/.
        !            49: 
        !            50: Java Analysis Studio
        !            51:   Used for graphs. Distributed by the GNU Lesser General Public License
        !            52:   (see doc/lgpl.license), and requires providing the source code (see
        !            53:   http://jas.freehep.org/source.htm). See http://jas.freehep.org/.
        !            54: 
        !            55: Unofficial Java3D vecmath package
        !            56:   Used for linear algebra. Distributed free and without warranty.
        !            57:   Copyright (C) 1997,1998,1999 by Kenji Hiranabe.
        !            58:   See http://www.esm.co.jp/divisions/open-sys/java/vecmath/.
        !            59: 
        !            60: JFA Icon collection
        !            61:   Used for icons in menus and toolbars. Distributed free and without warranty.
        !            62:   Copyright (C) 1998 by Dean S. Jones.
        !            63:   See http://jfa.javalobby.org/projects/icons/
        !            64: 
        !            65: Jakarta Commons CLI
        !            66:   Used for parsing command line optinos. Distributed with The Apache Software
        !            67:   License, Version 1.1. Copyright (c) 1999-2001 The Apache Software Foundation.
        !            68:   See http://jakarta.apache.org/commons/cli/.
        !            69: 

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