File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/* -*- mode: c++; c-basic-offset: 4 -*- */
2
2
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
+
10
12
#define PY_SSIZE_T_CLEAN
11
13
#include < Python.h>
12
14
You can’t perform that action at this time.
0 commit comments