The Molecular Design Toolkit incorporates code from the following sources:

   Transformations.py
------------------------------
Copyright (c) 2006-2015, Christoph Gohlke
Copyright (c) 2006-2015, The Regents of the University of California
SOURCE CODE: moldesign/external/transformations.py
DESCRIPTION: Included in its entirety, with minor modifications to imports
LICENSE: moldesign/external/transformations.py
WEBSITE: http://www.lfd.uci.edu/~gohlke/


       Sphinx
-------------------------
Copyright (c) 2007-2016 by the Sphinx team
SOURCE CODE: moldesign/utils/docparsers/google.py
DESCRIPTION: Includes code derived from the Napoleon Google-style docstring parsers.
Note that these routines have been heavily modified as described in the file.
LICENSE: moldesign/utils/docparsers/sphinxlicense
WEBSITE: http://sphinx-doc.org


       Python
--------------------------------
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2013, 2014, 2015, 2016 Python Software Foundation; All Rights
Reserved
SOURCE CODE: moldesign/utils/utils.py (`methodcaller` class)
DESCRIPTION: unmodified copy of the pure-python `methodcaller` class
LICENSE: moldesign/external/licenses/python
WEBSITE: https://www.python.org


   Versioneer
-------------------------
By Brian Warner
SOURCE CODE: versioneer.py, moldesign/_version.py
WEBSITE: https://github.com/warner/python-versioneer
LICENSE: To make Versioneer easier to embed, all its code is dedicated to the public domain.
The _version.py that it creates is also in the public domain. Specifically, both are released
under the Creative Commons "Public Domain Dedication" license (CC0-1.0), as described in
https://creativecommons.org/publicdomain/zero/1.0/ 
