8000 Merge pull request #44 from wgyt/wgyt-unicode-xid · unicode-rs/unicode-xid@364fb5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 364fb5b

Browse files
authored
Merge pull request #44 from wgyt/wgyt-unicode-xid
update copyright year to 2025
2 parents 65b95a0 + f4b0b84 commit 364fb5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import fileinput, re, os, sys
2121

22-
preamble = '''// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
22+
preamble = '''// Copyright 2012-2025 The Rust Project Developers. See the COPYRIGHT
2323
// file at the top-level directory of this distribution and at
2424
// https://www.rust-lang.org/policies/licenses.
2525
//

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2012-2025 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// https://www.rust-lang.org/policies/licenses.
44
//

src/tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2012-2025 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// https://www.rust-lang.org/policies/licenses.
44
//

src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2024 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2012-2025 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// https://www.rust-lang.org/policies/licenses.
44
//

0 commit comments

Comments
 (0)
0