diff options
Diffstat (limited to 'sim/rx')
-rw-r--r-- | sim/rx/acinclude.m4 | 2 | ||||
-rw-r--r-- | sim/rx/cpu.h | 2 | ||||
-rw-r--r-- | sim/rx/err.c | 2 | ||||
-rw-r--r-- | sim/rx/err.h | 2 | ||||
-rw-r--r-- | sim/rx/fpu.c | 2 | ||||
-rw-r--r-- | sim/rx/fpu.h | 2 | ||||
-rw-r--r-- | sim/rx/gdb-if.c | 2 | ||||
-rw-r--r-- | sim/rx/load.c | 2 | ||||
-rw-r--r-- | sim/rx/load.h | 2 | ||||
-rw-r--r-- | sim/rx/local.mk | 2 | ||||
-rw-r--r-- | sim/rx/main.c | 2 | ||||
-rw-r--r-- | sim/rx/mem.c | 2 | ||||
-rw-r--r-- | sim/rx/mem.h | 2 | ||||
-rw-r--r-- | sim/rx/misc.c | 2 | ||||
-rw-r--r-- | sim/rx/misc.h | 2 | ||||
-rw-r--r-- | sim/rx/reg.c | 2 | ||||
-rw-r--r-- | sim/rx/rx.c | 2 | ||||
-rw-r--r-- | sim/rx/syscalls.c | 2 | ||||
-rw-r--r-- | sim/rx/syscalls.h | 2 | ||||
-rw-r--r-- | sim/rx/trace.c | 2 | ||||
-rw-r--r-- | sim/rx/trace.h | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/sim/rx/acinclude.m4 b/sim/rx/acinclude.m4 index 278478c..32ecc31 100644 --- a/sim/rx/acinclude.m4 +++ b/sim/rx/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1997-2024 Free Software Foundation, Inc. +dnl Copyright (C) 1997-2025 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/sim/rx/cpu.h b/sim/rx/cpu.h index 4b0e7fd..828ba60 100644 --- a/sim/rx/cpu.h +++ b/sim/rx/cpu.h @@ -1,6 +1,6 @@ /* cpu.h --- declarations for the RX core. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/err.c b/sim/rx/err.c index ceb17aa..87c8a5e 100644 --- a/sim/rx/err.c +++ b/sim/rx/err.c @@ -1,6 +1,6 @@ /* err.c --- handle errors for RX simulator. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/err.h b/sim/rx/err.h index 3ba6c96..181d5ee 100644 --- a/sim/rx/err.h +++ b/sim/rx/err.h @@ -1,6 +1,6 @@ /* err.h --- handle errors for RX simulator. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/fpu.c b/sim/rx/fpu.c index db7ee79..a8967dd 100644 --- a/sim/rx/fpu.c +++ b/sim/rx/fpu.c @@ -1,6 +1,6 @@ /* fpu.c --- FPU emulator for stand-alone RX simulator. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/fpu.h b/sim/rx/fpu.h index 65aaea8..1cba3a5 100644 --- a/sim/rx/fpu.h +++ b/sim/rx/fpu.h @@ -1,6 +1,6 @@ /* fpu.h --- FPU emulator for stand-alone RX simulator. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c index 0fc626d..806d098 100644 --- a/sim/rx/gdb-if.c +++ b/sim/rx/gdb-if.c @@ -1,6 +1,6 @@ /* gdb-if.c -- sim interface to GDB. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/load.c b/sim/rx/load.c index 8b9cbb3..283c5b6 100644 --- a/sim/rx/load.c +++ b/sim/rx/load.c @@ -1,6 +1,6 @@ /* load.c --- loading object files into the RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/load.h b/sim/rx/load.h index cce5bb8..45cd5ad 100644 --- a/sim/rx/load.h +++ b/sim/rx/load.h @@ -1,6 +1,6 @@ /* load.h --- interface to loading object files into the RX simulator. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/local.mk b/sim/rx/local.mk index 5c7d9cd..34ea908 100644 --- a/sim/rx/local.mk +++ b/sim/rx/local.mk @@ -1,6 +1,6 @@ ## See sim/Makefile.am ## -## Copyright (C) 2008-2024 Free Software Foundation, Inc. +## Copyright (C) 2008-2025 Free Software Foundation, Inc. ## Contributed by Red Hat, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/sim/rx/main.c b/sim/rx/main.c index d1015e6..9a12f2d 100644 --- a/sim/rx/main.c +++ b/sim/rx/main.c @@ -1,6 +1,6 @@ /* main.c --- main function for stand-alone RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/mem.c b/sim/rx/mem.c index 75238ef..d7b2b5c 100644 --- a/sim/rx/mem.c +++ b/sim/rx/mem.c @@ -1,6 +1,6 @@ /* mem.c --- memory for RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/mem.h b/sim/rx/mem.h index 8dfcebe..2dd123e 100644 --- a/sim/rx/mem.h +++ b/sim/rx/mem.h @@ -1,6 +1,6 @@ /* mem.h --- interface to memory for M32C simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/misc.c b/sim/rx/misc.c index 426cfca..e9ceb49 100644 --- a/sim/rx/misc.c +++ b/sim/rx/misc.c @@ -1,6 +1,6 @@ /* misc.c --- miscellaneous utility functions for RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/misc.h b/sim/rx/misc.h index 27591b2..1b66466 100644 --- a/sim/rx/misc.h +++ b/sim/rx/misc.h @@ -1,6 +1,6 @@ /* misc.h --- interface to miscellaneous utility functions for RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/reg.c b/sim/rx/reg.c index 1bc652d..dc5b22f 100644 --- a/sim/rx/reg.c +++ b/sim/rx/reg.c @@ -1,6 +1,6 @@ /* reg.c --- register set model for RX simulator. - Copyright (C) 2005-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/rx.c b/sim/rx/rx.c index 57a7d5e..49cbd3d 100644 --- a/sim/rx/rx.c +++ b/sim/rx/rx.c @@ -1,6 +1,6 @@ /* rx.c --- opcode semantics for stand-alone RX simulator. -Copyright (C) 2008-2024 Free Software Foundation, Inc. +Copyright (C) 2008-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/syscalls.c b/sim/rx/syscalls.c index f2ef91b..f921fa7 100644 --- a/sim/rx/syscalls.c +++ b/sim/rx/syscalls.c @@ -1,6 +1,6 @@ /* syscalls.c --- implement system calls for the RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/syscalls.h b/sim/rx/syscalls.h index b62a047..fd7d6ab 100644 --- a/sim/rx/syscalls.h +++ b/sim/rx/syscalls.h @@ -1,6 +1,6 @@ /* syscalls.h --- interface to syscalls for the RX sim. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/trace.c b/sim/rx/trace.c index 443a990..69ea2f3 100644 --- a/sim/rx/trace.c +++ b/sim/rx/trace.c @@ -1,6 +1,6 @@ /* trace.c --- tracing output for the RX simulator. -Copyright (C) 2005-2024 Free Software Foundation, Inc. +Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rx/trace.h b/sim/rx/trace.h index a8bb024..49214b6 100644 --- a/sim/rx/trace.h +++ b/sim/rx/trace.h @@ -1,6 +1,6 @@ /* trace.h --- interface to tracing output for the RX simulator. - Copyright (C) 2005-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2025 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. |