From d80d928d80b9f605a93b75afb3a9d0e0ca926bcb Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 12 May 2013 18:07:20 -0400 Subject: [PATCH] Document New BSD license on seajax-utils OSM/TMS code @rsimon has given permission in #58 for the OSM/TMS code that originated in seajax-utils to be released under the New BSD license. --- src/osmtilesource.js | 11 +++++++++-- src/tmstilesource.js | 15 +++++++++++---- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/osmtilesource.js b/src/osmtilesource.js index 3ace9b6c..ca70d857 100644 --- a/src/osmtilesource.js +++ b/src/osmtilesource.js @@ -32,11 +32,18 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * Derived from the OSM tile source in Rainer Simon's seajax-utils project + * . Rainer Simon has contributed + * the included code to the OpenSeadragon project under the New BSD license; + * see #58. + */ + + (function( $ ){ /** - * A tilesource implementation for OpenStreetMap. Adopted from Rainer Simon - * project http://github.com/rsimon/seajax-utils. + * A tilesource implementation for OpenStreetMap. * * Note 1. Zoomlevels. Deep Zoom and OSM define zoom levels differently. In Deep * Zoom, level 0 equals an image of 1x1 pixels. In OSM, level 0 equals an image of diff --git a/src/tmstilesource.js b/src/tmstilesource.js index 4d98d23a..d945c790 100644 --- a/src/tmstilesource.js +++ b/src/tmstilesource.js @@ -32,13 +32,20 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * Derived from the TMS tile source in Rainer Simon's seajax-utils project + * . Rainer Simon has contributed + * the included code to the OpenSeadragon project under the New BSD license; + * see #58. + */ + + (function( $ ){ /** - * A tilesource implementation for Tiled Map Services (TMS). Adopted from Rainer Simon - * project http://github.com/rsimon/seajax-utils. TMS tile - * scheme ( [ as supported by OpenLayers ] is described here - * ( http://openlayers.org/dev/examples/tms.html ) ) + * A tilesource implementation for Tiled Map Services (TMS). + * TMS tile scheme ( [ as supported by OpenLayers ] is described here + * ( http://openlayers.org/dev/examples/tms.html ). * * @class * @extends OpenSeadragon.TileSource