@@ -4,9 +4,18 @@ Third-Party Licenses
4
4
5
5
.. default-domain:: mongodb
6
6
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 1
11
+ :class: singlecol
12
+
7
13
|charts| uses third-party libraries or other resources that may
8
14
be distributed under licenses different than the MongoDB software.
9
15
16
+ Libraries
17
+ ---------
18
+
10
19
The following lists the third-party licenses as used in |charts-short|.
11
20
In the event that we have accidentally failed to list a required notice,
12
21
you can bring it to our attention by emailing `legal`_.
@@ -5289,6 +5298,69 @@ you can bring it to our attention by emailing `legal`_.
5289
5298
- 4.8.1
5290
5299
- MIT
5291
5300
-
5301
+ Choropleth Licenses
5302
+ -------------------
5303
+
5304
+ The following lists the third-party TopoJSON shape schemes used in
5305
+ |charts-short| for choropleths.
5306
+
5307
+ .. list-table::
5308
+ :widths: 20 40
5309
+ :header-rows: 1
5310
+
5311
+ * - Country
5312
+ - Description
5313
+
5314
+ * - `Australia
5315
+ <http://www.abs.gov.au/websitedbs/D3310114.nsf/Home/Creative+Commons+licensing>`__
5316
+ - Australian map shape files based on Australian Bureau of
5317
+ Statistics data, available at
5318
+ http://www.abs.gov.au/websitedbs/D3310114.nsf/home/Digital+Boundaries,
5319
+ licensed under Creative Commons Attribution 4.0 International,
5320
+ available at https://creativecommons.org/licenses/by/4.0/
5321
+ legalcode. We have transformed the sourced data into TopoJSON
5322
+ format.
5323
+
5324
+ * - `United Kingdom
5325
+ <http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/>`__
5326
+ - UK map shape files contain public sector information licensed
5327
+ under the Open Government Licence v3.0, available at
5328
+ http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/.
5329
+
5330
+ * - `Canada <https://www.statcan.gc.ca/eng/reference/licence>`__
5331
+ - Canadian map shape files adapted from Statistics Canada, 2011
5332
+ Census Boundary files, referenced on February 21, 2019. This
5333
+ does not constitute an endorsement by Statistics Canada of this
5334
+ product.
5335
+
5336
+ * - `US, Germany, World <https://github.com/deldersveld/topojson>`__
5337
+ - MIT License
5338
+
5339
+ Copyright (c) 2016
5340
+
5341
+ Permission is hereby granted, free of charge, to any person
5342
+ obtaining a copy of this software and associated documentation
5343
+ files (the "Software"), to deal in the Software without
5344
+ restriction, including without limitation the rights to use,
5345
+ copy, modify, merge, publish, distribute, sublicense, and/or
5346
+ sell copies of the Software, and to permit
5347
+
5348
+ persons to whom the Software is furnished to do so, subject to
5349
+ the following conditions:
5350
+
5351
+ The above copyright notice and this permission notice shall be
5352
+ included in all copies or substantial portions of the Software.
5353
+
5354
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
5355
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
5356
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
5357
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
5358
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
5359
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5360
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
5361
+ OTHER DEALINGS IN THE SOFTWARE.
5362
+
5363
+
5292
5364
5293
5365
* - `yargs <https://github.com/yargs/yargs>`__
5294
5366
- 6.6.0
0 commit comments