From 665ecd6655dc40906aa95a94a9bd697688f3c539 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 14 May 2013 00:20:35 -0400 Subject: [PATCH] Document New BSD license on @jpstroop's IIIF code --- src/iiiftilesource.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/iiiftilesource.js b/src/iiiftilesource.js index fc711738..cb64abe9 100644 --- a/src/iiiftilesource.js +++ b/src/iiiftilesource.js @@ -32,6 +32,13 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * The getTileUrl implementation is based on Jon Stroop's Python version, + * which is released under the New BSD license: + * https://gist.github.com/jpstroop/4624253 + */ + + (function( $ ){ /** @@ -39,9 +46,6 @@ * Format: Image API Draft 0.2 - Please read more about the specification * at * - * The getTileUrl implementation is based on the gist from: - * https://gist.github.com/jpstroop/4624253 - * * @class * @extends OpenSeadragon.TileSource * @see http://library.stanford.edu/iiif/image-api/