diff options
author | Alan Modra <amodra@gmail.com> | 2023-01-01 16:38:42 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-01-01 21:50:11 +1030 |
commit | d87bef3a7bc827fa36a69d2c334aa82f7d188d81 (patch) | |
tree | 93fdac0ecd3a4096fcc8b7815f5b11734fa10093 /include/sim | |
parent | 004cb07ebf48833dbb6e5bbd209cc6ad410b3178 (diff) | |
download | gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.zip gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.gz gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.bz2 |
Update year range in copyright notice of binutils files
The newer update-copyright.py fixes file encoding too, removing cr/lf
on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and
embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
Diffstat (limited to 'include/sim')
-rw-r--r-- | include/sim/callback.h | 2 | ||||
-rw-r--r-- | include/sim/sim-aarch64.h | 2 | ||||
-rw-r--r-- | include/sim/sim-arm.h | 2 | ||||
-rw-r--r-- | include/sim/sim-bfin.h | 2 | ||||
-rw-r--r-- | include/sim/sim-cr16.h | 2 | ||||
-rw-r--r-- | include/sim/sim-d10v.h | 2 | ||||
-rw-r--r-- | include/sim/sim-frv.h | 2 | ||||
-rw-r--r-- | include/sim/sim-ft32.h | 2 | ||||
-rw-r--r-- | include/sim/sim-h8300.h | 2 | ||||
-rw-r--r-- | include/sim/sim-lm32.h | 2 | ||||
-rw-r--r-- | include/sim/sim-m32c.h | 2 | ||||
-rw-r--r-- | include/sim/sim-ppc.h | 2 | ||||
-rw-r--r-- | include/sim/sim-riscv.h | 2 | ||||
-rw-r--r-- | include/sim/sim-rl78.h | 2 | ||||
-rw-r--r-- | include/sim/sim-rx.h | 2 | ||||
-rw-r--r-- | include/sim/sim-sh.h | 2 | ||||
-rw-r--r-- | include/sim/sim.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/include/sim/callback.h b/include/sim/callback.h index a53f3b3..6b051b6 100644 --- a/include/sim/callback.h +++ b/include/sim/callback.h @@ -1,5 +1,5 @@ /* Remote target system call callback support. - Copyright (C) 1997-2022 Free Software Foundation, Inc. + Copyright (C) 1997-2023 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. diff --git a/include/sim/sim-aarch64.h b/include/sim/sim-aarch64.h index 5f82b11..39d7510 100644 --- a/include/sim/sim-aarch64.h +++ b/include/sim/sim-aarch64.h @@ -1,6 +1,6 @@ /* sim-aarch64.h --- interface between AArch64 simulator and GDB. - Copyright (C) 2015-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-arm.h b/include/sim/sim-arm.h index f361c88..a5015f1 100644 --- a/include/sim/sim-arm.h +++ b/include/sim/sim-arm.h @@ -1,6 +1,6 @@ /* This file defines the interface between the Arm simulator and GDB. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-bfin.h b/include/sim/sim-bfin.h index 143fb6d..d4ad149 100644 --- a/include/sim/sim-bfin.h +++ b/include/sim/sim-bfin.h @@ -1,6 +1,6 @@ /* This file defines the interface between the Blackfin simulator and GDB. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GDB. diff --git a/include/sim/sim-cr16.h b/include/sim/sim-cr16.h index 041e5d1..cc52864 100644 --- a/include/sim/sim-cr16.h +++ b/include/sim/sim-cr16.h @@ -1,6 +1,6 @@ /* This file defines the interface between the cr16 simulator and gdb. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim-d10v.h b/include/sim/sim-d10v.h index 1eb990b..071df20 100644 --- a/include/sim/sim-d10v.h +++ b/include/sim/sim-d10v.h @@ -1,6 +1,6 @@ /* This file defines the interface between the d10v simulator and gdb. - Copyright (C) 1999-2022 Free Software Foundation, Inc. + Copyright (C) 1999-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim-frv.h b/include/sim/sim-frv.h index 77415c3..4f07a2c 100644 --- a/include/sim/sim-frv.h +++ b/include/sim/sim-frv.h @@ -1,6 +1,6 @@ /* This file defines the interface between the FR-V simulator and GDB. - Copyright (C) 2003-2022 Free Software Foundation, Inc. + Copyright (C) 2003-2023 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-ft32.h b/include/sim/sim-ft32.h index 07efac2..bd8ecdf 100644 --- a/include/sim/sim-ft32.h +++ b/include/sim/sim-ft32.h @@ -1,6 +1,6 @@ /* This file defines the interface between the FT32 simulator and GDB. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by FTDI. This file is part of GDB. diff --git a/include/sim/sim-h8300.h b/include/sim/sim-h8300.h index b039133..4d6bcc5 100644 --- a/include/sim/sim-h8300.h +++ b/include/sim/sim-h8300.h @@ -1,5 +1,5 @@ /* This file defines the interface between the h8300 simulator and gdb. - Copyright (C) 2002-2022 Free Software Foundation, Inc. + Copyright (C) 2002-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim-lm32.h b/include/sim/sim-lm32.h index 030bcdb..1d7d67b 100644 --- a/include/sim/sim-lm32.h +++ b/include/sim/sim-lm32.h @@ -1,7 +1,7 @@ /* This file defines the interface between the LM32 simulator and GDB. Contributed by Jon Beniston <jon@beniston.com> - Copyright (C) 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2009-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim-m32c.h b/include/sim/sim-m32c.h index 46affd8..576bbda 100644 --- a/include/sim/sim-m32c.h +++ b/include/sim/sim-m32c.h @@ -1,5 +1,5 @@ /* This file defines the interface between the m32c simulator and gdb. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim-ppc.h b/include/sim/sim-ppc.h index 254c5f3..e162508 100644 --- a/include/sim/sim-ppc.h +++ b/include/sim/sim-ppc.h @@ -1,6 +1,6 @@ /* sim-ppc.h --- interface between PowerPC simulator and GDB. - Copyright (C) 2004-2022 Free Software Foundation, Inc. + Copyright (C) 2004-2023 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-riscv.h b/include/sim/sim-riscv.h index eb07f8c..e106734 100644 --- a/include/sim/sim-riscv.h +++ b/include/sim/sim-riscv.h @@ -1,6 +1,6 @@ /* This file defines the interface between the RISC-V simulator and GDB. - Copyright (C) 2005-2022 Free Software Foundation, Inc. + Copyright (C) 2005-2023 Free Software Foundation, Inc. Contributed by Mike Frysinger. This file is part of GDB. diff --git a/include/sim/sim-rl78.h b/include/sim/sim-rl78.h index 6c3a2a6..ef9a28d 100644 --- a/include/sim/sim-rl78.h +++ b/include/sim/sim-rl78.h @@ -1,6 +1,6 @@ /* sim-rx.h --- interface between rl78 simulator and GDB. - Copyright (C) 2011-2022 Free Software Foundation, Inc. + Copyright (C) 2011-2023 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-rx.h b/include/sim/sim-rx.h index bce3f14..a205e46 100644 --- a/include/sim/sim-rx.h +++ b/include/sim/sim-rx.h @@ -1,6 +1,6 @@ /* sim-rx.h --- interface between RX simulator and GDB. - Copyright (C) 2008-2022 Free Software Foundation, Inc. + Copyright (C) 2008-2023 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-sh.h b/include/sim/sim-sh.h index acc2375..331371c 100644 --- a/include/sim/sim-sh.h +++ b/include/sim/sim-sh.h @@ -1,5 +1,5 @@ /* This file defines the interface between the sh simulator and gdb. - Copyright (C) 2000-2022 Free Software Foundation, Inc. + Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim.h b/include/sim/sim.h index 6243bd4..8f33b09 100644 --- a/include/sim/sim.h +++ b/include/sim/sim.h @@ -1,6 +1,6 @@ /* This file defines the interface between the simulator and gdb. - Copyright (C) 1993-2022 Free Software Foundation, Inc. + Copyright (C) 1993-2023 Free Software Foundation, Inc. This file is part of GDB. |