Skip to content

Commit 0bccd3f

Browse files
authored
update copyright year (#76)
1 parent 7a7fcdc commit 0bccd3f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

benches/benches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 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
// http://rust-lang.org/COPYRIGHT.
44
//

scripts/unicode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2011-2022 The Rust Project Developers. See the COPYRIGHT
3+
# Copyright 2011-2025 The Rust Project Developers. See the COPYRIGHT
44
# file at the top-level directory of this distribution and at
55
# http://rust-lang.org/COPYRIGHT.
66
#
@@ -1591,7 +1591,7 @@ def emit_module(
15911591
os.remove(out_name)
15921592
with open(out_name, "w", newline="\n", encoding="utf-8") as module:
15931593
module.write(
1594-
"""// Copyright 2012-2022 The Rust Project Developers. See the COPYRIGHT
1594+
"""// Copyright 2012-2025 The Rust Project Developers. See the COPYRIGHT
15951595
// file at the top-level directory of this distribution and at
15961596
// http://rust-lang.org/COPYRIGHT.
15971597
//

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 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
// http://rust-lang.org/COPYRIGHT.
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-2022 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
// http://rust-lang.org/COPYRIGHT.
44
//

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012-2015 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
// http://rust-lang.org/COPYRIGHT.
44
//

0 commit comments

Comments
 (0)