aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2023-02-21 13:49:42 +0100
committerThomas Schwinge <thomas@codesourcery.com>2023-02-21 13:49:42 +0100
commite28c5b33b987374f753b32306b0d3ecf610b64f2 (patch)
tree29492b86da71db0b611513fa4d390b173542a27e
parentecb409b23b86363fa085ec32e89e1aeda002cb70 (diff)
downloadgcc-e28c5b33b987374f753b32306b0d3ecf610b64f2.zip
gcc-e28c5b33b987374f753b32306b0d3ecf610b64f2.tar.gz
gcc-e28c5b33b987374f753b32306b0d3ecf610b64f2.tar.bz2
Update copyright years.
... which accidentally had gotten reverted in recent commit r13-6156-g1e8eb102200902e12c1b00e867e338be0a92c292 "gccrs: dump: Emit visibility when dumping items".
-rw-r--r--gcc/rust/ast/rust-ast-dump.cc2
-rw-r--r--gcc/rust/ast/rust-ast-dump.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/ast/rust-ast-dump.cc b/gcc/rust/ast/rust-ast-dump.cc
index 131e23e..77e04b9 100644
--- a/gcc/rust/ast/rust-ast-dump.cc
+++ b/gcc/rust/ast/rust-ast-dump.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-dump.h b/gcc/rust/ast/rust-ast-dump.h
index 4bc322c..56918f5 100644
--- a/gcc/rust/ast/rust-ast-dump.h
+++ b/gcc/rust/ast/rust-ast-dump.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.