Skip to content

Remove mention that tkagg was derived from PIL. #15672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions LICENSE/LICENSE.PIL

This file was deleted.

16 changes: 9 additions & 7 deletions src/_tkagg.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/* -*- mode: c++; c-basic-offset: 4 -*- */

/*
* This code is derived from The Python Imaging Library and is covered
* by the PIL license.
*
* See LICENSE/LICENSE.PIL for details.
*
*/
// 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,
// you can get it at https://python-pillow.org/

#define PY_SSIZE_T_CLEAN
#include <Python.h>

Expand Down