| [e4c61dd] | 1 | Copyright 2010-2024 Mike Bostock
|
|---|
| 2 |
|
|---|
| 3 | Permission to use, copy, modify, and/or distribute this software for any purpose
|
|---|
| 4 | with or without fee is hereby granted, provided that the above copyright notice
|
|---|
| 5 | and this permission notice appear in all copies.
|
|---|
| 6 |
|
|---|
| 7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|---|
| 8 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|---|
| 9 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|---|
| 10 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|---|
| 11 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|---|
| 12 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|---|
| 13 | THIS SOFTWARE.
|
|---|
| 14 |
|
|---|
| 15 | This license applies to GeographicLib, versions 1.12 and later.
|
|---|
| 16 |
|
|---|
| 17 | Copyright 2008-2012 Charles Karney
|
|---|
| 18 |
|
|---|
| 19 | Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|---|
| 20 | this software and associated documentation files (the "Software"), to deal in
|
|---|
| 21 | the Software without restriction, including without limitation the rights to
|
|---|
| 22 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|---|
| 23 | the Software, and to permit persons to whom the Software is furnished to do so,
|
|---|
| 24 | subject to the following conditions:
|
|---|
| 25 |
|
|---|
| 26 | The above copyright notice and this permission notice shall be included in all
|
|---|
| 27 | copies or substantial portions of the Software.
|
|---|
| 28 |
|
|---|
| 29 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|---|
| 30 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|---|
| 31 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|---|
| 32 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|---|
| 33 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|---|
| 34 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|---|