https://github.com/lmfit/lmfit-py
Revision cfdfa275b7a47d4d6326248d884319fa8bab233c authored by Matt Newville on 14 February 2013, 01:47:20 UTC, committed by Matt Newville on 14 February 2013, 01:47:20 UTC
1 parent f8fda0a
Raw File
Tip revision: cfdfa275b7a47d4d6326248d884319fa8bab233c authored by Matt Newville on 14 February 2013, 01:47:20 UTC
updated version to 0.7.1
Tip revision: cfdfa27
LICENSE
Copyright, Licensing, and Re-distribution
-----------------------------------------

The LMFIT-py code is distribution under the following license:
  
  Copyright (c) 2012 Matthew Newville, The University of Chicago
                     Till Stensitzki, Freie Universitat Berlin'

  Permission to use and redistribute the source code or binary forms of this
  software and its documentation, with or without modification is hereby
  granted provided that the above notice of copyright, these terms of use,
  and the disclaimer of warranty below appear in the source code and
  documentation, and that none of the names of above institutions or 
  authors appear in advertising or endorsement of works derived from this
  software without specific prior written permission from all parties.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THIS SOFTWARE.

back to top