gccrs: Update copyright years.

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.
This commit is contained in:
Thomas Schwinge
2023-02-27 13:53:50 +01:00
committed by Arthur Cohen
parent f64799a567
commit b4229fb086
22 changed files with 22 additions and 22 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.