From: Thomas Schwinge Date: Mon, 13 Feb 2023 13:24:42 +0000 (+0100) Subject: Update copyright years. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2166e589d80e6964c10da5c070d8505febca914c;p=thirdparty%2Fgcc.git Update copyright years. Update GCC/Rust files per 'contrib/update-copyright.py --this-year'. Fixes: #1831 --- diff --git a/gcc/config/darwin-rust.cc b/gcc/config/darwin-rust.cc index 4b014b88c521..66854600c737 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 aa098cbb806d..36df0d60c884 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 ce501d1b6fd4..d8877c38e578 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 1dbf2ed8ef96..41e1c3548159 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 86262504ac2c..082a15fe8bb9 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 a00c4f8cee1e..d2e00c05b459 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 a837e2f1c740..4caf9e715351 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 3eaa91818ff4..7d098d222dd8 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 9395466cbbee..b94627ebedf0 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 c4721ea18e9e..907f90ba5c1e 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 e36bd450bccf..504d435a10a6 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 55c884bcb2e2..669df378357d 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 76d618cdcd1b..33fb99e84b02 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 190584d3961b..026df448a3e9 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 fba629c0119e..a9dc4747d516 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 22e99090b25b..41f5a287756c 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 b90cc15898eb..b6f8f6c059a7 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 cd26f8a17f51..31ce3679ee18 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 080c15ccd234..dc95c6b3879a 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 b87b4ca38efa..81689d9302b0 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 bf93b090af59..1425e26cd9ad 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 df4ba9d29114..50c2eaeb0ffe 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 92a14f4dacf1..9ea22b01f321 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 60d6c8abc4db..5f11ae239bdc 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 c74c452ecafc..21b92e9b7a49 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 085c16d0f3bb..0db81949270e 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 8534c4b68c30..0eb69b8e381d 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 9c72c1c86d3a..90501e2a0305 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 7fcdfc99b81e..7c448a53be57 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 be89ceb86457..dae4c014d02d 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 651c55abc821..8574988fb0bf 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 40a1fd7970cd..f3703efcced0 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 ba4d3228c226..27ff96986dcd 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 44839bd0b409..624048022ee7 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 3dfe95873bce..e4fe30e00ea7 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 982861e9bc66..fd5826102b34 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 5037f68cb3f1..32b94f045119 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 eccbb4423d54..6b28379345fe 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 415ffcdc6eaa..cbbff8c44204 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 6e46b9642a60..75fb884385ef 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 105a67b8c5c0..9240627b3545 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.