1The Python Imaging Library (PIL) is 2 3 Copyright © 1997-2011 by Secret Labs AB 4 Copyright © 1995-2011 by Fredrik Lundh 5 6By obtaining, using, and/or copying this software and/or its associated 7documentation, you agree that you have read, understood, and will comply with 8the following terms and conditions: 9 10Permission to use, copy, modify, and distribute this software and its associated 11documentation for any purpose and without fee is hereby granted, provided that 12the above copyright notice appears in all copies, and that both that copyright 13notice and this permission notice appear in supporting documentation, and that 14the name of Secret Labs AB or the author not be used in advertising or publicity 15pertaining to distribution of the software without specific, written prior 16permission. 17 18SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 19SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 20EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR 21CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA 22OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 23ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 24SOFTWARE. 25