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/bi-map.h | 2 +- gcc/rust/util/make-rust-unicode.py | 4 ++-- gcc/rust/util/rust-attribute-values.h | 2 +- gcc/rust/util/rust-dir-owner.cc | 2 +- gcc/rust/util/rust-dir-owner.h | 2 +- gcc/rust/util/rust-dump.h | 2 +- gcc/rust/util/rust-keyword-values.cc | 2 +- gcc/rust/util/rust-keyword-values.h | 2 +- gcc/rust/util/rust-punycode.cc | 2 +- gcc/rust/util/rust-punycode.h | 2 +- gcc/rust/util/rust-unicode-data.h | 2 +- gcc/rust/util/rust-unicode.cc | 2 +- gcc/rust/util/rust-unicode.h | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) (limited to 'gcc/rust/util') diff --git a/gcc/rust/util/bi-map.h b/gcc/rust/util/bi-map.h index ab5878d..ff26c83 100644 --- a/gcc/rust/util/bi-map.h +++ b/gcc/rust/util/bi-map.h @@ -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. 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" diff --git a/gcc/rust/util/rust-attribute-values.h b/gcc/rust/util/rust-attribute-values.h index b8994da..e284cec 100644 --- a/gcc/rust/util/rust-attribute-values.h +++ b/gcc/rust/util/rust-attribute-values.h @@ -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. diff --git a/gcc/rust/util/rust-dir-owner.cc b/gcc/rust/util/rust-dir-owner.cc index 24bbe7b..2c30260 100644 --- a/gcc/rust/util/rust-dir-owner.cc +++ b/gcc/rust/util/rust-dir-owner.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Free Software Foundation, Inc. +// Copyright (C) 2023-2024 Free Software Foundation, Inc. // This file is part of GCC. diff --git a/gcc/rust/util/rust-dir-owner.h b/gcc/rust/util/rust-dir-owner.h index 0134f54..295e9c2 100644 --- a/gcc/rust/util/rust-dir-owner.h +++ b/gcc/rust/util/rust-dir-owner.h @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Free Software Foundation, Inc. +// Copyright (C) 2023-2024 Free Software Foundation, Inc. // This file is part of GCC. diff --git a/gcc/rust/util/rust-dump.h b/gcc/rust/util/rust-dump.h index 7fd0b36..847f022 100644 --- a/gcc/rust/util/rust-dump.h +++ b/gcc/rust/util/rust-dump.h @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Free Software Foundation, Inc. +// Copyright (C) 2021-2024 Free Software Foundation, Inc. // This file is part of GCC. diff --git a/gcc/rust/util/rust-keyword-values.cc b/gcc/rust/util/rust-keyword-values.cc index 9e1d2bc..f21a0f9 100644 --- a/gcc/rust/util/rust-keyword-values.cc +++ b/gcc/rust/util/rust-keyword-values.cc @@ -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. diff --git a/gcc/rust/util/rust-keyword-values.h b/gcc/rust/util/rust-keyword-values.h index 01c98a2..d2c68c9 100644 --- a/gcc/rust/util/rust-keyword-values.h +++ b/gcc/rust/util/rust-keyword-values.h @@ -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. diff --git a/gcc/rust/util/rust-punycode.cc b/gcc/rust/util/rust-punycode.cc index a9c8cbf..89476f2 100644 --- a/gcc/rust/util/rust-punycode.cc +++ b/gcc/rust/util/rust-punycode.cc @@ -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. diff --git a/gcc/rust/util/rust-punycode.h b/gcc/rust/util/rust-punycode.h index ffb139a..b926ad6 100644 --- a/gcc/rust/util/rust-punycode.h +++ b/gcc/rust/util/rust-punycode.h @@ -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. diff --git a/gcc/rust/util/rust-unicode-data.h b/gcc/rust/util/rust-unicode-data.h index e07752a..8a66537 100644 --- a/gcc/rust/util/rust-unicode-data.h +++ b/gcc/rust/util/rust-unicode-data.h @@ -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. diff --git a/gcc/rust/util/rust-unicode.cc b/gcc/rust/util/rust-unicode.cc index 6bd2db5..3dd1c19 100644 --- a/gcc/rust/util/rust-unicode.cc +++ b/gcc/rust/util/rust-unicode.cc @@ -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. diff --git a/gcc/rust/util/rust-unicode.h b/gcc/rust/util/rust-unicode.h index aa7bd8a..5ea2efd 100644 --- a/gcc/rust/util/rust-unicode.h +++ b/gcc/rust/util/rust-unicode.h @@ -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. -- cgit v1.1