From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id E4010385B532; Mon, 13 Feb 2023 17:35:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E4010385B532 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676309704; bh=QYPGIU8cfUvBZLfd0WmNr8JdBljOHPhU7SAlGnwJTWM=; h=From:To:Subject:Date:From; b=tURzkOWeJ6RAeHj7XADvQKo7jgjmFIZ0bE1HQkZGRIPqP0VIUih22jK3GFTHzYXwG cpkuz860r6sSBLiCKa31rZFFwr9fzINPkGH1fYjm+drbd1qfLSjaWgUaIjC0JcaSTo KiDethI4zCrKZiUP7lCgvYROsHBybbAnXI/b/cy8= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Update copyright years. X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 73e6dac17f3fb27a10f805faacc61875c66f35c4 X-Git-Newrev: 2166e589d80e6964c10da5c070d8505febca914c Message-Id: <20230213173504.E4010385B532@sourceware.org> Date: Mon, 13 Feb 2023 17:35:04 +0000 (GMT) List-Id: https://gcc.gnu.org/g:2166e589d80e6964c10da5c070d8505febca914c commit 2166e589d80e6964c10da5c070d8505febca914c Author: Thomas Schwinge Date: Mon Feb 13 14:24:42 2023 +0100 Update copyright years. Update GCC/Rust files per 'contrib/update-copyright.py --this-year'. Fixes: #1831 Diff: --- gcc/config/darwin-rust.cc | 2 +- gcc/config/default-rust.cc | 2 +- gcc/config/dragonfly-rust.cc | 2 +- gcc/config/freebsd-rust.cc | 2 +- gcc/config/fuchsia-rust.cc | 2 +- gcc/config/i386/i386-rust.cc | 2 +- gcc/config/i386/i386-rust.h | 2 +- gcc/config/linux-rust.cc | 2 +- gcc/config/netbsd-rust.cc | 2 +- gcc/config/openbsd-rust.cc | 2 +- gcc/config/sol2-rust.cc | 2 +- gcc/config/t-fuchsia | 2 +- gcc/config/vxworks-rust.cc | 2 +- gcc/config/winnt-rust.cc | 2 +- gcc/rust/ast/rust-ast-fragment.cc | 2 +- gcc/rust/ast/rust-ast-fragment.h | 2 +- gcc/rust/ast/rust-macro.cc | 2 +- gcc/rust/checks/errors/rust-feature-gate.cc | 2 +- gcc/rust/checks/errors/rust-feature-gate.h | 2 +- gcc/rust/checks/errors/rust-feature.cc | 2 +- gcc/rust/checks/errors/rust-feature.h | 2 +- gcc/rust/hir/rust-ast-lower-expr.cc | 2 +- gcc/rust/hir/rust-ast-lower-type.cc | 2 +- gcc/rust/resolve/rust-early-name-resolver.cc | 2 +- gcc/rust/resolve/rust-early-name-resolver.h | 2 +- gcc/rust/rust-gcc.h | 2 +- gcc/rust/rust-target-def.h | 2 +- gcc/rust/rust-target.def | 2 +- gcc/rust/rust-target.h | 2 +- gcc/rust/typecheck/rust-hir-path-probe.cc | 2 +- gcc/rust/typecheck/rust-hir-trait-reference.cc | 2 +- gcc/rust/typecheck/rust-hir-trait-reference.h | 2 +- gcc/rust/typecheck/rust-typecheck-context.cc | 2 +- gcc/rust/typecheck/rust-tyty-bounds.h | 2 +- gcc/rust/typecheck/rust-tyty-subst.cc | 2 +- gcc/rust/typecheck/rust-tyty-subst.h | 2 +- gcc/rust/typecheck/rust-tyty-util.cc | 2 +- gcc/rust/typecheck/rust-tyty-util.h | 2 +- gcc/rust/typecheck/rust-unify.cc | 2 +- gcc/rust/typecheck/rust-unify.h | 2 +- gcc/rust/util/rust-inline-visitor.h | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/gcc/config/darwin-rust.cc b/gcc/config/darwin-rust.cc index 4b014b88c52..66854600c73 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 aa098cbb806..36df0d60c88 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 ce501d1b6fd..d8877c38e57 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 1dbf2ed8ef9..41e1c354815 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 86262504ac2..082a15fe8bb 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 a00c4f8cee1..d2e00c05b45 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 a837e2f1c74..4caf9e71535 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 3eaa91818ff..7d098d222dd 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 9395466cbbe..b94627ebedf 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 c4721ea18e9..907f90ba5c1 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 e36bd450bcc..504d435a10a 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 55c884bcb2e..669df378357 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 76d618cdcd1..33fb99e84b0 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 190584d3961..026df448a3e 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 fba629c0119..a9dc4747d51 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 22e99090b25..41f5a287756 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 b90cc15898e..b6f8f6c059a 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 cd26f8a17f5..31ce3679ee1 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 080c15ccd23..dc95c6b3879 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 b87b4ca38ef..81689d9302b 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 bf93b090af5..1425e26cd9a 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 df4ba9d2911..50c2eaeb0ff 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 92a14f4dacf..9ea22b01f32 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 60d6c8abc4d..5f11ae239bd 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 c74c452ecaf..21b92e9b7a4 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 085c16d0f3b..0db81949270 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 8534c4b68c3..0eb69b8e381 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 9c72c1c86d3..90501e2a030 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 7fcdfc99b81..7c448a53be5 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 be89ceb8645..dae4c014d02 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 651c55abc82..8574988fb0b 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 40a1fd7970c..f3703efcced 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 ba4d3228c22..27ff96986dc 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 44839bd0b40..624048022ee 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 3dfe95873bc..e4fe30e00ea 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 982861e9bc6..fd5826102b3 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 5037f68cb3f..32b94f04511 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 eccbb4423d5..6b28379345f 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 415ffcdc6ea..cbbff8c4420 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 6e46b9642a6..75fb884385e 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 105a67b8c5c..9240627b354 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.