aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2023-02-13 14:24:42 +0100
committerThomas Schwinge <thomas@codesourcery.com>2023-02-13 16:22:28 +0100
commit2166e589d80e6964c10da5c070d8505febca914c (patch)
treea3d0f800ef4d312a4b3c1278bd833704b7e343ce /gcc
parent73e6dac17f3fb27a10f805faacc61875c66f35c4 (diff)
downloadgcc-2166e589d80e6964c10da5c070d8505febca914c.zip
gcc-2166e589d80e6964c10da5c070d8505febca914c.tar.gz
gcc-2166e589d80e6964c10da5c070d8505febca914c.tar.bz2
Update copyright years.
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'. Fixes: #1831
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/darwin-rust.cc2
-rw-r--r--gcc/config/default-rust.cc2
-rw-r--r--gcc/config/dragonfly-rust.cc2
-rw-r--r--gcc/config/freebsd-rust.cc2
-rw-r--r--gcc/config/fuchsia-rust.cc2
-rw-r--r--gcc/config/i386/i386-rust.cc2
-rw-r--r--gcc/config/i386/i386-rust.h2
-rw-r--r--gcc/config/linux-rust.cc2
-rw-r--r--gcc/config/netbsd-rust.cc2
-rw-r--r--gcc/config/openbsd-rust.cc2
-rw-r--r--gcc/config/sol2-rust.cc2
-rw-r--r--gcc/config/t-fuchsia2
-rw-r--r--gcc/config/vxworks-rust.cc2
-rw-r--r--gcc/config/winnt-rust.cc2
-rw-r--r--gcc/rust/ast/rust-ast-fragment.cc2
-rw-r--r--gcc/rust/ast/rust-ast-fragment.h2
-rw-r--r--gcc/rust/ast/rust-macro.cc2
-rw-r--r--gcc/rust/checks/errors/rust-feature-gate.cc2
-rw-r--r--gcc/rust/checks/errors/rust-feature-gate.h2
-rw-r--r--gcc/rust/checks/errors/rust-feature.cc2
-rw-r--r--gcc/rust/checks/errors/rust-feature.h2
-rw-r--r--gcc/rust/hir/rust-ast-lower-expr.cc2
-rw-r--r--gcc/rust/hir/rust-ast-lower-type.cc2
-rw-r--r--gcc/rust/resolve/rust-early-name-resolver.cc2
-rw-r--r--gcc/rust/resolve/rust-early-name-resolver.h2
-rw-r--r--gcc/rust/rust-gcc.h2
-rw-r--r--gcc/rust/rust-target-def.h2
-rw-r--r--gcc/rust/rust-target.def2
-rw-r--r--gcc/rust/rust-target.h2
-rw-r--r--gcc/rust/typecheck/rust-hir-path-probe.cc2
-rw-r--r--gcc/rust/typecheck/rust-hir-trait-reference.cc2
-rw-r--r--gcc/rust/typecheck/rust-hir-trait-reference.h2
-rw-r--r--gcc/rust/typecheck/rust-typecheck-context.cc2
-rw-r--r--gcc/rust/typecheck/rust-tyty-bounds.h2
-rw-r--r--gcc/rust/typecheck/rust-tyty-subst.cc2
-rw-r--r--gcc/rust/typecheck/rust-tyty-subst.h2
-rw-r--r--gcc/rust/typecheck/rust-tyty-util.cc2
-rw-r--r--gcc/rust/typecheck/rust-tyty-util.h2
-rw-r--r--gcc/rust/typecheck/rust-unify.cc2
-rw-r--r--gcc/rust/typecheck/rust-unify.h2
-rw-r--r--gcc/rust/util/rust-inline-visitor.h2
41 files changed, 41 insertions, 41 deletions
diff --git a/gcc/config/darwin-rust.cc b/gcc/config/darwin-rust.cc
index 4b014b8..6685460 100644
--- a/gcc/config/darwin-rust.cc
+++ b/gcc/config/darwin-rust.cc
@@ -1,5 +1,5 @@
/* Darwin support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/default-rust.cc b/gcc/config/default-rust.cc
index aa098cb..36df0d6 100644
--- a/gcc/config/default-rust.cc
+++ b/gcc/config/default-rust.cc
@@ -1,5 +1,5 @@
/* Default Rust language target hooks initializer.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/dragonfly-rust.cc b/gcc/config/dragonfly-rust.cc
index ce501d1..d8877c3 100644
--- a/gcc/config/dragonfly-rust.cc
+++ b/gcc/config/dragonfly-rust.cc
@@ -1,5 +1,5 @@
/* DragonFly support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/freebsd-rust.cc b/gcc/config/freebsd-rust.cc
index 1dbf2ed..41e1c35 100644
--- a/gcc/config/freebsd-rust.cc
+++ b/gcc/config/freebsd-rust.cc
@@ -1,5 +1,5 @@
/* FreeBSD support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/fuchsia-rust.cc b/gcc/config/fuchsia-rust.cc
index 8626250..082a15f 100644
--- a/gcc/config/fuchsia-rust.cc
+++ b/gcc/config/fuchsia-rust.cc
@@ -1,5 +1,5 @@
/* Fuchsia support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/i386/i386-rust.cc b/gcc/config/i386/i386-rust.cc
index a00c4f8..d2e00c0 100644
--- a/gcc/config/i386/i386-rust.cc
+++ b/gcc/config/i386/i386-rust.cc
@@ -1,5 +1,5 @@
/* Subroutines for the Rust front end on the x86 architecture.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/config/i386/i386-rust.h b/gcc/config/i386/i386-rust.h
index a837e2f..4caf9e7 100644
--- a/gcc/config/i386/i386-rust.h
+++ b/gcc/config/i386/i386-rust.h
@@ -1,5 +1,5 @@
/* Definitions for the Rust front end on the x86 architecture.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/config/linux-rust.cc b/gcc/config/linux-rust.cc
index 3eaa918..7d098d2 100644
--- a/gcc/config/linux-rust.cc
+++ b/gcc/config/linux-rust.cc
@@ -1,5 +1,5 @@
/* Linux support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/netbsd-rust.cc b/gcc/config/netbsd-rust.cc
index 9395466..b94627e 100644
--- a/gcc/config/netbsd-rust.cc
+++ b/gcc/config/netbsd-rust.cc
@@ -1,5 +1,5 @@
/* NetBSD support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/openbsd-rust.cc b/gcc/config/openbsd-rust.cc
index c4721ea..907f90b 100644
--- a/gcc/config/openbsd-rust.cc
+++ b/gcc/config/openbsd-rust.cc
@@ -1,5 +1,5 @@
/* OpenBSD support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/sol2-rust.cc b/gcc/config/sol2-rust.cc
index e36bd45..504d435 100644
--- a/gcc/config/sol2-rust.cc
+++ b/gcc/config/sol2-rust.cc
@@ -1,5 +1,5 @@
/* Solaris support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/t-fuchsia b/gcc/config/t-fuchsia
index 55c884b..669df37 100644
--- a/gcc/config/t-fuchsia
+++ b/gcc/config/t-fuchsia
@@ -1,4 +1,4 @@
-# Copyright (C) 2022 Free Software Foundation, Inc.
+# Copyright (C) 2022-2023 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
diff --git a/gcc/config/vxworks-rust.cc b/gcc/config/vxworks-rust.cc
index 76d618c..33fb99e 100644
--- a/gcc/config/vxworks-rust.cc
+++ b/gcc/config/vxworks-rust.cc
@@ -1,5 +1,5 @@
/* VxWorks support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/config/winnt-rust.cc b/gcc/config/winnt-rust.cc
index 190584d..026df44 100644
--- a/gcc/config/winnt-rust.cc
+++ b/gcc/config/winnt-rust.cc
@@ -1,5 +1,5 @@
/* Windows support needed only by Rust front-end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
diff --git a/gcc/rust/ast/rust-ast-fragment.cc b/gcc/rust/ast/rust-ast-fragment.cc
index fba629c..a9dc474 100644
--- a/gcc/rust/ast/rust-ast-fragment.cc
+++ b/gcc/rust/ast/rust-ast-fragment.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/ast/rust-ast-fragment.h b/gcc/rust/ast/rust-ast-fragment.h
index 22e9909..41f5a28 100644
--- a/gcc/rust/ast/rust-ast-fragment.h
+++ b/gcc/rust/ast/rust-ast-fragment.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/ast/rust-macro.cc b/gcc/rust/ast/rust-macro.cc
index b90cc15..b6f8f6c 100644
--- a/gcc/rust/ast/rust-macro.cc
+++ b/gcc/rust/ast/rust-macro.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/checks/errors/rust-feature-gate.cc b/gcc/rust/checks/errors/rust-feature-gate.cc
index cd26f8a..31ce367 100644
--- a/gcc/rust/checks/errors/rust-feature-gate.cc
+++ b/gcc/rust/checks/errors/rust-feature-gate.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/checks/errors/rust-feature-gate.h b/gcc/rust/checks/errors/rust-feature-gate.h
index 080c15c..dc95c6b 100644
--- a/gcc/rust/checks/errors/rust-feature-gate.h
+++ b/gcc/rust/checks/errors/rust-feature-gate.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/checks/errors/rust-feature.cc b/gcc/rust/checks/errors/rust-feature.cc
index b87b4ca..81689d9 100644
--- a/gcc/rust/checks/errors/rust-feature.cc
+++ b/gcc/rust/checks/errors/rust-feature.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/checks/errors/rust-feature.h b/gcc/rust/checks/errors/rust-feature.h
index bf93b09..1425e26 100644
--- a/gcc/rust/checks/errors/rust-feature.h
+++ b/gcc/rust/checks/errors/rust-feature.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/hir/rust-ast-lower-expr.cc b/gcc/rust/hir/rust-ast-lower-expr.cc
index df4ba9d..50c2eae 100644
--- a/gcc/rust/hir/rust-ast-lower-expr.cc
+++ b/gcc/rust/hir/rust-ast-lower-expr.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/hir/rust-ast-lower-type.cc b/gcc/rust/hir/rust-ast-lower-type.cc
index 92a14f4..9ea22b0 100644
--- a/gcc/rust/hir/rust-ast-lower-type.cc
+++ b/gcc/rust/hir/rust-ast-lower-type.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/resolve/rust-early-name-resolver.cc b/gcc/rust/resolve/rust-early-name-resolver.cc
index 60d6c8a..5f11ae2 100644
--- a/gcc/rust/resolve/rust-early-name-resolver.cc
+++ b/gcc/rust/resolve/rust-early-name-resolver.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/resolve/rust-early-name-resolver.h b/gcc/rust/resolve/rust-early-name-resolver.h
index c74c452..21b92e9 100644
--- a/gcc/rust/resolve/rust-early-name-resolver.h
+++ b/gcc/rust/resolve/rust-early-name-resolver.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/rust-gcc.h b/gcc/rust/rust-gcc.h
index 085c16d..0db8194 100644
--- a/gcc/rust/rust-gcc.h
+++ b/gcc/rust/rust-gcc.h
@@ -1,5 +1,5 @@
// rust-gcc.cc -- Rust frontend to gcc IR.
-// Copyright (C) 2011-2022 Free Software Foundation, Inc.
+// Copyright (C) 2011-2023 Free Software Foundation, Inc.
// Contributed by Ian Lance Taylor, Google.
// forked from gccgo
diff --git a/gcc/rust/rust-target-def.h b/gcc/rust/rust-target-def.h
index 8534c4b..0eb69b8 100644
--- a/gcc/rust/rust-target-def.h
+++ b/gcc/rust/rust-target-def.h
@@ -1,5 +1,5 @@
/* Default initializers for Rust target hooks.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/gcc/rust/rust-target.def b/gcc/rust/rust-target.def
index 9c72c1c..90501e2 100644
--- a/gcc/rust/rust-target.def
+++ b/gcc/rust/rust-target.def
@@ -1,5 +1,5 @@
/* Target hook definitions for the Rust front end.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/gcc/rust/rust-target.h b/gcc/rust/rust-target.h
index 7fcdfc9..7c448a5 100644
--- a/gcc/rust/rust-target.h
+++ b/gcc/rust/rust-target.h
@@ -1,5 +1,5 @@
/* Data structure definitions for target-specific Rust behavior.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2023 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/gcc/rust/typecheck/rust-hir-path-probe.cc b/gcc/rust/typecheck/rust-hir-path-probe.cc
index be89ceb..dae4c01 100644
--- a/gcc/rust/typecheck/rust-hir-path-probe.cc
+++ b/gcc/rust/typecheck/rust-hir-path-probe.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-hir-trait-reference.cc b/gcc/rust/typecheck/rust-hir-trait-reference.cc
index 651c55a..8574988 100644
--- a/gcc/rust/typecheck/rust-hir-trait-reference.cc
+++ b/gcc/rust/typecheck/rust-hir-trait-reference.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-hir-trait-reference.h b/gcc/rust/typecheck/rust-hir-trait-reference.h
index 40a1fd7..f3703ef 100644
--- a/gcc/rust/typecheck/rust-hir-trait-reference.h
+++ b/gcc/rust/typecheck/rust-hir-trait-reference.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Free Software Foundation, Inc.
+// Copyright (C) 2021-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-typecheck-context.cc b/gcc/rust/typecheck/rust-typecheck-context.cc
index ba4d322..27ff969 100644
--- a/gcc/rust/typecheck/rust-typecheck-context.cc
+++ b/gcc/rust/typecheck/rust-typecheck-context.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-tyty-bounds.h b/gcc/rust/typecheck/rust-tyty-bounds.h
index 44839bd..6240480 100644
--- a/gcc/rust/typecheck/rust-tyty-bounds.h
+++ b/gcc/rust/typecheck/rust-tyty-bounds.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-tyty-subst.cc b/gcc/rust/typecheck/rust-tyty-subst.cc
index 3dfe958..e4fe30e 100644
--- a/gcc/rust/typecheck/rust-tyty-subst.cc
+++ b/gcc/rust/typecheck/rust-tyty-subst.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-tyty-subst.h b/gcc/rust/typecheck/rust-tyty-subst.h
index 982861e..fd58261 100644
--- a/gcc/rust/typecheck/rust-tyty-subst.h
+++ b/gcc/rust/typecheck/rust-tyty-subst.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-tyty-util.cc b/gcc/rust/typecheck/rust-tyty-util.cc
index 5037f68..32b94f0 100644
--- a/gcc/rust/typecheck/rust-tyty-util.cc
+++ b/gcc/rust/typecheck/rust-tyty-util.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-tyty-util.h b/gcc/rust/typecheck/rust-tyty-util.h
index eccbb44..6b28379 100644
--- a/gcc/rust/typecheck/rust-tyty-util.h
+++ b/gcc/rust/typecheck/rust-tyty-util.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-unify.cc b/gcc/rust/typecheck/rust-unify.cc
index 415ffcd..cbbff8c 100644
--- a/gcc/rust/typecheck/rust-unify.cc
+++ b/gcc/rust/typecheck/rust-unify.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/typecheck/rust-unify.h b/gcc/rust/typecheck/rust-unify.h
index 6e46b96..75fb884 100644
--- a/gcc/rust/typecheck/rust-unify.h
+++ b/gcc/rust/typecheck/rust-unify.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// This file is part of GCC.
diff --git a/gcc/rust/util/rust-inline-visitor.h b/gcc/rust/util/rust-inline-visitor.h
index 105a67b..9240627 100644
--- a/gcc/rust/util/rust-inline-visitor.h
+++ b/gcc/rust/util/rust-inline-visitor.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Free Software Foundation, Inc.
+// Copyright (C) 2021-2023 Free Software Foundation, Inc.
// This file is part of GCC.