Annotation of loncom/html/adm/jmol/COPYRIGHT.txt, revision 1.2
1.2 ! albertel 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>