X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=LICENSE;h=1985d402905abc0c93c48eac9117271249138a3c;hp=da974d5f673d143e0eefbb0e72307b006fbef867;hb=16fafebe85897b37e1c0f15a6cc11eeaede1c48d;hpb=0f39af78818acbbee0b99145ff5ff303553027c6 diff --git a/LICENSE b/LICENSE index da974d5..1985d40 100644 --- a/LICENSE +++ b/LICENSE @@ -1,26 +1,31 @@ -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-2019 Jeremy Stanley and other +mudpy authors listed in the Git history or AUTHORS file. -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.