mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
readme: Specify where and what licenses apply
This commit is contained in:
parent
25b0d508a8
commit
10cde7fe1b
@ -16,3 +16,7 @@ This means the TZif 1 data is not present, so essentially we are left with the s
|
|||||||
Nintendo also does not seem to run the `zic` program on their output when they build the time zone data.
|
Nintendo also does not seem to run the `zic` program on their output when they build the time zone data.
|
||||||
I have left the relevant build command for that in src/tzdb/CMakeLists.txt commented out, but it isn't used here.
|
I have left the relevant build command for that in src/tzdb/CMakeLists.txt commented out, but it isn't used here.
|
||||||
This lets the project produce data identical to Nintendo's firmware for time zones, however this code does not produce the time zone data on US/Pacific-New or America/East-Saskatchewan (I may have bunged up the actual paths for these as this is 3 day old memory).
|
This lets the project produce data identical to Nintendo's firmware for time zones, however this code does not produce the time zone data on US/Pacific-New or America/East-Saskatchewan (I may have bunged up the actual paths for these as this is 3 day old memory).
|
||||||
|
|
||||||
|
The CMake and C++ code in this repository is licensed under the MIT License.
|
||||||
|
The source files date.c, newstrftime.3 and strftime.c from submodule eggert/tz use the BSD-3 clause license [[source]](https://github.com/eggert/tz/blob/main/LICENSE).
|
||||||
|
The time zone data output from this repository, like those found in archives in the Release setcion, is in the public domain [[source]](https://github.com/eggert/tz/blob/main/LICENSE).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user