]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Update copyright years.
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 27 Feb 2023 12:53:50 +0000 (13:53 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:22 +0000 (10:47 +0200)
gcc/rust/ChangeLog:

* ast/rust-ast-fragment.cc: Update copyright years.
* ast/rust-ast-fragment.h: Likewise.
* ast/rust-macro.cc: Likewise.
* checks/errors/rust-feature-gate.cc: Likewise.
* checks/errors/rust-feature-gate.h: Likewise.
* checks/errors/rust-feature.cc: Likewise.
* checks/errors/rust-feature.h: Likewise.
* hir/rust-ast-lower-expr.cc: Likewise.
* hir/rust-ast-lower-type.cc: Likewise.
* resolve/rust-early-name-resolver.cc: Likewise.
* resolve/rust-early-name-resolver.h: Likewise.
* rust-gcc.h: Likewise.
* typecheck/rust-hir-path-probe.cc: Likewise.
* typecheck/rust-hir-trait-reference.cc: Likewise.
* typecheck/rust-tyty-bounds.h: Likewise.
* typecheck/rust-tyty-subst.cc: Likewise.
* typecheck/rust-tyty-subst.h: Likewise.
* typecheck/rust-tyty-util.cc: Likewise.
* typecheck/rust-tyty-util.h: Likewise.
* typecheck/rust-unify.cc: Likewise.
* typecheck/rust-unify.h: Likewise.
* util/rust-inline-visitor.h: Likewise.

22 files changed:
gcc/rust/ast/rust-ast-fragment.cc
gcc/rust/ast/rust-ast-fragment.h
gcc/rust/ast/rust-macro.cc
gcc/rust/checks/errors/rust-feature-gate.cc
gcc/rust/checks/errors/rust-feature-gate.h
gcc/rust/checks/errors/rust-feature.cc
gcc/rust/checks/errors/rust-feature.h
gcc/rust/hir/rust-ast-lower-expr.cc
gcc/rust/hir/rust-ast-lower-type.cc
gcc/rust/resolve/rust-early-name-resolver.cc
gcc/rust/resolve/rust-early-name-resolver.h
gcc/rust/rust-gcc.h
gcc/rust/typecheck/rust-hir-path-probe.cc
gcc/rust/typecheck/rust-hir-trait-reference.cc
gcc/rust/typecheck/rust-tyty-bounds.h
gcc/rust/typecheck/rust-tyty-subst.cc
gcc/rust/typecheck/rust-tyty-subst.h
gcc/rust/typecheck/rust-tyty-util.cc
gcc/rust/typecheck/rust-tyty-util.h
gcc/rust/typecheck/rust-unify.cc
gcc/rust/typecheck/rust-unify.h
gcc/rust/util/rust-inline-visitor.h

index fba629c0119e05e09978d2f67454e2ef935d645a..a9dc4747d516181723f35a747e9742411db20f2b 100644 (file)
@@ -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.
 
index 22e99090b25be9d19db25951ea9848bd7be34d53..41f5a287756cf80216e26d50ce81365f67e3c9ae 100644 (file)
@@ -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.
 
index b90cc15898eb5ec5f23cf716475aec2868e3babe..b6f8f6c059a73f2c2dc85662a8323b8a33f8083b 100644 (file)
@@ -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.
 
index cd26f8a17f516b2980903d51abdaeb7319d3d9da..31ce3679ee18981bffddef6f59f2fe3c5393fc4a 100644 (file)
@@ -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.
 
index 080c15ccd234a9846959f947ba6c34ee440567c9..dc95c6b3879aac26783b9bddc836e608a0851afa 100644 (file)
@@ -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.
 
index b87b4ca38efaec3f4ae8edf885c31f2cbdc8b877..81689d9302b031a6f21fe1be1336fcb1cb7017b6 100644 (file)
@@ -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.
 
index bf93b090af5951e05afa2ce1a56aa7fc506775e5..1425e26cd9adda470191765c76820d518cecd6d9 100644 (file)
@@ -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.
 
index df4ba9d29114136a5ef31cded675c3bc518a60c7..50c2eaeb0ffed832e7f7511e5ae23e1135783864 100644 (file)
@@ -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.
 
index 92a14f4dacf1273c8fce4f09a32ecbbbd0cd51b3..9ea22b01f321cadfa041f2146eaefdcb29719188 100644 (file)
@@ -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.
 
index 60d6c8abc4db7f281feb2bcfea3681961bad662a..5f11ae239bdc3321e31bf15f711908f48c705753 100644 (file)
@@ -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.
 
index c74c452ecafcc505d26ec02a20b76e8a6c7e4349..21b92e9b7a49a76aa6e4bb360de591acd2d31560 100644 (file)
@@ -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.
 
index 085c16d0f3bb1a69be46c95e538a23c07547ccee..0db81949270e194bf34b441f0fe309734f62de04 100644 (file)
@@ -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
 
index be89ceb864574e24f3fc4ef1aa3082e90a4e7c0a..dae4c014d02dffc74a4125393986d272f2226f6f 100644 (file)
@@ -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.
 
index 651c55abc82172acf28e95794ee7182556500ef0..8574988fb0bf29d4103da9e1c501e6145a5c05a4 100644 (file)
@@ -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.
 
index 44839bd0b4097d62a320362d489eb7bf1d95058c..624048022ee7c8a566cf4e42e97342efb615c89a 100644 (file)
@@ -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.
 
index 3dfe95873bce23c602ae07f8a411b090a0dc6ddf..e4fe30e00ea78564900e674a2f3cfe7468eb83cf 100644 (file)
@@ -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.
 
index 982861e9bc663939d2bd3a290e1832ad328c3db0..fd5826102b34d9975d5c6e4923a651d9a87fd7d7 100644 (file)
@@ -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.
 
index 5037f68cb3f184f4dd04dc00b641dddbaf90c34f..32b94f045119230daa5d64f9719f52b490649ba1 100644 (file)
@@ -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.
 
index eccbb4423d54252e0ce219603e2ac4bf26addfba..6b28379345fe1885521ebf5cdda1b2a015816c47 100644 (file)
@@ -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.
 
index 415ffcdc6eaa85ae091b28d8a82679b7a9933b30..cbbff8c44204670f075dd305ce015ce83e2cc17e 100644 (file)
@@ -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.
 
index 6e46b9642a60ae577aff78ded2ff5a5b3394f83a..75fb884385ef0a77455b916a5ab21b60e4996c91 100644 (file)
@@ -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.
 
index 105a67b8c5c0453a5abf5b79df979634cd289df6..9240627b3545fcb990cd430db826da282af842b1 100644 (file)
@@ -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.