X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=LICENSE;h=1afd91074d5b6b49a19d377861a08a842b6fd61a;hp=da974d5f673d143e0eefbb0e72307b006fbef867;hb=ae06caff33fe9b764e01f4681711606e087749a2;hpb=0f39af78818acbbee0b99145ff5ff303553027c6 diff --git a/LICENSE b/LICENSE index da974d5..1afd910 100644 --- a/LICENSE +++ b/LICENSE @@ -1,26 +1,30 @@ -Copyright (c) 2005 mudpy, Jeremy Stanley , all rights reserved. +=============== + mudpy license +=============== -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +The mudpy project employs the ISC license, a permissive free +software license written by the Internet Systems Consortium and +functionally equivalent to the 2-clause BSD license. Initially used +for the ISC's own software releases, it has since become the +preferred license of many projects (OpenBSD, for example). - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +copyright notice +---------------- +Copyright (c) 2004-2017 Jeremy Stanley -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +permission notice +----------------- +Permission to use, copy, modify, and distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all +copies. +disclaimer +---------- +The software is provided "as is" and the author disclaims all warranties +with regard to this software including all implied warranties of +merchantability and fitness. In no event shall the author be liable for +any special, direct, indirect, or consequential damages or any damages +whatsoever resulting from loss of use, data or profits, whether in an +action of contract, negligence or other tortious action, arising out of +or in connection with the use or performance of this software.