aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-01-16 11:50:43 +0100
committerJakub Jelinek <jakub@redhat.com>2023-01-16 11:52:17 +0100
commit83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (patch)
tree730ac068df829f1af95259b5e9f1830552dc76ca /gcc/d
parenta31becca488b537cfc24bba7c0f48b2c44726240 (diff)
downloadgcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.bz2
Update copyright years.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/Make-lang.in2
-rw-r--r--gcc/d/config-lang.in2
-rw-r--r--gcc/d/d-attribs.cc2
-rw-r--r--gcc/d/d-builtins.cc2
-rw-r--r--gcc/d/d-codegen.cc2
-rw-r--r--gcc/d/d-compiler.cc2
-rw-r--r--gcc/d/d-convert.cc2
-rw-r--r--gcc/d/d-ctfloat.cc2
-rw-r--r--gcc/d/d-diagnostic.cc2
-rw-r--r--gcc/d/d-frontend.cc2
-rw-r--r--gcc/d/d-frontend.h2
-rw-r--r--gcc/d/d-gimplify.cc2
-rw-r--r--gcc/d/d-incpath.cc2
-rw-r--r--gcc/d/d-lang.cc2
-rw-r--r--gcc/d/d-longdouble.cc2
-rw-r--r--gcc/d/d-port.cc2
-rw-r--r--gcc/d/d-spec.cc2
-rw-r--r--gcc/d/d-system.h2
-rw-r--r--gcc/d/d-target-def.h2
-rw-r--r--gcc/d/d-target.cc2
-rw-r--r--gcc/d/d-target.def2
-rw-r--r--gcc/d/d-target.h2
-rw-r--r--gcc/d/d-tree.def2
-rw-r--r--gcc/d/d-tree.h2
-rw-r--r--gcc/d/decl.cc2
-rw-r--r--gcc/d/dmd/root/dsystem.h2
-rw-r--r--gcc/d/dmd/root/longdouble.d2
-rw-r--r--gcc/d/expr.cc2
-rw-r--r--gcc/d/implement-d.texi2
-rw-r--r--gcc/d/imports.cc2
-rw-r--r--gcc/d/intrinsics.cc2
-rw-r--r--gcc/d/intrinsics.def2
-rw-r--r--gcc/d/lang-specs.h2
-rw-r--r--gcc/d/lang.opt2
-rw-r--r--gcc/d/longdouble.h2
-rw-r--r--gcc/d/modules.cc2
-rw-r--r--gcc/d/runtime.cc2
-rw-r--r--gcc/d/runtime.def2
-rw-r--r--gcc/d/toir.cc2
-rw-r--r--gcc/d/typeinfo.cc2
-rw-r--r--gcc/d/types.cc2
41 files changed, 41 insertions, 41 deletions
diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in
index b526461..bf295a9 100644
--- a/gcc/d/Make-lang.in
+++ b/gcc/d/Make-lang.in
@@ -1,5 +1,5 @@
# Make-lang.in -- Top level -*- makefile -*- fragment for the D frontend.
-# Copyright (C) 2006-2022 Free Software Foundation, Inc.
+# Copyright (C) 2006-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/d/config-lang.in b/gcc/d/config-lang.in
index 8799663..f86a3ed 100644
--- a/gcc/d/config-lang.in
+++ b/gcc/d/config-lang.in
@@ -1,5 +1,5 @@
# config-lang.in -- Top level configure fragment for gcc D frontend.
-# Copyright (C) 2006-2022 Free Software Foundation, Inc.
+# Copyright (C) 2006-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/d/d-attribs.cc b/gcc/d/d-attribs.cc
index 90e72e3..cc46220 100644
--- a/gcc/d/d-attribs.cc
+++ b/gcc/d/d-attribs.cc
@@ -1,5 +1,5 @@
/* d-attribs.c -- D attributes handling.
- Copyright (C) 2015-2022 Free Software Foundation, Inc.
+ Copyright (C) 2015-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/d/d-builtins.cc b/gcc/d/d-builtins.cc
index 51e562a..f408880 100644
--- a/gcc/d/d-builtins.cc
+++ b/gcc/d/d-builtins.cc
@@ -1,5 +1,5 @@
/* d-builtins.cc -- GCC builtins support for D.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-codegen.cc b/gcc/d/d-codegen.cc
index aa6bc9e..920b45d 100644
--- a/gcc/d/d-codegen.cc
+++ b/gcc/d/d-codegen.cc
@@ -1,5 +1,5 @@
/* d-codegen.cc -- Code generation and routines for manipulation of GCC trees.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-compiler.cc b/gcc/d/d-compiler.cc
index ef19df1..6066160 100644
--- a/gcc/d/d-compiler.cc
+++ b/gcc/d/d-compiler.cc
@@ -1,5 +1,5 @@
/* d-compiler.cc -- D frontend interface to the gcc back-end.
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-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/d/d-convert.cc b/gcc/d/d-convert.cc
index ec5da6c..9e7fcd5 100644
--- a/gcc/d/d-convert.cc
+++ b/gcc/d/d-convert.cc
@@ -1,5 +1,5 @@
/* d-convert.cc -- Data type conversion routines.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-ctfloat.cc b/gcc/d/d-ctfloat.cc
index a434af9..a85a413 100644
--- a/gcc/d/d-ctfloat.cc
+++ b/gcc/d/d-ctfloat.cc
@@ -1,5 +1,5 @@
/* d-ctfloat.cc -- D frontend interface to the gcc back-end.
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-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/d/d-diagnostic.cc b/gcc/d/d-diagnostic.cc
index e2d5191..c3bde46 100644
--- a/gcc/d/d-diagnostic.cc
+++ b/gcc/d/d-diagnostic.cc
@@ -1,5 +1,5 @@
/* d-diagnostics.cc -- D frontend interface to gcc diagnostics.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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/d/d-frontend.cc b/gcc/d/d-frontend.cc
index ec9f6d2..f5e0496 100644
--- a/gcc/d/d-frontend.cc
+++ b/gcc/d/d-frontend.cc
@@ -1,5 +1,5 @@
/* d-frontend.cc -- D frontend interface to the gcc back-end.
- Copyright (C) 2013-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/d/d-frontend.h b/gcc/d/d-frontend.h
index ef46d9d..dcbb646 100644
--- a/gcc/d/d-frontend.h
+++ b/gcc/d/d-frontend.h
@@ -1,5 +1,5 @@
/* d-frontend.h -- D frontend interface to the gcc back-end.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-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/d/d-gimplify.cc b/gcc/d/d-gimplify.cc
index 33fe65c..4072a3d 100644
--- a/gcc/d/d-gimplify.cc
+++ b/gcc/d/d-gimplify.cc
@@ -1,5 +1,5 @@
/* D-specific tree lowering bits; see also gimple.cc.
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-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/d/d-incpath.cc b/gcc/d/d-incpath.cc
index 68d4796..ab73ce1 100644
--- a/gcc/d/d-incpath.cc
+++ b/gcc/d/d-incpath.cc
@@ -1,5 +1,5 @@
/* d-incpath.cc -- Set up combined import paths for the D frontend.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-lang.cc b/gcc/d/d-lang.cc
index 3b61301..d9b4946 100644
--- a/gcc/d/d-lang.cc
+++ b/gcc/d/d-lang.cc
@@ -1,5 +1,5 @@
/* d-lang.cc -- Language-dependent hooks for D.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-longdouble.cc b/gcc/d/d-longdouble.cc
index cf0b68b..c00208b 100644
--- a/gcc/d/d-longdouble.cc
+++ b/gcc/d/d-longdouble.cc
@@ -1,5 +1,5 @@
/* d-longdouble.cc -- Software floating-point emulation for the frontend.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-port.cc b/gcc/d/d-port.cc
index a908cc8..eb68582 100644
--- a/gcc/d/d-port.cc
+++ b/gcc/d/d-port.cc
@@ -1,5 +1,5 @@
/* d-port.cc -- D frontend interface to the gcc back-end.
- Copyright (C) 2013-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/d/d-spec.cc b/gcc/d/d-spec.cc
index 9ad36da..d9e28c31 100644
--- a/gcc/d/d-spec.cc
+++ b/gcc/d/d-spec.cc
@@ -1,5 +1,5 @@
/* d-spec.c -- Specific flags and argument handling of the D front end.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-system.h b/gcc/d/d-system.h
index dc8cf78..108f654 100644
--- a/gcc/d/d-system.h
+++ b/gcc/d/d-system.h
@@ -1,5 +1,5 @@
/* d-system.h -- DMD frontend inclusion of gcc header files.
- * Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ * Copyright (C) 2018-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/d/d-target-def.h b/gcc/d/d-target-def.h
index b47fffa..4f94b28 100644
--- a/gcc/d/d-target-def.h
+++ b/gcc/d/d-target-def.h
@@ -1,5 +1,5 @@
/* d-target-def.h -- Default initializers for D target hooks.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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/d/d-target.cc b/gcc/d/d-target.cc
index d324467..5eab570 100644
--- a/gcc/d/d-target.cc
+++ b/gcc/d/d-target.cc
@@ -1,5 +1,5 @@
/* d-target.cc -- Target interface for the D front end.
- Copyright (C) 2013-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/d/d-target.def b/gcc/d/d-target.def
index 7d999d0..779032b 100644
--- a/gcc/d/d-target.def
+++ b/gcc/d/d-target.def
@@ -1,5 +1,5 @@
/* d-target.def -- Target hook definitions for the D front end.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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/d/d-target.h b/gcc/d/d-target.h
index 51f6956..e4e787c 100644
--- a/gcc/d/d-target.h
+++ b/gcc/d/d-target.h
@@ -1,5 +1,5 @@
/* d-target.h -- Data structure definitions for target-specific D behavior.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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/d/d-tree.def b/gcc/d/d-tree.def
index 9cef280..32e58df 100644
--- a/gcc/d/d-tree.def
+++ b/gcc/d/d-tree.def
@@ -1,6 +1,6 @@
/* d-tree.def -- Definitions and documentation for additional tree codes used
in the D compiler (see tree.def for standard codes).
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/d-tree.h b/gcc/d/d-tree.h
index 4885cfe..c9f5aaa 100644
--- a/gcc/d/d-tree.h
+++ b/gcc/d/d-tree.h
@@ -1,5 +1,5 @@
/* d-tree.h -- Definitions and declarations for code generation.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/decl.cc b/gcc/d/decl.cc
index 3508108..2bece96 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1,5 +1,5 @@
/* decl.cc -- Lower D frontend declarations to GCC trees.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/dmd/root/dsystem.h b/gcc/d/dmd/root/dsystem.h
index 78545e4..45921df 100644
--- a/gcc/d/dmd/root/dsystem.h
+++ b/gcc/d/dmd/root/dsystem.h
@@ -1,5 +1,5 @@
/* dsystem.h -- Get common system includes from the host.
- * Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ * Copyright (C) 2018-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/d/dmd/root/longdouble.d b/gcc/d/dmd/root/longdouble.d
index d6753aa..5bbed22 100644
--- a/gcc/d/dmd/root/longdouble.d
+++ b/gcc/d/dmd/root/longdouble.d
@@ -1,6 +1,6 @@
/**
* 80-bit floating point value implementation if the C/D compiler does not support them natively.
- * Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ * Copyright (C) 2021-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/d/expr.cc b/gcc/d/expr.cc
index e939e77..c8ec37d 100644
--- a/gcc/d/expr.cc
+++ b/gcc/d/expr.cc
@@ -1,5 +1,5 @@
/* expr.cc -- Lower D frontend expressions to GCC trees.
- Copyright (C) 2015-2022 Free Software Foundation, Inc.
+ Copyright (C) 2015-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/d/implement-d.texi b/gcc/d/implement-d.texi
index 8f3f825..6d0c1ec 100644
--- a/gcc/d/implement-d.texi
+++ b/gcc/d/implement-d.texi
@@ -1,5 +1,5 @@
@ignore
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2022-2023 Free Software Foundation, Inc.
This is part of the GNU D manual.
For copying conditions, see the file gdc.texi.
@end ignore
diff --git a/gcc/d/imports.cc b/gcc/d/imports.cc
index 2d331f4..3b46d1b 100644
--- a/gcc/d/imports.cc
+++ b/gcc/d/imports.cc
@@ -1,5 +1,5 @@
/* imports.cc -- Build imported modules/declarations.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-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/d/intrinsics.cc b/gcc/d/intrinsics.cc
index 46380e5..0121d81 100644
--- a/gcc/d/intrinsics.cc
+++ b/gcc/d/intrinsics.cc
@@ -1,5 +1,5 @@
/* intrinsics.cc -- D language compiler intrinsics.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/intrinsics.def b/gcc/d/intrinsics.def
index 96f9b93..454bddf 100644
--- a/gcc/d/intrinsics.def
+++ b/gcc/d/intrinsics.def
@@ -1,5 +1,5 @@
/* intrinsics.def -- Definitions for D compiler intrinsics.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-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/d/lang-specs.h b/gcc/d/lang-specs.h
index 7d3c119..23b183b 100644
--- a/gcc/d/lang-specs.h
+++ b/gcc/d/lang-specs.h
@@ -1,5 +1,5 @@
/* lang-specs.h -- GCC driver specs for D frontend.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/lang.opt b/gcc/d/lang.opt
index b039c76..25a6bce 100644
--- a/gcc/d/lang.opt
+++ b/gcc/d/lang.opt
@@ -1,5 +1,5 @@
; lang.opt -- Options for the D front end.
-; Copyright (C) 2006-2022 Free Software Foundation, Inc.
+; Copyright (C) 2006-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/d/longdouble.h b/gcc/d/longdouble.h
index 1e457ae..35acddb 100644
--- a/gcc/d/longdouble.h
+++ b/gcc/d/longdouble.h
@@ -1,5 +1,5 @@
/* longdouble.h -- Definitions of floating-point access for the frontend.
- Copyright (C) 2015-2022 Free Software Foundation, Inc.
+ Copyright (C) 2015-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/d/modules.cc b/gcc/d/modules.cc
index 4f91853..84deada 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -1,5 +1,5 @@
/* modules.cc -- D module initialization and termination.
- Copyright (C) 2013-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/d/runtime.cc b/gcc/d/runtime.cc
index 5d538c5..fed7c45 100644
--- a/gcc/d/runtime.cc
+++ b/gcc/d/runtime.cc
@@ -1,5 +1,5 @@
/* runtime.cc -- D runtime functions called by generated code.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/runtime.def b/gcc/d/runtime.def
index f576bef..a9b2453 100644
--- a/gcc/d/runtime.def
+++ b/gcc/d/runtime.def
@@ -1,5 +1,5 @@
/* runtime.def -- Definitions for D runtime functions.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-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/d/toir.cc b/gcc/d/toir.cc
index e387f27..e3fa0ee 100644
--- a/gcc/d/toir.cc
+++ b/gcc/d/toir.cc
@@ -1,5 +1,5 @@
/* toir.cc -- Lower D frontend statements to GCC trees.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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/d/typeinfo.cc b/gcc/d/typeinfo.cc
index 00fa2ba..08bb1bb 100644
--- a/gcc/d/typeinfo.cc
+++ b/gcc/d/typeinfo.cc
@@ -1,5 +1,5 @@
/* typeinfo.cc -- D runtime type identification.
- Copyright (C) 2013-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-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/d/types.cc b/gcc/d/types.cc
index 38cc7f5..483173d 100644
--- a/gcc/d/types.cc
+++ b/gcc/d/types.cc
@@ -1,5 +1,5 @@
/* types.cc -- Lower D frontend types to GCC trees.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-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