License
The license below governs the use of the geosub library. Please read it carefully.
LICENSE
1## License for included geographic data
2
3The geographic data provided with this package is derived from GeoNames
4(www.geonames.org), which is licensed under the Creative Commons Attribution
54.0 International License (CC BY 4.0).
6
7A summary of this license and the full license text are available at
8https://creativecommons.org/licenses/by/4.0/.
9
10Further redistribution of the geographic data bundled with this package must
11provide attribution to GeoNames. Redistribution includes any form of sharing
12the data with third parties in original or modified form, including publishing,
13distributing, or embedding it within other software. A simple link to
14www.geonames.org is considered sufficient attribution under the terms of the
15license.
16
17Simply using this library to lookup data from pycountry does not produce
18outputs that directly copy or modify the original licensed geographic data.
19Thus, using the library to find pycountry data should not constitute a
20derivative work that requires direct attribution under the terms of the
21license.
22
23## Main license
24
25MIT License
26
27Copyright (c) 2024 Daniel Mayo
28
29Permission is hereby granted, free of charge, to any person obtaining a copy
30of this software and associated documentation files (the "Software"), to deal
31in the Software without restriction, including without limitation the rights
32to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33copies of the Software, and to permit persons to whom the Software is
34furnished to do so, subject to the following conditions:
35
36The above copyright notice and this permission notice shall be included in all
37copies or substantial portions of the Software.
38
39THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45SOFTWARE.