Skip to content

Commit

Permalink
DOC: clarify comment about the source of the png writing code
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jun 3, 2019
1 parent 968b467 commit 5f37b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_png.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ const char *Py_write_png__doc__ =
" Byte string containing the PNG content if None was passed in for\n"
" file, otherwise None is returned.\n";

// this code is heavily adapted from the paint license, which is in
// the file LICENSE_PAINT (BSD compatible) included in this
// distribution.
// this code is heavily adapted from
// https://www.object-craft.com.au/projects/paint/ which licensed under the
// (BSD compatible) LICENSE_PAINT which is included in this distribution.
static PyObject *Py_write_png(PyObject *self, PyObject *args, PyObject *kwds)
{
numpy::array_view<unsigned char, 3> buffer;
Expand Down

0 comments on commit 5f37b9d

Please sign in to comment.