Skip to content

Commit 02cb82a

Browse files
committed
Update to 2026a
1 parent e8ed7c0 commit 02cb82a

File tree

10 files changed

+11
-38
lines changed

10 files changed

+11
-38
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DELETE_ON_ERROR:
22

3-
TZDB_VERSION := tzdb-2025c
3+
TZDB_VERSION := tzdb-2026a
44

55
tzdb_data/src/generated/mod.rs: tmp/${TZDB_VERSION}/usr/share/zoneinfo/ tzdb.tar.lz.sha
66
cd make-tzdb && cargo r -- ../$(@D) ../$< ../tzdb.tar.lz.sha

make-tzdb/src/main.rs

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -148,21 +148,8 @@ fn gen_mod(args: &mut impl Iterator<Item = String>, target_dir: &Path) -> Result
148148

149149
let r = format!(
150150
r#"{GENERATED_FILE}
151-
// MIT No Attribution
152-
//
153-
// Copyright 2022-2024 René Kijewski <crates.io@k6i.de>
154-
//
155-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
156-
// associated documentation files (the "Software"), to deal in the Software without restriction,
157-
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
158-
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
159-
// furnished to do so.
160-
//
161-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
162-
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
163-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
164-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
165-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
151+
// SPDX-License-Identifier: MIT-0 OR MIT OR Apache-2.0
152+
// SPDX-FileCopyrightText: 2022-2026 René Kijewski <crates.io@k6i.de>
166153
167154
#![allow(unknown_lints)]
168155
#![allow(clippy::pedantic)]

tzdb.tar.lz.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6fa233d6a884acd24b52c44b2eecf683f9403f44b39dcbe85b1ec92fc11f4daf6ee5143f05332faf9258b8bd8f7ca7d4882e19b1e3d892b4761be43fd4f39d51 tmp/tzdb-2025c.tar.lz
1+
1824fc2e198a449ebaa41e6c679a494c486b848f13fe8f18f948fde0533e99f5f01e7e7298e257c565838d24ec743e824f402887abdf525d1ce578a714c71414 tmp/tzdb-2026a.tar.lz

tzdb_data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tzdb_data"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
authors = ["René Kijewski <crates.io@k6i.de>"]
66
repository = "https://github.com/Kijewski/tzdb"

tzdb_data/LICENSE.Apache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./src/generated/LICENSE.Apache

tzdb_data/LICENSE.MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./src/generated/LICENSE.MIT

tzdb_data/LICENSE.MIT-0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./src/generated/LICENSE.MIT-0

tzdb_data/LICENSE.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

tzdb_data/src/generated

Submodule generated updated from 29b7194 to c38fad0

tzdb_data/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// SPDX-License-Identifier: MIT-0
2-
//
3-
// Copyright 2022-2024 René Kijewski <crates.io@k6i.de>
1+
// SPDX-License-Identifier: MIT-0 OR MIT OR Apache-2.0
2+
// SPDX-FileCopyrightText: 2022-2026 René Kijewski <crates.io@k6i.de>
43

54
#![cfg_attr(docsrs, feature(doc_cfg))]
65
#![allow(unknown_lints)]

0 commit comments

Comments
 (0)