8000 Remove mention that tkagg was derived from PIL. · matplotlib/matplotlib@1b96921 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b96921

Browse files
committed
Remove mention that tkagg was derived from PIL.
It has basically been entirely rewritten by Matthew Brett and myself (and othe 8000 rs), at this point.
1 parent 5445d77 commit 1b96921

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)
0