Copyright (c) 2004 Miguel Bazdresch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 THE SOFTWARE. ------------------------------------------------------------------ This license applies to the MSIM simulator. MSIM contains many algorithms that are common knowledge and have been published in books, journal articles, and the internet. I don't claim copyright on any algorithm present on this software; I only claim copyright on my particular implementation of them. The reason for releasing this code under this license is very simple. I want to encourage anyone interested in this software to contribute to its improvement. By licensing it under an open-source license, I want to encourage people to not keep their modifications to themselves, but instead to contribute them. By joining efforts we can improve this software for the benefit of all. Please note that this software is being released under the MIT license. The original text of the license is at: http://opensource.org/licenses/mit-license.php --------------------------------------------------------------- The file nr_function.c contains code that originally appeared in the book Numerical Recipes in C, by William H. Press, et al. The code that appears in this file was put in the public domain by the book's authors, for which they have our gratitude.