From 767698ff6c8f07047ad90bef89f3dc4c4515f0df Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Fri, 16 Feb 2024 02:18:44 +0530 Subject: Update copyright years. Signed-off-by: Sahil Yeole --- gcc/rust/util/make-rust-unicode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/rust/util/make-rust-unicode.py') 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" -- cgit v1.1