Skip to content

Commit 62bc037

Browse files
authored
Merge pull request #15672 from anntzer/pillicense
Remove mention that tkagg was derived from PIL.
2 parents af7beaa + 1b96921 commit 62bc037

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

LICENSE/LICENSE.PIL

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/_tkagg.cpp

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
/* -*- mode: c++; c-basic-offset: 4 -*- */
22

3-
/*
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.
8-
*
9-
*/
3+
// Where is PIL?
4+
//
5+
// Many years ago, Matplotlib used to include code from PIL (the Python Imaging
6+
// Library). Since then, the code has changed a lot - the organizing principle
7+
// and methods of operation are now quite different. Because our review of
8+
// the codebase showed that all the code that came from PIL was removed or
9+
// rewritten, we have removed the PIL licensing information. If you want PIL,
10+
// you can get it at https://python-pillow.org/
11+
1012
#define PY_SSIZE_T_CLEAN
1113
#include <Python.h>
1214

0 commit comments

Comments
 (0)