Skip to content

Commit ac73152

Browse files
committed
Include additional licenses; rename LICENSE to LICENSE.note
1 parent ccc1559 commit ac73152

File tree

2 files changed

+135
-1
lines changed

2 files changed

+135
-1
lines changed

DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ Authors@R: c(
2121
person("Benjamin Becquet", role = c("ctb", "cph"), comment = "Leaflet.MagnifyingGlass plugin"),
2222
person("Norkart AS", role = c("ctb", "cph"), comment = "Leaflet.MiniMap plugin"),
2323
person("L. Voogdt", role = c("ctb", "cph"), comment = "Leaflet.awesome-markers plugin"),
24+
person("Daniel Montague", role = c("ctb", "cph"), comment = "Leaflet.EasyButton plugin"),
25+
person("Kartena AB", role = c("ctb", "cph"), comment = "Proj4Leaflet plugin"),
26+
person("Robert Kajic", role = c("ctb", "cph"), comment = "leaflet-locationfilter plugin"),
27+
person("Mapbox", role = c("ctb", "cph"), comment = "leaflet-omnivore plugin"),
28+
person("Michael Bostock", role = c("ctb", "cph"), comment = "topojson"),
2429
person("RStudio", role = c("cph"))
2530
)
2631
Maintainer: Joe Cheng <[email protected]>
2732
Description: Create and customize interactive maps using the 'Leaflet'
2833
JavaScript library and the 'htmlwidgets' package. These maps can be used
2934
directly from the R console, from 'RStudio', in Shiny apps and R Markdown
3035
documents.
31-
License: GPL-3 | file LICENSE
36+
License: GPL-3
3237
URL: http://rstudio.github.io/leaflet/
3338
BugReports: https://github.com/rstudio/leaflet/issues
3439
Depends: R (>= 3.1.0)

LICENSE renamed to LICENSE.note

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ these components are included below):
1515
- Leaflet.MagnifyingGlass, https://github.com/bbecquet/Leaflet.MagnifyingGlass
1616
- Leaflet.MiniMap, https://github.com/Norkart/Leaflet-MiniMap
1717
- Leaflet.awesome-markers, https://github.com/lvoogdt/Leaflet.awesome-markers
18+
- Leaflet.EasyButton, https://github.com/CliffCloud/Leaflet.EasyButton/
19+
- Proj4Leaflet, https://github.com/kartena/Proj4Leaflet
20+
- leaflet-locationfilter, https://github.com/kajic/leaflet-locationfilter
21+
- leaflet-omnivore, https://github.com/mapbox/leaflet-omnivore
22+
- topojson, https://github.com/topojson/topojson
1823

1924

2025
jQuery license
@@ -248,3 +253,127 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
248253
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
249254
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
250255
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
256+
257+
258+
Leaflet.EasyButton license
259+
----------------------------------------------------------------------
260+
261+
Copyright (C) 2014 Daniel Montague
262+
263+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
264+
265+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
266+
267+
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.
268+
269+
270+
Proj4Leaflet license
271+
----------------------------------------------------------------------
272+
Copyright (c) 2012, Kartena AB
273+
All rights reserved.
274+
275+
Redistribution and use in source and binary forms, with or without
276+
modification, are permitted provided that the following conditions are met:
277+
278+
1. Redistributions of source code must retain the above copyright notice, this
279+
list of conditions and the following disclaimer.
280+
2. Redistributions in binary form must reproduce the above copyright notice,
281+
this list of conditions and the following disclaimer in the documentation
282+
and/or other materials provided with the distribution.
283+
284+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
285+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
286+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
287+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
288+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
289+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
290+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
291+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
292+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
293+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
294+
295+
296+
leaflet-locationfilter license
297+
----------------------------------------------------------------------
298+
The MIT License (MIT)
299+
300+
Copyright (c) 2012 Robert Kajic
301+
302+
Permission is hereby granted, free of charge, to any person obtaining a copy
303+
of this software and associated documentation files (the "Software"), to deal
304+
in the Software without restriction, including without limitation the rights
305+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
306+
copies of the Software, and to permit persons to whom the Software is
307+
furnished to do so, subject to the following conditions:
308+
309+
The above copyright notice and this permission notice shall be included in
310+
all copies or substantial portions of the Software.
311+
312+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
313+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
314+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
315+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
316+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
317+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
318+
THE SOFTWARE.
319+
320+
321+
leaflet-omnivore
322+
----------------------------------------------------------------------
323+
Copyright (c) 2014, Mapbox
324+
All rights reserved.
325+
326+
Redistribution and use in source and binary forms, with or without
327+
modification, are permitted provided that the following conditions are met:
328+
329+
* Redistributions of source code must retain the above copyright notice, this
330+
list of conditions and the following disclaimer.
331+
332+
* Redistributions in binary form must reproduce the above copyright notice,
333+
this list of conditions and the following disclaimer in the documentation
334+
and/or other materials provided with the distribution.
335+
336+
* Neither the name of the {organization} nor the names of its
337+
contributors may be used to endorse or promote products derived from
338+
this software without specific prior written permission.
339+
340+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
341+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
342+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
343+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
344+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
345+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
346+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
347+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
348+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
349+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
350+
351+
352+
TopoJSON license
353+
-----------------------------------------------------------------------------
354+
Copyright (c) 2012, Michael Bostock
355+
All rights reserved.
356+
357+
Redistribution and use in source and binary forms, with or without
358+
modification, are permitted provided that the following conditions are met:
359+
360+
* Redistributions of source code must retain the above copyright notice, this
361+
list of conditions and the following disclaimer.
362+
363+
* Redistributions in binary form must reproduce the above copyright notice,
364+
this list of conditions and the following disclaimer in the documentation
365+
and/or other materials provided with the distribution.
366+
367+
* The name Michael Bostock may not be used to endorse or promote products
368+
derived from this software without specific prior written permission.
369+
370+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
371+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
372+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
373+
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
374+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
375+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
376+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
377+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
378+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
379+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)