Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d9905a

Browse files
authored
Merge pull request #7247 from tacaswell/LIC_add_PIL_licens
LEG: include license for files derived from PIL
2 parents c729682 + 8b8e26a commit 6d9905a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

LICENSE/LICENSE.PIL

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Software License
2+
3+
The Python Imaging Library (PIL) is
4+
5+
Copyright © 1997-2011 by Secret Labs AB
6+
Copyright © 1995-2011 by Fredrik Lundh
7+
8+
By obtaining, using, and/or copying this software and/or its associated documentation, you agree that you have read, understood, and will comply with the following terms and conditions:
9+
10+
Permission to use, copy, modify, and distribute this software and its associated documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies, and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Secret Labs AB or the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
11+
12+
SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY SPECIAL, 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.

src/_tkagg.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/* -*- mode: c++; c-basic-offset: 4 -*- */
22

33
/*
4-
* The Python Imaging Library.
5-
* $Id$
4+
* This code is derived from The Python Imaging Library and is covered
5+
* by the PIL license.
6+
*
7+
* See LICENSE/LICENSE.PIL for details.
68
*
79
*/
810

0 commit comments

Comments
 (0)