1 ## ANGLE v2.1
   2 
   3 ### ANGLE License
   4 <pre>
   5 Copyright (C) 2002-2013 The ANGLE Project Authors.
   6 All rights reserved.
   7 
   8 Redistribution and use in source and binary forms, with or without
   9 modification, are permitted provided that the following conditions
  10 are met:
  11 
  12     Redistributions of source code must retain the above copyright
  13     notice, this list of conditions and the following disclaimer.
  14 
  15     Redistributions in binary form must reproduce the above
  16     copyright notice, this list of conditions and the following
  17     disclaimer in the documentation and/or other materials provided
  18     with the distribution.
  19 
  20     Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
  21     Ltd., nor the names of their contributors may be used to endorse
  22     or promote products derived from this software without specific
  23     prior written permission.
  24 
  25 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  26 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  27 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  28 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  29 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  30 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  31 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  32 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  33 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  34 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  35 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  36 POSSIBILITY OF SUCH DAMAGE.
  37 </pre>