diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 11:59:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 11:59:57 +0100 |
commit | 6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch) | |
tree | 60c0a640b9a2647e36e8abee72ff47c38c6c3618 /gcc/rust/util/make-rust-unicode.py | |
parent | 13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff) | |
download | gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc/rust/util/make-rust-unicode.py')
-rw-r--r-- | gcc/rust/util/make-rust-unicode.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/util/make-rust-unicode.py b/gcc/rust/util/make-rust-unicode.py index a89f2f2..61bdf4d 100644 --- a/gcc/rust/util/make-rust-unicode.py +++ b/gcc/rust/util/make-rust-unicode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # This file is part of GCC. @@ -28,7 +28,7 @@ Codepoint = int Range = Tuple[Codepoint, Codepoint] COPYRIGHT = ( - "// Copyright (C) 2020-2024 Free Software Foundation, Inc.\n" + "// Copyright (C) 2020-2025 Free Software Foundation, Inc.\n" "\n" "// This file is part of GCC.\n" "\n" |