Skip to content

Commit d99e9a6

Browse files
committed
Merge parse-zoneinfo repository/workspace into chrono-tz
Reformat to match local rustfmt.toml configuration.
2 parents c41259c + 0207cf4 commit d99e9a6

14 files changed

+7015
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target
22
Cargo.lock
3-
*.swp

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[workspace]
2-
members = ["chrono-tz", "chrono-tz-build"]
2+
members = ["chrono-tz", "chrono-tz-build", "parse-zoneinfo"]
33
resolver = "2"

LICENSE

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
22
The licenses do not apply to files in the tzdb folder which are in the
3-
public domain.
3+
public domain. parse-zoneinfo was forked from zoneinfo-parse, which
4+
was originally created by Benjamin Sago under the MIT license.
45

5-
Copyright (c) 2016 Djzin
6+
Copyright (c) 2016-2024 Benjamin Sago & the chronotope maintainers
67

78
The MIT License
89

0 commit comments

Comments
 (0)