Skip to content

Commit df6d736

Browse files
committed
The license for mersenne-twister was added to the wrong location.
1 parent 6e255da commit df6d736

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

LICENSE.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,30 @@ https://github.com/mbostock/topojson
200200
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
201201
>
202202
> * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
203-
>
203+
>
204204
> * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
205205
>
206206
> * The name Michael Bostock may not be used to endorse or promote products derived from this software without specific prior written permission.
207207
>
208208
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
209209
210+
### mersenne-twister.js
211+
212+
https://gist.github.com/banksean/300494
213+
214+
> Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
215+
> All rights reserved.
216+
>
217+
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
218+
>
219+
> 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
220+
>
221+
> 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
222+
>
223+
> 3. The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.
224+
>
225+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
226+
210227
Tests
211228
=====
212229

@@ -291,23 +308,6 @@ http://www.jshint.com/
291308
>
292309
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. JSHint was forked from the 2010-12-16 edition of JSLint.
293310
294-
### mersenne-twister.js
295-
296-
https://gist.github.com/banksean/300494
297-
298-
> Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
299-
> All rights reserved.
300-
>
301-
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
302-
>
303-
> 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
304-
>
305-
> 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
306-
>
307-
> 3. The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.
308-
>
309-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
310-
311311
### Public domain data from Natural Earth
312312

313313
Free vector and raster map data @ naturalearthdata.com

0 commit comments

Comments
 (0)