aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile.cc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-22 16:46:54 +0000
committerGitHub <noreply@github.com>2021-10-22 16:46:54 +0000
commit868d3125d326a6800376411fb6699d984cfa7101 (patch)
tree5bacc3ab7d6cfd15e3a3fedb8018f44187c6811c /gcc/rust/backend/rust-compile.cc
parenta51180ca2db69136bc594b804f799cf084222f20 (diff)
parentf4b4676d0a64f36603cd8e152c0de0cf39395808 (diff)
downloadgcc-868d3125d326a6800376411fb6699d984cfa7101.zip
gcc-868d3125d326a6800376411fb6699d984cfa7101.tar.gz
gcc-868d3125d326a6800376411fb6699d984cfa7101.tar.bz2
Merge #764
764: Update GCC/Rust files per 'contrib/update-copyright.py --this-year' r=philberty a=tschwinge As noted by `@dkm/@CohenArthur` in <https://github.com/Rust-GCC/gccrs/pull/747#issuecomment-945581716>/<https://github.com/Rust-GCC/gccrs/issues/747#issuecomment-945585735>. Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>
Diffstat (limited to 'gcc/rust/backend/rust-compile.cc')
-rw-r--r--gcc/rust/backend/rust-compile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile.cc b/gcc/rust/backend/rust-compile.cc
index 40e2f86..c8254c1 100644
--- a/gcc/rust/backend/rust-compile.cc
+++ b/gcc/rust/backend/rust-compile.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-2021 Free Software Foundation, Inc.
// This file is part of GCC.