From 287eac049380eb44a589bfe18df15781333c342d Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 23 Jun 2017 10:58:50 -0400 Subject: [PATCH] Update permission statement. --- ipywidgets/embed.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ipywidgets/embed.py b/ipywidgets/embed.py index 1cf3d8565c..118dc60546 100644 --- a/ipywidgets/embed.py +++ b/ipywidgets/embed.py @@ -2,8 +2,9 @@ # Distributed under the terms of the Modified BSD License. # # -# Parts of this code is originally copied from IPyVolume (24.05.2017), -# relicensed under the BSD license. +# Parts of this code is from IPyVolume (24.05.2017), used here under +# this copyright and license with permission from the author +# (see https://github.com/jupyter-widgets/ipywidgets/pull/1387) """ Functions for generating embeddable HTML/javascript of a widget.