diff options
Diffstat (limited to 'gcc/config/avr/gen-avr-mmcu-texi.cc')
-rw-r--r-- | gcc/config/avr/gen-avr-mmcu-texi.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/avr/gen-avr-mmcu-texi.cc b/gcc/config/avr/gen-avr-mmcu-texi.cc index df2620f..93cf31f 100644 --- a/gcc/config/avr/gen-avr-mmcu-texi.cc +++ b/gcc/config/avr/gen-avr-mmcu-texi.cc @@ -1,5 +1,5 @@ /* Build texi documentation for option -mmcu for AVR 8-bit microcontrollers. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. @@ -163,7 +163,7 @@ int main (void) size_t i, n_mcus = 0; const avr_mcu_t *mcu; - printf ("@c Copyright (C) 2012-2024 Free Software Foundation, Inc.\n"); + printf ("@c Copyright (C) 2012-2025 Free Software Foundation, Inc.\n"); printf ("@c This is part of the GCC manual.\n"); printf ("@c For copying conditions, see the file " "gcc/doc/include/fdl.texi.\n\n"); |