Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5445d77 commit 1b96921Copy full SHA for 1b96921
2 files changed
LICENSE/LICENSE.PIL
src/_tkagg.cpp
@@ -1,12 +1,14 @@
1
/* -*- mode: c++; c-basic-offset: 4 -*- */
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
- */
+// Where is PIL?
+//
+// Many years ago, Matplotlib used to include code from PIL (the Python Imaging
+// Library). Since then, the code has changed a lot - the organizing principle
+// and methods of operation are now quite different. Because our review of
+// the codebase showed that all the code that came from PIL was removed or
+// rewritten, we have removed the PIL licensing information. If you want PIL,
10
+// you can get it at https://python-pillow.org/
11
+
12
#define PY_SSIZE_T_CLEAN
13
#include <Python.h>
14
0 commit comments