Blame DISCLAIMER

Packit a2ef7d
/*
Packit a2ef7d
 This Software is provided under the Zope Public License (ZPL) Version 2.1.
Packit a2ef7d
Packit a2ef7d
 Copyright (c) 2009, 2010 by the mingw-w64 project
Packit a2ef7d
Packit a2ef7d
 See the AUTHORS file for the list of contributors to the mingw-w64 project.
Packit a2ef7d
Packit a2ef7d
 This license has been certified as open source. It has also been designated
Packit a2ef7d
 as GPL compatible by the Free Software Foundation (FSF).
Packit a2ef7d
Packit a2ef7d
 Redistribution and use in source and binary forms, with or without
Packit a2ef7d
 modification, are permitted provided that the following conditions are met:
Packit a2ef7d
Packit a2ef7d
   1. Redistributions in source code must retain the accompanying copyright
Packit a2ef7d
      notice, this list of conditions, and the following disclaimer.
Packit a2ef7d
   2. Redistributions in binary form must reproduce the accompanying
Packit a2ef7d
      copyright notice, this list of conditions, and the following disclaimer
Packit a2ef7d
      in the documentation and/or other materials provided with the
Packit a2ef7d
      distribution.
Packit a2ef7d
   3. Names of the copyright holders must not be used to endorse or promote
Packit a2ef7d
      products derived from this software without prior written permission
Packit a2ef7d
      from the copyright holders.
Packit a2ef7d
   4. The right to distribute this software or to use it for any purpose does
Packit a2ef7d
      not give you the right to use Servicemarks (sm) or Trademarks (tm) of
Packit a2ef7d
      the copyright holders.  Use of them is covered by separate agreement
Packit a2ef7d
      with the copyright holders.
Packit a2ef7d
   5. If any files are modified, you must cause the modified files to carry
Packit a2ef7d
      prominent notices stating that you changed the files and the date of
Packit a2ef7d
      any change.
Packit a2ef7d
Packit a2ef7d
 Disclaimer
Packit a2ef7d
Packit a2ef7d
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
Packit a2ef7d
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Packit a2ef7d
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
Packit a2ef7d
 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
Packit a2ef7d
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Packit a2ef7d
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 
Packit a2ef7d
 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
Packit a2ef7d
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
Packit a2ef7d
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
Packit a2ef7d
 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit a2ef7d
*/