diff options
author | Sahil Yeole <sahilyeole93@gmail.com> | 2024-02-16 02:18:44 +0530 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-02-21 13:51:26 +0100 |
commit | 767698ff6c8f07047ad90bef89f3dc4c4515f0df (patch) | |
tree | d1aabe2d215dc0fe92c36527e2331f792bf620b6 /gcc/rust/util/make-rust-unicode.py | |
parent | e7c1948fbccfff72fe2c25e962528b398123bfb3 (diff) | |
download | gcc-767698ff6c8f07047ad90bef89f3dc4c4515f0df.zip gcc-767698ff6c8f07047ad90bef89f3dc4c4515f0df.tar.gz gcc-767698ff6c8f07047ad90bef89f3dc4c4515f0df.tar.bz2 |
Update copyright years.
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
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 f6f04eb..a89f2f2 100644 --- a/gcc/rust/util/make-rust-unicode.py +++ b/gcc/rust/util/make-rust-unicode.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2023 Free Software Foundation, Inc. +# Copyright (C) 2020-2024 Free Software Foundation, Inc. # This file is part of GCC. @@ -28,7 +28,7 @@ Codepoint = int Range = Tuple[Codepoint, Codepoint] COPYRIGHT = ( - "// Copyright (C) 2020-2023 Free Software Foundation, Inc.\n" + "// Copyright (C) 2020-2024 Free Software Foundation, Inc.\n" "\n" "// This file is part of GCC.\n" "\n" |