License

The license below governs the use of the geotz 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 infer timezones does not produce outputs that
18directly copy or modify the original licensed geographic data. Thus, using
19the library to infer timezones should not constitute a derivative work
20that requires direct attribution under the terms of the license.
21
22## Main license
23
24MIT License
25
26Copyright (c) 2024 Daniel Mayo
27
28Permission is hereby granted, free of charge, to any person obtaining a copy
29of this software and associated documentation files (the "Software"), to deal
30in the Software without restriction, including without limitation the rights
31to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32copies of the Software, and to permit persons to whom the Software is
33furnished to do so, subject to the following conditions:
34
35The above copyright notice and this permission notice shall be included in all
36copies or substantial portions of the Software.
37
38THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44SOFTWARE.