From: Alan Modra Date: Thu, 1 Jan 2026 12:25:19 +0000 (+1030) Subject: Update year range in copyright notice of binutils files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f306af2f57ca2abf602005e768c37de7649a9e;p=thirdparty%2Fbinutils-gdb.git Update year range in copyright notice of binutils files Avoid warnings about invalid escapes in etc/update-copyright.py by using raw strings, add BinutilsFilter to skip psql.rc and add "Kalray SA." as another copyright holder. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1bd99a9b042..6046f658f8b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2995,7 +2995,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/MAINTAINERS b/bfd/MAINTAINERS index 68ad5c6cb57..9dfc6d1c708 100644 --- a/bfd/MAINTAINERS +++ b/bfd/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 557848483e7..cdd4bb63766 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/bfd/Makefile.in b/bfd/Makefile.in index ab92d52ad75..6ef28568ed7 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/bfd/PORTING b/bfd/PORTING index d408e675ca1..a97fdc24808 100644 --- a/bfd/PORTING +++ b/bfd/PORTING @@ -82,7 +82,7 @@ TARGETNAME The name of the target, for run-time lookups. Usually "a.out-" -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/README b/bfd/README index 37776ea3d52..975b8b1d867 100644 --- a/bfd/README +++ b/bfd/README @@ -48,7 +48,7 @@ gcc manual. Bug reports without patches will be remembered, but they may never get fixed until somebody volunteers to fix them. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/TODO b/bfd/TODO index 4d68cd9c8e7..5e2ba8e727b 100644 --- a/bfd/TODO +++ b/bfd/TODO @@ -20,7 +20,7 @@ Things that still need to be done: -*- Text -*- o - upgrade the reloc handling as per Steve's suggestion. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4 index 39ce16eb90c..1c6e1952c47 100644 --- a/bfd/acinclude.m4 +++ b/bfd/acinclude.m4 @@ -1,5 +1,5 @@ dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/bfd/aix5ppc-core.c b/bfd/aix5ppc-core.c index 87d618adf59..aebdd8a1fba 100644 --- a/bfd/aix5ppc-core.c +++ b/bfd/aix5ppc-core.c @@ -1,5 +1,5 @@ /* IBM RS/6000 "XCOFF" back-end for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Tom Rix Contributed by Red Hat Inc. diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c index 319991ae62e..54f91a8f4d1 100644 --- a/bfd/aout-cris.c +++ b/bfd/aout-cris.c @@ -1,5 +1,5 @@ /* BFD backend for CRIS a.out binaries. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson. diff --git a/bfd/aout-ns32k.c b/bfd/aout-ns32k.c index 201ef0841a5..ed1ca6adfd7 100644 --- a/bfd/aout-ns32k.c +++ b/bfd/aout-ns32k.c @@ -1,5 +1,5 @@ /* BFD back-end for ns32k a.out-ish binaries. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by Ian Dall (idall@eleceng.adelaide.edu.au). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 046b1a947cf..c3a42532b60 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -1,5 +1,5 @@ /* Define a target vector and some small routines for a variant of a.out. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout32.c b/bfd/aout32.c index fceeff08dfd..3552346f4f9 100644 --- a/bfd/aout32.c +++ b/bfd/aout32.c @@ -1,5 +1,5 @@ /* BFD back-end for 32-bit a.out files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aout64.c b/bfd/aout64.c index 24e5c48b1ed..bb57333a54a 100644 --- a/bfd/aout64.c +++ b/bfd/aout64.c @@ -1,5 +1,5 @@ /* BFD back-end for 64-bit a.out files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 81e08041039..b1914d38118 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -1,5 +1,5 @@ /* BFD semi-generic back-end for a.out binaries. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/arc-got.h b/bfd/arc-got.h index 2c52528ac64..b2eeef9079a 100644 --- a/bfd/arc-got.h +++ b/bfd/arc-got.h @@ -1,5 +1,5 @@ /* ARC-specific support for 32-bit ELF - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Cupertino Miranda (cmiranda@synopsys.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/arc-plt.def b/bfd/arc-plt.def index fc91737d0b5..0565fdf7355 100644 --- a/bfd/arc-plt.def +++ b/bfd/arc-plt.def @@ -1,5 +1,5 @@ /* Arc V2 Related PLT entries. - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Contributed by Cupertino Miranda (cmiranda@synopsys.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/arc-plt.h b/bfd/arc-plt.h index 7d78385c03e..8d98e506d2d 100644 --- a/bfd/arc-plt.h +++ b/bfd/arc-plt.h @@ -1,5 +1,5 @@ /* ARC-specific header file for PLT support. - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Contributed by Cupertino Miranda (cmiranda@synopsys.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/archive.c b/bfd/archive.c index b9fea5bcc00..40b49dcb294 100644 --- a/bfd/archive.c +++ b/bfd/archive.c @@ -1,5 +1,5 @@ /* BFD back-end for archive files (libraries). - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. Mostly Gumby Henkel-Wallace's fault. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/archive64.c b/bfd/archive64.c index 064e989edc5..2ea4f2fad29 100644 --- a/bfd/archive64.c +++ b/bfd/archive64.c @@ -1,5 +1,5 @@ /* Support for 64-bit archives. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Ian Lance Taylor, Cygnus Support Linker support added by Mark Mitchell, CodeSourcery, LLC. diff --git a/bfd/archures.c b/bfd/archures.c index fd22c94d6d6..34c832bcdd1 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -1,5 +1,5 @@ /* BFD library support routines for architectures. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Hacked by John Gilmore and Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index ea2d2cb0010..751f0ad3cbb 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -1,6 +1,6 @@ /* Main header file for the bfd library -- portable access to object files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index afd33b529a4..ba6dca16538 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -7,7 +7,7 @@ /* Main header file for the bfd library -- portable access to object files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/bfd/bfd.c b/bfd/bfd.c index 4fa8fdd029f..74bf117652e 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -1,5 +1,5 @@ /* Generic BFD library interface and support routines. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/bfd.m4 b/bfd/bfd.m4 index 6fe7603d2a3..29e4ee761ec 100644 --- a/bfd/bfd.m4 +++ b/bfd/bfd.m4 @@ -1,6 +1,6 @@ dnl This file was derived from acinclude.m4. dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/bfd/bfdio.c b/bfd/bfdio.c index 1f6d0f81123..1bfdf480f26 100644 --- a/bfd/bfdio.c +++ b/bfd/bfdio.c @@ -1,6 +1,6 @@ /* Low-level I/O routines for BFDs. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/binary.c b/bfd/binary.c index 2818566c908..38eb5fad547 100644 --- a/bfd/binary.c +++ b/bfd/binary.c @@ -1,5 +1,5 @@ /* BFD back-end for binary objects. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support, This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cache.c b/bfd/cache.c index 3342e2d5008..ac7a27b6c98 100644 --- a/bfd/cache.c +++ b/bfd/cache.c @@ -1,6 +1,6 @@ /* BFD library -- caching of file descriptors. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support (steve@cygnus.com). diff --git a/bfd/cf-i386lynx.c b/bfd/cf-i386lynx.c index 22112e0f901..04a233d2c65 100644 --- a/bfd/cf-i386lynx.c +++ b/bfd/cf-i386lynx.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF LynxOS files. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c index 70c086b1cfd..206480807c3 100644 --- a/bfd/cisco-core.c +++ b/bfd/cisco-core.c @@ -1,5 +1,5 @@ /* BFD back-end for CISCO crash dumps. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-aarch64.c b/bfd/coff-aarch64.c index 0792306cfa0..fae37bc1e54 100644 --- a/bfd/coff-aarch64.c +++ b/bfd/coff-aarch64.c @@ -1,5 +1,5 @@ /* BFD back-end for AArch64 COFF files. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index d201e8d5de8..f5089ef0e96 100644 --- a/bfd/coff-alpha.c +++ b/bfd/coff-alpha.c @@ -1,5 +1,5 @@ /* BFD back-end for ALPHA Extended-Coff files. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Modified from coff-mips.c by Steve Chamberlain and Ian Lance Taylor . diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 87cea09ca62..a90a5f4507f 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM COFF files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-arm.h b/bfd/coff-arm.h index 82dd2defdc3..40409d6a9b9 100644 --- a/bfd/coff-arm.h +++ b/bfd/coff-arm.h @@ -1,5 +1,5 @@ /* BFD back-end for ARM COFF files. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-bfd.c b/bfd/coff-bfd.c index 9df9c7b6897..d836355aa64 100644 --- a/bfd/coff-bfd.c +++ b/bfd/coff-bfd.c @@ -1,5 +1,5 @@ /* BFD COFF interfaces used outside of BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-bfd.h b/bfd/coff-bfd.h index ebcc934c7e8..70cc0c36902 100644 --- a/bfd/coff-bfd.h +++ b/bfd/coff-bfd.h @@ -1,5 +1,5 @@ /* BFD COFF interfaces used outside of BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-go32.c b/bfd/coff-go32.c index f50e0b920ee..dbacc79ff6b 100644 --- a/bfd/coff-go32.c +++ b/bfd/coff-go32.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files (DJGPP variant). - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by DJ Delorie. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-i386.c b/bfd/coff-i386.c index 935aeb4ac0d..d9177c51c79 100644 --- a/bfd/coff-i386.c +++ b/bfd/coff-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-ia64.c b/bfd/coff-ia64.c index a457497c385..c9982ac9bb0 100644 --- a/bfd/coff-ia64.c +++ b/bfd/coff-ia64.c @@ -1,5 +1,5 @@ /* BFD back-end for HP/Intel IA-64 COFF files. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by David Mosberger This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-loongarch64.c b/bfd/coff-loongarch64.c index 10a902869d8..45cbae339df 100644 --- a/bfd/coff-loongarch64.c +++ b/bfd/coff-loongarch64.c @@ -1,5 +1,5 @@ /* BFD back-end for LoongArch64 COFF files. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index 28adbd9329f..fd78a2f7be2 100644 --- a/bfd/coff-mcore.c +++ b/bfd/coff-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola MCore COFF/PE - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index 80e6990db01..fb8e6112265 100644 --- a/bfd/coff-mips.c +++ b/bfd/coff-mips.c @@ -1,5 +1,5 @@ /* BFD back-end for MIPS Extended-Coff files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Original version by Per Bothner. Full support added by Ian Lance Taylor, ian@cygnus.com. diff --git a/bfd/coff-riscv64.c b/bfd/coff-riscv64.c index 508fd85f1d8..9a839ac30f3 100644 --- a/bfd/coff-riscv64.c +++ b/bfd/coff-riscv64.c @@ -1,5 +1,5 @@ /* BFD back-end for RISC-V 64-bit COFF files. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c index 46a2c613b69..74c5bb43cd5 100644 --- a/bfd/coff-rs6000.c +++ b/bfd/coff-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for IBM RS/6000 "XCOFF" files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore. Archive support from Damon A. Permezel. Contributed by IBM Corporation and Cygnus Support. diff --git a/bfd/coff-sh.c b/bfd/coff-sh.c index a727432d5ce..d736bce87c4 100644 --- a/bfd/coff-sh.c +++ b/bfd/coff-sh.c @@ -1,5 +1,5 @@ /* BFD back-end for Renesas Super-H COFF binaries. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain, . Relaxing code written by Ian Lance Taylor, . diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index f6ed2427c1c..f531e6a7156 100644 --- a/bfd/coff-stgo32.c +++ b/bfd/coff-stgo32.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub). - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Robert Hoehne. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-tic30.c b/bfd/coff-tic30.c index 957fdf447c4..7ffc913b412 100644 --- a/bfd/coff-tic30.c +++ b/bfd/coff-tic30.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C30 coff binaries. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-tic4x.c b/bfd/coff-tic4x.c index f62854b6d38..579d8b18f28 100644 --- a/bfd/coff-tic4x.c +++ b/bfd/coff-tic4x.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C4X coff binaries. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/bfd/coff-tic54x.c b/bfd/coff-tic54x.c index 9166ed82751..2562cdfbd0a 100644 --- a/bfd/coff-tic54x.c +++ b/bfd/coff-tic54x.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C54X coff binaries. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-x86_64.c b/bfd/coff-x86_64.c index 3d5a82f8b4a..78836a5c267 100644 --- a/bfd/coff-x86_64.c +++ b/bfd/coff-x86_64.c @@ -1,5 +1,5 @@ /* BFD back-end for AMD 64 COFF files. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-z80.c b/bfd/coff-z80.c index 87a464004bf..9b11564ca91 100644 --- a/bfd/coff-z80.c +++ b/bfd/coff-z80.c @@ -1,5 +1,5 @@ /* BFD back-end for Zilog Z80 COFF binaries. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Arnold Metselaar This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coff-z8k.c b/bfd/coff-z8k.c index 410ea73d78e..1703c42796c 100644 --- a/bfd/coff-z8k.c +++ b/bfd/coff-z8k.c @@ -1,5 +1,5 @@ /* BFD back-end for Zilog Z800n COFF binaries. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain, . diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c index 00cb91a02cc..f03412a5afb 100644 --- a/bfd/coff64-rs6000.c +++ b/bfd/coff64-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for IBM RS/6000 "XCOFF64" files. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Written Clinton Popetz. Contributed by Cygnus Support. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 81ba944b168..95fc608b429 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -1,5 +1,5 @@ /* Support for the generic parts of most COFF variants, for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coffgen.c b/bfd/coffgen.c index ce8d5f77617..030dbc1dc79 100644 --- a/bfd/coffgen.c +++ b/bfd/coffgen.c @@ -1,5 +1,5 @@ /* Support for the generic parts of COFF, for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cofflink.c b/bfd/cofflink.c index 8fabcf7028a..02b68814ab4 100644 --- a/bfd/cofflink.c +++ b/bfd/cofflink.c @@ -1,5 +1,5 @@ /* COFF specific linker code. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/coffswap.h b/bfd/coffswap.h index e94c80fdc02..ffc662036b7 100644 --- a/bfd/coffswap.h +++ b/bfd/coffswap.h @@ -1,5 +1,5 @@ /* Generic COFF swapping routines, for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/compress.c b/bfd/compress.c index 28788370210..4a73a2d26c4 100644 --- a/bfd/compress.c +++ b/bfd/compress.c @@ -1,5 +1,5 @@ /* Compressed section support (intended for debug sections). - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/config.bfd b/bfd/config.bfd index 5e56ba2e665..0f74fde2acc 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1,6 +1,6 @@ # config.bfd # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/bfd/configure.ac b/bfd/configure.ac index d30ccd60ebf..a390761faeb 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/bfd/configure.com b/bfd/configure.com index c3ff9f50278..cd44b716b0b 100644 --- a/bfd/configure.com +++ b/bfd/configure.com @@ -7,7 +7,7 @@ $! $! Written by Klaus K"ampf (kkaempf@rmi.de) $! Rewritten by Tristan Gingold (gingold@adacore.com) $! -$! Copyright (C) 2012-2025 Free Software Foundation, Inc. +$! Copyright (C) 2012-2026 Free Software Foundation, Inc. $! $! This file 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/bfd/configure.host b/bfd/configure.host index e7a14382315..4ec3c4e6075 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/bfd/corefile.c b/bfd/corefile.c index 80dabb12095..b6f9f429dd7 100644 --- a/bfd/corefile.c +++ b/bfd/corefile.c @@ -1,5 +1,5 @@ /* Core file generic interface routines for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-aarch64.c b/bfd/cpu-aarch64.c index 51bdfc9d152..5bdccd80428 100644 --- a/bfd/cpu-aarch64.c +++ b/bfd/cpu-aarch64.c @@ -1,5 +1,5 @@ /* BFD support for AArch64. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-aarch64.h b/bfd/cpu-aarch64.h index e005fb78138..086faa12425 100644 --- a/bfd/cpu-aarch64.h +++ b/bfd/cpu-aarch64.h @@ -1,5 +1,5 @@ /* ELF AArch64 mapping symbol support - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-alpha.c b/bfd/cpu-alpha.c index fe1e652aa05..6929f71506a 100644 --- a/bfd/cpu-alpha.c +++ b/bfd/cpu-alpha.c @@ -1,5 +1,5 @@ /* BFD support for the Alpha architecture. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-amdgcn.c b/bfd/cpu-amdgcn.c index 843c9694bf4..d2a0f69a4fc 100644 --- a/bfd/cpu-amdgcn.c +++ b/bfd/cpu-amdgcn.c @@ -1,6 +1,6 @@ /* BFD support for the AMDGCN GPU architecture. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-arc.c b/bfd/cpu-arc.c index 0194affc6d4..0783a5f9f8a 100644 --- a/bfd/cpu-arc.c +++ b/bfd/cpu-arc.c @@ -1,5 +1,5 @@ /* BFD support for the ARC processor - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-arm.c b/bfd/cpu-arm.c index 8b4f68854ec..dba7ad4c5ce 100644 --- a/bfd/cpu-arm.c +++ b/bfd/cpu-arm.c @@ -1,5 +1,5 @@ /* BFD support for the ARM processor - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-arm.h b/bfd/cpu-arm.h index 43a17e9c647..eff5d2655f6 100644 --- a/bfd/cpu-arm.h +++ b/bfd/cpu-arm.h @@ -1,5 +1,5 @@ /* BFD support for the ARM processor - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-avr.c b/bfd/cpu-avr.c index 23e23fc89c5..ccecf893bec 100644 --- a/bfd/cpu-avr.c +++ b/bfd/cpu-avr.c @@ -1,5 +1,5 @@ /* BFD library support routines for the AVR architecture. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-bfin.c b/bfd/cpu-bfin.c index b474659eaef..6b30cec4e4d 100644 --- a/bfd/cpu-bfin.c +++ b/bfd/cpu-bfin.c @@ -1,6 +1,6 @@ /* BFD Support for the ADI Blackfin processor. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-bpf.c b/bfd/cpu-bpf.c index 5abef28244a..3603757ad58 100644 --- a/bfd/cpu-bpf.c +++ b/bfd/cpu-bpf.c @@ -1,5 +1,5 @@ /* BFD support for the BPF processor. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. Contributed by Oracle Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-cr16.c b/bfd/cpu-cr16.c index 14b96214f26..b3913a56f62 100644 --- a/bfd/cpu-cr16.c +++ b/bfd/cpu-cr16.c @@ -1,5 +1,5 @@ /* BFD support for the CR16 processor. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Written by M R Swami Reddy This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-cris.c b/bfd/cpu-cris.c index 358aa8df4e0..483df1e7c64 100644 --- a/bfd/cpu-cris.c +++ b/bfd/cpu-cris.c @@ -1,5 +1,5 @@ /* BFD support for the Axis CRIS architecture. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson. diff --git a/bfd/cpu-crx.c b/bfd/cpu-crx.c index c7bf05fb821..2d5a09cfae3 100644 --- a/bfd/cpu-crx.c +++ b/bfd/cpu-crx.c @@ -1,5 +1,5 @@ /* BFD support for the CRX processor. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-csky.c b/bfd/cpu-csky.c index 16cb2466a85..e233d6926f6 100644 --- a/bfd/cpu-csky.c +++ b/bfd/cpu-csky.c @@ -1,5 +1,5 @@ /* BFD support for C-SKY processors. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-d10v.c b/bfd/cpu-d10v.c index c17ea53b094..56bdba91b93 100644 --- a/bfd/cpu-d10v.c +++ b/bfd/cpu-d10v.c @@ -1,5 +1,5 @@ /* BFD support for the D10V processor - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-d30v.c b/bfd/cpu-d30v.c index d1648c73b9d..b84ba606fb1 100644 --- a/bfd/cpu-d30v.c +++ b/bfd/cpu-d30v.c @@ -1,5 +1,5 @@ /* BFD support for the Mitsubishi D30V processor - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-dlx.c b/bfd/cpu-dlx.c index 46d64e1c3ab..576c027f2c3 100644 --- a/bfd/cpu-dlx.c +++ b/bfd/cpu-dlx.c @@ -1,5 +1,5 @@ /* BFD support for the DLX Microprocessor architecture. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Hacked by Kuang Hwa Lin This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-epiphany.c b/bfd/cpu-epiphany.c index 530982105cc..60b7cf427ca 100644 --- a/bfd/cpu-epiphany.c +++ b/bfd/cpu-epiphany.c @@ -1,5 +1,5 @@ /* BFD support for the Adapteva EPIPHANY processor. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-fr30.c b/bfd/cpu-fr30.c index 764cc065551..431b5fb9904 100644 --- a/bfd/cpu-fr30.c +++ b/bfd/cpu-fr30.c @@ -1,5 +1,5 @@ /* BFD support for the FR30 processor. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-frv.c b/bfd/cpu-frv.c index 9e2309143f6..6d184c8a530 100644 --- a/bfd/cpu-frv.c +++ b/bfd/cpu-frv.c @@ -1,5 +1,5 @@ /* BFD support for the FRV processor. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ft32.c b/bfd/cpu-ft32.c index 9ffe6e45147..eb72b3e6fe0 100644 --- a/bfd/cpu-ft32.c +++ b/bfd/cpu-ft32.c @@ -1,5 +1,5 @@ /* BFD support for the ft32 processor. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Written by FTDI (support@ftdichip.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c index fa1f605e353..f2294ad217e 100644 --- a/bfd/cpu-h8300.c +++ b/bfd/cpu-h8300.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Renesas H8/300 architecture. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-h8300.h b/bfd/cpu-h8300.h index ecee42b6d49..e3e11dd4581 100644 --- a/bfd/cpu-h8300.h +++ b/bfd/cpu-h8300.h @@ -1,5 +1,5 @@ /* H8/300 functions. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-hppa.c b/bfd/cpu-hppa.c index b9f20bf6f04..a602ad34a68 100644 --- a/bfd/cpu-hppa.c +++ b/bfd/cpu-hppa.c @@ -1,5 +1,5 @@ /* BFD support for the HP Precision Architecture architecture. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-i386.c b/bfd/cpu-i386.c index 61eb1c09bd3..9f608abc3fe 100644 --- a/bfd/cpu-i386.c +++ b/bfd/cpu-i386.c @@ -1,5 +1,5 @@ /* BFD support for the Intel 386 architecture. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ia64-opc.c b/bfd/cpu-ia64-opc.c index 6085e09f83d..cc4e9d268f1 100644 --- a/bfd/cpu-ia64-opc.c +++ b/bfd/cpu-ia64-opc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2025 Free Software Foundation, Inc. +/* Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ia64.c b/bfd/cpu-ia64.c index 0a35e2b5fc6..fcb2ff0b8be 100644 --- a/bfd/cpu-ia64.c +++ b/bfd/cpu-ia64.c @@ -1,5 +1,5 @@ /* BFD support for the ia64 architecture. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-iamcu.c b/bfd/cpu-iamcu.c index 3934520ca38..4c51b5344e8 100644 --- a/bfd/cpu-iamcu.c +++ b/bfd/cpu-iamcu.c @@ -1,5 +1,5 @@ /* BFD support for the Intel MCU architecture. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ip2k.c b/bfd/cpu-ip2k.c index c370ecb7d62..f2923dea2f6 100644 --- a/bfd/cpu-ip2k.c +++ b/bfd/cpu-ip2k.c @@ -1,5 +1,5 @@ /* BFD support for the Scenix IP2xxx processor. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-iq2000.c b/bfd/cpu-iq2000.c index 83db53750bb..efe4499272d 100644 --- a/bfd/cpu-iq2000.c +++ b/bfd/cpu-iq2000.c @@ -1,5 +1,5 @@ /* BFD support for the Vitesse IQ2000 processor. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-kvx.c b/bfd/cpu-kvx.c index 1ae95e2711b..da070174bc1 100644 --- a/bfd/cpu-kvx.c +++ b/bfd/cpu-kvx.c @@ -1,5 +1,5 @@ /* BFD support for KVX. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-lm32.c b/bfd/cpu-lm32.c index 1401bb26cf6..77a33ed5978 100644 --- a/bfd/cpu-lm32.c +++ b/bfd/cpu-lm32.c @@ -1,5 +1,5 @@ /* BFD support for the Lattice Mico32 architecture. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Jon Beniston This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-loongarch.c b/bfd/cpu-loongarch.c index 000fd313c4c..ceb84add4cf 100644 --- a/bfd/cpu-loongarch.c +++ b/bfd/cpu-loongarch.c @@ -1,5 +1,5 @@ /* BFD support for LoongArch. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m10200.c b/bfd/cpu-m10200.c index 557a5a08d1c..a80ef5404c5 100644 --- a/bfd/cpu-m10200.c +++ b/bfd/cpu-m10200.c @@ -1,5 +1,5 @@ /* BFD support for the Matsushita 10200 processor - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m10300.c b/bfd/cpu-m10300.c index 459adac46ed..d9b354c6060 100644 --- a/bfd/cpu-m10300.c +++ b/bfd/cpu-m10300.c @@ -1,5 +1,5 @@ /* BFD support for the Matsushita 10300 processor - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m32c.c b/bfd/cpu-m32c.c index 3f951329028..f6c159f6597 100644 --- a/bfd/cpu-m32c.c +++ b/bfd/cpu-m32c.c @@ -1,5 +1,5 @@ /* BFD support for the M16C/M32C processors. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m32r.c b/bfd/cpu-m32r.c index 9a09b3f209a..e3ccd169786 100644 --- a/bfd/cpu-m32r.c +++ b/bfd/cpu-m32r.c @@ -1,5 +1,5 @@ /* BFD support for the M32R processor. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68hc11.c b/bfd/cpu-m68hc11.c index 97a9cc4c5db..b3a78a1e34b 100644 --- a/bfd/cpu-m68hc11.c +++ b/bfd/cpu-m68hc11.c @@ -1,5 +1,5 @@ /* BFD support for the Motorola 68HC11 processor - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68hc12.c b/bfd/cpu-m68hc12.c index d35e9dc2f8c..fefb1317198 100644 --- a/bfd/cpu-m68hc12.c +++ b/bfd/cpu-m68hc12.c @@ -1,5 +1,5 @@ /* BFD support for the Motorola 68HC12 processor - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68k.c b/bfd/cpu-m68k.c index 73768f90e29..353216b55e6 100644 --- a/bfd/cpu-m68k.c +++ b/bfd/cpu-m68k.c @@ -1,5 +1,5 @@ /* BFD library support routines for architectures. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m68k.h b/bfd/cpu-m68k.h index 4f4ae6823dc..5a00d8f8b03 100644 --- a/bfd/cpu-m68k.h +++ b/bfd/cpu-m68k.h @@ -1,5 +1,5 @@ /* BFD library support routines. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m9s12x.c b/bfd/cpu-m9s12x.c index 37b94173142..9b4c1d0fbfe 100644 --- a/bfd/cpu-m9s12x.c +++ b/bfd/cpu-m9s12x.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale 9S12X processor - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-m9s12xg.c b/bfd/cpu-m9s12xg.c index dc33299dfcb..d6314d2ab27 100644 --- a/bfd/cpu-m9s12xg.c +++ b/bfd/cpu-m9s12xg.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale 9S12-XGATE co-processor - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mcore.c b/bfd/cpu-mcore.c index beb54a1f01a..92df12cef74 100644 --- a/bfd/cpu-mcore.c +++ b/bfd/cpu-mcore.c @@ -1,5 +1,5 @@ /* BFD library support routines for Motorola's MCore architecture - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mep.c b/bfd/cpu-mep.c index 258f9d0b4d0..c41ee9609bd 100644 --- a/bfd/cpu-mep.c +++ b/bfd/cpu-mep.c @@ -1,5 +1,5 @@ /* BFD support for the Toshiba Media Engine Processor. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-metag.c b/bfd/cpu-metag.c index 27de09540ea..ab7fb81195c 100644 --- a/bfd/cpu-metag.c +++ b/bfd/cpu-metag.c @@ -1,5 +1,5 @@ /* BFD support for the Imagination Technologies Meta processor. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-microblaze.c b/bfd/cpu-microblaze.c index 1e82c007d0d..0864d7bbaab 100644 --- a/bfd/cpu-microblaze.c +++ b/bfd/cpu-microblaze.c @@ -1,6 +1,6 @@ /* BFD Xilinx MicroBlaze architecture definition - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c index 208de11c261..e8163136fd5 100644 --- a/bfd/cpu-mips.c +++ b/bfd/cpu-mips.c @@ -1,5 +1,5 @@ /* bfd back-end for mips support - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mmix.c b/bfd/cpu-mmix.c index 19e0a48ac16..31ad79fe779 100644 --- a/bfd/cpu-mmix.c +++ b/bfd/cpu-mmix.c @@ -1,5 +1,5 @@ /* BFD library support routines for MMIX. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson (hp@bitrange.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-moxie.c b/bfd/cpu-moxie.c index 007090197b4..17c948677cf 100644 --- a/bfd/cpu-moxie.c +++ b/bfd/cpu-moxie.c @@ -1,5 +1,5 @@ /* BFD support for the moxie processor. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Anthony Green This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-msp430.c b/bfd/cpu-msp430.c index 9c832eedeb1..ae74f6d8777 100644 --- a/bfd/cpu-msp430.c +++ b/bfd/cpu-msp430.c @@ -1,5 +1,5 @@ /* BFD library support routines for the MSP architecture. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-mt.c b/bfd/cpu-mt.c index 26511b0b41a..a991d878d28 100644 --- a/bfd/cpu-mt.c +++ b/bfd/cpu-mt.c @@ -1,5 +1,5 @@ /* BFD support for the Morpho Technologies MT processor. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-nds32.c b/bfd/cpu-nds32.c index fc45d1799be..b2b59e4927f 100644 --- a/bfd/cpu-nds32.c +++ b/bfd/cpu-nds32.c @@ -1,5 +1,5 @@ /* BFD support for the NDS32 processor - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-nfp.c b/bfd/cpu-nfp.c index 8fd512095a8..4b0d8db4dd2 100644 --- a/bfd/cpu-nfp.c +++ b/bfd/cpu-nfp.c @@ -1,5 +1,5 @@ /* BFD library support routines for the NFP. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Contributed by Francois H. Theron This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-ns32k.c b/bfd/cpu-ns32k.c index ee30a3a995d..684a38add0b 100644 --- a/bfd/cpu-ns32k.c +++ b/bfd/cpu-ns32k.c @@ -1,5 +1,5 @@ /* BFD support for the ns32k architecture. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Almost totally rewritten by Ian Dall from initial work by Andrew Cagney. diff --git a/bfd/cpu-or1k.c b/bfd/cpu-or1k.c index f340f8e41af..7b6d7e13a0d 100644 --- a/bfd/cpu-or1k.c +++ b/bfd/cpu-or1k.c @@ -1,5 +1,5 @@ /* BFD support for the OpenRISC 1000 architecture. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed for OR32 by Ivan Guzvinec This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-pdp11.c b/bfd/cpu-pdp11.c index 3f1e9833e76..751d9996330 100644 --- a/bfd/cpu-pdp11.c +++ b/bfd/cpu-pdp11.c @@ -1,5 +1,5 @@ /* BFD back-end for PDP-11 support. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-pj.c b/bfd/cpu-pj.c index 5150f5d6a9a..b74b05a30e5 100644 --- a/bfd/cpu-pj.c +++ b/bfd/cpu-pj.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Pico Java architecture. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Transmeta. sac@pobox.com This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-powerpc.c b/bfd/cpu-powerpc.c index ffb0ec4a4da..d80b930ac19 100644 --- a/bfd/cpu-powerpc.c +++ b/bfd/cpu-powerpc.c @@ -1,5 +1,5 @@ /* BFD PowerPC CPU definition - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-pru.c b/bfd/cpu-pru.c index 346b7be470c..4bb57e7f79a 100644 --- a/bfd/cpu-pru.c +++ b/bfd/cpu-pru.c @@ -1,5 +1,5 @@ /* BFD support for the TI PRU microprocessor. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-riscv.c b/bfd/cpu-riscv.c index 67ee601afc1..65afa2d3535 100644 --- a/bfd/cpu-riscv.c +++ b/bfd/cpu-riscv.c @@ -1,5 +1,5 @@ /* BFD backend for RISC-V - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. diff --git a/bfd/cpu-riscv.h b/bfd/cpu-riscv.h index b07fcf8e881..0a0727f954f 100644 --- a/bfd/cpu-riscv.h +++ b/bfd/cpu-riscv.h @@ -1,5 +1,5 @@ /* RISC-V spec version controlling support. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-rl78.c b/bfd/cpu-rl78.c index e0cbd9b6321..22fce3b4b8b 100644 --- a/bfd/cpu-rl78.c +++ b/bfd/cpu-rl78.c @@ -1,5 +1,5 @@ /* BFD support for the RL78 processor. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-rs6000.c b/bfd/cpu-rs6000.c index ee15b6cea12..84f1a0e95b2 100644 --- a/bfd/cpu-rs6000.c +++ b/bfd/cpu-rs6000.c @@ -1,5 +1,5 @@ /* BFD back-end for rs6000 support - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Mimi Phuong-Thao Vo of IBM and John Gilmore of Cygnus Support. diff --git a/bfd/cpu-rx.c b/bfd/cpu-rx.c index 32f9fd078d3..12f7eaf3426 100644 --- a/bfd/cpu-rx.c +++ b/bfd/cpu-rx.c @@ -1,5 +1,5 @@ /* BFD support for the RX processor. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-s12z.c b/bfd/cpu-s12z.c index e95f15104d1..ee69d7043dc 100644 --- a/bfd/cpu-s12z.c +++ b/bfd/cpu-s12z.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale 9S12Z processor - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-s390.c b/bfd/cpu-s390.c index a3315ff0a0c..e850f05ad66 100644 --- a/bfd/cpu-s390.c +++ b/bfd/cpu-s390.c @@ -1,5 +1,5 @@ /* BFD support for the s390 processor. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Carl B. Pedersen and Martin Schwidefsky. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-score.c b/bfd/cpu-score.c index 2d8f1957705..dae1525b83d 100644 --- a/bfd/cpu-score.c +++ b/bfd/cpu-score.c @@ -1,5 +1,5 @@ /* BFD support for the score processor - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/cpu-sh.c b/bfd/cpu-sh.c index d946ae87de5..1371d9aaef1 100644 --- a/bfd/cpu-sh.c +++ b/bfd/cpu-sh.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Renesas / SuperH SH architecture. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-sparc.c b/bfd/cpu-sparc.c index 3ca13811d0a..5dd5eb1479f 100644 --- a/bfd/cpu-sparc.c +++ b/bfd/cpu-sparc.c @@ -1,5 +1,5 @@ /* BFD support for the SPARC architecture. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-spu.c b/bfd/cpu-spu.c index 90de112dc00..394faffbb1b 100644 --- a/bfd/cpu-spu.c +++ b/bfd/cpu-spu.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic30.c b/bfd/cpu-tic30.c index 76365f15403..f76d167872e 100644 --- a/bfd/cpu-tic30.c +++ b/bfd/cpu-tic30.c @@ -1,5 +1,5 @@ /* BFD support for the Texas Instruments TMS320C30 architecture. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c index 88f0e857062..3d06a361b2a 100644 --- a/bfd/cpu-tic4x.c +++ b/bfd/cpu-tic4x.c @@ -1,5 +1,5 @@ /* bfd back-end for TMS320C[34]x support - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/bfd/cpu-tic54x.c b/bfd/cpu-tic54x.c index ab93bd6e384..5dc0050c41a 100644 --- a/bfd/cpu-tic54x.c +++ b/bfd/cpu-tic54x.c @@ -1,5 +1,5 @@ /* BFD support for the Texas Instruments TMS320C54X architecture. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tic6x.c b/bfd/cpu-tic6x.c index 58b597fe406..684c446e8d6 100644 --- a/bfd/cpu-tic6x.c +++ b/bfd/cpu-tic6x.c @@ -1,5 +1,5 @@ /* BFD support for the TI C6X processor. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tilegx.c b/bfd/cpu-tilegx.c index 7668d94e8ff..b3f426af023 100644 --- a/bfd/cpu-tilegx.c +++ b/bfd/cpu-tilegx.c @@ -1,5 +1,5 @@ /* BFD support for the TILE-Gx processor. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-tilepro.c b/bfd/cpu-tilepro.c index 88f503d8c72..558470f0b48 100644 --- a/bfd/cpu-tilepro.c +++ b/bfd/cpu-tilepro.c @@ -1,5 +1,5 @@ /* BFD support for the TILEPro processor. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-v850.c b/bfd/cpu-v850.c index 4d39e51834d..0472492b9e3 100644 --- a/bfd/cpu-v850.c +++ b/bfd/cpu-v850.c @@ -1,5 +1,5 @@ /* BFD support for the NEC V850 processor - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-v850_rh850.c b/bfd/cpu-v850_rh850.c index 3bc1f17c204..1e1ada10ab1 100644 --- a/bfd/cpu-v850_rh850.c +++ b/bfd/cpu-v850_rh850.c @@ -1,5 +1,5 @@ /* BFD support for the NEC V850 processor with the RH850 ABI. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-vax.c b/bfd/cpu-vax.c index 48195d4278e..f293644dc92 100644 --- a/bfd/cpu-vax.c +++ b/bfd/cpu-vax.c @@ -1,5 +1,5 @@ /* bfd back-end for vax support - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-visium.c b/bfd/cpu-visium.c index c011d5c9e02..17eed0ddeaa 100644 --- a/bfd/cpu-visium.c +++ b/bfd/cpu-visium.c @@ -1,6 +1,6 @@ /* BFD support for the Visium processor. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-wasm32.c b/bfd/cpu-wasm32.c index 39e1b4cde2a..f86c4213ff2 100644 --- a/bfd/cpu-wasm32.c +++ b/bfd/cpu-wasm32.c @@ -1,5 +1,5 @@ /* BFD support for the WebAssembly target - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xgate.c b/bfd/cpu-xgate.c index 98dd49e886e..53b5e2e3dbd 100644 --- a/bfd/cpu-xgate.c +++ b/bfd/cpu-xgate.c @@ -1,5 +1,5 @@ /* BFD support for the Freescale XGATE processor - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xstormy16.c b/bfd/cpu-xstormy16.c index a6dd45a3c48..d2d94ad9e4d 100644 --- a/bfd/cpu-xstormy16.c +++ b/bfd/cpu-xstormy16.c @@ -1,5 +1,5 @@ /* BFD support for the XSTORMY16 processor. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-xtensa.c b/bfd/cpu-xtensa.c index ca9cbf4b127..0f09c4ac742 100644 --- a/bfd/cpu-xtensa.c +++ b/bfd/cpu-xtensa.c @@ -1,5 +1,5 @@ /* BFD support for the Xtensa processor. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-z80.c b/bfd/cpu-z80.c index c5aede2314e..0e9aacbbfa8 100644 --- a/bfd/cpu-z80.c +++ b/bfd/cpu-z80.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Z80 architecture. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Arnold Metselaar This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/cpu-z8k.c b/bfd/cpu-z8k.c index 4338596a575..0f011306164 100644 --- a/bfd/cpu-z8k.c +++ b/bfd/cpu-z8k.c @@ -1,5 +1,5 @@ /* BFD library support routines for the Z800n architecture. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/development.sh b/bfd/development.sh index 97cece518d2..ba55fd9fa5f 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/bfd/doc/bfd.texi b/bfd/doc/bfd.texi index 5dc2fc7b862..208d333d0fc 100644 --- a/bfd/doc/bfd.texi +++ b/bfd/doc/bfd.texi @@ -1,6 +1,6 @@ \input texinfo.tex @setfilename bfd.info -@c Copyright (C) 1988-2025 Free Software Foundation, Inc. +@c Copyright (C) 1988-2026 Free Software Foundation, Inc. @c @synindex fn cp @@ -14,7 +14,7 @@ @copying This file documents the BFD library. -Copyright @copyright{} 1991-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -62,7 +62,7 @@ included in the section entitled ``GNU Free Documentation License''. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index 1464f1df04e..beae349922e 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -1,5 +1,5 @@ \input texinfo -@c Copyright (C) 1988-2025 Free Software Foundation, Inc. +@c Copyright (C) 1988-2026 Free Software Foundation, Inc. @setfilename bfdint.info @settitle BFD Internals @@ -14,7 +14,7 @@ @copying This file documents the internals of the BFD library. -Copyright @copyright{} 1988-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. Permission is granted to copy, distribute and/or modify this document diff --git a/bfd/doc/bfdsumm.texi b/bfd/doc/bfdsumm.texi index 0f99f977efe..b187ee04c72 100644 --- a/bfd/doc/bfdsumm.texi +++ b/bfd/doc/bfdsumm.texi @@ -1,5 +1,5 @@ @c This summary of BFD is shared by the BFD and LD docs. -@c Copyright (C) 2012-2025 Free Software Foundation, Inc. +@c Copyright (C) 2012-2026 Free Software Foundation, Inc. When an object file is opened, BFD subroutines automatically determine the format of the input object file. They then build a descriptor in diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c index 69a1cd5e2e3..b8608fd0966 100644 --- a/bfd/doc/chew.c +++ b/bfd/doc/chew.c @@ -1,5 +1,5 @@ /* chew - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by steve chamberlain @cygnus This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/doc/doc.str b/bfd/doc/doc.str index 35f5b78d43a..1da8d90ac34 100644 --- a/bfd/doc/doc.str +++ b/bfd/doc/doc.str @@ -1,5 +1,5 @@ - Documentation extraction program for chew. -- Copyright (C) 1990-2025 Free Software Foundation, Inc. +- Copyright (C) 1990-2026 Free Software Foundation, Inc. - This file is part of BFD, the Binary File Descriptor library. - This program is free software; you can redistribute it and/or modify diff --git a/bfd/doc/local.mk b/bfd/doc/local.mk index 515efbf72c9..bae2bd50ae3 100644 --- a/bfd/doc/local.mk +++ b/bfd/doc/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in ## -## Copyright (C) 2012-2025 Free Software Foundation, Inc. +## Copyright (C) 2012-2026 Free Software Foundation, Inc. ## ## This file 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/bfd/doc/makefile.vms b/bfd/doc/makefile.vms index 21fdefd1789..9215142ffbd 100644 --- a/bfd/doc/makefile.vms +++ b/bfd/doc/makefile.vms @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/bfd/doc/proto.str b/bfd/doc/proto.str index a9b273f3be5..c14d63e1f82 100644 --- a/bfd/doc/proto.str +++ b/bfd/doc/proto.str @@ -1,5 +1,5 @@ - Source extraction program for chew. -- Copyright (C) 1990-2025 Free Software Foundation, Inc. +- Copyright (C) 1990-2026 Free Software Foundation, Inc. - This file is part of BFD, the Binary File Descriptor library. - This program is free software; you can redistribute it and/or modify diff --git a/bfd/dwarf1.c b/bfd/dwarf1.c index 4a87e23ddf7..b899cc7876f 100644 --- a/bfd/dwarf1.c +++ b/bfd/dwarf1.c @@ -1,5 +1,5 @@ /* DWARF 1 find nearest line (_bfd_dwarf1_find_nearest_line). - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by Gavin Romig-Koch of Cygnus Solutions (gavin@cygnus.com). diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 58d464bccd4..e4e2b467276 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1,5 +1,5 @@ /* DWARF 2 support. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Adapted from gdb/dwarf2read.c by Gavin Koch of Cygnus Solutions (gavin@cygnus.com). diff --git a/bfd/ecoff-bfd.h b/bfd/ecoff-bfd.h index cb86960bca5..1a8f8463110 100644 --- a/bfd/ecoff-bfd.h +++ b/bfd/ecoff-bfd.h @@ -1,5 +1,5 @@ /* Externally visible ECOFF routines. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ecoff.c b/bfd/ecoff.c index 2af4519422b..38c074bb36b 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -1,5 +1,5 @@ /* Generic ECOFF (Extended-COFF) routines. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Original version by Per Bothner. Full support added by Ian Lance Taylor, ian@cygnus.com. diff --git a/bfd/ecofflink.c b/bfd/ecofflink.c index ce1bd41b0fb..8f20454394e 100644 --- a/bfd/ecofflink.c +++ b/bfd/ecofflink.c @@ -1,5 +1,5 @@ /* Routines to link ECOFF debugging information. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support, . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ecoffswap.h b/bfd/ecoffswap.h index aa872e187c9..d1e522993c3 100644 --- a/bfd/ecoffswap.h +++ b/bfd/ecoffswap.h @@ -1,5 +1,5 @@ /* Generic ECOFF swapping routines, for BFD. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-attrs.c b/bfd/elf-attrs.c index 7b675ab5396..3085bc53e4c 100644 --- a/bfd/elf-attrs.c +++ b/bfd/elf-attrs.c @@ -1,5 +1,5 @@ /* ELF attributes support (based on ARM EABI attributes). - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 2b6dd8dadac..e059af53875 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1,5 +1,5 @@ /* BFD back-end data structures for ELF files. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c index cc2a5033cc6..f75daeaec2e 100644 --- a/bfd/elf-eh-frame.c +++ b/bfd/elf-eh-frame.c @@ -1,5 +1,5 @@ /* .eh_frame section optimization. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Jakub Jelinek . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 710dbafd47d..d6e71b1e91b 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -1,5 +1,5 @@ /* Common code for PA ELF implementations. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-ifunc.c b/bfd/elf-ifunc.c index 96b828812e9..eae1719a457 100644 --- a/bfd/elf-ifunc.c +++ b/bfd/elf-ifunc.c @@ -1,5 +1,5 @@ /* ELF STT_GNU_IFUNC support. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-linker-x86.h b/bfd/elf-linker-x86.h index 9a4e5808727..2925e245a2c 100644 --- a/bfd/elf-linker-x86.h +++ b/bfd/elf-linker-x86.h @@ -1,5 +1,5 @@ /* x86-specific ELF linker support between ld and bfd. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-linux-core.h b/bfd/elf-linux-core.h index 42e7c7d1932..4c6fee8e17d 100644 --- a/bfd/elf-linux-core.h +++ b/bfd/elf-linux-core.h @@ -1,5 +1,5 @@ /* Definitions for PRPSINFO structures under ELF on GNU/Linux. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index ca9a92e1221..cc194fa0165 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -1,5 +1,5 @@ /* Matsushita 10200 specific support for 32-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c index 0dfe6cbdf6d..3cdbafc921d 100644 --- a/bfd/elf-m10300.c +++ b/bfd/elf-m10300.c @@ -1,5 +1,5 @@ /* Matsushita 10300 specific support for 32-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-properties.c b/bfd/elf-properties.c index 73eb231d861..ac02c43f161 100644 --- a/bfd/elf-properties.c +++ b/bfd/elf-properties.c @@ -1,5 +1,5 @@ /* ELF program property support. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-s390-common.c b/bfd/elf-s390-common.c index 4e0fa6b26af..b26f049670a 100644 --- a/bfd/elf-s390-common.c +++ b/bfd/elf-s390-common.c @@ -1,5 +1,5 @@ /* IBM S/390-specific support for ELF 32 and 64 bit functions - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Andreas Krebbel. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-s390.h b/bfd/elf-s390.h index d9b72961112..7c02947d4ae 100644 --- a/bfd/elf-s390.h +++ b/bfd/elf-s390.h @@ -1,5 +1,5 @@ /* S/390-specific support for ELF. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-sframe.c b/bfd/elf-sframe.c index 9357303c70b..0ed374bd0b9 100644 --- a/bfd/elf-sframe.c +++ b/bfd/elf-sframe.c @@ -1,5 +1,5 @@ /* .sframe section processing. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-strtab.c b/bfd/elf-strtab.c index e394064dc5c..96e52673c73 100644 --- a/bfd/elf-strtab.c +++ b/bfd/elf-strtab.c @@ -1,5 +1,5 @@ /* ELF strtab with GC and suffix merging support. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Jakub Jelinek . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-vxworks.c b/bfd/elf-vxworks.c index 21f4cd4f1f2..d01237e163c 100644 --- a/bfd/elf-vxworks.c +++ b/bfd/elf-vxworks.c @@ -1,5 +1,5 @@ /* VxWorks support for ELF - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf-vxworks.h b/bfd/elf-vxworks.h index f7a19a3c245..24bd34b6f4b 100644 --- a/bfd/elf-vxworks.h +++ b/bfd/elf-vxworks.h @@ -1,5 +1,5 @@ /* VxWorks support for ELF - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf.c b/bfd/elf.c index 9fbf1534220..a652e9bc41e 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -1,6 +1,6 @@ /* ELF executable support for BFD. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-am33lin.c b/bfd/elf32-am33lin.c index 6bb917fab42..70ae478e20f 100644 --- a/bfd/elf32-am33lin.c +++ b/bfd/elf32-am33lin.c @@ -1,5 +1,5 @@ /* Matsushita AM33/2.0 support for 32-bit GNU/Linux ELF - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c index 824e833e083..bdf96de7668 100644 --- a/bfd/elf32-arc.c +++ b/bfd/elf32-arc.c @@ -1,5 +1,5 @@ /* ARC-specific support for 32-bit ELF - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Cupertino Miranda (cmiranda@synopsys.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 5fb1121a6fe..ea599413d22 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for ARM - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index 47279e4b33a..84f3c80c94b 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for ARM - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-avr.c b/bfd/elf32-avr.c index 6653e4d72f6..86ab019174e 100644 --- a/bfd/elf32-avr.c +++ b/bfd/elf32-avr.c @@ -1,5 +1,5 @@ /* AVR-specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-avr.h b/bfd/elf32-avr.h index 46e69b8b447..8733ff9e32c 100644 --- a/bfd/elf32-avr.h +++ b/bfd/elf32-avr.h @@ -1,5 +1,5 @@ /* AVR-specific support for 32-bit ELF. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Written by Bjoern Haase diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c index 279e31b56c6..e337f1d02d8 100644 --- a/bfd/elf32-bfin.c +++ b/bfd/elf32-bfin.c @@ -1,5 +1,5 @@ /* ADI Blackfin BFD support for 32-bit ELF. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-bfin.h b/bfd/elf32-bfin.h index a3d98e9dc50..ce215c1662d 100644 --- a/bfd/elf32-bfin.h +++ b/bfd/elf32-bfin.h @@ -1,5 +1,5 @@ /* ADI Blackfin BFD support for 32-bit ELF. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-cr16.c b/bfd/elf32-cr16.c index 3a9571a54f8..046c6dc43a3 100644 --- a/bfd/elf32-cr16.c +++ b/bfd/elf32-cr16.c @@ -1,5 +1,5 @@ /* BFD back-end for National Semiconductor's CR16 ELF - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Written by M R Swami Reddy. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-cr16.h b/bfd/elf32-cr16.h index 20d31e93a65..40eac5f83a5 100644 --- a/bfd/elf32-cr16.h +++ b/bfd/elf32-cr16.h @@ -1,5 +1,5 @@ /* BFD back-end for National Semiconductor's CR16 ELF - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 2f861c1d870..fd45586faf1 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -1,5 +1,5 @@ /* CRIS-specific support for 32-bit ELF. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson, based on elf32-fr30.c PIC and shlib bits based primarily on elf32-m68k.c and elf32-i386.c. diff --git a/bfd/elf32-crx.c b/bfd/elf32-crx.c index d2bc1f7ba72..e2b3a1e1064 100644 --- a/bfd/elf32-crx.c +++ b/bfd/elf32-crx.c @@ -1,5 +1,5 @@ /* BFD back-end for National Semiconductor's CRX ELF - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Written by Tomer Levi, NSC, Israel. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-csky.c b/bfd/elf32-csky.c index d648ed5b960..db2e01bc900 100644 --- a/bfd/elf32-csky.c +++ b/bfd/elf32-csky.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for C-SKY. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-csky.h b/bfd/elf32-csky.h index 24529adc748..f04c057540f 100644 --- a/bfd/elf32-csky.h +++ b/bfd/elf32-csky.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for C-SKY. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-d10v.c b/bfd/elf32-d10v.c index b2a48c8b211..36c674ea6f6 100644 --- a/bfd/elf32-d10v.c +++ b/bfd/elf32-d10v.c @@ -1,5 +1,5 @@ /* D10V-specific support for 32-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-d30v.c b/bfd/elf32-d30v.c index f1ef1c33950..95277412346 100644 --- a/bfd/elf32-d30v.c +++ b/bfd/elf32-d30v.c @@ -1,5 +1,5 @@ /* D30V-specific support for 32-bit ELF - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Contributed by Martin Hunt (hunt@cygnus.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-dlx.c b/bfd/elf32-dlx.c index 29ac38e1d3e..7075de5ae9e 100644 --- a/bfd/elf32-dlx.c +++ b/bfd/elf32-dlx.c @@ -1,5 +1,5 @@ /* DLX specific support for 32-bit ELF - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-dlx.h b/bfd/elf32-dlx.h index d209d84868c..9717352064b 100644 --- a/bfd/elf32-dlx.h +++ b/bfd/elf32-dlx.h @@ -1,5 +1,5 @@ /* DLX specific support for 32-bit ELF - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-epiphany.c b/bfd/elf32-epiphany.c index ea60ce4dc72..07620729bd6 100644 --- a/bfd/elf32-epiphany.c +++ b/bfd/elf32-epiphany.c @@ -1,5 +1,5 @@ /* Adapteva epiphany specific support for 32-bit ELF - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-fr30.c b/bfd/elf32-fr30.c index 3392acd5261..1dc840428e1 100644 --- a/bfd/elf32-fr30.c +++ b/bfd/elf32-fr30.c @@ -1,5 +1,5 @@ /* FR30-specific support for 32-bit ELF. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-frv.c b/bfd/elf32-frv.c index 5a0c3e67834..f0af7e15f49 100644 --- a/bfd/elf32-frv.c +++ b/bfd/elf32-frv.c @@ -1,5 +1,5 @@ /* FRV-specific support for 32-bit ELF. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ft32.c b/bfd/elf32-ft32.c index 6ca175533da..f3e31661201 100644 --- a/bfd/elf32-ft32.c +++ b/bfd/elf32-ft32.c @@ -1,8 +1,8 @@ /* ft32-specific support for 32-bit ELF. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Copied from elf32-moxie.c which is.. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-gen.c b/bfd/elf32-gen.c index cda555011c9..b0bc9025c08 100644 --- a/bfd/elf32-gen.c +++ b/bfd/elf32-gen.c @@ -1,5 +1,5 @@ /* Generic support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c index 4e6649a2dbb..d97b669b07f 100644 --- a/bfd/elf32-h8300.c +++ b/bfd/elf32-h8300.c @@ -1,5 +1,5 @@ /* BFD back-end for Renesas H8/300 ELF binaries. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index daafff74f82..260844985d3 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -1,5 +1,5 @@ /* BFD back-end for HP PA-RISC ELF files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Original code by Center for Software Science diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index bcdef306270..bde2e32f9e0 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -4,7 +4,7 @@ in the Stratus FTX/Golf Object File Format (SED-1762) dated February 1994. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by: diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index bcdf88aef11..cab9a76c120 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1,5 +1,5 @@ /* Intel 80386/80486-specific support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ip2k.c b/bfd/elf32-ip2k.c index 5c28a06f318..06fa8ed54ee 100644 --- a/bfd/elf32-ip2k.c +++ b/bfd/elf32-ip2k.c @@ -1,5 +1,5 @@ /* Ubicom IP2xxx specific support for 32-bit ELF - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-iq2000.c b/bfd/elf32-iq2000.c index 4b094d22814..3cb74dec3f2 100644 --- a/bfd/elf32-iq2000.c +++ b/bfd/elf32-iq2000.c @@ -1,5 +1,5 @@ /* IQ2000-specific support for 32-bit ELF. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-lm32.c b/bfd/elf32-lm32.c index 3204def77de..79f2d30dbd2 100644 --- a/bfd/elf32-lm32.c +++ b/bfd/elf32-lm32.c @@ -1,5 +1,5 @@ /* Lattice Mico32-specific support for 32-bit ELF - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Jon Beniston This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m32c.c b/bfd/elf32-m32c.c index bbc1225178e..c6d47afa998 100644 --- a/bfd/elf32-m32c.c +++ b/bfd/elf32-m32c.c @@ -1,5 +1,5 @@ /* M16C/M32C specific support for 32-bit ELF. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m32r.c b/bfd/elf32-m32r.c index a60dcf33ea1..84f64beab5e 100644 --- a/bfd/elf32-m32r.c +++ b/bfd/elf32-m32r.c @@ -1,5 +1,5 @@ /* M32R-specific support for 32-bit ELF. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68hc11.c b/bfd/elf32-m68hc11.c index f70716d66a2..c5df6e0df64 100644 --- a/bfd/elf32-m68hc11.c +++ b/bfd/elf32-m68hc11.c @@ -1,5 +1,5 @@ /* Motorola 68HC11-specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) diff --git a/bfd/elf32-m68hc12.c b/bfd/elf32-m68hc12.c index f8619896978..71cae538672 100644 --- a/bfd/elf32-m68hc12.c +++ b/bfd/elf32-m68hc12.c @@ -1,5 +1,5 @@ /* Motorola 68HC12-specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) diff --git a/bfd/elf32-m68hc1x.c b/bfd/elf32-m68hc1x.c index b9e20eef068..2b99bbf4ab9 100644 --- a/bfd/elf32-m68hc1x.c +++ b/bfd/elf32-m68hc1x.c @@ -1,5 +1,5 @@ /* Motorola 68HC11/HC12-specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68hc1x.h b/bfd/elf32-m68hc1x.h index d465804f072..b7b0dfad7db 100644 --- a/bfd/elf32-m68hc1x.h +++ b/bfd/elf32-m68hc1x.h @@ -1,5 +1,5 @@ /* Motorola 68HC11/68HC12-specific support for 32-bit ELF - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Contributed by Stephane Carrez (stcarrez@nerim.fr) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68k.c b/bfd/elf32-m68k.c index 5b9c4c07bc5..6c9f7e12bd9 100644 --- a/bfd/elf32-m68k.c +++ b/bfd/elf32-m68k.c @@ -1,5 +1,5 @@ /* Motorola 68k series support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-m68k.h b/bfd/elf32-m68k.h index e3287483b06..7ce5b486897 100644 --- a/bfd/elf32-m68k.h +++ b/bfd/elf32-m68k.h @@ -1,5 +1,5 @@ /* Motorola 68k series support for 32-bit ELF - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mcore.c b/bfd/elf32-mcore.c index 4c916fc68e9..bbdb83cb11b 100644 --- a/bfd/elf32-mcore.c +++ b/bfd/elf32-mcore.c @@ -1,5 +1,5 @@ /* Motorola MCore specific support for 32-bit ELF - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mep.c b/bfd/elf32-mep.c index 58b4cd05d16..3516c9867d8 100644 --- a/bfd/elf32-mep.c +++ b/bfd/elf32-mep.c @@ -1,5 +1,5 @@ /* MeP-specific support for 32-bit ELF. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-metag.c b/bfd/elf32-metag.c index 5eb289b6c1c..f71d2ba54a2 100644 --- a/bfd/elf32-metag.c +++ b/bfd/elf32-metag.c @@ -1,5 +1,5 @@ /* Meta support for 32-bit ELF - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-metag.h b/bfd/elf32-metag.h index a34b6b4d590..ee710590196 100644 --- a/bfd/elf32-metag.h +++ b/bfd/elf32-metag.h @@ -1,5 +1,5 @@ /* Meta support for 32-bit ELF - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-microblaze.c b/bfd/elf32-microblaze.c index 3d7905c7bf0..1b6df83fa38 100644 --- a/bfd/elf32-microblaze.c +++ b/bfd/elf32-microblaze.c @@ -1,6 +1,6 @@ /* Xilinx MicroBlaze-specific support for 32-bit ELF - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 83dd138205a..1df60bda04b 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Most of the information added by Ian Lance Taylor, Cygnus Support, . diff --git a/bfd/elf32-moxie.c b/bfd/elf32-moxie.c index 3318c07e529..7825c2f85ef 100644 --- a/bfd/elf32-moxie.c +++ b/bfd/elf32-moxie.c @@ -1,8 +1,8 @@ /* moxie-specific support for 32-bit ELF. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Copied from elf32-fr30.c which is.. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-msp430.c b/bfd/elf32-msp430.c index e6bd9ea62fb..cb83f5692be 100644 --- a/bfd/elf32-msp430.c +++ b/bfd/elf32-msp430.c @@ -1,5 +1,5 @@ /* MSP430-specific support for 32-bit ELF - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c index b1ba28b5d49..a02fedfa93b 100644 --- a/bfd/elf32-mt.c +++ b/bfd/elf32-mt.c @@ -1,5 +1,5 @@ /* Morpho Technologies MT specific support for 32-bit ELF - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index f9e09eecf8a..97f3fcb760b 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-nds32.h b/bfd/elf32-nds32.h index 6c8defeadfa..b537462c2d0 100644 --- a/bfd/elf32-nds32.h +++ b/bfd/elf32-nds32.h @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-or1k.c b/bfd/elf32-or1k.c index b247e3f14fe..cb91d631087 100644 --- a/bfd/elf32-or1k.c +++ b/bfd/elf32-or1k.c @@ -1,5 +1,5 @@ /* Or1k-specific support for 32-bit ELF. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Contributed for OR32 by Johan Rydberg, jrydberg@opencores.org PIC parts added by Stefan Kristiansson, stefan.kristiansson@saunalahti.fi, diff --git a/bfd/elf32-pj.c b/bfd/elf32-pj.c index aacbe47918e..f0af7297a37 100644 --- a/bfd/elf32-pj.c +++ b/bfd/elf32-pj.c @@ -1,5 +1,5 @@ /* picoJava specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Steve Chamberlan of Transmeta (sac@pobox.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index 39713ccc852..ecbdb91c667 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -1,5 +1,5 @@ /* PowerPC-specific support for 32-bit ELF - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-ppc.h b/bfd/elf32-ppc.h index ad598a1f38d..55b74695efe 100644 --- a/bfd/elf32-ppc.h +++ b/bfd/elf32-ppc.h @@ -1,5 +1,5 @@ /* PowerPC-specific support for 64-bit ELF. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-pru.c b/bfd/elf32-pru.c index 45a86be3ccf..75112f9f2a3 100644 --- a/bfd/elf32-pru.c +++ b/bfd/elf32-pru.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for TI PRU. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov Based on elf32-nios2.c diff --git a/bfd/elf32-rl78.c b/bfd/elf32-rl78.c index 16897ccad90..583b5a7f0e8 100644 --- a/bfd/elf32-rl78.c +++ b/bfd/elf32-rl78.c @@ -1,5 +1,5 @@ /* Renesas RL78 specific support for 32-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 5bd21456a60..f1567eb748f 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -1,5 +1,5 @@ /* Renesas RX specific support for 32-bit ELF. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-rx.h b/bfd/elf32-rx.h index 5ea165f6677..1cbbb25d37c 100644 --- a/bfd/elf32-rx.h +++ b/bfd/elf32-rx.h @@ -1,5 +1,5 @@ /* Renesas RX specific support for 32-bit ELF. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-s12z.c b/bfd/elf32-s12z.c index f17c8ad60e0..1630895136e 100644 --- a/bfd/elf32-s12z.c +++ b/bfd/elf32-s12z.c @@ -1,5 +1,5 @@ /* Freescale S12Z-specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. (Heavily copied from the D10V port by Martin Hunt (hunt@cygnus.com)) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 2564771705c..c879a42cf62 100644 --- a/bfd/elf32-s390.c +++ b/bfd/elf32-s390.c @@ -1,5 +1,5 @@ /* IBM S/390-specific support for 32-bit ELF - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Carl B. Pedersen and Martin Schwidefsky. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-score.c b/bfd/elf32-score.c index 684144f39a6..1953873339d 100644 --- a/bfd/elf32-score.c +++ b/bfd/elf32-score.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for S+core. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/elf32-score.h b/bfd/elf32-score.h index b982ed9babf..506446b690a 100644 --- a/bfd/elf32-score.h +++ b/bfd/elf32-score.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for S+core. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/elf32-score7.c b/bfd/elf32-score7.c index a74c7279bce..600be88be61 100644 --- a/bfd/elf32-score7.c +++ b/bfd/elf32-score7.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for S+core. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/bfd/elf32-sh-relocs.h b/bfd/elf32-sh-relocs.h index f519b1c6891..55adb3a020d 100644 --- a/bfd/elf32-sh-relocs.h +++ b/bfd/elf32-sh-relocs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index c539242b9fc..246e725af85 100644 --- a/bfd/elf32-sh.c +++ b/bfd/elf32-sh.c @@ -1,5 +1,5 @@ /* Renesas / SuperH SH specific support for 32-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index 99729eae2d3..b7ac618817d 100644 --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -1,5 +1,5 @@ /* SPARC-specific support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-spu.c b/bfd/elf32-spu.c index 00cf73fd108..ec9ac49f379 100644 --- a/bfd/elf32-spu.c +++ b/bfd/elf32-spu.c @@ -1,6 +1,6 @@ /* SPU specific support for 32-bit ELF - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-spu.h b/bfd/elf32-spu.h index 1340eee6b36..184d35d9971 100644 --- a/bfd/elf32-spu.h +++ b/bfd/elf32-spu.h @@ -1,6 +1,6 @@ /* SPU specific support for 32-bit ELF. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index 55c4869b284..f2acb95ea60 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for TI C6X - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Joseph Myers Bernd Schmidt diff --git a/bfd/elf32-tic6x.h b/bfd/elf32-tic6x.h index 42a5b453f23..a18630a9b9d 100644 --- a/bfd/elf32-tic6x.h +++ b/bfd/elf32-tic6x.h @@ -1,5 +1,5 @@ /* 32-bit ELF support for TI C6X - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilegx.c b/bfd/elf32-tilegx.c index 5966b3691ba..32fdd979c2a 100644 --- a/bfd/elf32-tilegx.c +++ b/bfd/elf32-tilegx.c @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 32-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilegx.h b/bfd/elf32-tilegx.h index 00e4ccc25c1..f1f344d8dcd 100644 --- a/bfd/elf32-tilegx.h +++ b/bfd/elf32-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 32-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilepro.c b/bfd/elf32-tilepro.c index dc206d589d3..1b03845684e 100644 --- a/bfd/elf32-tilepro.c +++ b/bfd/elf32-tilepro.c @@ -1,5 +1,5 @@ /* TILEPro-specific support for 32-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-tilepro.h b/bfd/elf32-tilepro.h index c041a811ef4..e0d1effdfbf 100644 --- a/bfd/elf32-tilepro.h +++ b/bfd/elf32-tilepro.h @@ -1,5 +1,5 @@ /* TILEPro-specific support for 32-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 48df90c5a69..357526f8618 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -1,5 +1,5 @@ /* V850-specific support for 32-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-v850.h b/bfd/elf32-v850.h index 5b3b03c1323..d25798ea759 100644 --- a/bfd/elf32-v850.h +++ b/bfd/elf32-v850.h @@ -1,5 +1,5 @@ /* V850 Note manipulation routines. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 12a4e0f40b3..c7ba7713b87 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -1,5 +1,5 @@ /* VAX series support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Matt Thomas . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-visium.c b/bfd/elf32-visium.c index dfc69b2634e..1771c444c22 100644 --- a/bfd/elf32-visium.c +++ b/bfd/elf32-visium.c @@ -1,6 +1,6 @@ /* Visium-specific support for 32-bit ELF. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-wasm32.c b/bfd/elf32-wasm32.c index 21f4329d401..b8fd231d46c 100644 --- a/bfd/elf32-wasm32.c +++ b/bfd/elf32-wasm32.c @@ -1,5 +1,5 @@ /* 32-bit ELF for the WebAssembly target - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xgate.c b/bfd/elf32-xgate.c index 823d50041e8..acc376d5b29 100644 --- a/bfd/elf32-xgate.c +++ b/bfd/elf32-xgate.c @@ -1,5 +1,5 @@ /* Freescale XGATE-specific support for 32-bit ELF - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Sean Keys(skeys@ipdatasys.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xstormy16.c b/bfd/elf32-xstormy16.c index 7f330eb3748..5126a31cdb5 100644 --- a/bfd/elf32-xstormy16.c +++ b/bfd/elf32-xstormy16.c @@ -1,5 +1,5 @@ /* Xstormy16-specific support for 32-bit ELF. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 0889062ff64..4b6b2d1e0f8 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -1,5 +1,5 @@ /* Xtensa-specific support for 32-bit ELF. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32-z80.c b/bfd/elf32-z80.c index 8751633ba0f..dcad50717b6 100644 --- a/bfd/elf32-z80.c +++ b/bfd/elf32-z80.c @@ -1,5 +1,5 @@ /* Zilog (e)Z80-specific support for 32-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. (Heavily copied from the S12Z port by Sergey Belyashov (sergey.belyashov@gmail.com)) This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf32.c b/bfd/elf32.c index 5dc6316e518..838acf2b93f 100644 --- a/bfd/elf32.c +++ b/bfd/elf32.c @@ -1,5 +1,5 @@ /* ELF 32-bit executable support for BFD. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 932f65df07c..71b2cb4e57d 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -1,5 +1,5 @@ /* Alpha specific support for 64-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-amdgcn.c b/bfd/elf64-amdgcn.c index 4365f0c6159..278179080c5 100644 --- a/bfd/elf64-amdgcn.c +++ b/bfd/elf64-amdgcn.c @@ -1,6 +1,6 @@ /* AMDGCN ELF support for BFD. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-bpf.c b/bfd/elf64-bpf.c index c9be282050c..dda21f7674b 100644 --- a/bfd/elf64-bpf.c +++ b/bfd/elf64-bpf.c @@ -1,5 +1,5 @@ /* Linux bpf specific support for 64-bit ELF - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. Contributed by Oracle Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-gen.c b/bfd/elf64-gen.c index 6cfb14e2988..5e40084c931 100644 --- a/bfd/elf64-gen.c +++ b/bfd/elf64-gen.c @@ -1,5 +1,5 @@ /* Generic support for 64-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index d1c0212c6eb..d0bc3c33d68 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -1,5 +1,5 @@ /* Support for HPPA 64-bit ELF - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-hppa.h b/bfd/elf64-hppa.h index 4b1ea1ebb11..bfcd4b128a9 100644 --- a/bfd/elf64-hppa.h +++ b/bfd/elf64-hppa.h @@ -1,6 +1,6 @@ /* ELF64/HPPA support - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-ia64-vms.c b/bfd/elf64-ia64-vms.c index 74f1551fbdd..983750595cf 100644 --- a/bfd/elf64-ia64-vms.c +++ b/bfd/elf64-ia64-vms.c @@ -1,5 +1,5 @@ /* IA-64 support for OpenVMS - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index 7fdad19b828..26e3c602bba 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for 64-bit ELF - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Ian Lance Taylor, Cygnus Support Linker support added by Mark Mitchell, CodeSourcery, LLC. diff --git a/bfd/elf64-mmix.c b/bfd/elf64-mmix.c index 319369b2d0b..63ae1076916 100644 --- a/bfd/elf64-mmix.c +++ b/bfd/elf64-mmix.c @@ -1,5 +1,5 @@ /* MMIX-specific support for 64-bit ELF. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-nfp.c b/bfd/elf64-nfp.c index 03791ec1923..263e3f9140a 100644 --- a/bfd/elf64-nfp.c +++ b/bfd/elf64-nfp.c @@ -1,5 +1,5 @@ /* NFP-specific support for 64-bit ELF - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Contributed by Francois H. Theron This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 419840a5de2..be41efe10bd 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -1,5 +1,5 @@ /* PowerPC64-specific support for 64-bit ELF. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Linus Nordberg, Swox AB , based on elf32-ppc.c by Ian Lance Taylor. Largely rewritten by Alan Modra. diff --git a/bfd/elf64-ppc.h b/bfd/elf64-ppc.h index 0d225f04578..644dd56a3de 100644 --- a/bfd/elf64-ppc.h +++ b/bfd/elf64-ppc.h @@ -1,5 +1,5 @@ /* PowerPC64-specific support for 64-bit ELF. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c index fe07e486795..c20f784d802 100644 --- a/bfd/elf64-s390.c +++ b/bfd/elf64-s390.c @@ -1,5 +1,5 @@ /* IBM S/390-specific support for 64-bit ELF - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c index dfe4f1b7c18..936b0ce4465 100644 --- a/bfd/elf64-sparc.c +++ b/bfd/elf64-sparc.c @@ -1,5 +1,5 @@ /* SPARC-specific support for 64-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-tilegx.c b/bfd/elf64-tilegx.c index 4cdad8367eb..0b2476e1c5d 100644 --- a/bfd/elf64-tilegx.c +++ b/bfd/elf64-tilegx.c @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 64-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-tilegx.h b/bfd/elf64-tilegx.h index 7666753c5d9..ed29f9fc348 100644 --- a/bfd/elf64-tilegx.h +++ b/bfd/elf64-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for 64-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index fdcbda4913e..2e2687b99f7 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1,5 +1,5 @@ /* X86-64 specific support for ELF - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Jan Hubicka . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elf64.c b/bfd/elf64.c index 07176bbefbb..bd262b48802 100644 --- a/bfd/elf64.c +++ b/bfd/elf64.c @@ -1,5 +1,5 @@ /* ELF 64-bit executable support for BFD. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 5224a1abee6..18c007ae36a 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1,5 +1,5 @@ /* ELF executable support for BFD. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and diff --git a/bfd/elfcore.h b/bfd/elfcore.h index 6eb354bdd1d..5978ba768ba 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -1,5 +1,5 @@ /* ELF core file support for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elflink.c b/bfd/elflink.c index d3084720382..e815e6b381b 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -1,5 +1,5 @@ /* ELF linking support for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfn32-mips.c b/bfd/elfn32-mips.c index 029a06d4285..97c859f7d25 100644 --- a/bfd/elfn32-mips.c +++ b/bfd/elfn32-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for 32-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Most of the information added by Ian Lance Taylor, Cygnus Support, . diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c index b104e40d1ab..cf023360525 100644 --- a/bfd/elfnn-aarch64.c +++ b/bfd/elfnn-aarch64.c @@ -1,5 +1,5 @@ /* AArch64-specific support for NN-bit ELF. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfnn-ia64.c b/bfd/elfnn-ia64.c index 43113cabccf..fd1ac180b06 100644 --- a/bfd/elfnn-ia64.c +++ b/bfd/elfnn-ia64.c @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfnn-kvx.c b/bfd/elfnn-kvx.c index 297785fe05d..bf41737f10b 100644 --- a/bfd/elfnn-kvx.c +++ b/bfd/elfnn-kvx.c @@ -1,5 +1,5 @@ /* KVX-specific support for NN-bit ELF. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfnn-loongarch.c b/bfd/elfnn-loongarch.c index 82f6390505b..539084fdfd6 100644 --- a/bfd/elfnn-loongarch.c +++ b/bfd/elfnn-loongarch.c @@ -1,5 +1,5 @@ /* LoongArch-specific support for NN-bit ELF. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfnn-riscv.c b/bfd/elfnn-riscv.c index 345b3bb96fd..ddb300e2765 100644 --- a/bfd/elfnn-riscv.c +++ b/bfd/elfnn-riscv.c @@ -1,5 +1,5 @@ /* RISC-V-specific support for NN-bit ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on TILE-Gx and MIPS targets. diff --git a/bfd/elfxx-aarch64.c b/bfd/elfxx-aarch64.c index cb4566386ce..55415d3f594 100644 --- a/bfd/elfxx-aarch64.c +++ b/bfd/elfxx-aarch64.c @@ -1,5 +1,5 @@ /* AArch64-specific support for ELF. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-aarch64.h b/bfd/elfxx-aarch64.h index 75255a726e2..834f3c3a4dd 100644 --- a/bfd/elfxx-aarch64.h +++ b/bfd/elfxx-aarch64.h @@ -1,5 +1,5 @@ /* AArch64-specific backend routines. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index c95d5dbe885..e32a75fab83 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-ia64.h b/bfd/elfxx-ia64.h index 49f9e4aa5bf..7f76fe347b9 100644 --- a/bfd/elfxx-ia64.h +++ b/bfd/elfxx-ia64.h @@ -1,5 +1,5 @@ /* IA-64 support for 64-bit ELF - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-kvx-relocs.h b/bfd/elfxx-kvx-relocs.h index ed4606c5026..3bad8bccfea 100644 --- a/bfd/elfxx-kvx-relocs.h +++ b/bfd/elfxx-kvx-relocs.h @@ -1,5 +1,5 @@ /* KVX-specific relocations table. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-kvx.c b/bfd/elfxx-kvx.c index 1dc2e03030f..c36d34f65f0 100644 --- a/bfd/elfxx-kvx.c +++ b/bfd/elfxx-kvx.c @@ -1,5 +1,5 @@ /* KVX-specific support for ELF. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-kvx.h b/bfd/elfxx-kvx.h index ce0822371bd..345444fadb0 100644 --- a/bfd/elfxx-kvx.h +++ b/bfd/elfxx-kvx.h @@ -1,5 +1,5 @@ /* KVX-specific backend routines. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-loongarch.c b/bfd/elfxx-loongarch.c index a5a8dc34e0e..c65682e22b1 100644 --- a/bfd/elfxx-loongarch.c +++ b/bfd/elfxx-loongarch.c @@ -1,5 +1,5 @@ /* LoongArch-specific support for ELF. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. Based on RISC-V target. diff --git a/bfd/elfxx-loongarch.h b/bfd/elfxx-loongarch.h index 64bf3892ae8..3a6e8ea0950 100644 --- a/bfd/elfxx-loongarch.h +++ b/bfd/elfxx-loongarch.h @@ -1,5 +1,5 @@ /* LoongArch-specific backend routines. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 4db3cfb5fe9..84ba94c1cda 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -1,5 +1,5 @@ /* MIPS-specific support for ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Most of the information added by Ian Lance Taylor, Cygnus Support, . diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index 55f8a964db9..6f6fb0fa6e8 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -1,5 +1,5 @@ /* MIPS ELF specific backend routines. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c index 27d439adebe..b0f635114e1 100644 --- a/bfd/elfxx-riscv.c +++ b/bfd/elfxx-riscv.c @@ -1,5 +1,5 @@ /* RISC-V-specific support for ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on TILE-Gx and MIPS targets. diff --git a/bfd/elfxx-riscv.h b/bfd/elfxx-riscv.h index ed4e78efc83..787da041178 100644 --- a/bfd/elfxx-riscv.h +++ b/bfd/elfxx-riscv.h @@ -1,5 +1,5 @@ /* RISC-V ELF specific backend routines. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. diff --git a/bfd/elfxx-sparc.c b/bfd/elfxx-sparc.c index 8f4b0461962..1e3ecf87da1 100644 --- a/bfd/elfxx-sparc.c +++ b/bfd/elfxx-sparc.c @@ -1,5 +1,5 @@ /* SPARC-specific support for ELF - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-sparc.h b/bfd/elfxx-sparc.h index 16abaa9a86b..75d24a6647f 100644 --- a/bfd/elfxx-sparc.h +++ b/bfd/elfxx-sparc.h @@ -1,5 +1,5 @@ /* SPARC ELF specific backend routines. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index 301a2d1bc93..00552826b4c 100644 --- a/bfd/elfxx-target.h +++ b/bfd/elfxx-target.h @@ -1,5 +1,5 @@ /* Target definitions for NN-bit ELF - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-tilegx.c b/bfd/elfxx-tilegx.c index f23adf47ac2..9fcfc086322 100644 --- a/bfd/elfxx-tilegx.c +++ b/bfd/elfxx-tilegx.c @@ -1,5 +1,5 @@ /* TILE-Gx-specific support for ELF. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-tilegx.h b/bfd/elfxx-tilegx.h index 38713c35e0b..c0e1eb5510b 100644 --- a/bfd/elfxx-tilegx.h +++ b/bfd/elfxx-tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx ELF specific backend routines. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index 14bbcc26448..df72acf08bf 100644 --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -1,5 +1,5 @@ /* x86 specific support for ELF - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index 1a355f0aba9..69c348ee42b 100644 --- a/bfd/elfxx-x86.h +++ b/bfd/elfxx-x86.h @@ -1,5 +1,5 @@ /* x86 specific support for ELF - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/format.c b/bfd/format.c index bc05039dd9b..1a56a8915fc 100644 --- a/bfd/format.c +++ b/bfd/format.c @@ -1,5 +1,5 @@ /* Generic BFD support for file formats. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/gen-aout.c b/bfd/gen-aout.c index 0db221cc9e5..8a498396272 100644 --- a/bfd/gen-aout.c +++ b/bfd/gen-aout.c @@ -1,5 +1,5 @@ /* Generate parameters for an a.out system. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/genlink.h b/bfd/genlink.h index e9993e28e85..6146e61c160 100644 --- a/bfd/genlink.h +++ b/bfd/genlink.h @@ -1,5 +1,5 @@ /* genlink.h -- interface to the BFD generic linker - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hash.c b/bfd/hash.c index a3b588915ef..a53f7d7925a 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -1,5 +1,5 @@ /* hash.c -- hash table routines for BFD - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Steve Chamberlain This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hidden.h b/bfd/hidden.h index 8a2eb517023..e3df0eb10b3 100644 --- a/bfd/hidden.h +++ b/bfd/hidden.h @@ -1,7 +1,7 @@ /* hidden.h -- "hidden" ELF visibility attribute abstraction. (This include file is not for users of the library.) - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/host-aout.c b/bfd/host-aout.c index c5a4dd90fab..c4b18f183e8 100644 --- a/bfd/host-aout.c +++ b/bfd/host-aout.c @@ -1,5 +1,5 @@ /* BFD backend for local host's a.out binaries - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. Probably John Gilmore's fault. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/alphalinux.h b/bfd/hosts/alphalinux.h index 2a16ccc913b..9291e090337 100644 --- a/bfd/hosts/alphalinux.h +++ b/bfd/hosts/alphalinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/alphavms.h b/bfd/hosts/alphavms.h index 3fd22e3f9c2..6a82a60b2ee 100644 --- a/bfd/hosts/alphavms.h +++ b/bfd/hosts/alphavms.h @@ -1,5 +1,5 @@ /* alphavms.h -- BFD definitions for an openVMS host - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Klaus Kämpf (kkaempf@progis.de) of proGIS Softwareentwicklung, Aachen, Germany diff --git a/bfd/hosts/decstation.h b/bfd/hosts/decstation.h index d03d79710fb..b9e36667e24 100644 --- a/bfd/hosts/decstation.h +++ b/bfd/hosts/decstation.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/dpx2.h b/bfd/hosts/dpx2.h index f4eb461f7ff..6f3da7a8b4a 100644 --- a/bfd/hosts/dpx2.h +++ b/bfd/hosts/dpx2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386bsd.h b/bfd/hosts/i386bsd.h index 976754197be..f1f8eea346f 100644 --- a/bfd/hosts/i386bsd.h +++ b/bfd/hosts/i386bsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h index f630cafb5be..c9d111d03d4 100644 --- a/bfd/hosts/i386linux.h +++ b/bfd/hosts/i386linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/i386mach3.h b/bfd/hosts/i386mach3.h index c083afdf0d6..ba0fdde2d51 100644 --- a/bfd/hosts/i386mach3.h +++ b/bfd/hosts/i386mach3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/m68klinux.h b/bfd/hosts/m68klinux.h index d628374d932..7ffb8489e82 100644 --- a/bfd/hosts/m68klinux.h +++ b/bfd/hosts/m68klinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/mipsmach3.h b/bfd/hosts/mipsmach3.h index 59a0dc15b99..2cca333d0c8 100644 --- a/bfd/hosts/mipsmach3.h +++ b/bfd/hosts/mipsmach3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/news-mips.h b/bfd/hosts/news-mips.h index cf1b949185b..6d28302926c 100644 --- a/bfd/hosts/news-mips.h +++ b/bfd/hosts/news-mips.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/pc532mach.h b/bfd/hosts/pc532mach.h index ceff935e603..13192c75845 100644 --- a/bfd/hosts/pc532mach.h +++ b/bfd/hosts/pc532mach.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/riscos.h b/bfd/hosts/riscos.h index bdc4dc08744..242d9a7b61d 100644 --- a/bfd/hosts/riscos.h +++ b/bfd/hosts/riscos.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/vaxbsd.h b/bfd/hosts/vaxbsd.h index 0362649c730..2b2bc81444a 100644 --- a/bfd/hosts/vaxbsd.h +++ b/bfd/hosts/vaxbsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2025 Free Software Foundation, Inc. +/* Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/vaxlinux.h b/bfd/hosts/vaxlinux.h index ae045c3d0db..d99e3554747 100644 --- a/bfd/hosts/vaxlinux.h +++ b/bfd/hosts/vaxlinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2025 Free Software Foundation, Inc. +/* Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h index 2e2da30573b..9df030a7bf0 100644 --- a/bfd/hosts/x86-64linux.h +++ b/bfd/hosts/x86-64linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/bfd/hppabsd-core.c b/bfd/hppabsd-core.c index 45f41c8a139..838632b0300 100644 --- a/bfd/hppabsd-core.c +++ b/bfd/hppabsd-core.c @@ -1,5 +1,5 @@ /* BFD back-end for HPPA BSD core files. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c index 537e08a2169..485490eb1e8 100644 --- a/bfd/hpux-core.c +++ b/bfd/hpux-core.c @@ -1,5 +1,5 @@ /* BFD back-end for HP/UX core files. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Stu Grossman, Cygnus Support. Converted to back-end form by Ian Lance Taylor, Cygnus SUpport diff --git a/bfd/i386aout.c b/bfd/i386aout.c index 082ebfb59f5..a465c5b4752 100644 --- a/bfd/i386aout.c +++ b/bfd/i386aout.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386bsd.c b/bfd/i386bsd.c index 566aed5dd1d..b9f39d31a99 100644 --- a/bfd/i386bsd.c +++ b/bfd/i386bsd.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries under BSD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386lynx.c b/bfd/i386lynx.c index 2b1a042bcef..91017bd46e6 100644 --- a/bfd/i386lynx.c +++ b/bfd/i386lynx.c @@ -1,5 +1,5 @@ /* BFD back-end for i386 a.out binaries under LynxOS. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/i386msdos.c b/bfd/i386msdos.c index a4a9c54831c..571988e02bf 100644 --- a/bfd/i386msdos.c +++ b/bfd/i386msdos.c @@ -1,5 +1,5 @@ /* BFD back-end for MS-DOS executables. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Bryan Ford of the University of Utah. Contributed by the Center for Software Science at the diff --git a/bfd/ihex.c b/bfd/ihex.c index c612b780f1a..5bde0078143 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel Hex objects. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor of Cygnus Support . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/init.c b/bfd/init.c index 1b63f7fe45b..b15a6cac024 100644 --- a/bfd/init.c +++ b/bfd/init.c @@ -1,5 +1,5 @@ /* bfd initialization stuff - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/irix-core.c b/bfd/irix-core.c index 60da91957e3..80fbf342e10 100644 --- a/bfd/irix-core.c +++ b/bfd/irix-core.c @@ -1,5 +1,5 @@ /* BFD back-end for Irix core files. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Stu Grossman, Cygnus Support. Converted to back-end form by Ian Lance Taylor, Cygnus Support diff --git a/bfd/libaout.h b/bfd/libaout.h index 7628d6a5114..edc31f0e1e2 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -1,5 +1,5 @@ /* BFD back-end data structures for a.out (and similar) files. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 254597a2271..870bd6f3de4 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -1,7 +1,7 @@ /* libbfd.h -- Declarations used by bfd library *implementation*. (This include file is not for users of the library.) - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/libbfd.c b/bfd/libbfd.c index 49e5b177500..0520602ae2c 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -1,5 +1,5 @@ /* Assorted BFD support routines, only used internally. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libbfd.h b/bfd/libbfd.h index ab131d3fb4e..bc6ca4f14bb 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -7,7 +7,7 @@ /* libbfd.h -- Declarations used by bfd library *implementation*. (This include file is not for users of the library.) - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index a415cfeea25..b8a99de91e8 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -1,5 +1,5 @@ /* BFD COFF object file private structure. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 6d25fe97478..8d918ba3e7c 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -3,7 +3,7 @@ Run "make headers" in your build bfd/ to regenerate. */ /* BFD COFF object file private structure. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 34b4e1f8ac4..1d781c7d309 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -1,5 +1,5 @@ /* BFD ECOFF object file private structure. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libhppa.h b/bfd/libhppa.h index cca8e106b3c..eb14b7b794c 100644 --- a/bfd/libhppa.h +++ b/bfd/libhppa.h @@ -1,5 +1,5 @@ /* HP PA-RISC SOM object file format: definitions internal to BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/bfd/libpei.h b/bfd/libpei.h index f69f40804ed..d99b4325af4 100644 --- a/bfd/libpei.h +++ b/bfd/libpei.h @@ -1,5 +1,5 @@ /* Support for the generic parts of PE/PEI; common header information. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Cygnus Solutions. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h index ee27e0a1fa5..c116d9b795f 100644 --- a/bfd/libxcoff.h +++ b/bfd/libxcoff.h @@ -1,5 +1,5 @@ /* BFD XCOFF object file private structure. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Tom Rix, Redhat. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/linker.c b/bfd/linker.c index 137184a6c12..3e0beb04c33 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -1,5 +1,5 @@ /* linker.c -- BFD linker routines - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/lynx-core.c b/bfd/lynx-core.c index a315e86a12b..c540f1b048c 100644 --- a/bfd/lynx-core.c +++ b/bfd/lynx-core.c @@ -1,5 +1,5 @@ /* BFD back end for Lynx core files - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Stu Grossman of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-aarch64.c b/bfd/mach-o-aarch64.c index ac07dbb8096..69e6a824f3d 100644 --- a/bfd/mach-o-aarch64.c +++ b/bfd/mach-o-aarch64.c @@ -1,5 +1,5 @@ /* AArch-64 Mach-O support for BFD. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-arm.c b/bfd/mach-o-arm.c index 571e43c2835..bea89c917bf 100644 --- a/bfd/mach-o-arm.c +++ b/bfd/mach-o-arm.c @@ -1,5 +1,5 @@ /* ARM Mach-O support for BFD. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-i386.c b/bfd/mach-o-i386.c index bc0a1be8a12..2b979fb9db0 100644 --- a/bfd/mach-o-i386.c +++ b/bfd/mach-o-i386.c @@ -1,5 +1,5 @@ /* Intel i386 Mach-O support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-target.c b/bfd/mach-o-target.c index 55e0c749224..c0b8a399bcc 100644 --- a/bfd/mach-o-target.c +++ b/bfd/mach-o-target.c @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o-x86-64.c b/bfd/mach-o-x86-64.c index 7b349ab7f42..8c3ca25e65c 100644 --- a/bfd/mach-o-x86-64.c +++ b/bfd/mach-o-x86-64.c @@ -1,5 +1,5 @@ /* Intel x86-64 Mach-O support for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o.c b/bfd/mach-o.c index c05a1c20728..83180527b04 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mach-o.h b/bfd/mach-o.h index 3f2a7c1d3fd..1258d4cb0c7 100644 --- a/bfd/mach-o.h +++ b/bfd/mach-o.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/makefile.vms b/bfd/makefile.vms index a773bf5f5ba..9fdfdc4a59f 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -5,7 +5,7 @@ # # Created by Klaus K"ampf, kkaempf@rmi.de # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/bfd/mep-relocs.pl b/bfd/mep-relocs.pl index 37feb893c8c..897d07e0eea 100755 --- a/bfd/mep-relocs.pl +++ b/bfd/mep-relocs.pl @@ -2,7 +2,7 @@ # -*- perl -*- # # Toshiba MeP Media Engine Relocation Generator -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # This file is part of BFD. # Originally written by DJ Delorie # diff --git a/bfd/merge.c b/bfd/merge.c index b25d55d8539..25798e15cb5 100644 --- a/bfd/merge.c +++ b/bfd/merge.c @@ -1,5 +1,5 @@ /* SEC_MERGE support. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Jakub Jelinek . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/mmo.c b/bfd/mmo.c index 0e649032f45..89b5771279b 100644 --- a/bfd/mmo.c +++ b/bfd/mmo.c @@ -1,5 +1,5 @@ /* BFD back-end for mmo objects (MMIX-specific object-format). - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com). Infrastructure and other bits originally copied from srec.c and binary.c. diff --git a/bfd/netbsd-core.c b/bfd/netbsd-core.c index 34afcefd5e7..5ef58f13d9c 100644 --- a/bfd/netbsd-core.c +++ b/bfd/netbsd-core.c @@ -1,5 +1,5 @@ /* BFD back end for NetBSD style core files - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 Free Software Foundation, Inc. Written by Paul Kranenburg, EUR This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/netbsd.h b/bfd/netbsd.h index 7104d8b5b49..235d5721244 100644 --- a/bfd/netbsd.h +++ b/bfd/netbsd.h @@ -1,5 +1,5 @@ /* BFD back-end definitions used by all NetBSD targets. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ns32k.h b/bfd/ns32k.h index ea113e1d11f..3ab528df91d 100644 --- a/bfd/ns32k.h +++ b/bfd/ns32k.h @@ -1,5 +1,5 @@ /* Header file for ns32k routines. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c index 0759f5f8d67..9505be90d65 100644 --- a/bfd/ns32knetbsd.c +++ b/bfd/ns32knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/ns32k a.out-ish binaries. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/opncls.c b/bfd/opncls.c index 47a74512efc..2ef820ffdb7 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -1,5 +1,5 @@ /* opncls.c -- open and close a BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. diff --git a/bfd/osf-core.c b/bfd/osf-core.c index 95e05fe2956..514538194c4 100644 --- a/bfd/osf-core.c +++ b/bfd/osf-core.c @@ -1,5 +1,5 @@ /* BFD back-end for OSF/1 core files. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pc532-mach.c b/bfd/pc532-mach.c index 2e9d17a0d94..e0e7ac313c9 100644 --- a/bfd/pc532-mach.c +++ b/bfd/pc532-mach.c @@ -1,5 +1,5 @@ /* BFD back-end for Mach3/532 a.out-ish binaries. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pdb.c b/bfd/pdb.c index 4446830af53..78f64c5b175 100644 --- a/bfd/pdb.c +++ b/bfd/pdb.c @@ -1,5 +1,5 @@ /* BFD back-end for PDB Multi-Stream Format archives. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pdp11.c b/bfd/pdp11.c index 67e667e745b..552c0484992 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -1,5 +1,5 @@ /* BFD back-end for PDP-11 a.out binaries. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-aarch64.c b/bfd/pe-aarch64.c index 2204a51c509..be6d32c0e93 100644 --- a/bfd/pe-aarch64.c +++ b/bfd/pe-aarch64.c @@ -1,5 +1,5 @@ /* BFD back-end for AArch64 PE IMAGE COFF files. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-arm-wince.c b/bfd/pe-arm-wince.c index 253cee98555..b46ac4fde4e 100644 --- a/bfd/pe-arm-wince.c +++ b/bfd/pe-arm-wince.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM WINCE PE files. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-arm.c b/bfd/pe-arm.c index 5efa559a353..310df8df337 100644 --- a/bfd/pe-arm.c +++ b/bfd/pe-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM PECOFF files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-i386.c b/bfd/pe-i386.c index 3742fd8feb4..85eeb379733 100644 --- a/bfd/pe-i386.c +++ b/bfd/pe-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 PECOFF files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-mcore.c b/bfd/pe-mcore.c index 40ae1e00fb9..bc1eed1840d 100644 --- a/bfd/pe-mcore.c +++ b/bfd/pe-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for MCore PECOFF files. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-sh.c b/bfd/pe-sh.c index 30b282f5dcc..f6c583436a9 100644 --- a/bfd/pe-sh.c +++ b/bfd/pe-sh.c @@ -1,5 +1,5 @@ /* BFD back-end for SH PECOFF files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pe-x86_64.c b/bfd/pe-x86_64.c index 9151aac5792..35d5dde396c 100644 --- a/bfd/pe-x86_64.c +++ b/bfd/pe-x86_64.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel/AMD x86_64 PECOFF files. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/peXXigen.c b/bfd/peXXigen.c index c1774966cf4..2ab0dd50bf4 100644 --- a/bfd/peXXigen.c +++ b/bfd/peXXigen.c @@ -1,5 +1,5 @@ /* Support for the generic parts of PE/PEI; the common executable parts. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Cygnus Solutions. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pef-traceback.h b/bfd/pef-traceback.h index 604255dbe49..8cf29714c1d 100644 --- a/bfd/pef-traceback.h +++ b/bfd/pef-traceback.h @@ -1,5 +1,5 @@ /* PowerPC traceback table support for BFD. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pef.c b/bfd/pef.c index 2054285accd..87423e3e248 100644 --- a/bfd/pef.c +++ b/bfd/pef.c @@ -1,5 +1,5 @@ /* PEF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pef.h b/bfd/pef.h index 5e4fb42451d..65c1f6d0c27 100644 --- a/bfd/pef.h +++ b/bfd/pef.h @@ -1,5 +1,5 @@ /* PEF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-aarch64.c b/bfd/pei-aarch64.c index 835b547ebc6..ba69bc71d0c 100644 --- a/bfd/pei-aarch64.c +++ b/bfd/pei-aarch64.c @@ -1,5 +1,5 @@ /* BFD back-end for AArch64 PE IMAGE COFF files. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-arm-wince.c b/bfd/pei-arm-wince.c index 91a00ce0f14..4aaf19c591d 100644 --- a/bfd/pei-arm-wince.c +++ b/bfd/pei-arm-wince.c @@ -1,5 +1,5 @@ /* BFD back-end for ARM WINCE PE IMAGE COFF files. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-arm.c b/bfd/pei-arm.c index 07cebb510ef..ad72c3b1177 100644 --- a/bfd/pei-arm.c +++ b/bfd/pei-arm.c @@ -1,5 +1,5 @@ /* BFD back-end for arm PE IMAGE COFF files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-i386.c b/bfd/pei-i386.c index a26f1702b3b..9a86aabbfa5 100644 --- a/bfd/pei-i386.c +++ b/bfd/pei-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 PE IMAGE COFF files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-ia64.c b/bfd/pei-ia64.c index a4f27218976..b20cba9d0ef 100644 --- a/bfd/pei-ia64.c +++ b/bfd/pei-ia64.c @@ -1,5 +1,5 @@ /* BFD back-end for HP/Intel IA-64 PE IMAGE COFF files. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by David Mosberger This implementation only supports objcopy to ouput IA-64 PE IMAGE COFF diff --git a/bfd/pei-loongarch64.c b/bfd/pei-loongarch64.c index 0b00cb2d557..4bd13ed5508 100644 --- a/bfd/pei-loongarch64.c +++ b/bfd/pei-loongarch64.c @@ -1,5 +1,5 @@ /* BFD back-end for LoongArch64 PE IMAGE COFF files. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-mcore.c b/bfd/pei-mcore.c index 9fc435a2b0d..70053f0111a 100644 --- a/bfd/pei-mcore.c +++ b/bfd/pei-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for MCore PECOFF files. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-riscv64.c b/bfd/pei-riscv64.c index d8d4b5de145..ac5c6eb4285 100644 --- a/bfd/pei-riscv64.c +++ b/bfd/pei-riscv64.c @@ -1,5 +1,5 @@ /* BFD back-end for RISC-V 64-bit PE IMAGE COFF files. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-sh.c b/bfd/pei-sh.c index aa28ac6cfeb..8395f91da84 100644 --- a/bfd/pei-sh.c +++ b/bfd/pei-sh.c @@ -1,5 +1,5 @@ /* BFD back-end for SH PE IMAGE COFF files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/pei-x86_64.c b/bfd/pei-x86_64.c index 045fedb79a5..b35532405f1 100644 --- a/bfd/pei-x86_64.c +++ b/bfd/pei-x86_64.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 PE IMAGE COFF files. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/peicode.h b/bfd/peicode.h index 8192bb9fa4b..441652622b2 100644 --- a/bfd/peicode.h +++ b/bfd/peicode.h @@ -1,5 +1,5 @@ /* Support for the generic parts of PE/PEI, for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Cygnus Solutions. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/plugin.c b/bfd/plugin.c index c0421307b81..bbaf539b412 100644 --- a/bfd/plugin.c +++ b/bfd/plugin.c @@ -1,5 +1,5 @@ /* Plugin support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/plugin.h b/bfd/plugin.h index f16c45c8fa0..ed9b128dc3f 100644 --- a/bfd/plugin.h +++ b/bfd/plugin.h @@ -1,5 +1,5 @@ /* Plugin support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/po/Make-in b/bfd/po/Make-in index fe2aacceb08..a1af4ab1586 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/bfd/ppcboot.c b/bfd/ppcboot.c index b296d0e290d..3c17471f84f 100644 --- a/bfd/ppcboot.c +++ b/bfd/ppcboot.c @@ -1,5 +1,5 @@ /* BFD back-end for PPCbug boot records. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Michael Meissner, Cygnus Support, This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/ptrace-core.c b/bfd/ptrace-core.c index 7182df68974..0c8c000ef73 100644 --- a/bfd/ptrace-core.c +++ b/bfd/ptrace-core.c @@ -1,5 +1,5 @@ /* BFD backend for core files which use the ptrace_user structure - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. The structure of this file is based on trad-core.c written by John Gilmore of Cygnus Support. Modified to work with the ptrace_user structure by Kevin A. Buettner. diff --git a/bfd/reloc.c b/bfd/reloc.c index 8be035956b3..e3a9a1a9683 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1,5 +1,5 @@ /* BFD support for handling relocation entries. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/reloc16.c b/bfd/reloc16.c index 2a90a1d6577..dfd09bdcb16 100644 --- a/bfd/reloc16.c +++ b/bfd/reloc16.c @@ -1,5 +1,5 @@ /* 8 and 16 bit COFF relocation functions, for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c index 390a09e37cc..0635960eaee 100644 --- a/bfd/rs6000-core.c +++ b/bfd/rs6000-core.c @@ -1,5 +1,5 @@ /* IBM RS/6000 "XCOFF" back-end for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore. Archive support from Damon A. Permezel. Contributed by IBM Corporation and Cygnus Support. diff --git a/bfd/section.c b/bfd/section.c index 59189161a30..3224ddb6863 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -1,5 +1,5 @@ /* Object file "section" support for the BFD library. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/simple.c b/bfd/simple.c index d54e3d48f9c..e68647ba237 100644 --- a/bfd/simple.c +++ b/bfd/simple.c @@ -1,5 +1,5 @@ /* simple.c -- BFD simple client routines - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by MontaVista Software, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/som.c b/bfd/som.c index 105800bc8fc..4648f771fcf 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -1,5 +1,5 @@ /* bfd back-end for HP PA-RISC SOM objects. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah. diff --git a/bfd/som.h b/bfd/som.h index 019847d35d5..990d19c4c27 100644 --- a/bfd/som.h +++ b/bfd/som.h @@ -1,5 +1,5 @@ /* HP PA-RISC SOM object file format: definitions internal to BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/bfd/srec.c b/bfd/srec.c index 9c59ae86ad9..3da5f7796f0 100644 --- a/bfd/srec.c +++ b/bfd/srec.c @@ -1,5 +1,5 @@ /* BFD back-end for s-record objects. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/stab-syms.c b/bfd/stab-syms.c index 97dd5d736f6..20aea2563c9 100644 --- a/bfd/stab-syms.c +++ b/bfd/stab-syms.c @@ -1,5 +1,5 @@ /* Table of stab names for the BFD library. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/stabs.c b/bfd/stabs.c index 7e9d33716ac..5131b62875b 100644 --- a/bfd/stabs.c +++ b/bfd/stabs.c @@ -1,5 +1,5 @@ /* Stabs in sections linking support. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/syms.c b/bfd/syms.c index 8fff571a1ee..f990c2b3a6a 100644 --- a/bfd/syms.c +++ b/bfd/syms.c @@ -1,5 +1,5 @@ /* Generic symbol-table support for the BFD library. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/sysdep.h b/bfd/sysdep.h index e6c8b8a787a..0d111dde2fd 100644 --- a/bfd/sysdep.h +++ b/bfd/sysdep.h @@ -1,5 +1,5 @@ /* sysdep.h -- handle host dependencies for the BFD library - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/targets.c b/bfd/targets.c index f6e4c2aa5aa..9b1b5b3350d 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -1,5 +1,5 @@ /* Generic target-file-type support for the BFD library. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/tekhex.c b/bfd/tekhex.c index 99d40fe936c..110a0290921 100644 --- a/bfd/tekhex.c +++ b/bfd/tekhex.c @@ -1,5 +1,5 @@ /* BFD backend for Extended Tektronix Hex Format objects. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support . This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/trad-core.c b/bfd/trad-core.c index 054224db526..e197a8cd554 100644 --- a/bfd/trad-core.c +++ b/bfd/trad-core.c @@ -1,5 +1,5 @@ /* BFD back end for traditional Unix core files (U-area and raw sections) - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 Free Software Foundation, Inc. Written by John Gilmore of Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vax1knetbsd.c b/bfd/vax1knetbsd.c index 834a282e365..b992389f9d3 100644 --- a/bfd/vax1knetbsd.c +++ b/bfd/vax1knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/VAX (1K page size) a.out-ish binaries. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vaxnetbsd.c b/bfd/vaxnetbsd.c index 371bd5cb2da..df6228444ec 100644 --- a/bfd/vaxnetbsd.c +++ b/bfd/vaxnetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/VAX (4K page size) a.out-ish binaries. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/verilog.c b/bfd/verilog.c index 9797a915b29..fdc06a91f50 100644 --- a/bfd/verilog.c +++ b/bfd/verilog.c @@ -1,5 +1,5 @@ /* BFD back-end for verilog hex memory dump files. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Anthony Green This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c index 0e557563efb..c199dda1c54 100644 --- a/bfd/vms-alpha.c +++ b/bfd/vms-alpha.c @@ -1,5 +1,5 @@ /* vms.c -- BFD back-end for EVAX (openVMS/Alpha) files. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Initial version written by Klaus Kaempf (kkaempf@rmi.de) Major rewrite by Adacore. diff --git a/bfd/vms-lib.c b/bfd/vms-lib.c index bdeddf635a0..038c83344b4 100644 --- a/bfd/vms-lib.c +++ b/bfd/vms-lib.c @@ -1,6 +1,6 @@ /* BFD back-end for VMS archive files. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/vms-misc.c b/bfd/vms-misc.c index dfe36623cf3..63f627b18ed 100644 --- a/bfd/vms-misc.c +++ b/bfd/vms-misc.c @@ -1,6 +1,6 @@ /* vms-misc.c -- BFD back-end for VMS/VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Miscellaneous functions. diff --git a/bfd/vms.h b/bfd/vms.h index 8b9a2934241..6bf3f264698 100644 --- a/bfd/vms.h +++ b/bfd/vms.h @@ -1,5 +1,5 @@ /* vms.h -- Header file for VMS (Alpha and Vax) support. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Main header file. diff --git a/bfd/warning.m4 b/bfd/warning.m4 index 35a92e32ce6..1b5c784f0ee 100644 --- a/bfd/warning.m4 +++ b/bfd/warning.m4 @@ -1,6 +1,6 @@ dnl Common configure.ac fragment dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/bfd/wasm-module.c b/bfd/wasm-module.c index a76b89e0b89..f9177b169e0 100644 --- a/bfd/wasm-module.c +++ b/bfd/wasm-module.c @@ -1,5 +1,5 @@ /* BFD back-end for WebAssembly modules. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Based on srec.c, mmo.c, and binary.c diff --git a/bfd/wasm-module.h b/bfd/wasm-module.h index 4151185809e..f96e6cb509f 100644 --- a/bfd/wasm-module.h +++ b/bfd/wasm-module.h @@ -1,5 +1,5 @@ /* BFD back-end for WebAssembly modules. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index 14936aaf4d5..691acc854ae 100644 --- a/bfd/xcofflink.c +++ b/bfd/xcofflink.c @@ -1,5 +1,5 @@ /* POWER/PowerPC XCOFF linker support. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor , Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xcofflink.h b/bfd/xcofflink.h index d6b006b0543..1bf913fb610 100644 --- a/bfd/xcofflink.h +++ b/bfd/xcofflink.h @@ -1,5 +1,5 @@ /* POWER/PowerPC XCOFF linker support. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xsym.c b/bfd/xsym.c index 19bea8ad3c6..f63af90a4c8 100644 --- a/bfd/xsym.c +++ b/bfd/xsym.c @@ -1,5 +1,5 @@ /* xSYM symbol-file support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xsym.h b/bfd/xsym.h index 58c2227dcbf..62545ca3e0d 100644 --- a/bfd/xsym.h +++ b/bfd/xsym.h @@ -1,5 +1,5 @@ /* xSYM symbol-file support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xtensa-dynconfig.c b/bfd/xtensa-dynconfig.c index eb04b9d7e88..26b9c53cffa 100644 --- a/bfd/xtensa-dynconfig.c +++ b/bfd/xtensa-dynconfig.c @@ -1,5 +1,5 @@ /* Xtensa configuration settings loader. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xtensa-isa.c b/bfd/xtensa-isa.c index d2abf3811e9..74a234ab343 100644 --- a/bfd/xtensa-isa.c +++ b/bfd/xtensa-isa.c @@ -1,5 +1,5 @@ /* Configurable Xtensa ISA support. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/xtensa-modules.c b/bfd/xtensa-modules.c index 303c68db537..79bc6d1413f 100644 --- a/bfd/xtensa-modules.c +++ b/bfd/xtensa-modules.c @@ -1,5 +1,5 @@ /* Xtensa configuration-specific ISA information. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/binutils/BRANCHES b/binutils/BRANCHES index dfab2ddbd46..0ec2c3c72b6 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -62,7 +62,7 @@ binutils-2_43-branch binutils-2_44-branch binutils-2_45-branch -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0577cf9bd3f..1cf08d805f5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -2374,7 +2374,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 6db4a4e3a6b..8fd4802c2fd 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -395,7 +395,7 @@ Having selected the branch name, create the branch as follows: Please do not commit any patches to a branch you did not create without the explicit permission of the person who created the branch. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 4be0971b3d2..47753b94d20 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/binutils/Makefile.in b/binutils/Makefile.in index 471b9f310dc..1546e9b569a 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ # # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/binutils/NEWS b/binutils/NEWS index c7c44a708d2..fb98171aba4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1050,7 +1050,7 @@ Changes in binutils 2.1: and/or local symbols only. They now also support long options. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/README b/binutils/README index ab40e0decdb..597e9cbdd1d 100644 --- a/binutils/README +++ b/binutils/README @@ -307,7 +307,7 @@ unneeded objects and libraries: If you have any problems or questions about the binutils on VMS, feel free to mail me at kkaempf@rmi.de. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 7f8f890ec45..db7867ef52a 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -759,7 +759,7 @@ Hi Everyone, https://sourceware.org/bugzilla/editmilestones.cgi?product=binutils -Copyright (C) 2017-2025 Free Software Foundation, Inc. +Copyright (C) 2017-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/addr2line.c b/binutils/addr2line.c index d686fa7bbae..4842277df82 100644 --- a/binutils/addr2line.c +++ b/binutils/addr2line.c @@ -1,5 +1,5 @@ /* addr2line.c -- convert addresses to line number and function name - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Contributed by Ulrich Lauther This file is part of GNU Binutils. diff --git a/binutils/ar.c b/binutils/ar.c index afe86330b6d..e865ecb9a3b 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -1,5 +1,5 @@ /* ar.c - Archive modify and extract. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arlex.l b/binutils/arlex.l index d6508c4f120..1005aabfced 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -3,7 +3,7 @@ %{ /* arlex.l - Strange script language lexer */ -/* Copyright (C) 1992-2025 Free Software Foundation, Inc. +/* Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arparse.y b/binutils/arparse.y index 45a0cba17f7..0559282ded3 100644 --- a/binutils/arparse.y +++ b/binutils/arparse.y @@ -1,7 +1,7 @@ %{ /* arparse.y - Strange script language parser */ -/* Copyright (C) 1992-2025 Free Software Foundation, Inc. +/* Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arsup.c b/binutils/arsup.c index c7b65642607..586609e6489 100644 --- a/binutils/arsup.c +++ b/binutils/arsup.c @@ -1,5 +1,5 @@ /* arsup.c - Archive support for MRI compatibility - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arsup.h b/binutils/arsup.h index 4e130c9c4b0..72c94fb0397 100644 --- a/binutils/arsup.h +++ b/binutils/arsup.h @@ -1,5 +1,5 @@ /* arsup.h - archive support header file - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/bfdtest1.c b/binutils/bfdtest1.c index ef68732e37f..943c9b6078c 100644 --- a/binutils/bfdtest1.c +++ b/binutils/bfdtest1.c @@ -1,5 +1,5 @@ /* A program to test BFD. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/binutils/bfdtest2.c b/binutils/bfdtest2.c index 68c9887a239..076518362ab 100644 --- a/binutils/bfdtest2.c +++ b/binutils/bfdtest2.c @@ -1,5 +1,5 @@ /* A program to test BFD. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/binutils/bin2c.c b/binutils/bin2c.c index d49bb729fbd..202dfdfbcd4 100644 --- a/binutils/bin2c.c +++ b/binutils/bin2c.c @@ -1,5 +1,5 @@ /* bin2c.c -- dump binary file in hex format - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/binemul.c b/binutils/binemul.c index c7358122d68..7f1d2e429bd 100644 --- a/binutils/binemul.c +++ b/binutils/binemul.c @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/binemul.h b/binutils/binemul.h index 0858362cd27..e389e3b0f73 100644 --- a/binutils/binemul.h +++ b/binutils/binemul.h @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/bucomm.c b/binutils/bucomm.c index d4554737db1..0f25a3c4038 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -1,5 +1,5 @@ /* bucomm.c -- Bin Utils COMmon code. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 9815e71f2cb..4a0857b66b9 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -1,5 +1,5 @@ /* bucomm.h -- binutils common include file. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/budbg.h b/binutils/budbg.h index 9b83378555c..e63dfaccc0d 100644 --- a/binutils/budbg.h +++ b/binutils/budbg.h @@ -1,5 +1,5 @@ /* budbg.c -- Interfaces to the generic debugging information routines. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 637da62331e..eb5fb3dc631 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -1,5 +1,5 @@ /* Coff file dumper. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 280f71bf5bd..293e8ea93c3 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -1,5 +1,5 @@ /* coffgrok.c - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index e5d0ffc783c..9e3b79e5580 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -1,5 +1,5 @@ /* coffgrok.h - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/configure.ac b/binutils/configure.ac index 39563bf82f8..5553942b238 100644 --- a/binutils/configure.ac +++ b/binutils/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/binutils/configure.com b/binutils/configure.com index cf5ce1c32ab..8a8febd116d 100644 --- a/binutils/configure.com +++ b/binutils/configure.com @@ -3,7 +3,7 @@ $! This file configures binutils for use with openVMS/Alpha $! We do not use the configure script, since we do not have /bin/sh $! to execute it. $! -$! Copyright (C) 2012-2025 Free Software Foundation, Inc. +$! Copyright (C) 2012-2026 Free Software Foundation, Inc. $! $! This file 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/binutils/configure.tgt b/binutils/configure.tgt index 3ff087e643c..d599eced8de 100644 --- a/binutils/configure.tgt +++ b/binutils/configure.tgt @@ -3,7 +3,7 @@ # file lets us skip running autoconf when modifying target specific # information. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/binutils/cxxfilt.c b/binutils/cxxfilt.c index 40c6b6753eb..fc5c81fa5c8 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -1,5 +1,5 @@ /* Demangler for GNU C++ - main program - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.uucp) Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling Modified by Satish Pai (pai@apollo.hp.com) for HP demangling diff --git a/binutils/debug.c b/binutils/debug.c index 78cdd3ceca8..10c3a714b24 100644 --- a/binutils/debug.c +++ b/binutils/debug.c @@ -1,5 +1,5 @@ /* debug.c -- Handle generic debugging information. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/binutils/debug.h b/binutils/debug.h index d5ae1a0a007..41dd49b5818 100644 --- a/binutils/debug.h +++ b/binutils/debug.h @@ -1,5 +1,5 @@ /* debug.h -- Describe generic debugging information. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/binutils/deflex.l b/binutils/deflex.l index 9ff82a2fd6f..b1c6122a68b 100644 --- a/binutils/deflex.l +++ b/binutils/deflex.l @@ -2,7 +2,7 @@ %{/* deflex.l - Lexer for .def files */ -/* Copyright (C) 1995-2025 Free Software Foundation, Inc. +/* Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/defparse.y b/binutils/defparse.y index a2c4c4b6196..0eed39b099a 100644 --- a/binutils/defparse.y +++ b/binutils/defparse.y @@ -1,6 +1,6 @@ %{ /* defparse.y - parser for .def files */ -/* Copyright (C) 1995-2025 Free Software Foundation, Inc. +/* Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/demanguse.c b/binutils/demanguse.c index 1473f32fb72..f5cfefdaf9f 100644 --- a/binutils/demanguse.c +++ b/binutils/demanguse.c @@ -1,5 +1,5 @@ /* demanguse.c -- libiberty demangler usage - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/demanguse.h b/binutils/demanguse.h index 81ed6067d86..0856c1da40a 100644 --- a/binutils/demanguse.h +++ b/binutils/demanguse.h @@ -1,5 +1,5 @@ /* demanguse.h -- libiberty demangler usage - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 8b888fe5a7a..94805fcd334 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -1,5 +1,5 @@ /* dlltool.c -- tool to generate stuff for PE style DLLs - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dlltool.h b/binutils/dlltool.h index 135e0d9315d..8fe1e887e5c 100644 --- a/binutils/dlltool.h +++ b/binutils/dlltool.h @@ -1,5 +1,5 @@ /* dlltool.h -- header file for dlltool - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index d4abce119c7..df63c1f7b84 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -1,5 +1,5 @@ /* dllwrap.c -- wrapper for DLLTOOL and GCC to generate PE style DLLs - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Mumit Khan (khan@xraylith.wisc.edu). This file is part of GNU Binutils. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 2c9a94d1b16..3a4ed61f959 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -10,7 +10,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1991-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/binutils/doc/local.mk b/binutils/doc/local.mk index 9b7406dbaaf..7b78baba58d 100644 --- a/binutils/doc/local.mk +++ b/binutils/doc/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/binutils/dwarf-mode.el b/binutils/dwarf-mode.el index 3de7d42eabd..7c913309347 100644 --- a/binutils/dwarf-mode.el +++ b/binutils/dwarf-mode.el @@ -2,7 +2,7 @@ ;; Version: 1.9 -;; Copyright (C) 2012-2025 Free Software Foundation, Inc. +;; Copyright (C) 2012-2026 Free Software Foundation, Inc. ;; This file is not part of GNU Emacs, but is distributed under the ;; same terms: diff --git a/binutils/dwarf.c b/binutils/dwarf.c index c5ceaa9a4fd..772fffd4b38 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1,5 +1,5 @@ /* dwarf.c -- display DWARF contents of a BFD binary file - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dwarf.h b/binutils/dwarf.h index 13afb4a0da3..7d5e2756faa 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -1,5 +1,5 @@ /* dwarf.h - DWARF support header file - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/elfcomm.c b/binutils/elfcomm.c index 4e178a2303e..4a4f5368220 100644 --- a/binutils/elfcomm.c +++ b/binutils/elfcomm.c @@ -1,5 +1,5 @@ /* elfcomm.c -- common code for ELF format file. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Originally developed by Eric Youngdale Modifications by Nick Clifton diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h index ad463813c52..953bc3d1bc3 100644 --- a/binutils/elfcomm.h +++ b/binutils/elfcomm.h @@ -1,5 +1,5 @@ /* elfcomm.h -- include file of common code for ELF format file. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Originally developed by Eric Youngdale Modifications by Nick Clifton diff --git a/binutils/elfedit.c b/binutils/elfedit.c index 43c319f3cf4..d9d269d88fd 100644 --- a/binutils/elfedit.c +++ b/binutils/elfedit.c @@ -1,5 +1,5 @@ /* elfedit.c -- Update the ELF header of an ELF format file - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 8a811eed23d..a8c899b0ea9 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -1,7 +1,7 @@ #! /bin/sh # Embed an SPU ELF executable into a PowerPC object file. # -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of GNU Binutils. # diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c index 7c26c16a000..c31a9f7ba04 100644 --- a/binutils/emul_aix.c +++ b/binutils/emul_aix.c @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/emul_vanilla.c b/binutils/emul_vanilla.c index e5df2fc6e10..3adaccb23ae 100644 --- a/binutils/emul_vanilla.c +++ b/binutils/emul_vanilla.c @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/filemode.c b/binutils/filemode.c index 675310635b1..793373ac9d5 100644 --- a/binutils/filemode.c +++ b/binutils/filemode.c @@ -1,5 +1,5 @@ /* filemode.c -- make a string describing file modes - Copyright (C) 1985-2025 Free Software Foundation, Inc. + Copyright (C) 1985-2026 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 diff --git a/binutils/is-ranlib.c b/binutils/is-ranlib.c index 47296eb9cf6..57af45a70a1 100644 --- a/binutils/is-ranlib.c +++ b/binutils/is-ranlib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/is-strip.c b/binutils/is-strip.c index 4ac10359ef6..9d3b3a75ad4 100644 --- a/binutils/is-strip.c +++ b/binutils/is-strip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/makefile.vms b/binutils/makefile.vms index 1ad9b8c9e7c..bc45b436d83 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -5,7 +5,7 @@ # # Created by Klaus Kaempf, kkaempf@rmi.de # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/binutils/maybe-ranlib.c b/binutils/maybe-ranlib.c index 59314217c11..ffc790641ad 100644 --- a/binutils/maybe-ranlib.c +++ b/binutils/maybe-ranlib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/maybe-strip.c b/binutils/maybe-strip.c index 536d3f441d4..dc62fb74893 100644 --- a/binutils/maybe-strip.c +++ b/binutils/maybe-strip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/mclex.c b/binutils/mclex.c index 910d1035745..57bb29abf4d 100644 --- a/binutils/mclex.c +++ b/binutils/mclex.c @@ -1,5 +1,5 @@ /* mclex.c -- lexer for Windows mc files parser. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. diff --git a/binutils/mcparse.y b/binutils/mcparse.y index 775844f787f..3cbc49be121 100644 --- a/binutils/mcparse.y +++ b/binutils/mcparse.y @@ -1,5 +1,5 @@ %{ /* mcparse.y -- parser for Windows mc files - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Parser for Windows mc files Written by Kai Tietz, Onevision. diff --git a/binutils/nm.c b/binutils/nm.c index 4ea5c1190e7..3aef8ebe098 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -1,5 +1,5 @@ /* nm.c -- Describe symbol table of a rel file. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/not-ranlib.c b/binutils/not-ranlib.c index 17da2964625..16e6704b6b6 100644 --- a/binutils/not-ranlib.c +++ b/binutils/not-ranlib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/not-strip.c b/binutils/not-strip.c index 9e39da42564..5b7aca3e19c 100644 --- a/binutils/not-strip.c +++ b/binutils/not-strip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 17d4b501185..040b34ccae4 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1,5 +1,5 @@ /* objcopy.c -- copy object file from input to output, optionally massaging it. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/objdump.c b/binutils/objdump.c index 513f6162204..6564603c376 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -1,5 +1,5 @@ /* objdump.c -- dump information about an object file. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/objdump.h b/binutils/objdump.h index c427a6539b6..99bcbc31e5b 100644 --- a/binutils/objdump.h +++ b/binutils/objdump.h @@ -1,5 +1,5 @@ /* objdump.h - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/od-elf32_avr.c b/binutils/od-elf32_avr.c index 52a7558e6de..61cfee51fb7 100644 --- a/binutils/od-elf32_avr.c +++ b/binutils/od-elf32_avr.c @@ -1,5 +1,5 @@ /* od-avrelf.c -- dump information about an AVR elf object file. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Senthil Kumar Selvaraj, Atmel. This file is part of GNU Binutils. diff --git a/binutils/od-macho.c b/binutils/od-macho.c index 26f58818c5a..c927fe08d82 100644 --- a/binutils/od-macho.c +++ b/binutils/od-macho.c @@ -1,5 +1,5 @@ /* od-macho.c -- dump information about an Mach-O object file. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Tristan Gingold, Adacore. This file is part of GNU Binutils. diff --git a/binutils/od-pe.c b/binutils/od-pe.c index c3341fb15ca..b5f2314da3e 100644 --- a/binutils/od-pe.c +++ b/binutils/od-pe.c @@ -1,5 +1,5 @@ /* od-pe.c -- dump information about a PE object file. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Tristan Gingold, Adacore and Nick Clifton, Red Hat. This file is part of GNU Binutils. diff --git a/binutils/od-xcoff.c b/binutils/od-xcoff.c index fe2549dc3d6..bfdcf76ad9f 100644 --- a/binutils/od-xcoff.c +++ b/binutils/od-xcoff.c @@ -1,5 +1,5 @@ /* od-xcoff.c -- dump information about an xcoff object file. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Tristan Gingold, Adacore. This file is part of GNU Binutils. diff --git a/binutils/po/Make-in b/binutils/po/Make-in index fa3f53049c3..1a834dc41c8 100644 --- a/binutils/po/Make-in +++ b/binutils/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/binutils/prdbg.c b/binutils/prdbg.c index 5d405c48e3d..287083df1b9 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -1,5 +1,5 @@ /* prdbg.c -- Print out generic debugging information. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . Tags style generation written by Salvador E. Tropea . diff --git a/binutils/ranlib.sh b/binutils/ranlib.sh index 89d6b05f6d9..b144f6d3b4a 100755 --- a/binutils/ranlib.sh +++ b/binutils/ranlib.sh @@ -1,6 +1,6 @@ #!/bin/sh # A simple ranlib script, to use less disk space than a ranlib program. -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # This program is part of GNU Binutils. diff --git a/binutils/rclex.c b/binutils/rclex.c index 5a8ea3a6995..0b5893be6dc 100644 --- a/binutils/rclex.c +++ b/binutils/rclex.c @@ -1,6 +1,6 @@ /* rclex.c -- lexer for Windows rc files parser */ -/* Copyright (C) 1997-2025 Free Software Foundation, Inc. +/* Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. diff --git a/binutils/rcparse.y b/binutils/rcparse.y index 799955c5820..9ba32da224e 100644 --- a/binutils/rcparse.y +++ b/binutils/rcparse.y @@ -1,5 +1,5 @@ %{ /* rcparse.y -- parser for Windows rc files - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Extended by Kai Tietz, Onevision. diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c index d6619ab41f1..1daf57f3a6f 100644 --- a/binutils/rdcoff.c +++ b/binutils/rdcoff.c @@ -1,5 +1,5 @@ /* stabs.c -- Parse COFF debugging information - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/binutils/rddbg.c b/binutils/rddbg.c index 42714315f29..23087808457 100644 --- a/binutils/rddbg.c +++ b/binutils/rddbg.c @@ -1,5 +1,5 @@ /* rddbg.c -- Read debugging information into a generic form. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/binutils/readelf.c b/binutils/readelf.c index 374bf2d586c..27cd854e9c2 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1,5 +1,5 @@ /* readelf.c -- display contents of an ELF format file - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Originally developed by Eric Youngdale Modifications by Nick Clifton diff --git a/binutils/rename.c b/binutils/rename.c index d416f696625..6e87dab03fb 100644 --- a/binutils/rename.c +++ b/binutils/rename.c @@ -1,5 +1,5 @@ /* rename.c -- rename a file, preserving symlinks. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/resbin.c b/binutils/resbin.c index 02905b9c9de..612b669685d 100644 --- a/binutils/resbin.c +++ b/binutils/resbin.c @@ -1,5 +1,5 @@ /* resbin.c -- manipulate the Windows binary resource format. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/rescoff.c b/binutils/rescoff.c index efcdba4297a..4088f20d50f 100644 --- a/binutils/rescoff.c +++ b/binutils/rescoff.c @@ -1,5 +1,5 @@ /* rescoff.c -- read and write resources in Windows COFF files. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/resrc.c b/binutils/resrc.c index 4ab830f0108..6a95fc8dab7 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -1,5 +1,5 @@ /* resrc.c -- read and write Windows rc files. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/resres.c b/binutils/resres.c index 6505580597c..1880bd1575f 100644 --- a/binutils/resres.c +++ b/binutils/resres.c @@ -1,5 +1,5 @@ /* resres.c: read_res_file and write_res_file implementation for windres. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by Anders Norlander . Rewritten by Kai Tietz, Onevision. diff --git a/binutils/sanity.sh b/binutils/sanity.sh index e16df6163fb..7dd8e55afb6 100755 --- a/binutils/sanity.sh +++ b/binutils/sanity.sh @@ -2,7 +2,7 @@ ### quick sanity test for the binutils. ### # This file was written K. Richard Pixley. -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # This program is part of GNU Binutils. diff --git a/binutils/size.c b/binutils/size.c index 65478ffaa42..d189c5dbe62 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -1,5 +1,5 @@ /* size.c -- report size of various sections of an executable file. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/srconv.c b/binutils/srconv.c index 0545a36cdd7..79355ef8bfe 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -1,5 +1,5 @@ /* srconv.c -- Sysroff conversion program - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/stabs.c b/binutils/stabs.c index 578d580e586..81068a4bf7c 100644 --- a/binutils/stabs.c +++ b/binutils/stabs.c @@ -1,5 +1,5 @@ /* stabs.c -- Parse stabs debugging information - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/binutils/strings.c b/binutils/strings.c index 38da6381edf..0d220c7f79c 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -1,5 +1,5 @@ /* strings -- print the strings of printable characters in files - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 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 diff --git a/binutils/sysdep.h b/binutils/sysdep.h index f7f2ac9ad79..61332839e10 100644 --- a/binutils/sysdep.h +++ b/binutils/sysdep.h @@ -1,5 +1,5 @@ /* sysdep.h -- handle host dependencies for binutils - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/sysdump.c b/binutils/sysdump.c index 419df4bf5a2..fd8d298f830 100644 --- a/binutils/sysdump.c +++ b/binutils/sysdump.c @@ -1,5 +1,5 @@ /* Sysroff object format dumper. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/sysinfo.y b/binutils/sysinfo.y index 85af6464a8c..b6826aa0063 100644 --- a/binutils/sysinfo.y +++ b/binutils/sysinfo.y @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com). This file is part of GNU binutils. diff --git a/binutils/syslex.l b/binutils/syslex.l index 9b4e083f860..7e9d7a5dfef 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,7 +1,7 @@ %option noinput nounput noyywrap %{ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/syslex_wrap.c b/binutils/syslex_wrap.c index 518d6a1d7c1..de2f2773b40 100644 --- a/binutils/syslex_wrap.c +++ b/binutils/syslex_wrap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 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 diff --git a/binutils/testsuite/binutils-all/aarch64/aarch64.exp b/binutils/testsuite/binutils-all/aarch64/aarch64.exp index df28df4bbe7..05edcf53203 100644 --- a/binutils/testsuite/binutils-all/aarch64/aarch64.exp +++ b/binutils/testsuite/binutils-all/aarch64/aarch64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 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 diff --git a/binutils/testsuite/binutils-all/addr2line.exp b/binutils/testsuite/binutils-all/addr2line.exp index fc01ac2089d..cc3c851a15b 100644 --- a/binutils/testsuite/binutils-all/addr2line.exp +++ b/binutils/testsuite/binutils-all/addr2line.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 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 diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index f38dce5f8a9..7ea5f35e3c2 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/binutils/testsuite/binutils-all/ar.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2025 Free Software Foundation, Inc. +# Copyright (C) 1995-2026 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 diff --git a/binutils/testsuite/binutils-all/arc/objdump.exp b/binutils/testsuite/binutils-all/arc/objdump.exp index 89602692e84..3b1292bdd7d 100644 --- a/binutils/testsuite/binutils-all/arc/objdump.exp +++ b/binutils/testsuite/binutils-all/arc/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 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 diff --git a/binutils/testsuite/binutils-all/arm/objdump.exp b/binutils/testsuite/binutils-all/arm/objdump.exp index 58b1d4721da..397662afe7d 100644 --- a/binutils/testsuite/binutils-all/arm/objdump.exp +++ b/binutils/testsuite/binutils-all/arm/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 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 diff --git a/binutils/testsuite/binutils-all/bfin/objdump.exp b/binutils/testsuite/binutils-all/bfin/objdump.exp index 571c0e12c17..962a068d90a 100644 --- a/binutils/testsuite/binutils-all/bfin/objdump.exp +++ b/binutils/testsuite/binutils-all/bfin/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 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 diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp index db167f0d30d..ae2bf8010f8 100644 --- a/binutils/testsuite/binutils-all/compress.exp +++ b/binutils/testsuite/binutils-all/compress.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 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 diff --git a/binutils/testsuite/binutils-all/cris/cris.exp b/binutils/testsuite/binutils-all/cris/cris.exp index c75e4158f49..f2f87b45a57 100644 --- a/binutils/testsuite/binutils-all/cris/cris.exp +++ b/binutils/testsuite/binutils-all/cris/cris.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 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 diff --git a/binutils/testsuite/binutils-all/cxxfilt.exp b/binutils/testsuite/binutils-all/cxxfilt.exp index b18530409d8..f945a2a789d 100644 --- a/binutils/testsuite/binutils-all/cxxfilt.exp +++ b/binutils/testsuite/binutils-all/cxxfilt.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 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 diff --git a/binutils/testsuite/binutils-all/debuginfod.exp b/binutils/testsuite/binutils-all/debuginfod.exp index eb74029d5bd..3abacf69832 100644 --- a/binutils/testsuite/binutils-all/debuginfod.exp +++ b/binutils/testsuite/binutils-all/debuginfod.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 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 diff --git a/binutils/testsuite/binutils-all/debuglink.s b/binutils/testsuite/binutils-all/debuglink.s index f89106376c5..9d7ced7f8d7 100644 --- a/binutils/testsuite/binutils-all/debuglink.s +++ b/binutils/testsuite/binutils-all/debuglink.s @@ -1,7 +1,7 @@ /* Assembler source used to create an object file for testing readelf's and objdump's ability to process separate debug information files. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index 4c191841ffb..5b412808ffe 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 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 diff --git a/binutils/testsuite/binutils-all/dw2-1.S b/binutils/testsuite/binutils-all/dw2-1.S index 1f98217e153..10efd02d3fd 100644 --- a/binutils/testsuite/binutils-all/dw2-1.S +++ b/binutils/testsuite/binutils-all/dw2-1.S @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 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 diff --git a/binutils/testsuite/binutils-all/dw2-2.S b/binutils/testsuite/binutils-all/dw2-2.S index d391b4ad161..ff32e118f66 100644 --- a/binutils/testsuite/binutils-all/dw2-2.S +++ b/binutils/testsuite/binutils-all/dw2-2.S @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 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 diff --git a/binutils/testsuite/binutils-all/dw2-3.S b/binutils/testsuite/binutils-all/dw2-3.S index ecfc7b3ba50..b976cf4036f 100644 --- a/binutils/testsuite/binutils-all/dw2-3.S +++ b/binutils/testsuite/binutils-all/dw2-3.S @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 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 diff --git a/binutils/testsuite/binutils-all/dw2-compressed.S b/binutils/testsuite/binutils-all/dw2-compressed.S index feadcaa4899..dc9395c5059 100644 --- a/binutils/testsuite/binutils-all/dw2-compressed.S +++ b/binutils/testsuite/binutils-all/dw2-compressed.S @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 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 diff --git a/binutils/testsuite/binutils-all/dw2-ranges.S b/binutils/testsuite/binutils-all/dw2-ranges.S index 938e7dfb69d..6aa8d09c46e 100644 --- a/binutils/testsuite/binutils-all/dw2-ranges.S +++ b/binutils/testsuite/binutils-all/dw2-ranges.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2025 Free Software Foundation, Inc. +/* Copyright (C) 2015-2026 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 diff --git a/binutils/testsuite/binutils-all/dw5-op.S b/binutils/testsuite/binutils-all/dw5-op.S index e77ccbe149d..e8d28521f9a 100644 --- a/binutils/testsuite/binutils-all/dw5-op.S +++ b/binutils/testsuite/binutils-all/dw5-op.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2025 Free Software Foundation, Inc. +/* Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/dw5.S b/binutils/testsuite/binutils-all/dw5.S index 25c83fb620c..46617a74939 100644 --- a/binutils/testsuite/binutils-all/dw5.S +++ b/binutils/testsuite/binutils-all/dw5.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2025 Free Software Foundation, Inc. +/* Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/dwarf-attributes.S b/binutils/testsuite/binutils-all/dwarf-attributes.S index 06f8dd6a047..ef9766e2451 100644 --- a/binutils/testsuite/binutils-all/dwarf-attributes.S +++ b/binutils/testsuite/binutils-all/dwarf-attributes.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2025 Free Software Foundation, Inc. +/* Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/dwo.s b/binutils/testsuite/binutils-all/dwo.s index 0cd18d4fdda..72d4a75cea6 100644 --- a/binutils/testsuite/binutils-all/dwo.s +++ b/binutils/testsuite/binutils-all/dwo.s @@ -1,7 +1,7 @@ /* Assembler source used to create an object file for testing readelf's and objdump's ability to process separate dwarf object files. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/elfedit.exp b/binutils/testsuite/binutils-all/elfedit.exp index 5a820b9564a..aa0e2ec5f5b 100644 --- a/binutils/testsuite/binutils-all/elfedit.exp +++ b/binutils/testsuite/binutils-all/elfedit.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 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 diff --git a/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp index 4a479244e93..384bd53bf73 100644 --- a/binutils/testsuite/binutils-all/hppa/objdump.exp +++ b/binutils/testsuite/binutils-all/hppa/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/testsuite/binutils-all/i386/i386.exp b/binutils/testsuite/binutils-all/i386/i386.exp index ec53a9cc598..b5d85376bab 100644 --- a/binutils/testsuite/binutils-all/i386/i386.exp +++ b/binutils/testsuite/binutils-all/i386/i386.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 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 diff --git a/binutils/testsuite/binutils-all/kvx/kvx.exp b/binutils/testsuite/binutils-all/kvx/kvx.exp index 5a37a53ebac..cd8e4c8ccd6 100644 --- a/binutils/testsuite/binutils-all/kvx/kvx.exp +++ b/binutils/testsuite/binutils-all/kvx/kvx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/binutils/testsuite/binutils-all/linkdebug.s b/binutils/testsuite/binutils-all/linkdebug.s index 2aceda7c1d2..7c9df8fd1d3 100644 --- a/binutils/testsuite/binutils-all/linkdebug.s +++ b/binutils/testsuite/binutils-all/linkdebug.s @@ -1,7 +1,7 @@ /* Assembler source used to create an object file for testing readelf's and objdump's ability to process separate debug information files. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/loongarch64/loongarch64.exp b/binutils/testsuite/binutils-all/loongarch64/loongarch64.exp index 9672268f22a..d2aa4bebf87 100644 --- a/binutils/testsuite/binutils-all/loongarch64/loongarch64.exp +++ b/binutils/testsuite/binutils-all/loongarch64/loongarch64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 diff --git a/binutils/testsuite/binutils-all/m68k/objdump.exp b/binutils/testsuite/binutils-all/m68k/objdump.exp index ee0966a0b4f..c40dcc3cd8f 100644 --- a/binutils/testsuite/binutils-all/m68k/objdump.exp +++ b/binutils/testsuite/binutils-all/m68k/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 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 diff --git a/binutils/testsuite/binutils-all/mips/mips.exp b/binutils/testsuite/binutils-all/mips/mips.exp index 212e187df03..31ab49de6e2 100644 --- a/binutils/testsuite/binutils-all/mips/mips.exp +++ b/binutils/testsuite/binutils-all/mips/mips.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 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 diff --git a/binutils/testsuite/binutils-all/nfp/objdump.exp b/binutils/testsuite/binutils-all/nfp/objdump.exp index 8188312230b..d83c44b54bd 100644 --- a/binutils/testsuite/binutils-all/nfp/objdump.exp +++ b/binutils/testsuite/binutils-all/nfp/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 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 diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp index 1feb8578fba..005c0b7b22b 100644 --- a/binutils/testsuite/binutils-all/nm.exp +++ b/binutils/testsuite/binutils-all/nm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 5f1f7c6b49e..459a2e6cd7e 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2026 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 diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 5854c3d2e74..cde239ed055 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index dcb63b16c4c..0f3d75090b2 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 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 diff --git a/binutils/testsuite/binutils-all/riscv/riscv.exp b/binutils/testsuite/binutils-all/riscv/riscv.exp index 8847af8ac9d..ce2db1f26eb 100644 --- a/binutils/testsuite/binutils-all/riscv/riscv.exp +++ b/binutils/testsuite/binutils-all/riscv/riscv.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 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 diff --git a/binutils/testsuite/binutils-all/riscv/unknown.s b/binutils/testsuite/binutils-all/riscv/unknown.s index ae4c6dc56d5..64e80b36824 100644 --- a/binutils/testsuite/binutils-all/riscv/unknown.s +++ b/binutils/testsuite/binutils-all/riscv/unknown.s @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 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 diff --git a/binutils/testsuite/binutils-all/size.exp b/binutils/testsuite/binutils-all/size.exp index 03065cffc04..0d185322772 100644 --- a/binutils/testsuite/binutils-all/size.exp +++ b/binutils/testsuite/binutils-all/size.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/testsuite/binutils-all/strings.exp b/binutils/testsuite/binutils-all/strings.exp index ab5ff096285..9328e146e65 100644 --- a/binutils/testsuite/binutils-all/strings.exp +++ b/binutils/testsuite/binutils-all/strings.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 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 diff --git a/binutils/testsuite/binutils-all/update-section.exp b/binutils/testsuite/binutils-all/update-section.exp index b750661409b..273e1154ec9 100644 --- a/binutils/testsuite/binutils-all/update-section.exp +++ b/binutils/testsuite/binutils-all/update-section.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 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 diff --git a/binutils/testsuite/binutils-all/vax/objdump.exp b/binutils/testsuite/binutils-all/vax/objdump.exp index 78ffd1bc52a..69bf87dbc19 100644 --- a/binutils/testsuite/binutils-all/vax/objdump.exp +++ b/binutils/testsuite/binutils-all/vax/objdump.exp @@ -1,5 +1,5 @@ # -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/testsuite/binutils-all/wasm32/wasm32.exp b/binutils/testsuite/binutils-all/wasm32/wasm32.exp index b89ec666f0e..c3ff3dbe9dd 100644 --- a/binutils/testsuite/binutils-all/wasm32/wasm32.exp +++ b/binutils/testsuite/binutils-all/wasm32/wasm32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/windres/README b/binutils/testsuite/binutils-all/windres/README index 348d292be5e..182ecd67bf2 100644 --- a/binutils/testsuite/binutils-all/windres/README +++ b/binutils/testsuite/binutils-all/windres/README @@ -26,7 +26,7 @@ parsing or comparing should be xfailed. The windres tests only run for ix86 targets, because the MSVC-generated *.rsd files are generated for that. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/binutils/testsuite/binutils-all/windres/msupdate b/binutils/testsuite/binutils-all/windres/msupdate index bc03815e517..9bbd87e404e 100755 --- a/binutils/testsuite/binutils-all/windres/msupdate +++ b/binutils/testsuite/binutils-all/windres/msupdate @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 97303178453..af74b250d27 100644 --- a/binutils/testsuite/binutils-all/windres/windres.exp +++ b/binutils/testsuite/binutils-all/windres/windres.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 diff --git a/binutils/testsuite/binutils-all/x86-64/objects.exp b/binutils/testsuite/binutils-all/x86-64/objects.exp index 5d630b1caa0..b613f86f65a 100644 --- a/binutils/testsuite/binutils-all/x86-64/objects.exp +++ b/binutils/testsuite/binutils-all/x86-64/objects.exp @@ -1,5 +1,5 @@ # Expect script for x86-64 object tests. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 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 diff --git a/binutils/testsuite/binutils-all/x86-64/x86-64.exp b/binutils/testsuite/binutils-all/x86-64/x86-64.exp index 3c98b03fb7c..162030e5aea 100644 --- a/binutils/testsuite/binutils-all/x86-64/x86-64.exp +++ b/binutils/testsuite/binutils-all/x86-64/x86-64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 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 diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index 66efa3096a0..25bd1e64222 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/testsuite/gentestdlls.c b/binutils/testsuite/gentestdlls.c index df60b1e341e..a1aa9d5cc26 100644 --- a/binutils/testsuite/gentestdlls.c +++ b/binutils/testsuite/gentestdlls.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2025 Free Software Foundation, Inc. +/* Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index 3a43c9e21a2..e5cb24e594f 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/binutils/testsuite/lib/utils-lib.exp b/binutils/testsuite/lib/utils-lib.exp index dd7bd5112d2..c41d67abfc6 100644 --- a/binutils/testsuite/lib/utils-lib.exp +++ b/binutils/testsuite/lib/utils-lib.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c index d785af775ba..75b317e5b9e 100644 --- a/binutils/unwind-ia64.c +++ b/binutils/unwind-ia64.c @@ -1,5 +1,5 @@ /* unwind-ia64.c -- utility routines to dump IA-64 unwind info for readelf. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h index 9ef9e59ebb5..d532f4a00ff 100644 --- a/binutils/unwind-ia64.h +++ b/binutils/unwind-ia64.h @@ -1,5 +1,5 @@ /* unwind-ia64.h -- dump IA-64 unwind info. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GNU Binutils. diff --git a/binutils/version.c b/binutils/version.c index 7ed9e843045..378c96ab924 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -1,5 +1,5 @@ /* version.c -- binutils version information - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -31,7 +31,7 @@ print_version (const char *name) /* This output is intended to follow the GNU standards document. */ /* xgettext:c-format */ printf ("GNU %s %s\n", name, BFD_VERSION_STRING); - printf (_("Copyright (C) 2025 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2026 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or (at your option) any later version.\n\ diff --git a/binutils/windint.h b/binutils/windint.h index 10cf46ee477..3a82f06cc02 100644 --- a/binutils/windint.h +++ b/binutils/windint.h @@ -1,5 +1,5 @@ /* windint.h -- internal header file for windres program. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. diff --git a/binutils/windmc.c b/binutils/windmc.c index 33c823f1c72..41913e87cd9 100644 --- a/binutils/windmc.c +++ b/binutils/windmc.c @@ -1,5 +1,5 @@ /* windmc.c -- a program to compile Windows message files. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. diff --git a/binutils/windmc.h b/binutils/windmc.h index a6cd97d6f6c..812765989ea 100644 --- a/binutils/windmc.h +++ b/binutils/windmc.h @@ -1,5 +1,5 @@ /* windmc.h -- header file for windmc program. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. diff --git a/binutils/windres.c b/binutils/windres.c index cfd306bd787..e7dd61aad4f 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -1,5 +1,5 @@ /* windres.c -- a program to manipulate Windows resources - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/windres.h b/binutils/windres.h index 15c6ad09b1d..d015b204cdd 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -1,5 +1,5 @@ /* windres.h -- header file for windres program. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/winduni.c b/binutils/winduni.c index c95ef53775b..a1addbd764d 100644 --- a/binutils/winduni.c +++ b/binutils/winduni.c @@ -1,5 +1,5 @@ /* winduni.c -- unicode support for the windres program. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/winduni.h b/binutils/winduni.h index 2c2e65ca8b7..cb1c6851541 100644 --- a/binutils/winduni.h +++ b/binutils/winduni.h @@ -1,5 +1,5 @@ /* winduni.h -- header file for unicode support for windres program. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index f68da9d1e3d..dad2ca8b690 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -1,5 +1,5 @@ /* wrstabs.c -- Output stabs debugging information - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 519c3d7f185..f3d6da63983 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -54,7 +54,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/elfcpp/README b/elfcpp/README index 997b464ba24..425d0ca8a91 100644 --- a/elfcpp/README +++ b/elfcpp/README @@ -9,7 +9,7 @@ For efficiency, most accessors are templates with two arguments: the ELF file class (32 or 64 bits) and the endianness. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/elfcpp/aarch64.h b/elfcpp/aarch64.h index 1938f746b1a..d8737ddffa4 100644 --- a/elfcpp/aarch64.h +++ b/elfcpp/aarch64.h @@ -1,6 +1,6 @@ // aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*- -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Jing Yu (jingyu@google.com) // This file is part of elfcpp. diff --git a/elfcpp/arm.h b/elfcpp/arm.h index 9a0f08cdd9a..86f9ab0ed51 100644 --- a/elfcpp/arm.h +++ b/elfcpp/arm.h @@ -1,6 +1,6 @@ // arm.h -- ELF definitions specific to EM_ARM -*- C++ -*- -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of elfcpp. diff --git a/elfcpp/dwarf.h b/elfcpp/dwarf.h index 65e9b8dc1e9..d95a38d1b72 100644 --- a/elfcpp/dwarf.h +++ b/elfcpp/dwarf.h @@ -1,6 +1,6 @@ // dwarf.h -- DWARF2 constants -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index a363294506f..0c3e4e79166 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -1,6 +1,6 @@ // elfcpp.h -- main header file for elfcpp -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp_file.h b/elfcpp/elfcpp_file.h index 111d35b963a..e4022fd7715 100644 --- a/elfcpp/elfcpp_file.h +++ b/elfcpp/elfcpp_file.h @@ -1,6 +1,6 @@ // elfcpp_file.h -- file access for elfcpp -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h index 153a84613d8..ce3673fe87f 100644 --- a/elfcpp/elfcpp_internal.h +++ b/elfcpp/elfcpp_internal.h @@ -1,6 +1,6 @@ // elfcpp_internal.h -- internals for elfcpp -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp_swap.h b/elfcpp/elfcpp_swap.h index 0804e5c7e62..bdfd5b726b8 100644 --- a/elfcpp/elfcpp_swap.h +++ b/elfcpp/elfcpp_swap.h @@ -1,6 +1,6 @@ // elfcpp_swap.h -- Handle swapping for elfcpp -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/i386.h b/elfcpp/i386.h index 49474474c4d..5cc74e7ca05 100644 --- a/elfcpp/i386.h +++ b/elfcpp/i386.h @@ -1,6 +1,6 @@ // i386.h -- ELF definitions specific to EM_386 -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/mips.h b/elfcpp/mips.h index 0551bbe0db2..a1d838ceb0d 100644 --- a/elfcpp/mips.h +++ b/elfcpp/mips.h @@ -1,6 +1,6 @@ // mips.h -- ELF definitions specific to EM_MIPS -*- C++ -*- -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Sasa Stankovic // and Aleksandar Simeonov . diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h index 543ae07b0e5..fd1eebda4cb 100644 --- a/elfcpp/powerpc.h +++ b/elfcpp/powerpc.h @@ -1,6 +1,6 @@ // powerpc.h -- ELF definitions specific to EM_PPC and EM_PPC64 -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by David S. Miller . // This file is part of elfcpp. diff --git a/elfcpp/s390.h b/elfcpp/s390.h index a575a776a95..1f3a78a7850 100644 --- a/elfcpp/s390.h +++ b/elfcpp/s390.h @@ -1,6 +1,6 @@ // s390.h -- ELF definitions specific to EM_S390 -*- C++ -*- -// Copyright (C) 2015-2025 Free Software Foundation, Inc. +// Copyright (C) 2015-2026 Free Software Foundation, Inc. // Written by Marcin Kościelnicki . // This file is part of elfcpp. diff --git a/elfcpp/sparc.h b/elfcpp/sparc.h index 5c6846dc0cf..c67f42eb950 100644 --- a/elfcpp/sparc.h +++ b/elfcpp/sparc.h @@ -1,6 +1,6 @@ // sparc.h -- ELF definitions specific to EM_SPARC -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by David S. Miller . // This file is part of elfcpp. diff --git a/elfcpp/tilegx.h b/elfcpp/tilegx.h index dc414700a21..4268ef76a85 100644 --- a/elfcpp/tilegx.h +++ b/elfcpp/tilegx.h @@ -1,6 +1,6 @@ // tilegx.h -- ELF definitions specific to EM_TILEGX -*- C++ -*- -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Jiong Wang (jiwang@tilera.com) // This file is part of elfcpp. diff --git a/elfcpp/x86_64.h b/elfcpp/x86_64.h index 1c31d6293fb..dea009e926d 100644 --- a/elfcpp/x86_64.h +++ b/elfcpp/x86_64.h @@ -1,6 +1,6 @@ // x86-64.h -- ELF definitions specific to EM_X86_64 -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Andrew Chatham. // This file is part of elfcpp. diff --git a/etc/Makefile.am b/etc/Makefile.am index 81f9be64294..8f8f8a6279d 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 1992-2025 Free Software Foundation, Inc. +# Copyright (C) 1992-2026 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 diff --git a/etc/Makefile.in b/etc/Makefile.in index 2ca1095594a..a64d179fa01 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 1992-2025 Free Software Foundation, Inc. +# Copyright (C) 1992-2026 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 diff --git a/etc/add-log.el b/etc/add-log.el index ce58afe3697..e896c238b17 100644 --- a/etc/add-log.el +++ b/etc/add-log.el @@ -25,7 +25,7 @@ ;;; add-log.el --- change log maintenance commands for Emacs -;; Copyright (C) 1985-2025 Free Software Foundation, Inc. +;; Copyright (C) 1985-2026 Free Software Foundation, Inc. ;; Keywords: maint diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl index d550946a2bd..f1b1efe6807 100644 --- a/etc/texi2pod.pl +++ b/etc/texi2pod.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/etc/update-copyright.py b/etc/update-copyright.py index 148720f0db8..39da141c0f6 100755 --- a/etc/update-copyright.py +++ b/etc/update-copyright.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This script is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -177,10 +177,10 @@ class Copyright: self.errors = errors # Characters in a range of years. Include '.' for typos. - ranges = '[0-9](?:[-0-9.,\s]|\s+and\s+)*[0-9]' + ranges = r'[0-9](?:[-0-9.,\s]|\s+and\s+)*[0-9]' # Non-whitespace characters in a copyright holder's name. - name = '[\w.,-]' + name = r'[\w.,-]' # Matches one year. self.year_re = re.compile ('[0-9]+') @@ -192,29 +192,29 @@ class Copyright: self.copyright_re = re.compile ( # 1: 'Copyright (C)', etc. '([Cc]opyright' - '|[Cc]opyright\s+\([Cc]\)' - '|[Cc]opyright\s+%s' - '|[Cc]opyright\s+©' - '|[Cc]opyright\s+@copyright{}' - '|@set\s+copyright[\w-]+)' + r'|[Cc]opyright\s+\([Cc]\)' + r'|[Cc]opyright\s+%s' + r'|[Cc]opyright\s+©' + r'|[Cc]opyright\s+@copyright{}' + r'|@set\s+copyright[\w-]+)' # 2: the years. Include the whitespace in the year, so that # we can remove any excess. - '(\s*(?:' + ranges + ',?' - '|@value\{[^{}]*\})\s*)' + r'(\s*(?:' + ranges + ',?' + r'|@value\{[^{}]*\})\s*)' # 3: 'by ', if used - '(by\s+)?' + r'(by\s+)?' # 4: the copyright holder. Don't allow multiple consecutive # spaces, so that right-margin gloss doesn't get caught # (e.g. gnat_ugn.texi). - '(' + name + '(?:\s?' + name + ')*)?') + '(' + name + r'(?:\s?' + name + ')*)?') # A regexp for notices that might have slipped by. Just matching # 'copyright' is too noisy, and 'copyright.*[0-9]' falls foul of # HTML header markers, so check for 'copyright' and two digits. - self.other_copyright_re = re.compile ('(^|[^\._])copyright[^=]*[0-9][0-9]', + self.other_copyright_re = re.compile (r'(^|[^\._])copyright[^=]*[0-9][0-9]', re.IGNORECASE) self.comment_re = re.compile('#+|[*]+|;+|%+|//+|@c |dnl ') self.holders = { '@copying': '@copying' } @@ -562,6 +562,15 @@ class ConfigFilter (GenericFilter): return True return GenericFilter.skip_file (self, dir, filename) +class BinutilsFilter (GenericFilter): + def __init__ (self): + GenericFilter.__init__ (self) + + self.skip_files |= set ([ + # this file has a copyright message as part of its data + 'psql.rc', + ]) + class LdFilter (GenericFilter): def __init__ (self): GenericFilter.__init__ (self) @@ -598,6 +607,7 @@ class BinutilsCopyright (Copyright): self.add_external_author ('Synopsys Inc.') self.add_external_author ('Alan Woodland') self.add_external_author ('Diego Elio Petteno') + self.add_external_author ('Kalray SA.') class BinutilsCmdLine (CmdLine): def __init__ (self): @@ -605,7 +615,7 @@ class BinutilsCmdLine (CmdLine): self.add_dir ('.', TopLevelFilter()) self.add_dir ('bfd') - self.add_dir ('binutils') + self.add_dir ('binutils', BinutilsFilter()) self.add_dir ('config', ConfigFilter()) self.add_dir ('cpu') self.add_dir ('elfcpp') diff --git a/gas/CONTRIBUTORS b/gas/CONTRIBUTORS index f3b6473edf0..bb68220f1f9 100644 --- a/gas/CONTRIBUTORS +++ b/gas/CONTRIBUTORS @@ -109,7 +109,7 @@ you've contributed significant work and are not mentioned on this list, and want to be, let us know. Some of the history has been lost; we aren't intentionally leaving anyone out. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gas/ChangeLog b/gas/ChangeLog index dd7691593f1..492475658f1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -3431,7 +3431,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gas/MAINTAINERS b/gas/MAINTAINERS index 2ba4daff4b4..dc2f62e1fc6 100644 --- a/gas/MAINTAINERS +++ b/gas/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gas/Makefile.am b/gas/Makefile.am index f9b2e6891ab..9f90a1de50e 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gas/Makefile.in b/gas/Makefile.in index babe9a6d000..b2bb505cc69 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ # # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gas/NEWS b/gas/NEWS index 4a79c999983..35ae7b94273 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1332,7 +1332,7 @@ Changes in 1.93.01: of new CPUs and formats, lots of bugs fixed. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gas/README b/gas/README index 05ea84f500e..2cb275a241c 100644 --- a/gas/README +++ b/gas/README @@ -159,7 +159,7 @@ Bugs in gas should be reported to: See ../binutils/README for what we need in a bug report. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gas/app.c b/gas/app.c index 00ceab825b1..6d8b8889784 100644 --- a/gas/app.c +++ b/gas/app.c @@ -1,5 +1,5 @@ /* This is the Assembler Pre-Processor - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/as.c b/gas/as.c index efcc80deef1..3d035830c83 100644 --- a/gas/as.c +++ b/gas/as.c @@ -1,5 +1,5 @@ /* as.c - GAS main program. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -721,7 +721,7 @@ parse_args (int * pargc, char *** pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); - printf (_("Copyright (C) 2025 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2026 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or later.\n\ diff --git a/gas/as.h b/gas/as.h index 02c799984ec..ebb6cdd9e23 100644 --- a/gas/as.h +++ b/gas/as.h @@ -1,5 +1,5 @@ /* as.h - global header file - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/asintl.h b/gas/asintl.h index caa0cc0944d..eee427b0b6c 100644 --- a/gas/asintl.h +++ b/gas/asintl.h @@ -1,5 +1,5 @@ /* asintl.h - gas-specific header for gettext code. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by Tom Tromey diff --git a/gas/atof-generic.c b/gas/atof-generic.c index 59d11109744..f50ed3abe3f 100644 --- a/gas/atof-generic.c +++ b/gas/atof-generic.c @@ -1,5 +1,5 @@ /* atof_generic.c - turn a string of digits into a Flonum - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/bignum.h b/gas/bignum.h index 1e40f105c91..9a30527159a 100644 --- a/gas/bignum.h +++ b/gas/bignum.h @@ -1,5 +1,5 @@ /* bignum.h-arbitrary precision integers - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/bit_fix.h b/gas/bit_fix.h index aefe655d036..b2f1b57caad 100644 --- a/gas/bit_fix.h +++ b/gas/bit_fix.h @@ -1,5 +1,5 @@ /* bit_fix.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/cgen.c b/gas/cgen.c index d97107267f5..e0f9c7de439 100644 --- a/gas/cgen.c +++ b/gas/cgen.c @@ -1,5 +1,5 @@ /* GAS interface for targets using CGEN: Cpu tools GENerator. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/cgen.h b/gas/cgen.h index caee16035b4..65e50a62e14 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -1,5 +1,5 @@ /* GAS cgen support. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/codeview.c b/gas/codeview.c index a55ab29df52..5b8618c7b5b 100644 --- a/gas/codeview.c +++ b/gas/codeview.c @@ -1,5 +1,5 @@ /* codeview.c - CodeView debug support - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/codeview.h b/gas/codeview.h index a8fb5b324d1..b9efd1dcd29 100644 --- a/gas/codeview.h +++ b/gas/codeview.h @@ -1,5 +1,5 @@ /* codeview.h - CodeView debug support - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/compress-debug.c b/gas/compress-debug.c index affac212235..3a2744d031f 100644 --- a/gas/compress-debug.c +++ b/gas/compress-debug.c @@ -1,5 +1,5 @@ /* compress-debug.c - compress debug sections - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/compress-debug.h b/gas/compress-debug.h index 6d9bbe08dec..c7588ff52d0 100644 --- a/gas/compress-debug.h +++ b/gas/compress-debug.h @@ -1,5 +1,5 @@ /* compress-debug.h - Header file for compressed debug sections. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/cond.c b/gas/cond.c index 56e8c72673f..53c6e3e459b 100644 --- a/gas/cond.c +++ b/gas/cond.c @@ -1,5 +1,5 @@ /* cond.c - conditional assembly pseudo-ops, and .include - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/atof-ieee.c b/gas/config/atof-ieee.c index a1c3ca263c2..0611a838ef6 100644 --- a/gas/config/atof-ieee.c +++ b/gas/config/atof-ieee.c @@ -1,5 +1,5 @@ /* atof_ieee.c - turn a Flonum into an IEEE floating point number - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/atof-vax.c b/gas/config/atof-vax.c index 4b133108a39..3ae2887b376 100644 --- a/gas/config/atof-vax.c +++ b/gas/config/atof-vax.c @@ -1,5 +1,5 @@ /* atof_vax.c - turn a Flonum into a VAX floating point number - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-aux.h b/gas/config/bfin-aux.h index 6c17164face..6a1cc18e0ed 100644 --- a/gas/config/bfin-aux.h +++ b/gas/config/bfin-aux.h @@ -1,5 +1,5 @@ /* bfin-aux.h ADI Blackfin Header file for gas - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-defs.h b/gas/config/bfin-defs.h index ec222451c15..63f67540293 100644 --- a/gas/config/bfin-defs.h +++ b/gas/config/bfin-defs.h @@ -1,5 +1,5 @@ /* bfin-defs.h ADI Blackfin gas header file - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-lex-wrapper.c b/gas/config/bfin-lex-wrapper.c index b93484debe2..96f5f61fe89 100644 --- a/gas/config/bfin-lex-wrapper.c +++ b/gas/config/bfin-lex-wrapper.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-lex.l b/gas/config/bfin-lex.l index 508bdde6da7..0bf3ba2814a 100644 --- a/gas/config/bfin-lex.l +++ b/gas/config/bfin-lex.l @@ -1,7 +1,7 @@ %option noyywrap /* bfin-lex.l ADI Blackfin lexer - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-parse.y b/gas/config/bfin-parse.y index 4951f9207ce..b7a3da38654 100644 --- a/gas/config/bfin-parse.y +++ b/gas/config/bfin-parse.y @@ -1,5 +1,5 @@ /* bfin-parse.y ADI Blackfin parser - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-crisaout.c b/gas/config/e-crisaout.c index d5ad17536a4..a3368795cec 100644 --- a/gas/config/e-crisaout.c +++ b/gas/config/e-crisaout.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-criself.c b/gas/config/e-criself.c index 25f7bce13ae..dddfbef85c8 100644 --- a/gas/config/e-criself.c +++ b/gas/config/e-criself.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-mipself.c b/gas/config/e-mipself.c index 6181ab9bc1b..208853eb177 100644 --- a/gas/config/e-mipself.c +++ b/gas/config/e-mipself.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/itbl-mips.h b/gas/config/itbl-mips.h index b37a524d7cc..9674dfdf949 100644 --- a/gas/config/itbl-mips.h +++ b/gas/config/itbl-mips.h @@ -1,6 +1,6 @@ /* itbl-mips.h - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/kvx-parse.c b/gas/config/kvx-parse.c index ea96f3d787b..41dfca77628 100644 --- a/gas/config/kvx-parse.c +++ b/gas/config/kvx-parse.c @@ -1,6 +1,6 @@ /* kvx-parse.c -- Recursive decent parser driver for the KVX ISA - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GAS. diff --git a/gas/config/kvx-parse.h b/gas/config/kvx-parse.h index 6d78a5aa0f1..c165d3e18e8 100644 --- a/gas/config/kvx-parse.h +++ b/gas/config/kvx-parse.h @@ -1,6 +1,6 @@ /* kvx-parse.h -- Recursive decent parser tables for the KVX ISA - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GAS. diff --git a/gas/config/loongarch-lex-wrapper.c b/gas/config/loongarch-lex-wrapper.c index f94ea41f7b8..f8ff308e44d 100644 --- a/gas/config/loongarch-lex-wrapper.c +++ b/gas/config/loongarch-lex-wrapper.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/loongarch-lex.h b/gas/config/loongarch-lex.h index e54360dccd0..f04a954b0ab 100644 --- a/gas/config/loongarch-lex.h +++ b/gas/config/loongarch-lex.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/loongarch-lex.l b/gas/config/loongarch-lex.l index 790683827fe..c551e806389 100644 --- a/gas/config/loongarch-lex.l +++ b/gas/config/loongarch-lex.l @@ -1,6 +1,6 @@ %option noyywrap /* - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/loongarch-parse.y b/gas/config/loongarch-parse.y index e24e6746a9e..41c95ac9dc6 100644 --- a/gas/config/loongarch-parse.y +++ b/gas/config/loongarch-parse.y @@ -1,5 +1,5 @@ /* - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h index 89914e5db13..40eb4ce9ebe 100644 --- a/gas/config/m68k-parse.h +++ b/gas/config/m68k-parse.h @@ -1,5 +1,5 @@ /* m68k-parse.h -- header file for m68k assembler - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/m68k-parse.y b/gas/config/m68k-parse.y index 68d285a0a0a..53a8130ad34 100644 --- a/gas/config/m68k-parse.y +++ b/gas/config/m68k-parse.y @@ -1,5 +1,5 @@ /* m68k.y -- bison grammar for m68k operand parsing - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ken Raeburn and Ian Lance Taylor, Cygnus Support This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c index 20167e94040..10915097717 100644 --- a/gas/config/obj-aout.c +++ b/gas/config/obj-aout.c @@ -1,5 +1,5 @@ /* a.out object file format - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-aout.h b/gas/config/obj-aout.h index 5d3d8740086..57494a47f77 100644 --- a/gas/config/obj-aout.h +++ b/gas/config/obj-aout.h @@ -1,5 +1,5 @@ /* obj-aout.h, a.out object file format for gas, the assembler. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-coff-seh.c b/gas/config/obj-coff-seh.c index 1607a430cf6..7479d3ee6b5 100644 --- a/gas/config/obj-coff-seh.c +++ b/gas/config/obj-coff-seh.c @@ -1,5 +1,5 @@ /* seh pdata/xdata coff object file format - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-coff-seh.h b/gas/config/obj-coff-seh.h index 598870ae4e0..d926f314ec5 100644 --- a/gas/config/obj-coff-seh.h +++ b/gas/config/obj-coff-seh.h @@ -1,5 +1,5 @@ /* seh pdata/xdata coff object file format - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index 590013cf659..91ec08d812b 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -1,5 +1,5 @@ /* coff object file format - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 51dfd56e447..b45e7e58bff 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -1,5 +1,5 @@ /* coff object file format - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index e44226b3d49..3b52f0e4544 100644 --- a/gas/config/obj-ecoff.c +++ b/gas/config/obj-ecoff.c @@ -1,5 +1,5 @@ /* ECOFF object file format. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. This file was put together by Ian Lance Taylor . diff --git a/gas/config/obj-ecoff.h b/gas/config/obj-ecoff.h index 299101a9012..2b1ed435bb6 100644 --- a/gas/config/obj-ecoff.h +++ b/gas/config/obj-ecoff.h @@ -1,5 +1,5 @@ /* ECOFF object file format header file. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Ian Lance Taylor . diff --git a/gas/config/obj-elf-attr.c b/gas/config/obj-elf-attr.c index 3bb2b70d386..baee0e80850 100644 --- a/gas/config/obj-elf-attr.c +++ b/gas/config/obj-elf-attr.c @@ -1,5 +1,5 @@ /* Object attributes parsing. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-elf-attr.h b/gas/config/obj-elf-attr.h index 42e8af886ba..6e39f5851b6 100644 --- a/gas/config/obj-elf-attr.h +++ b/gas/config/obj-elf-attr.h @@ -1,5 +1,5 @@ /* Object attributes parsing. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index bf823c8745f..9593ce26268 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -1,5 +1,5 @@ /* ELF object file format - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index 9e8a82f33de..910b743a442 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -1,5 +1,5 @@ /* ELF object file format. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-evax.c b/gas/config/obj-evax.c index 9fbde27baff..ed7b2c6e01d 100644 --- a/gas/config/obj-evax.c +++ b/gas/config/obj-evax.c @@ -1,5 +1,5 @@ /* obj-evax.c - EVAX (openVMS/Alpha) object file format. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. Extensively enhanced by Douglas Rupp of AdaCore. diff --git a/gas/config/obj-evax.h b/gas/config/obj-evax.h index 6003698bacf..f78df71af35 100644 --- a/gas/config/obj-evax.h +++ b/gas/config/obj-evax.h @@ -1,5 +1,5 @@ /* This file is obj-evax.h - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. diff --git a/gas/config/obj-fdpicelf.c b/gas/config/obj-fdpicelf.c index e454d20546a..53f97a2156c 100644 --- a/gas/config/obj-fdpicelf.c +++ b/gas/config/obj-fdpicelf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-fdpicelf.h b/gas/config/obj-fdpicelf.h index 374eaa74478..fb4ac141f6a 100644 --- a/gas/config/obj-fdpicelf.h +++ b/gas/config/obj-fdpicelf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-macho.c b/gas/config/obj-macho.c index 01e76c5d3e5..cf89f1f5405 100644 --- a/gas/config/obj-macho.c +++ b/gas/config/obj-macho.c @@ -1,5 +1,5 @@ /* Mach-O object file format - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-macho.h b/gas/config/obj-macho.h index e66579368e3..a0e36245432 100644 --- a/gas/config/obj-macho.h +++ b/gas/config/obj-macho.h @@ -1,5 +1,5 @@ /* Mach-O object file format for gas, the assembler. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-multi.c b/gas/config/obj-multi.c index f6f72647e2a..1586ac87ffd 100644 --- a/gas/config/obj-multi.c +++ b/gas/config/obj-multi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-multi.h b/gas/config/obj-multi.h index 5ffc9774307..bedd1d42bfa 100644 --- a/gas/config/obj-multi.h +++ b/gas/config/obj-multi.h @@ -1,5 +1,5 @@ /* Multiple object format emulation. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-som.c b/gas/config/obj-som.c index 7cfc9cbe635..62cc888b371 100644 --- a/gas/config/obj-som.c +++ b/gas/config/obj-som.c @@ -1,5 +1,5 @@ /* SOM object file format. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-som.h b/gas/config/obj-som.h index c6e37987d0e..0fe4cc79a1b 100644 --- a/gas/config/obj-som.h +++ b/gas/config/obj-som.h @@ -1,5 +1,5 @@ /* SOM object file format. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rl78-defs.h b/gas/config/rl78-defs.h index 937cf9db0e7..cc30988f269 100644 --- a/gas/config/rl78-defs.h +++ b/gas/config/rl78-defs.h @@ -1,5 +1,5 @@ /* rl78-defs.h Renesas RL78 internal definitions - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rl78-parse.y b/gas/config/rl78-parse.y index a2dcacf8f2f..1e1ef05fde2 100644 --- a/gas/config/rl78-parse.y +++ b/gas/config/rl78-parse.y @@ -1,5 +1,5 @@ /* rl78-parse.y Renesas RL78 parser - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rx-defs.h b/gas/config/rx-defs.h index 7ae6307e312..8fa708df311 100644 --- a/gas/config/rx-defs.h +++ b/gas/config/rx-defs.h @@ -1,5 +1,5 @@ /* rx-defs.h Renesas RX internal definitions - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rx-parse.y b/gas/config/rx-parse.y index 31dad513091..4d657b5df67 100644 --- a/gas/config/rx-parse.y +++ b/gas/config/rx-parse.y @@ -1,5 +1,5 @@ /* rx-parse.y Renesas RX parser - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-aarch64-ginsn.c b/gas/config/tc-aarch64-ginsn.c index 0201c68fa58..60ac459d95b 100644 --- a/gas/config/tc-aarch64-ginsn.c +++ b/gas/config/tc-aarch64-ginsn.c @@ -1,6 +1,6 @@ /* tc-aarch64-ginsn.c -- Ginsn generation for the AArch64 ISA - Copyright (C) 2024-2025 Free Software Foundation, Inc. + Copyright (C) 2024-2026 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 7a03adfbde2..41ee673751a 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -1,6 +1,6 @@ /* tc-aarch64.c -- Assemble for the AArch64 ISA - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/config/tc-aarch64.h b/gas/config/tc-aarch64.h index fce34ed48d1..70e50384fbc 100644 --- a/gas/config/tc-aarch64.h +++ b/gas/config/tc-aarch64.h @@ -1,5 +1,5 @@ /* tc-aarch64.h -- Header file for tc-aarch64.c. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index f9d18bb8c24..f2acb22da5f 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -1,5 +1,5 @@ /* tc-alpha.c - Processor-specific code for the DEC Alpha AXP CPU. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Contributed by Carnegie Mellon University, 1993. Written by Alessandro Forin, based on earlier gas-1.38 target CPU files. Modified by Ken Raeburn for gas-2.x and ECOFF support. diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h index a5144e5fe04..51888ca9b7e 100644 --- a/gas/config/tc-alpha.h +++ b/gas/config/tc-alpha.h @@ -1,5 +1,5 @@ /* This file is tc-alpha.h - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ken Raeburn . This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 2a324bfaab3..7549189cad8 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -1,5 +1,5 @@ /* tc-arc.c -- Assembler for the ARC - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributor: Claudiu Zissulescu diff --git a/gas/config/tc-arc.h b/gas/config/tc-arc.h index d3cd3cb67ac..9b96b239a27 100644 --- a/gas/config/tc-arc.h +++ b/gas/config/tc-arc.h @@ -1,5 +1,5 @@ /* tc-arc.h - Macros and type defines for the ARC. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 7fdf4824957..fc93c2e8daa 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -1,5 +1,5 @@ /* tc-arm.c -- Assemble for the ARM - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) Modified by David Taylor (dtaylor@armltd.co.uk) Cirrus coprocessor mods by Aldy Hernandez (aldyh@redhat.com) diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h index 5356a3ba9c0..7eae415cebe 100644 --- a/gas/config/tc-arm.h +++ b/gas/config/tc-arm.h @@ -1,5 +1,5 @@ /* This file is tc-arm.h - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) Modified by David Taylor (dtaylor@armltd.co.uk) diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 671df820ede..1fd35f1b71b 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -1,6 +1,6 @@ /* tc-avr.c -- Assembler code for the ATMEL AVR - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-avr.h b/gas/config/tc-avr.h index 47f6778df73..14877e97e4a 100644 --- a/gas/config/tc-avr.h +++ b/gas/config/tc-avr.h @@ -1,5 +1,5 @@ /* This file is tc-avr.h - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c index 0a635f4c4df..1c6b7339ab8 100644 --- a/gas/config/tc-bfin.c +++ b/gas/config/tc-bfin.c @@ -1,5 +1,5 @@ /* tc-bfin.c -- Assembler for the ADI Blackfin. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-bfin.h b/gas/config/tc-bfin.h index ad8a2408fcf..2ff3f5a63d7 100644 --- a/gas/config/tc-bfin.h +++ b/gas/config/tc-bfin.h @@ -1,5 +1,5 @@ /* tc-bfin.h - header file for tc-bfin.c - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c index fd77c6fda65..bc83d3d19d5 100644 --- a/gas/config/tc-bpf.c +++ b/gas/config/tc-bpf.c @@ -1,5 +1,5 @@ /* tc-bpf.c -- Assembler for the Linux eBPF. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. Contributed by Oracle, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-bpf.h b/gas/config/tc-bpf.h index 8c0a68ffc0f..b8bbedcd2ca 100644 --- a/gas/config/tc-bpf.h +++ b/gas/config/tc-bpf.h @@ -1,5 +1,5 @@ /* tc-bpf.h -- Header file for tc-ebpf.c. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. Contributed by Oracle, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-cr16.c b/gas/config/tc-cr16.c index f2d110868f8..4102c6d6116 100644 --- a/gas/config/tc-cr16.c +++ b/gas/config/tc-cr16.c @@ -1,5 +1,5 @@ /* tc-cr16.c -- Assembler code for the CR16 CPU core. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by M R Swami Reddy diff --git a/gas/config/tc-cr16.h b/gas/config/tc-cr16.h index 137a27174b7..a99f223a5cc 100644 --- a/gas/config/tc-cr16.h +++ b/gas/config/tc-cr16.h @@ -1,5 +1,5 @@ /* tc-cr16.h -- Header file for tc-cr16.c, the CR16 GAS port. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by M R Swami Reddy diff --git a/gas/config/tc-cris.c b/gas/config/tc-cris.c index ed91d06c177..71425f56477 100644 --- a/gas/config/tc-cris.c +++ b/gas/config/tc-cris.c @@ -1,5 +1,5 @@ /* tc-cris.c -- Assembler code for the CRIS CPU core. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. diff --git a/gas/config/tc-cris.h b/gas/config/tc-cris.h index 113a3626b6a..8c887776418 100644 --- a/gas/config/tc-cris.h +++ b/gas/config/tc-cris.h @@ -1,5 +1,5 @@ /* tc-cris.h -- Header file for tc-cris.c, the CRIS GAS port. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. diff --git a/gas/config/tc-crx.c b/gas/config/tc-crx.c index e51921441b0..1d84d714811 100644 --- a/gas/config/tc-crx.c +++ b/gas/config/tc-crx.c @@ -1,5 +1,5 @@ /* tc-crx.c -- Assembler code for the CRX CPU core. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. diff --git a/gas/config/tc-crx.h b/gas/config/tc-crx.h index 221d4d585bb..17edac07e07 100644 --- a/gas/config/tc-crx.h +++ b/gas/config/tc-crx.h @@ -1,5 +1,5 @@ /* tc-crx.h -- Header file for tc-crx.c, the CRX GAS port. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. diff --git a/gas/config/tc-csky.c b/gas/config/tc-csky.c index dc8ee744341..c56914c8c57 100644 --- a/gas/config/tc-csky.c +++ b/gas/config/tc-csky.c @@ -1,5 +1,5 @@ /* tc-csky.c -- Assembler for C-SKY - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Created by Lifang Xia (lifang_xia@c-sky.com) Contributed by C-SKY Microsystems and Mentor Graphics. diff --git a/gas/config/tc-csky.h b/gas/config/tc-csky.h index 3724f436b61..fc4c86efc60 100644 --- a/gas/config/tc-csky.h +++ b/gas/config/tc-csky.h @@ -1,5 +1,5 @@ /* tc-csky.h -- Header file for tc-csky.c - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index 98d5e8bc0cf..d812bf851c9 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -1,5 +1,5 @@ /* tc-d10v.c -- Assembler code for the Mitsubishi D10V - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h index 629fbd48a28..cde98400ba3 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -1,5 +1,5 @@ /* tc-d10v.h -- Header file for tc-d10v.c. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index 8ba3a260f05..d56343b0b74 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -1,5 +1,5 @@ /* tc-d30v.c -- Assembler code for the Mitsubishi D30V - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d30v.h b/gas/config/tc-d30v.h index 700a750fc18..dcfb093971f 100644 --- a/gas/config/tc-d30v.h +++ b/gas/config/tc-d30v.h @@ -1,5 +1,5 @@ /* tc-310v.h -- Header file for tc-d30v.c. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-dlx.c b/gas/config/tc-dlx.c index 69c8f49234b..2a27e928f4b 100644 --- a/gas/config/tc-dlx.c +++ b/gas/config/tc-dlx.c @@ -1,5 +1,5 @@ /* tc-dlx.c -- Assemble for the DLX - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index 2ed253b7a7b..78a1e938fdb 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -1,5 +1,5 @@ /* tc-dlx.h -- Assemble for the DLX - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index be23d15c7d2..b5712ae33f8 100644 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c @@ -1,5 +1,5 @@ /* tc-epiphany.c -- Assembler for the Adapteva EPIPHANY - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-epiphany.h b/gas/config/tc-epiphany.h index 78adcd6af82..deab357c318 100644 --- a/gas/config/tc-epiphany.h +++ b/gas/config/tc-epiphany.h @@ -1,5 +1,5 @@ /* tc-epiphany.h -- Header file for tc-epiphany.c. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-fr30.c b/gas/config/tc-fr30.c index e120ca595f6..d8130692ce3 100644 --- a/gas/config/tc-fr30.c +++ b/gas/config/tc-fr30.c @@ -1,5 +1,5 @@ /* tc-fr30.c -- Assembler for the Fujitsu FR30. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-fr30.h b/gas/config/tc-fr30.h index e3c648053fa..154c9b6753e 100644 --- a/gas/config/tc-fr30.h +++ b/gas/config/tc-fr30.h @@ -1,5 +1,5 @@ /* tc-fr30.h -- Header file for tc-fr30.c. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c index 900fb4aa8bb..c7e9c534f7b 100644 --- a/gas/config/tc-frv.c +++ b/gas/config/tc-frv.c @@ -1,5 +1,5 @@ /* tc-frv.c -- Assembler for the Fujitsu FRV. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-frv.h b/gas/config/tc-frv.h index 609ed6ff50a..16e7e946185 100644 --- a/gas/config/tc-frv.h +++ b/gas/config/tc-frv.h @@ -1,5 +1,5 @@ /* tc-frv.h -- Header file for tc-frv.c. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ft32.c b/gas/config/tc-ft32.c index 7e68e83f90d..6745580b7a4 100644 --- a/gas/config/tc-ft32.c +++ b/gas/config/tc-ft32.c @@ -1,5 +1,5 @@ /* tc-ft32.c -- Assemble code for ft32 - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ft32.h b/gas/config/tc-ft32.h index 71061914b4d..3513169da4c 100644 --- a/gas/config/tc-ft32.h +++ b/gas/config/tc-ft32.h @@ -1,6 +1,6 @@ /* tc-ft32.h -- Header file for tc-ft32.c. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by FTDI (support@ftdichip.com) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-generic.c b/gas/config/tc-generic.c index 5e4b244c359..9a7a2f388f9 100644 --- a/gas/config/tc-generic.c +++ b/gas/config/tc-generic.c @@ -1,6 +1,6 @@ /* This file is tc-generic.c - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-generic.h b/gas/config/tc-generic.h index 3a021dcbd9d..ba9dfb5363d 100644 --- a/gas/config/tc-generic.h +++ b/gas/config/tc-generic.h @@ -1,6 +1,6 @@ /* This file is tc-generic.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index d7bb3295465..ec5cc4f6e39 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -1,5 +1,5 @@ /* tc-h8300.c -- Assemble code for the Renesas H8/300 - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 5e6641a1cf5..c4689d37b12 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -1,5 +1,5 @@ /* This file is tc-h8300.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 0f5b45bb5fb..e8ed6996ed5 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -1,5 +1,5 @@ /* tc-hppa.c -- Assemble for the PA - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index db8bc563db8..511df90bf61 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -1,5 +1,5 @@ /* tc-hppa.h -- Header file for the PA - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386-ginsn.c b/gas/config/tc-i386-ginsn.c index 0ee3667a75f..89bd6f3a0da 100644 --- a/gas/config/tc-i386-ginsn.c +++ b/gas/config/tc-i386-ginsn.c @@ -1,6 +1,6 @@ /* tc-i386-ginsn.c -- Ginsn generation for the x86-64 ISA - Copyright (C) 2024-2025 Free Software Foundation, Inc. + Copyright (C) 2024-2026 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/tc-i386-intel.c b/gas/config/tc-i386-intel.c index a60b1e94830..afa6bbf4d25 100644 --- a/gas/config/tc-i386-intel.c +++ b/gas/config/tc-i386-intel.c @@ -1,5 +1,5 @@ /* tc-i386.c -- Assemble Intel syntax code for ix86/x86-64 - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 93261935263..28b1f4192d8 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1,5 +1,5 @@ /* tc-i386.c -- Assemble code for the Intel 80386 - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 0a38f6a017b..4eafa8b24fa 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -1,5 +1,5 @@ /* tc-i386.h -- Header file for tc-i386.c - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index fe33e3cb5e7..d90780c9d04 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -1,5 +1,5 @@ /* tc-ia64.c -- Assembler for the HP/Intel IA-64 architecture. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index 62d288d48b3..376f82db939 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -1,5 +1,5 @@ /* tc-ia64.h -- Header file for tc-ia64.c. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c index 97a407cfb73..4eb79e0d0bf 100644 --- a/gas/config/tc-ip2k.c +++ b/gas/config/tc-ip2k.c @@ -1,5 +1,5 @@ /* tc-ip2k.c -- Assembler for the Scenix IP2xxx. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ip2k.h b/gas/config/tc-ip2k.h index 3db24a6dcb6..0c27fc39c97 100644 --- a/gas/config/tc-ip2k.h +++ b/gas/config/tc-ip2k.h @@ -1,5 +1,5 @@ /* tc-ip2k.h -- Header file for tc-ip2k.c. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index 76ff841a61e..5ad7c88c446 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -1,5 +1,5 @@ /* tc-iq2000.c -- Assembler for the Sitera IQ2000. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-iq2000.h b/gas/config/tc-iq2000.h index 941e8dd778d..0df0cb31849 100644 --- a/gas/config/tc-iq2000.h +++ b/gas/config/tc-iq2000.h @@ -1,5 +1,5 @@ /* tc-iq2000.h -- Header file for tc-iq2000.c. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-kvx.c b/gas/config/tc-kvx.c index b4ca25c5c9b..d175168c1df 100644 --- a/gas/config/tc-kvx.c +++ b/gas/config/tc-kvx.c @@ -1,6 +1,6 @@ /* tc-kvx.c -- Assemble for the KVX ISA - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GAS. diff --git a/gas/config/tc-kvx.h b/gas/config/tc-kvx.h index 50c124fb1de..348708c34e1 100644 --- a/gas/config/tc-kvx.h +++ b/gas/config/tc-kvx.h @@ -1,6 +1,6 @@ /* tc-kvx.h -- Header file for tc-kvx.c - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GAS. diff --git a/gas/config/tc-lm32.c b/gas/config/tc-lm32.c index 2a4bbd35b10..5c6b6a2af3f 100644 --- a/gas/config/tc-lm32.c +++ b/gas/config/tc-lm32.c @@ -1,5 +1,5 @@ /* tc-lm32.c - Lattice Mico32 assembler. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Jon Beniston This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-lm32.h b/gas/config/tc-lm32.h index ba7b4f28d73..2f887b0c5a6 100644 --- a/gas/config/tc-lm32.h +++ b/gas/config/tc-lm32.h @@ -1,5 +1,5 @@ /* tc-lm32.h -- Header file for tc-lm32.c - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Jon Beniston This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-loongarch.c b/gas/config/tc-loongarch.c index beb41fc904a..cce8725485a 100644 --- a/gas/config/tc-loongarch.c +++ b/gas/config/tc-loongarch.c @@ -1,6 +1,6 @@ /* tc-loongarch.c -- Assemble for the LoongArch ISA - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of GAS. diff --git a/gas/config/tc-loongarch.h b/gas/config/tc-loongarch.h index 206e7b4313a..50f49c225b1 100644 --- a/gas/config/tc-loongarch.h +++ b/gas/config/tc-loongarch.h @@ -1,5 +1,5 @@ /* tc-loongarch.h -- Header file for tc-loongarch.c. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of GAS. diff --git a/gas/config/tc-m32c.c b/gas/config/tc-m32c.c index ff91d479363..23e4465597c 100644 --- a/gas/config/tc-m32c.c +++ b/gas/config/tc-m32c.c @@ -1,5 +1,5 @@ /* tc-m32c.c -- Assembler for the Renesas M32C. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by RedHat. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32c.h b/gas/config/tc-m32c.h index c8e03edd0c7..809c13b9e9b 100644 --- a/gas/config/tc-m32c.h +++ b/gas/config/tc-m32c.h @@ -1,5 +1,5 @@ /* tc-m32c.h -- Header file for tc-m32c.c. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index 2368c9a8b29..694fea42252 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -1,5 +1,5 @@ /* tc-m32r.c -- Assembler for the Renesas M32R. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32r.h b/gas/config/tc-m32r.h index 47b7158208a..60b8efe78e1 100644 --- a/gas/config/tc-m32r.h +++ b/gas/config/tc-m32r.h @@ -1,5 +1,5 @@ /* tc-m32r.h -- Header file for tc-m32r.c. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68851.h b/gas/config/tc-m68851.h index 5bb63072fc3..8bb7beddb7f 100644 --- a/gas/config/tc-m68851.h +++ b/gas/config/tc-m68851.h @@ -1,6 +1,6 @@ /* This file is tc-m68851.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68hc11.c b/gas/config/tc-m68hc11.c index a9ac9c7ef5c..e2850a4ee8b 100644 --- a/gas/config/tc-m68hc11.c +++ b/gas/config/tc-m68hc11.c @@ -1,5 +1,5 @@ /* tc-m68hc11.c -- Assembler code for the Motorola 68HC11 & 68HC12. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) XGATE and S12X added by James Murray (jsm@jsm-net.demon.co.uk) diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h index c7599d52ce8..7324af67051 100644 --- a/gas/config/tc-m68hc11.h +++ b/gas/config/tc-m68hc11.h @@ -1,5 +1,5 @@ /* tc-m68hc11.h -- Header file for tc-m68hc11.c. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index 73cc309c5f4..b679539dd27 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -1,5 +1,5 @@ /* tc-m68k.c -- Assemble for the m68k family - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h index 7ab701489f3..1836091a5d2 100644 --- a/gas/config/tc-m68k.h +++ b/gas/config/tc-m68k.h @@ -1,5 +1,5 @@ /* This file is tc-m68k.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mcore.c b/gas/config/tc-mcore.c index f20f0d36372..efd66ee1048 100644 --- a/gas/config/tc-mcore.c +++ b/gas/config/tc-mcore.c @@ -1,5 +1,5 @@ /* tc-mcore.c -- Assemble code for M*Core - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mcore.h b/gas/config/tc-mcore.h index 85811f7f1d0..c79339da1c0 100644 --- a/gas/config/tc-mcore.h +++ b/gas/config/tc-mcore.h @@ -1,6 +1,6 @@ /* This file is tc-mcore.h - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mep.c b/gas/config/tc-mep.c index 16ea2800e3a..95275807c19 100644 --- a/gas/config/tc-mep.c +++ b/gas/config/tc-mep.c @@ -1,5 +1,5 @@ /* tc-mep.c -- Assembler for the Toshiba Media Processor. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mep.h b/gas/config/tc-mep.h index 1e795bba695..5ba41f02734 100644 --- a/gas/config/tc-mep.h +++ b/gas/config/tc-mep.h @@ -1,5 +1,5 @@ /* tc-mep.h -- Header file for tc-mep.c. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-metag.c b/gas/config/tc-metag.c index 968c88d629d..f6b34a8de5b 100644 --- a/gas/config/tc-metag.c +++ b/gas/config/tc-metag.c @@ -1,5 +1,5 @@ /* tc-metag.c -- Assembler for the Imagination Technologies Meta. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-metag.h b/gas/config/tc-metag.h index 92cb0b4ea3d..3dff74de057 100644 --- a/gas/config/tc-metag.h +++ b/gas/config/tc-metag.h @@ -1,5 +1,5 @@ /* tc-metag.h -- Header file for tc-metag.c. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-microblaze.c b/gas/config/tc-microblaze.c index 01f322df2b6..42ce97b3fd8 100644 --- a/gas/config/tc-microblaze.c +++ b/gas/config/tc-microblaze.c @@ -1,6 +1,6 @@ /* tc-microblaze.c -- Assemble code for Xilinx MicroBlaze - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-microblaze.h b/gas/config/tc-microblaze.h index 1d0b56af033..1fe678d72e7 100644 --- a/gas/config/tc-microblaze.h +++ b/gas/config/tc-microblaze.h @@ -1,6 +1,6 @@ /* tc-microblaze.h -- Header file for tc-microblaze.c. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 42cbd7702e2..5a5e6b8cdaa 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1,5 +1,5 @@ /* tc-mips.c -- assemble code for a MIPS chip. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by the OSF and Ralph Campbell. Written by Keith Knowles and Ralph Campbell, working independently. Modified for ECOFF and R4000 support by Ian Lance Taylor of Cygnus diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index 423229a7e25..2e4fa4a2257 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -1,5 +1,5 @@ /* tc-mips.h -- header file for tc-mips.c. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by the OSF and Ralph Campbell. Written by Keith Knowles and Ralph Campbell, working independently. Modified for ECOFF support by Ian Lance Taylor of Cygnus Support. diff --git a/gas/config/tc-mmix.c b/gas/config/tc-mmix.c index 88b7bc49324..a22e76d96e5 100644 --- a/gas/config/tc-mmix.c +++ b/gas/config/tc-mmix.c @@ -1,5 +1,5 @@ /* tc-mmix.c -- Assembler for Don Knuth's MMIX. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mmix.h b/gas/config/tc-mmix.h index 9b44d2d8c2c..3af9164b6ec 100644 --- a/gas/config/tc-mmix.h +++ b/gas/config/tc-mmix.h @@ -1,5 +1,5 @@ /* tc-mmix.h -- Header file for tc-mmix.c. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10200.c b/gas/config/tc-mn10200.c index fe54d2161eb..426810d8292 100644 --- a/gas/config/tc-mn10200.c +++ b/gas/config/tc-mn10200.c @@ -1,5 +1,5 @@ /* tc-mn10200.c -- Assembler code for the Matsushita 10200 - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10200.h b/gas/config/tc-mn10200.h index 3bfad451cb2..0f8aaae6cba 100644 --- a/gas/config/tc-mn10200.h +++ b/gas/config/tc-mn10200.h @@ -1,5 +1,5 @@ /* tc-mn10200.h -- Header file for tc-mn10200.c. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10300.c b/gas/config/tc-mn10300.c index db87d523f46..831e4644488 100644 --- a/gas/config/tc-mn10300.c +++ b/gas/config/tc-mn10300.c @@ -1,5 +1,5 @@ /* tc-mn10300.c -- Assembler code for the Matsushita 10300 - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10300.h b/gas/config/tc-mn10300.h index ab6192e2aa0..0de6f3b2062 100644 --- a/gas/config/tc-mn10300.h +++ b/gas/config/tc-mn10300.h @@ -1,5 +1,5 @@ /* tc-mn10300.h -- Header file for tc-mn10300.c. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c index cb8adfb2ce4..c1e8d0e341c 100644 --- a/gas/config/tc-moxie.c +++ b/gas/config/tc-moxie.c @@ -1,5 +1,5 @@ /* tc-moxie.c -- Assemble code for moxie - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-moxie.h b/gas/config/tc-moxie.h index 4110c8d44f1..1857d1ce271 100644 --- a/gas/config/tc-moxie.h +++ b/gas/config/tc-moxie.h @@ -1,6 +1,6 @@ /* tc-moxie.h -- Header file for tc-moxie.c. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-msp430.c b/gas/config/tc-msp430.c index 0127a2a1416..6a613e30dba 100644 --- a/gas/config/tc-msp430.c +++ b/gas/config/tc-msp430.c @@ -1,6 +1,6 @@ /* tc-msp430.c -- Assembler code for the Texas Instruments MSP430 - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-msp430.h b/gas/config/tc-msp430.h index 73d435b1c1e..a5ba9d6b271 100644 --- a/gas/config/tc-msp430.h +++ b/gas/config/tc-msp430.h @@ -1,5 +1,5 @@ /* This file is tc-msp430.h - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky diff --git a/gas/config/tc-mt.c b/gas/config/tc-mt.c index a795bdc81c7..a5b1f523e4e 100644 --- a/gas/config/tc-mt.c +++ b/gas/config/tc-mt.c @@ -1,5 +1,5 @@ /* tc-mt.c -- Assembler for the Morpho Technologies mt . - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mt.h b/gas/config/tc-mt.h index 6bde495e0a7..751856635ff 100644 --- a/gas/config/tc-mt.h +++ b/gas/config/tc-mt.h @@ -1,5 +1,5 @@ /* tc-mt.h -- Header file for tc-mt.c. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-nds32.c b/gas/config/tc-nds32.c index b251087648f..12a77eb607b 100644 --- a/gas/config/tc-nds32.c +++ b/gas/config/tc-nds32.c @@ -1,5 +1,5 @@ /* tc-nds32.c -- Assemble for the nds32 - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-nds32.h b/gas/config/tc-nds32.h index f8966c5691f..432d46d9fb1 100644 --- a/gas/config/tc-nds32.h +++ b/gas/config/tc-nds32.h @@ -1,5 +1,5 @@ /* tc-nds32.h -- Header file for tc-nds32.c. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GAS. diff --git a/gas/config/tc-ns32k.c b/gas/config/tc-ns32k.c index dcabf5f5555..ee1bab91a45 100644 --- a/gas/config/tc-ns32k.c +++ b/gas/config/tc-ns32k.c @@ -1,5 +1,5 @@ /* ns32k.c -- Assemble on the National Semiconductor 32k series - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ns32k.h b/gas/config/tc-ns32k.h index a549f248027..fff129f569d 100644 --- a/gas/config/tc-ns32k.h +++ b/gas/config/tc-ns32k.h @@ -1,5 +1,5 @@ /* tc-ns32k.h -- Opcode table for National Semi 32k processor - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-or1k.c b/gas/config/tc-or1k.c index 33975fea6dc..f5a20b94fa7 100644 --- a/gas/config/tc-or1k.c +++ b/gas/config/tc-or1k.c @@ -1,5 +1,5 @@ /* tc-or1k.c -- Assembler for the OpenRISC family. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Contributed for OR32 by Johan Rydberg, jrydberg@opencores.org This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-or1k.h b/gas/config/tc-or1k.h index fdb72f395a3..e6fdec567dd 100644 --- a/gas/config/tc-or1k.h +++ b/gas/config/tc-or1k.h @@ -1,5 +1,5 @@ /* tc-or1k.h -- Header file for tc-or1k.c. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pdp11.c b/gas/config/tc-pdp11.c index 2c8a1b891c9..522f6f27bed 100644 --- a/gas/config/tc-pdp11.c +++ b/gas/config/tc-pdp11.c @@ -1,5 +1,5 @@ /* tc-pdp11.c - pdp11-specific - - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pdp11.h b/gas/config/tc-pdp11.h index ff969a34581..a773925f281 100644 --- a/gas/config/tc-pdp11.h +++ b/gas/config/tc-pdp11.h @@ -1,5 +1,5 @@ /* tc-pdp11.h -- Header file for tc-pdp11.c. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pj.c b/gas/config/tc-pj.c index 61fada7005d..5f5379519c1 100644 --- a/gas/config/tc-pj.c +++ b/gas/config/tc-pj.c @@ -1,5 +1,5 @@ /* tc-pj.c -- Assemble code for Pico Java - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pj.h b/gas/config/tc-pj.h index 81be96a2ec5..6e4833e440d 100644 --- a/gas/config/tc-pj.h +++ b/gas/config/tc-pj.h @@ -1,5 +1,5 @@ /* This file is tc-pj.h - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Steve Chamberlain of Transmeta, sac@pobox.com diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 5187d203841..7e30ae7471a 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -1,5 +1,5 @@ /* tc-ppc.c -- Assemble for the PowerPC or POWER (RS/6000) - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index 5bb8b8b7d1e..a1de28fb47d 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -1,5 +1,5 @@ /* tc-ppc.h -- Header file for tc-ppc.c. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pru.c b/gas/config/tc-pru.c index dcc23ba9def..e55ce4790ba 100644 --- a/gas/config/tc-pru.c +++ b/gas/config/tc-pru.c @@ -1,5 +1,5 @@ /* TI PRU assembler. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov Based on tc-nios2.c diff --git a/gas/config/tc-pru.h b/gas/config/tc-pru.h index fff369aa88a..9fd3803db63 100644 --- a/gas/config/tc-pru.h +++ b/gas/config/tc-pru.h @@ -1,5 +1,5 @@ /* Definitions for TI PRU assembler. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c index f298bd855b2..5f7683e8516 100644 --- a/gas/config/tc-riscv.c +++ b/gas/config/tc-riscv.c @@ -1,5 +1,5 @@ /* tc-riscv.c -- RISC-V assembler - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. diff --git a/gas/config/tc-riscv.h b/gas/config/tc-riscv.h index 2348ec33640..691139a4c3c 100644 --- a/gas/config/tc-riscv.h +++ b/gas/config/tc-riscv.h @@ -1,5 +1,5 @@ /* tc-riscv.h -- header file for tc-riscv.c. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. diff --git a/gas/config/tc-rl78.c b/gas/config/tc-rl78.c index 36ccacd0570..62c7e422dad 100644 --- a/gas/config/tc-rl78.c +++ b/gas/config/tc-rl78.c @@ -1,5 +1,5 @@ /* tc-rl78.c -- Assembler for the Renesas RL78 - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rl78.h b/gas/config/tc-rl78.h index 09d99872aa9..8147f55ebdd 100644 --- a/gas/config/tc-rl78.h +++ b/gas/config/tc-rl78.h @@ -1,5 +1,5 @@ /* tc-rl78.h - header file for Renesas RL78 - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rx.c b/gas/config/tc-rx.c index 8685df10e26..fe260d8b758 100644 --- a/gas/config/tc-rx.c +++ b/gas/config/tc-rx.c @@ -1,5 +1,5 @@ /* tc-rx.c -- Assembler for the Renesas RX - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rx.h b/gas/config/tc-rx.h index 29c4382d612..b7d84f68cf5 100644 --- a/gas/config/tc-rx.h +++ b/gas/config/tc-rx.h @@ -1,5 +1,5 @@ /* tc-rx.h - header file for Renesas RX - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-s12z.c b/gas/config/tc-s12z.c index 5110470b905..f06c1c43c61 100644 --- a/gas/config/tc-s12z.c +++ b/gas/config/tc-s12z.c @@ -1,5 +1,5 @@ /* tc-s12z.c -- Assembler code for the Freescale S12Z - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-s12z.h b/gas/config/tc-s12z.h index fcc09ce1b72..68ddb873731 100644 --- a/gas/config/tc-s12z.h +++ b/gas/config/tc-s12z.h @@ -1,5 +1,5 @@ /* tc-s12z.h -- Header file for tc-s12z.c. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c index 2d699037651..8f6bcfc2e84 100644 --- a/gas/config/tc-s390.c +++ b/gas/config/tc-s390.c @@ -1,5 +1,5 @@ /* tc-s390.c -- Assemble for the S390 - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-s390.h b/gas/config/tc-s390.h index 32f1dde94af..347a1dcef80 100644 --- a/gas/config/tc-s390.h +++ b/gas/config/tc-s390.h @@ -1,5 +1,5 @@ /* tc-s390.h -- Header file for tc-s390.c. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Written by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-score.c b/gas/config/tc-score.c index f3f1b2a0066..68ce6cb874d 100644 --- a/gas/config/tc-score.c +++ b/gas/config/tc-score.c @@ -1,5 +1,5 @@ /* tc-score.c -- Assembler for Score - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index e02ff8f562f..a08e52199e8 100644 --- a/gas/config/tc-score.h +++ b/gas/config/tc-score.h @@ -1,5 +1,5 @@ /* tc-score.h -- Score specific file for assembler - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/gas/config/tc-score7.c b/gas/config/tc-score7.c index 7b6b6857d95..032e6ed16b3 100644 --- a/gas/config/tc-score7.c +++ b/gas/config/tc-score7.c @@ -1,5 +1,5 @@ /* tc-score7.c -- Assembler for Score7 - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 8ab8414feac..5221ca99406 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1,5 +1,5 @@ /* tc-sh.c -- Assemble code for the Renesas / SuperH SH - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index b91d0e1fd52..0c3db2cb958 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -1,5 +1,5 @@ /* This file is tc-sh.h - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index df475555557..2c1ab761a9b 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -1,5 +1,5 @@ /* tc-sparc.c -- Assemble for the SPARC - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index 08acfccd89b..5049cb786a9 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -1,5 +1,5 @@ /* tc-sparc.h - Macros and type defines for the sparc. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-spu.c b/gas/config/tc-spu.c index 5da4e00a48e..9a4dca6c9b3 100644 --- a/gas/config/tc-spu.c +++ b/gas/config/tc-spu.c @@ -1,6 +1,6 @@ /* spu.c -- Assembler for the IBM Synergistic Processing Unit (SPU) - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-spu.h b/gas/config/tc-spu.h index 70896152b00..27e289320e8 100644 --- a/gas/config/tc-spu.h +++ b/gas/config/tc-spu.h @@ -1,6 +1,6 @@ /* spu.h -- Assembler for spu - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index 2c80f97f21c..7da68bda0f1 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -1,5 +1,5 @@ /* tc-c30.c -- Assembly code for the Texas Instruments TMS320C30 - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic30.h b/gas/config/tc-tic30.h index e792085dbe4..814e863b8b2 100644 --- a/gas/config/tc-tic30.h +++ b/gas/config/tc-tic30.h @@ -1,5 +1,5 @@ /* tc-tic30.h -- Header file for tc-tic30.c - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index 3a3123cbf6a..a6f8d7a203b 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -1,5 +1,5 @@ /* tc-tic4x.c -- Assemble for the Texas Instruments TMS320C[34]x. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/gas/config/tc-tic4x.h b/gas/config/tc-tic4x.h index 00ff2f90288..d6bca6f427e 100644 --- a/gas/config/tc-tic4x.h +++ b/gas/config/tc-tic4x.h @@ -1,5 +1,5 @@ /* tc-tic4x.h -- Assemble for the Texas TMS320C[34]X. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c index de3d762c206..c6af9bc1803 100644 --- a/gas/config/tc-tic54x.c +++ b/gas/config/tc-tic54x.c @@ -1,5 +1,5 @@ /* tc-tic54x.c -- Assembly code for the Texas Instruments TMS320C54X - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic54x.h b/gas/config/tc-tic54x.h index a807d1985dd..bb3c9e0b8c1 100644 --- a/gas/config/tc-tic54x.h +++ b/gas/config/tc-tic54x.h @@ -1,5 +1,5 @@ /* tc-tic54x.h -- Header file for tc-tic54x.c - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@alum.mit.edu) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c index 795eb114b14..c4d94435886 100644 --- a/gas/config/tc-tic6x.c +++ b/gas/config/tc-tic6x.c @@ -1,5 +1,5 @@ /* TI C6X assembler. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Joseph Myers Bernd Schmidt diff --git a/gas/config/tc-tic6x.h b/gas/config/tc-tic6x.h index 08f9715eaf5..c8606723bf2 100644 --- a/gas/config/tc-tic6x.h +++ b/gas/config/tc-tic6x.h @@ -1,5 +1,5 @@ /* Definitions for TI C6X assembler. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilegx.c b/gas/config/tc-tilegx.c index 84daf05baa2..5a177b68f24 100644 --- a/gas/config/tc-tilegx.c +++ b/gas/config/tc-tilegx.c @@ -1,5 +1,5 @@ /* tc-tilegx.c -- Assemble for a Tile-Gx chip. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilegx.h b/gas/config/tc-tilegx.h index ad935ef6060..291dcf67842 100644 --- a/gas/config/tc-tilegx.h +++ b/gas/config/tc-tilegx.h @@ -1,5 +1,5 @@ /* tc-tilegx.h - Macros and type defines for a TILE-Gx chip. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilepro.c b/gas/config/tc-tilepro.c index 8c90217573d..544fdaf22b9 100644 --- a/gas/config/tc-tilepro.c +++ b/gas/config/tc-tilepro.c @@ -1,5 +1,5 @@ /* tc-tilepro.c -- Assemble for a TILEPro chip. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilepro.h b/gas/config/tc-tilepro.h index 4f57309194c..6635a458bc1 100644 --- a/gas/config/tc-tilepro.h +++ b/gas/config/tc-tilepro.h @@ -1,5 +1,5 @@ /* tc-tile.h - Macros and type defines for a TILEPro chip. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index 176910dfaff..75df8a1ecd1 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -1,5 +1,5 @@ /* tc-v850.c -- Assembler code for the NEC V850 - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index 1e234416cd6..b12c6bec5f8 100644 --- a/gas/config/tc-v850.h +++ b/gas/config/tc-v850.h @@ -1,5 +1,5 @@ /* tc-v850.h -- Header file for tc-v850.c. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index 1705380f8aa..3d21796851a 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -1,5 +1,5 @@ /* tc-vax.c - vax-specific - - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-vax.h b/gas/config/tc-vax.h index 1b7e9ba899d..b6e458cda21 100644 --- a/gas/config/tc-vax.h +++ b/gas/config/tc-vax.h @@ -1,5 +1,5 @@ /* tc-vax.h -- Header file for tc-vax.c. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-visium.c b/gas/config/tc-visium.c index 01767f32b5a..a3279269ad7 100644 --- a/gas/config/tc-visium.c +++ b/gas/config/tc-visium.c @@ -1,6 +1,6 @@ /* This is the machine dependent code of the Visium Assembler. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-visium.h b/gas/config/tc-visium.h index d25a81bb9e9..b37b6742a2a 100644 --- a/gas/config/tc-visium.h +++ b/gas/config/tc-visium.h @@ -1,6 +1,6 @@ /* tc-visium.h -- Header file for tc-visium.c. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-wasm32.c b/gas/config/tc-wasm32.c index 23d2b434823..0e0454447b2 100644 --- a/gas/config/tc-wasm32.c +++ b/gas/config/tc-wasm32.c @@ -1,6 +1,6 @@ /* tc-wasm32.c -- Assembler code for the wasm32 target. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-wasm32.h b/gas/config/tc-wasm32.h index 2a84a979d72..dcce1e9dbee 100644 --- a/gas/config/tc-wasm32.h +++ b/gas/config/tc-wasm32.h @@ -1,5 +1,5 @@ /* This file is tc-wasm32.h. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xgate.c b/gas/config/tc-xgate.c index 4a7829f4e60..c51c48feb78 100644 --- a/gas/config/tc-xgate.c +++ b/gas/config/tc-xgate.c @@ -1,5 +1,5 @@ /* tc-xgate.c -- Assembler code for Freescale XGATE - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Sean Keys This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xgate.h b/gas/config/tc-xgate.h index 4aa81be4fae..aa701c10b60 100644 --- a/gas/config/tc-xgate.h +++ b/gas/config/tc-xgate.h @@ -1,5 +1,5 @@ /* tc-xgate.h -- Header file for tc-xgate.c. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index 7a903160110..fb6f60c04e0 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -1,5 +1,5 @@ /* tc-xstormy16.c -- Assembler for the Sanyo XSTORMY16. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xstormy16.h b/gas/config/tc-xstormy16.h index 5862220571a..89098dab3c7 100644 --- a/gas/config/tc-xstormy16.h +++ b/gas/config/tc-xstormy16.h @@ -1,5 +1,5 @@ /* tc-xstormy16.h -- Header file for tc-xstormy16.c. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index af1154e8972..397744f742b 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -1,5 +1,5 @@ /* tc-xtensa.c -- Assemble Xtensa instructions. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index 41218d7bcc7..64d735144d7 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -1,5 +1,5 @@ /* tc-xtensa.h -- Header file for tc-xtensa.c. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-z80.c b/gas/config/tc-z80.c index 72689256f0f..b693d5095cd 100644 --- a/gas/config/tc-z80.c +++ b/gas/config/tc-z80.c @@ -1,5 +1,5 @@ /* tc-z80.c -- Assemble code for the Zilog Z80, Z180, EZ80 and ASCII R800 - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Arnold Metselaar This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-z80.h b/gas/config/tc-z80.h index 50e09124ad6..259a880299c 100644 --- a/gas/config/tc-z80.h +++ b/gas/config/tc-z80.h @@ -1,5 +1,5 @@ /* this is tc-z80.h - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Arnold Metselaar diff --git a/gas/config/tc-z8k.c b/gas/config/tc-z8k.c index 83a732f1335..c6da73b3913 100644 --- a/gas/config/tc-z8k.c +++ b/gas/config/tc-z8k.c @@ -1,5 +1,5 @@ /* tc-z8k.c -- Assemble code for the Zilog Z800n - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-z8k.h b/gas/config/tc-z8k.h index 472fcceff26..aed7d233813 100644 --- a/gas/config/tc-z8k.h +++ b/gas/config/tc-z8k.h @@ -1,5 +1,5 @@ /* This file is tc-z8k.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-386bsd.h b/gas/config/te-386bsd.h index 379af4539a4..b161e3d9437 100644 --- a/gas/config/te-386bsd.h +++ b/gas/config/te-386bsd.h @@ -1,5 +1,5 @@ /* te-386bsd.h -- 386BSD target environment declarations. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-aix.h b/gas/config/te-aix.h index ee9c64365fd..3ff03231e71 100644 --- a/gas/config/te-aix.h +++ b/gas/config/te-aix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2025 Free Software Foundation, Inc. +/* Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-aix5.h b/gas/config/te-aix5.h index ede33efd5aa..99bcca0d0db 100644 --- a/gas/config/te-aix5.h +++ b/gas/config/te-aix5.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-armeabi.h b/gas/config/te-armeabi.h index a63323f3e78..2fd59c11fc8 100644 --- a/gas/config/te-armeabi.h +++ b/gas/config/te-armeabi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2025 Free Software Foundation, Inc. +/* Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-armfbsdeabi.h b/gas/config/te-armfbsdeabi.h index 4ac61f40788..6859e37cb24 100644 --- a/gas/config/te-armfbsdeabi.h +++ b/gas/config/te-armfbsdeabi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2025 Free Software Foundation, Inc. +/* Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-armfbsdvfp.h b/gas/config/te-armfbsdvfp.h index 503dd4edfe2..6da4863306d 100644 --- a/gas/config/te-armfbsdvfp.h +++ b/gas/config/te-armfbsdvfp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2025 Free Software Foundation, Inc. +/* Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-armlinuxeabi.h b/gas/config/te-armlinuxeabi.h index 645f202f2b5..173aa003d8a 100644 --- a/gas/config/te-armlinuxeabi.h +++ b/gas/config/te-armlinuxeabi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2025 Free Software Foundation, Inc. +/* Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-csky_abiv1.h b/gas/config/te-csky_abiv1.h index efbc7a96b87..f0e4d29d883 100644 --- a/gas/config/te-csky_abiv1.h +++ b/gas/config/te-csky_abiv1.h @@ -1,5 +1,5 @@ /* Environment definitions for C-SKY ABIV2 bare-metal targets. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-csky_abiv1_linux.h b/gas/config/te-csky_abiv1_linux.h index 2aa2456dee6..35b44ec3f08 100644 --- a/gas/config/te-csky_abiv1_linux.h +++ b/gas/config/te-csky_abiv1_linux.h @@ -1,5 +1,5 @@ /* Environment definitions for C-SKY ABIV1 Linux targets. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-csky_abiv2.h b/gas/config/te-csky_abiv2.h index bf0af0bdaa2..cbf5b7906db 100644 --- a/gas/config/te-csky_abiv2.h +++ b/gas/config/te-csky_abiv2.h @@ -1,5 +1,5 @@ /* Environment definitions for C-SKY ABIV2 bare-metal targets. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-csky_abiv2_linux.h b/gas/config/te-csky_abiv2_linux.h index 13991125cc7..7a0d88714d4 100644 --- a/gas/config/te-csky_abiv2_linux.h +++ b/gas/config/te-csky_abiv2_linux.h @@ -1,5 +1,5 @@ /* Environment definitions for C-SKY ABIV2 Linux targets. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-dragonfly.h b/gas/config/te-dragonfly.h index c7900fa9b1d..502fc2de934 100644 --- a/gas/config/te-dragonfly.h +++ b/gas/config/te-dragonfly.h @@ -1,5 +1,5 @@ /* te-dragonfly.h -- DragonFlyBSD target environment declarations. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-freebsd.h b/gas/config/te-freebsd.h index f9e2d26e330..930b0a7d0ae 100644 --- a/gas/config/te-freebsd.h +++ b/gas/config/te-freebsd.h @@ -1,5 +1,5 @@ /* te-freebsd.h -- FreeBSD target environment declarations. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-generic.h b/gas/config/te-generic.h index fe6ba8dd0cc..7aeb23cac0e 100644 --- a/gas/config/te-generic.h +++ b/gas/config/te-generic.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-gnu.h b/gas/config/te-gnu.h index 7d5dc508e6e..5cacf2c9aca 100644 --- a/gas/config/te-gnu.h +++ b/gas/config/te-gnu.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2025 Free Software Foundation, Inc. +/* Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-go32.h b/gas/config/te-go32.h index 864ac3931bf..eadd6f6954c 100644 --- a/gas/config/te-go32.h +++ b/gas/config/te-go32.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-haiku.h b/gas/config/te-haiku.h index 5f088b4ad51..f8917b3db5b 100644 --- a/gas/config/te-haiku.h +++ b/gas/config/te-haiku.h @@ -1,5 +1,5 @@ /* te-haiku.h -- Haiku target environment declarations. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hppa.h b/gas/config/te-hppa.h index a3495d5732f..f453d2a9a7c 100644 --- a/gas/config/te-hppa.h +++ b/gas/config/te-hppa.h @@ -1,5 +1,5 @@ /* Machine specific defines for the PA machine - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hppa64.h b/gas/config/te-hppa64.h index bcac118ec19..9e09384a689 100644 --- a/gas/config/te-hppa64.h +++ b/gas/config/te-hppa64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hppalinux64.h b/gas/config/te-hppalinux64.h index 1475f1fc059..aa131247e64 100644 --- a/gas/config/te-hppalinux64.h +++ b/gas/config/te-hppalinux64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hpux.h b/gas/config/te-hpux.h index a0207297d09..3f472a2da06 100644 --- a/gas/config/te-hpux.h +++ b/gas/config/te-hpux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-interix.h b/gas/config/te-interix.h index 04369ae4749..99396aae661 100644 --- a/gas/config/te-interix.h +++ b/gas/config/te-interix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-irix.h b/gas/config/te-irix.h index 3a363b53117..a2b7be01e44 100644 --- a/gas/config/te-irix.h +++ b/gas/config/te-irix.h @@ -1,5 +1,5 @@ /* IRIX targets - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-linux.h b/gas/config/te-linux.h index bcde8b5da82..839557ee389 100644 --- a/gas/config/te-linux.h +++ b/gas/config/te-linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-lynx.h b/gas/config/te-lynx.h index faca1a23a89..b155e78afa5 100644 --- a/gas/config/te-lynx.h +++ b/gas/config/te-lynx.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-macos.h b/gas/config/te-macos.h index 95036a077e7..33c565a58af 100644 --- a/gas/config/te-macos.h +++ b/gas/config/te-macos.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-nbsd.h b/gas/config/te-nbsd.h index ab586568efe..29bd0230c4f 100644 --- a/gas/config/te-nbsd.h +++ b/gas/config/te-nbsd.h @@ -1,5 +1,5 @@ /* te-nbsd.h -- NetBSD target environment declarations. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-nbsd532.h b/gas/config/te-nbsd532.h index 5c98fca2ba8..d41f2cac81f 100644 --- a/gas/config/te-nbsd532.h +++ b/gas/config/te-nbsd532.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pc532mach.h b/gas/config/te-pc532mach.h index 9c4eb7649d9..c99ea42b722 100644 --- a/gas/config/te-pc532mach.h +++ b/gas/config/te-pc532mach.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pe.h b/gas/config/te-pe.h index d77dc05e3b1..08f80e3a52d 100644 --- a/gas/config/te-pe.h +++ b/gas/config/te-pe.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pep.h b/gas/config/te-pep.h index ed5c0ac7f54..8d7737a74a8 100644 --- a/gas/config/te-pep.h +++ b/gas/config/te-pep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pepaarch64.h b/gas/config/te-pepaarch64.h index c42ced79c75..4dff9747d4a 100644 --- a/gas/config/te-pepaarch64.h +++ b/gas/config/te-pepaarch64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-solaris.h b/gas/config/te-solaris.h index e1818a4ec56..153c6fe37de 100644 --- a/gas/config/te-solaris.h +++ b/gas/config/te-solaris.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2025 Free Software Foundation, Inc. +/* Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-tmips.h b/gas/config/te-tmips.h index 91740b7096c..433a92f7912 100644 --- a/gas/config/te-tmips.h +++ b/gas/config/te-tmips.h @@ -1,5 +1,5 @@ /* Traditional MIPS targets - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-uclinux.h b/gas/config/te-uclinux.h index eb6352b29f4..5f4daa55f59 100644 --- a/gas/config/te-uclinux.h +++ b/gas/config/te-uclinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2025 Free Software Foundation, Inc. +/* Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-vms.c b/gas/config/te-vms.c index 8e6f7e7ec97..b27f7cbe9c3 100644 --- a/gas/config/te-vms.c +++ b/gas/config/te-vms.c @@ -1,5 +1,5 @@ /* te-vms.c -- Utilities for VMS. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Douglas B Rupp diff --git a/gas/config/te-vms.h b/gas/config/te-vms.h index 7a5225c0383..77d48eab572 100644 --- a/gas/config/te-vms.h +++ b/gas/config/te-vms.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2025 Free Software Foundation, Inc. +/* Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-vxworks.h b/gas/config/te-vxworks.h index c680ffb6602..f1ea0c72994 100644 --- a/gas/config/te-vxworks.h +++ b/gas/config/te-vxworks.h @@ -1,5 +1,5 @@ /* te-vxworks.h -- VxWorks target environment declarations. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-wince-pe.h b/gas/config/te-wince-pe.h index 0618c896cf7..9dfe65fbe50 100644 --- a/gas/config/te-wince-pe.h +++ b/gas/config/te-wince-pe.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/vax-inst.h b/gas/config/vax-inst.h index d74945f6008..2bb12b29b8c 100644 --- a/gas/config/vax-inst.h +++ b/gas/config/vax-inst.h @@ -1,5 +1,5 @@ /* vax-inst.h - GNU - Part of vax.c - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/xtensa-istack.h b/gas/config/xtensa-istack.h index f610d09219b..15e34c2b9d8 100644 --- a/gas/config/xtensa-istack.h +++ b/gas/config/xtensa-istack.h @@ -1,5 +1,5 @@ /* Declarations for stacks of tokenized Xtensa instructions. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/xtensa-relax.c b/gas/config/xtensa-relax.c index 1067d868464..6a3454c62b8 100644 --- a/gas/config/xtensa-relax.c +++ b/gas/config/xtensa-relax.c @@ -1,5 +1,5 @@ /* Table of relaxations for Xtensa assembly. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/xtensa-relax.h b/gas/config/xtensa-relax.h index 7b173181779..befe9194a78 100644 --- a/gas/config/xtensa-relax.h +++ b/gas/config/xtensa-relax.h @@ -1,5 +1,5 @@ /* Table of relaxations for Xtensa assembly. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/configure.ac b/gas/configure.ac index 1ec1f4a3bf8..613f85016c5 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -3,7 +3,7 @@ dnl dnl And be careful when changing it! If you must add tests with square dnl brackets, be sure changequote invocations surround it. dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/gas/configure.com b/gas/configure.com index 811593d3493..d8d5cd23a32 100644 --- a/gas/configure.com +++ b/gas/configure.com @@ -3,7 +3,7 @@ $! This file sets things up to build gas on a VMS system to generate object $! files for a VMS system. We do not use the configure script, since we $! do not have /bin/sh to execute it. $! -$! Copyright (C) 2012-2025 Free Software Foundation, Inc. +$! Copyright (C) 2012-2026 Free Software Foundation, Inc. $! $! This file 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/gas/configure.tgt b/gas/configure.tgt index 03e43fd3eda..f0ea55d9def 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -1,6 +1,6 @@ # gas target specific configuration file. This is a -*- sh -*- file. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gas/debug.c b/gas/debug.c index 9fe9a307f59..04f1227a60f 100644 --- a/gas/debug.c +++ b/gas/debug.c @@ -1,5 +1,5 @@ /* This file is debug.c - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/depend.c b/gas/depend.c index 7145f5710bd..de829ae1703 100644 --- a/gas/depend.c +++ b/gas/depend.c @@ -1,5 +1,5 @@ /* depend.c - Handle dependency tracking. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/doc/all.texi b/gas/doc/all.texi index 2d4d4e67040..83418951b13 100644 --- a/gas/doc/all.texi +++ b/gas/doc/all.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1992-2025 Free Software Foundation, Inc. +@c Copyright (C) 1992-2026 Free Software Foundation, Inc. @c This file is part of the documentation for the GAS manual @c Configuration settings for all-inclusive version of manual diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 5c5f499c85c..d4080d73a79 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-Texinfo-*- -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c UPDATE!! On future updates-- @c (1) check for new machine-dep cmdline options in @c md_parse_option definitions in config/tc-*.c @@ -100,7 +100,7 @@ This file documents the GNU Assembler "@value{AS}". @c man begin COPYRIGHT -Copyright @copyright{} 1991-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -149,7 +149,7 @@ done. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 1e9cb361705..cc836a9566a 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2025 Free Software Foundation, Inc. +@c Copyright (C) 2009-2026 Free Software Foundation, Inc. @c Contributed by ARM Ltd. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi index 83b255d46f1..9d5495f1093 100644 --- a/gas/doc/c-alpha.texi +++ b/gas/doc/c-alpha.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +@c Copyright (C) 2002-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi index 2121654dc1a..9a3aa7496cc 100644 --- a/gas/doc/c-arc.texi +++ b/gas/doc/c-arc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2000-2025 Free Software Foundation, Inc. +@c Copyright (C) 2000-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 3a38d0729d6..2cfbfb13bb7 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996-2025 Free Software Foundation, Inc. +@c Copyright (C) 1996-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index fdedc9d567e..6d1ee785e46 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2006-2025 Free Software Foundation, Inc. +@c Copyright (C) 2006-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index bc078518502..32a761ef376 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2005-2025 Free Software Foundation, Inc. +@c Copyright (C) 2005-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-bpf.texi b/gas/doc/c-bpf.texi index 003cb92a457..9aefc1c6f02 100644 --- a/gas/doc/c-bpf.texi +++ b/gas/doc/c-bpf.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2019-2025 Free Software Foundation, Inc. +@c Copyright (C) 2019-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-cr16.texi b/gas/doc/c-cr16.texi index c35839c676a..dcad6648c95 100644 --- a/gas/doc/c-cr16.texi +++ b/gas/doc/c-cr16.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2007-2025 Free Software Foundation, Inc. +@c Copyright (C) 2007-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-cris.texi b/gas/doc/c-cris.texi index fd05046e6a1..1a0681693fd 100644 --- a/gas/doc/c-cris.texi +++ b/gas/doc/c-cris.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +@c Copyright (C) 2002-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c CRIS description contributed by Axis Communications. diff --git a/gas/doc/c-csky.texi b/gas/doc/c-csky.texi index 5a6c514b824..747cf408848 100644 --- a/gas/doc/c-csky.texi +++ b/gas/doc/c-csky.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2012-2025 Free Software Foundation, Inc. +@c Copyright (C) 2012-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-d10v.texi b/gas/doc/c-d10v.texi index eb6352cb702..d92fad7d7f0 100644 --- a/gas/doc/c-d10v.texi +++ b/gas/doc/c-d10v.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996-2025 Free Software Foundation, Inc. +@c Copyright (C) 1996-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-d30v.texi b/gas/doc/c-d30v.texi index 941b192db8f..e8555e527a5 100644 --- a/gas/doc/c-d30v.texi +++ b/gas/doc/c-d30v.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1997-2025 Free Software Foundation, Inc. +@c Copyright (C) 1997-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-epiphany.texi b/gas/doc/c-epiphany.texi index 5cc41b1f279..be71fba33b2 100644 --- a/gas/doc/c-epiphany.texi +++ b/gas/doc/c-epiphany.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2025 Free Software Foundation, Inc. +@c Copyright (C) 1999-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi index 2de3f58c9f1..3f4871832ed 100644 --- a/gas/doc/c-h8300.texi +++ b/gas/doc/c-h8300.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-hppa.texi b/gas/doc/c-hppa.texi index 66527dc7253..09e04f8cb60 100644 --- a/gas/doc/c-hppa.texi +++ b/gas/doc/c-hppa.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 834e8649649..b25a4fbc70e 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi index 54f7d81925f..8dee88c43cb 100644 --- a/gas/doc/c-ia64.texi +++ b/gas/doc/c-ia64.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +@c Copyright (C) 2002-2026 Free Software Foundation, Inc. @c Contributed by David Mosberger-Tang @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-ip2k.texi b/gas/doc/c-ip2k.texi index 6a923d38885..4b0d51d3679 100644 --- a/gas/doc/c-ip2k.texi +++ b/gas/doc/c-ip2k.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +@c Copyright (C) 2002-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-kvx.texi b/gas/doc/c-kvx.texi index 228c8d3137f..2b1f905d774 100644 --- a/gas/doc/c-kvx.texi +++ b/gas/doc/c-kvx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2023-2025 Free Software Foundation, Inc. +@c Copyright (C) 2023-2026 Free Software Foundation, Inc. @c Contributed by Kalray SA. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-lm32.texi b/gas/doc/c-lm32.texi index 8caf936849b..297df858fd8 100644 --- a/gas/doc/c-lm32.texi +++ b/gas/doc/c-lm32.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2008-2025 Free Software Foundation, Inc. +@c Copyright (C) 2008-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-loongarch.texi b/gas/doc/c-loongarch.texi index 61ad348d1c5..ad5a1513af9 100644 --- a/gas/doc/c-loongarch.texi +++ b/gas/doc/c-loongarch.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2021-2025 Free Software Foundation, Inc. +@c Copyright (C) 2021-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo @c man end diff --git a/gas/doc/c-m32c.texi b/gas/doc/c-m32c.texi index da9d58f5655..dd349c817c0 100644 --- a/gas/doc/c-m32c.texi +++ b/gas/doc/c-m32c.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2005-2025 Free Software Foundation, Inc. +@c Copyright (C) 2005-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index a271135ed71..0ae0cf20da5 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-m68hc11.texi b/gas/doc/c-m68hc11.texi index c1494241db8..256b239b1a8 100644 --- a/gas/doc/c-m68hc11.texi +++ b/gas/doc/c-m68hc11.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi index 4a4fc8a8072..f6756690f40 100644 --- a/gas/doc/c-m68k.texi +++ b/gas/doc/c-m68k.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-metag.texi b/gas/doc/c-metag.texi index 4cae23e8c07..6fdaa60a8db 100644 --- a/gas/doc/c-metag.texi +++ b/gas/doc/c-metag.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2013-2025 Free Software Foundation, Inc. +@c Copyright (C) 2013-2026 Free Software Foundation, Inc. @c Contributed by Imagination Technologies Ltd. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-microblaze.texi b/gas/doc/c-microblaze.texi index 973294ef4bc..4da41244078 100644 --- a/gas/doc/c-microblaze.texi +++ b/gas/doc/c-microblaze.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2025 Free Software Foundation, Inc. +@c Copyright (C) 2009-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index f4a22705f76..44ad746c54f 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-mmix.texi b/gas/doc/c-mmix.texi index 0b7e6700fb7..747284801b2 100644 --- a/gas/doc/c-mmix.texi +++ b/gas/doc/c-mmix.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2025 Free Software Foundation, Inc. +@c Copyright (C) 2001-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c MMIX description by Hans-Peter Nilsson, hp@bitrange.com diff --git a/gas/doc/c-msp430.texi b/gas/doc/c-msp430.texi index ef911e3ddb8..f4c71ea6782 100644 --- a/gas/doc/c-msp430.texi +++ b/gas/doc/c-msp430.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +@c Copyright (C) 2002-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-mt.texi b/gas/doc/c-mt.texi index 4d509a507ee..f575bdce75d 100644 --- a/gas/doc/c-mt.texi +++ b/gas/doc/c-mt.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996-2025 Free Software Foundation, Inc. +@c Copyright (C) 1996-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-nds32.texi b/gas/doc/c-nds32.texi index b8f9f609b8a..7be328b38fe 100644 --- a/gas/doc/c-nds32.texi +++ b/gas/doc/c-nds32.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2013-2025 Free Software Foundation, Inc. +@c Copyright (C) 2013-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-ns32k.texi b/gas/doc/c-ns32k.texi index 6a6380fa7b6..afe6b4bfec3 100644 --- a/gas/doc/c-ns32k.texi +++ b/gas/doc/c-ns32k.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-or1k.texi b/gas/doc/c-or1k.texi index f910ef89284..608d7cc0a0b 100644 --- a/gas/doc/c-or1k.texi +++ b/gas/doc/c-or1k.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-pdp11.texi b/gas/doc/c-pdp11.texi index 2658ad287c0..94d82316b76 100644 --- a/gas/doc/c-pdp11.texi +++ b/gas/doc/c-pdp11.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2025 Free Software Foundation, Inc. +@c Copyright (C) 2001-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-pj.texi b/gas/doc/c-pj.texi index 7d8fbb14281..7fec99dac21 100644 --- a/gas/doc/c-pj.texi +++ b/gas/doc/c-pj.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2025 Free Software Foundation, Inc. +@c Copyright (C) 1999-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index 0a7278e421f..3c344783d49 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2025 Free Software Foundation, Inc. +@c Copyright (C) 2001-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-pru.texi b/gas/doc/c-pru.texi index 48454ccf704..5c17e874f2d 100644 --- a/gas/doc/c-pru.texi +++ b/gas/doc/c-pru.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2015-2025 Free Software Foundation, Inc. +@c Copyright (C) 2015-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index ea4be32a8ff..c6c4081c204 100644 --- a/gas/doc/c-riscv.texi +++ b/gas/doc/c-riscv.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2016-2025 Free Software Foundation, Inc. +@c Copyright (C) 2016-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo @c man end diff --git a/gas/doc/c-rl78.texi b/gas/doc/c-rl78.texi index 94c1caf7e5f..4245d6c84c2 100644 --- a/gas/doc/c-rl78.texi +++ b/gas/doc/c-rl78.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2011-2025 Free Software Foundation, Inc. +@c Copyright (C) 2011-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-rx.texi b/gas/doc/c-rx.texi index 39613f52664..5fc6ef763a4 100644 --- a/gas/doc/c-rx.texi +++ b/gas/doc/c-rx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2008-2025 Free Software Foundation, Inc. +@c Copyright (C) 2008-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-s12z.texi b/gas/doc/c-s12z.texi index 1b76eeb17e3..5d1602a4e4a 100644 --- a/gas/doc/c-s12z.texi +++ b/gas/doc/c-s12z.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2018-2025 Free Software Foundation, Inc. +@c Copyright (C) 2018-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-s390.texi b/gas/doc/c-s390.texi index 54992229189..f6569af7d1e 100644 --- a/gas/doc/c-s390.texi +++ b/gas/doc/c-s390.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2025 Free Software Foundation, Inc. +@c Copyright (C) 2009-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-score.texi b/gas/doc/c-score.texi index bba6b275921..77f9a178eba 100644 --- a/gas/doc/c-score.texi +++ b/gas/doc/c-score.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2025 Free Software Foundation, Inc. +@c Copyright (C) 2009-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi index 3785e39f72a..cdaec721950 100644 --- a/gas/doc/c-sh.texi +++ b/gas/doc/c-sh.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-sparc.texi b/gas/doc/c-sparc.texi index 700d7fa0228..b9853791df6 100644 --- a/gas/doc/c-sparc.texi +++ b/gas/doc/c-sparc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-tic54x.texi b/gas/doc/c-tic54x.texi index c1f65a69cf0..111e96aaaaf 100644 --- a/gas/doc/c-tic54x.texi +++ b/gas/doc/c-tic54x.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2000-2025 Free Software Foundation, Inc. +@c Copyright (C) 2000-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c TI TMS320C54X description by Timothy Wall, twall@cygnus.com diff --git a/gas/doc/c-tic6x.texi b/gas/doc/c-tic6x.texi index 045777f53de..43d8555d650 100644 --- a/gas/doc/c-tic6x.texi +++ b/gas/doc/c-tic6x.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2010-2025 Free Software Foundation, Inc. +@c Copyright (C) 2010-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-tilegx.texi b/gas/doc/c-tilegx.texi index aa3db33484a..d86828e2437 100644 --- a/gas/doc/c-tilegx.texi +++ b/gas/doc/c-tilegx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2011-2025 Free Software Foundation, Inc. +@c Copyright (C) 2011-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-tilepro.texi b/gas/doc/c-tilepro.texi index afec57895f7..c3500bae7c1 100644 --- a/gas/doc/c-tilepro.texi +++ b/gas/doc/c-tilepro.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2011-2025 Free Software Foundation, Inc. +@c Copyright (C) 2011-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi index af6293a634b..e544d4db5d5 100644 --- a/gas/doc/c-v850.texi +++ b/gas/doc/c-v850.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1997-2025 Free Software Foundation, Inc. +@c Copyright (C) 1997-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-vax.texi b/gas/doc/c-vax.texi index 187f67d0c25..670d35e25de 100644 --- a/gas/doc/c-vax.texi +++ b/gas/doc/c-vax.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c VAX/VMS description enhanced and corrected by Klaus K"aempf, kkaempf@progis.de diff --git a/gas/doc/c-visium.texi b/gas/doc/c-visium.texi index e00d9f8070d..c61b9b91e87 100644 --- a/gas/doc/c-visium.texi +++ b/gas/doc/c-visium.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2014-2025 Free Software Foundation, Inc. +@c Copyright (C) 2014-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-wasm32.texi b/gas/doc/c-wasm32.texi index aaf71e49b9a..99db09cfbdc 100644 --- a/gas/doc/c-wasm32.texi +++ b/gas/doc/c-wasm32.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2017-2025 Free Software Foundation, Inc. +@c Copyright (C) 2017-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-xgate.texi b/gas/doc/c-xgate.texi index ba7c666bb89..5e4a945a89a 100644 --- a/gas/doc/c-xgate.texi +++ b/gas/doc/c-xgate.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2012-2025 Free Software Foundation, Inc. +@c Copyright (C) 2012-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-xstormy16.texi b/gas/doc/c-xstormy16.texi index 5c9660ef8b7..2bc18f3fc59 100644 --- a/gas/doc/c-xstormy16.texi +++ b/gas/doc/c-xstormy16.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2010-2025 Free Software Foundation, Inc. +@c Copyright (C) 2010-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi index 5e312b324de..02913621c63 100644 --- a/gas/doc/c-xtensa.texi +++ b/gas/doc/c-xtensa.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2025 Free Software Foundation, Inc. +@c Copyright (C) 2002-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c diff --git a/gas/doc/c-z80.texi b/gas/doc/c-z80.texi index 5225302ad80..d2709ef8cd8 100644 --- a/gas/doc/c-z80.texi +++ b/gas/doc/c-z80.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2011-2025 Free Software Foundation, Inc. +@c Copyright (C) 2011-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-z8k.texi b/gas/doc/c-z8k.texi index c202bb43f8a..4db5220978d 100644 --- a/gas/doc/c-z8k.texi +++ b/gas/doc/c-z8k.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/h8.texi b/gas/doc/h8.texi index 07960bd8283..cff8d2443fc 100644 --- a/gas/doc/h8.texi +++ b/gas/doc/h8.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2012-2025 Free Software Foundation, Inc. +@c Copyright (C) 2012-2026 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index f5db1ed5a7e..d3717c963ba 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1,5 +1,5 @@ \input texinfo -@c Copyright (C) 1991-2025 Free Software Foundation, Inc. +@c Copyright (C) 1991-2026 Free Software Foundation, Inc. @setfilename internals.info @node Top @top Assembler Internals diff --git a/gas/doc/local.mk b/gas/doc/local.mk index 731b122fc28..4185cfe9a3c 100644 --- a/gas/doc/local.mk +++ b/gas/doc/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gas/dw2gencfi.c b/gas/dw2gencfi.c index 5b1cdfba6af..b8a708c0da8 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -1,5 +1,5 @@ /* dw2gencfi.c - Support for generating Dwarf2 CFI information. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Contributed by Michal Ludvig This file is part of GAS, the GNU Assembler. diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h index fb1342ac4a4..ca04a4cc9dd 100644 --- a/gas/dw2gencfi.h +++ b/gas/dw2gencfi.h @@ -1,5 +1,5 @@ /* dw2gencfi.h - Support for generating Dwarf2 CFI information. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Contributed by Michal Ludvig This file is part of GAS, the GNU Assembler. diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index f1df564b3d9..c9057213118 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -1,5 +1,5 @@ /* dwarf2dbg.c - DWARF2 debug support - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GAS, the GNU Assembler. diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h index 9b0a8f42b98..41d26383fdd 100644 --- a/gas/dwarf2dbg.h +++ b/gas/dwarf2dbg.h @@ -1,5 +1,5 @@ /* dwarf2dbg.h - DWARF2 debug support - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/ecoff.c b/gas/ecoff.c index d09c70ca264..0bd6a4e366a 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -1,5 +1,5 @@ /* ECOFF debugging support. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. This file was put together by Ian Lance Taylor . A good deal of it comes directly from mips-tfile.c, by Michael diff --git a/gas/ecoff.h b/gas/ecoff.h index 965b28e668a..7524ee8b78d 100644 --- a/gas/ecoff.h +++ b/gas/ecoff.h @@ -1,5 +1,5 @@ /* ecoff.h -- header file for ECOFF debugging support - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. Put together by Ian Lance Taylor . diff --git a/gas/ehopt.c b/gas/ehopt.c index a8f450bb5ec..5036bfab86c 100644 --- a/gas/ehopt.c +++ b/gas/ehopt.c @@ -1,5 +1,5 @@ /* ehopt.c--optimize gcc exception frame information. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GAS, the GNU Assembler. diff --git a/gas/emul-target.h b/gas/emul-target.h index 04715f7f44e..6e32b682f5a 100644 --- a/gas/emul-target.h +++ b/gas/emul-target.h @@ -1,5 +1,5 @@ /* emul-target.h. Default values for struct emulation defined in emul.h - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/emul.h b/gas/emul.h index 0d0ad643449..a6a90ade345 100644 --- a/gas/emul.h +++ b/gas/emul.h @@ -1,5 +1,5 @@ /* emul.h. File format emulation routines - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/expr.c b/gas/expr.c index 4b5a3be0669..87824b0ca1a 100644 --- a/gas/expr.c +++ b/gas/expr.c @@ -1,5 +1,5 @@ /* expr.c -operands, expressions- - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/expr.h b/gas/expr.h index 8a8d58df8f5..9097ff8b514 100644 --- a/gas/expr.h +++ b/gas/expr.h @@ -1,5 +1,5 @@ /* expr.h -> header file for expr.c - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c index 5c37ad31b04..dd580cc0429 100644 --- a/gas/flonum-copy.c +++ b/gas/flonum-copy.c @@ -1,5 +1,5 @@ /* flonum_copy.c - copy a flonum - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum-konst.c b/gas/flonum-konst.c index e0e05fe8d76..35f908a3f49 100644 --- a/gas/flonum-konst.c +++ b/gas/flonum-konst.c @@ -1,5 +1,5 @@ /* flonum_const.c - Useful Flonum constants - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum-mult.c b/gas/flonum-mult.c index 5622fb5da28..172d99ebbb8 100644 --- a/gas/flonum-mult.c +++ b/gas/flonum-mult.c @@ -1,5 +1,5 @@ /* flonum_mult.c - multiply two flonums - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum.h b/gas/flonum.h index 0ce15dcd10a..74920a951be 100644 --- a/gas/flonum.h +++ b/gas/flonum.h @@ -1,5 +1,5 @@ /* flonum.h - Floating point package - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/frags.c b/gas/frags.c index e93ae68b806..fce6f7362af 100644 --- a/gas/frags.c +++ b/gas/frags.c @@ -1,5 +1,5 @@ /* frags.c - manage frags - - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/frags.h b/gas/frags.h index ac245b4c951..ebb6fa626ac 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -1,5 +1,5 @@ /* frags.h - Header file for the frag concept. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/gen-sframe.c b/gas/gen-sframe.c index 0ac0f7e0a4b..3e329c92001 100644 --- a/gas/gen-sframe.c +++ b/gas/gen-sframe.c @@ -1,5 +1,5 @@ /* gen-sframe.c - Support for generating SFrame section. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/gen-sframe.h b/gas/gen-sframe.h index 2768b950293..78d4f1bd6c1 100644 --- a/gas/gen-sframe.h +++ b/gas/gen-sframe.h @@ -1,5 +1,5 @@ /* gen-sframe.h - Support for generating SFrame. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/ginsn.c b/gas/ginsn.c index 91b03502f59..560c6c9c107 100644 --- a/gas/ginsn.c +++ b/gas/ginsn.c @@ -1,5 +1,5 @@ /* ginsn.h - GAS instruction representation. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/ginsn.h b/gas/ginsn.h index cf29301d1fd..4380f35f495 100644 --- a/gas/ginsn.h +++ b/gas/ginsn.h @@ -1,5 +1,5 @@ /* ginsn.h - GAS instruction representation. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/hash.c b/gas/hash.c index a55144ded6c..79b2dac4eb0 100644 --- a/gas/hash.c +++ b/gas/hash.c @@ -1,5 +1,5 @@ /* hash.c -- gas hash table code - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/hash.h b/gas/hash.h index 97e23a9325f..8cd90a9ca59 100644 --- a/gas/hash.h +++ b/gas/hash.h @@ -1,5 +1,5 @@ /* hash.h -- header file for gas hash table routines - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/input-file.c b/gas/input-file.c index f3af77c6835..eb8499f5ad6 100644 --- a/gas/input-file.c +++ b/gas/input-file.c @@ -1,5 +1,5 @@ /* input_file.c - Deal with Input Files - - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/input-file.h b/gas/input-file.h index 8f6560b8f68..7b37c537b92 100644 --- a/gas/input-file.h +++ b/gas/input-file.h @@ -1,5 +1,5 @@ /* input_file.h header for input-file.c - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/input-scrub.c b/gas/input-scrub.c index c967a390c07..ae393b66e6f 100644 --- a/gas/input-scrub.c +++ b/gas/input-scrub.c @@ -1,5 +1,5 @@ /* input_scrub.c - Break up input buffers into whole numbers of lines. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-lex-wrapper.c b/gas/itbl-lex-wrapper.c index 82156671fe4..7f499dd5f98 100644 --- a/gas/itbl-lex-wrapper.c +++ b/gas/itbl-lex-wrapper.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-lex.h b/gas/itbl-lex.h index c60de474b04..f2b9cfbc08f 100644 --- a/gas/itbl-lex.h +++ b/gas/itbl-lex.h @@ -1,5 +1,5 @@ /* itbl-lex.h - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-lex.l b/gas/itbl-lex.l index 30b2592c29f..9bd10a3d2f8 100644 --- a/gas/itbl-lex.l +++ b/gas/itbl-lex.l @@ -1,7 +1,7 @@ %option noyywrap /* itbl-lex.l - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index 2a4e0583da2..437d240a8ea 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -1,5 +1,5 @@ /* itbl-ops.c - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h index 12aa2739d2f..0fb52759ef9 100644 --- a/gas/itbl-ops.h +++ b/gas/itbl-ops.h @@ -1,5 +1,5 @@ /* itbl-ops.h - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y index 617222e0880..e03f7b3deb0 100644 --- a/gas/itbl-parse.y +++ b/gas/itbl-parse.y @@ -1,5 +1,5 @@ /* itbl-parse.y - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/listing.c b/gas/listing.c index 92c560ce444..c4cb0ced643 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -1,5 +1,5 @@ /* listing.c - maintain assembly listings - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/listing.h b/gas/listing.h index 2abc70c32fc..eaad6a45d49 100644 --- a/gas/listing.h +++ b/gas/listing.h @@ -1,5 +1,5 @@ /* This file is listing.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/literal.c b/gas/literal.c index a70688268b4..261005d6791 100644 --- a/gas/literal.c +++ b/gas/literal.c @@ -1,5 +1,5 @@ /* literal.c - GAS literal pool management. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ken Raeburn (raeburn@cygnus.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/macro.c b/gas/macro.c index 4bb66004f1b..6f204d94ce4 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -1,5 +1,5 @@ /* macro.c - macro support for gas - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/macro.h b/gas/macro.h index 3ebcfe8c8fd..133822c64c2 100644 --- a/gas/macro.h +++ b/gas/macro.h @@ -1,5 +1,5 @@ /* macro.h - header file for macro support for gas - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/makefile.vms b/gas/makefile.vms index 2800e06bffa..937720c3e67 100644 --- a/gas/makefile.vms +++ b/gas/makefile.vms @@ -3,7 +3,7 @@ # # Created by Klaus Kaempf, kkaempf@progis.de # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gas/messages.c b/gas/messages.c index 6302c06b58d..b0481042f16 100644 --- a/gas/messages.c +++ b/gas/messages.c @@ -1,5 +1,5 @@ /* messages.c - error reporter - - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify diff --git a/gas/obj.h b/gas/obj.h index 1d1f703bf14..0fdd08eaca3 100644 --- a/gas/obj.h +++ b/gas/obj.h @@ -1,7 +1,7 @@ /* obj.h - defines the object dependent hooks for all object format backends. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/output-file.c b/gas/output-file.c index 5cb37f109d3..5d5634b1462 100644 --- a/gas/output-file.c +++ b/gas/output-file.c @@ -1,5 +1,5 @@ /* output-file.c - Deal with the output file - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/output-file.h b/gas/output-file.h index 2b0f368cf1b..9855626c703 100644 --- a/gas/output-file.h +++ b/gas/output-file.h @@ -1,6 +1,6 @@ /* This file is output-file.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/po/Make-in b/gas/po/Make-in index fa3f53049c3..1a834dc41c8 100644 --- a/gas/po/Make-in +++ b/gas/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/gas/read.c b/gas/read.c index 23fa4c67534..0939fe8d1e3 100644 --- a/gas/read.c +++ b/gas/read.c @@ -1,5 +1,5 @@ /* read.c - read a source file - - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/read.h b/gas/read.h index 72b66cdd952..225a874833f 100644 --- a/gas/read.h +++ b/gas/read.h @@ -1,5 +1,5 @@ /* read.h - of read.c - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/remap.c b/gas/remap.c index 842c93077a3..1c54dd299b5 100644 --- a/gas/remap.c +++ b/gas/remap.c @@ -1,5 +1,5 @@ /* Remap file names for debug info for GNU assembler. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/sb.c b/gas/sb.c index 52ac5c08b44..4b99582848c 100644 --- a/gas/sb.c +++ b/gas/sb.c @@ -1,5 +1,5 @@ /* sb.c - string buffer manipulation routines - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/sb.h b/gas/sb.h index bd0713806f3..41cca543615 100644 --- a/gas/sb.h +++ b/gas/sb.h @@ -1,5 +1,5 @@ /* sb.h - header file for string buffer manipulation routines - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/scfi.c b/gas/scfi.c index 1a4494b893f..e83da5e2ffd 100644 --- a/gas/scfi.c +++ b/gas/scfi.c @@ -1,5 +1,5 @@ /* scfi.c - Support for synthesizing DWARF CFI for hand-written asm. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/scfi.h b/gas/scfi.h index 48a3d4307e0..4c088aecd2d 100644 --- a/gas/scfi.h +++ b/gas/scfi.h @@ -1,5 +1,5 @@ /* scfi.h - Support for synthesizing CFI for asm. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/scfidw2gen.c b/gas/scfidw2gen.c index 4dfc8a217cf..52b7008e051 100644 --- a/gas/scfidw2gen.c +++ b/gas/scfidw2gen.c @@ -1,5 +1,5 @@ /* scfidw2gen.c - Support for emission of synthesized Dwarf2 CFI. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/scfidw2gen.h b/gas/scfidw2gen.h index c291cdcbfd8..8b3e114497e 100644 --- a/gas/scfidw2gen.h +++ b/gas/scfidw2gen.h @@ -1,5 +1,5 @@ /* scfidw2gen.h - Support for emitting synthesized Dwarf2 CFI. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/sframe-opt.c b/gas/sframe-opt.c index 41d54d16438..9ce56ed27e2 100644 --- a/gas/sframe-opt.c +++ b/gas/sframe-opt.c @@ -1,5 +1,5 @@ /* sframe-opt.c - optimize FRE and FDE information in SFrame. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/stabs.c b/gas/stabs.c index 14cf1f2f78c..331a72f6753 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -1,5 +1,5 @@ /* Generic stabs parsing for gas. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/subsegs.c b/gas/subsegs.c index 8a5f7acfb48..2f830327dc6 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -1,5 +1,5 @@ /* subsegs.c - subsegments - - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/subsegs.h b/gas/subsegs.h index 473bd0f3eba..3894d909c3e 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -1,5 +1,5 @@ /* subsegs.h -> subsegs.c - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/symbols.c b/gas/symbols.c index e6f7826abd0..5ad5dbb2dd9 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -1,5 +1,5 @@ /* symbols.c -symbol table- - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/symbols.h b/gas/symbols.h index 75d014ce8ce..382af5dfd24 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -1,5 +1,5 @@ /* symbols.h - - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/tc.h b/gas/tc.h index 14a866ba363..5d607084316 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,6 +1,6 @@ /* tc.h - target cpu dependent - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index 03f50ec3f6d..89fa5e66466 100644 --- a/gas/testsuite/config/default.exp +++ b/gas/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/aarch64/aarch64.exp b/gas/testsuite/gas/aarch64/aarch64.exp index 9e78457a779..12fca37b60d 100644 --- a/gas/testsuite/gas/aarch64/aarch64.exp +++ b/gas/testsuite/gas/aarch64/aarch64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/aarch64/addsub.s b/gas/testsuite/gas/aarch64/addsub.s index bd732d6a4d4..bf3d007e15c 100644 --- a/gas/testsuite/gas/aarch64/addsub.s +++ b/gas/testsuite/gas/aarch64/addsub.s @@ -1,6 +1,6 @@ /* addsub.s Test file for AArch64 add-subtract instructions. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsimd-across.s b/gas/testsuite/gas/aarch64/advsimd-across.s index c6f7c525225..c529ffc1e6b 100644 --- a/gas/testsuite/gas/aarch64/advsimd-across.s +++ b/gas/testsuite/gas/aarch64/advsimd-across.s @@ -1,7 +1,7 @@ /* advsimd-across.s Test file for AArch64 Advanced-SIMD across instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsimd-misc.s b/gas/testsuite/gas/aarch64/advsimd-misc.s index 7f4e4864ba4..83c9fd6581c 100644 --- a/gas/testsuite/gas/aarch64/advsimd-misc.s +++ b/gas/testsuite/gas/aarch64/advsimd-misc.s @@ -1,7 +1,7 @@ /* advsimd-abs.s Test file for AArch64 Advanced-SIMD Integer absolute instruction. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsisd-copy.s b/gas/testsuite/gas/aarch64/advsisd-copy.s index 1150f6c0dde..962091ab1d7 100644 --- a/gas/testsuite/gas/aarch64/advsisd-copy.s +++ b/gas/testsuite/gas/aarch64/advsisd-copy.s @@ -1,6 +1,6 @@ /* advsisd-copy.s Test file for AArch64 Advanced-SISD copy instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsisd-misc.s b/gas/testsuite/gas/aarch64/advsisd-misc.s index d559bd22e9b..80f21cdd8d8 100644 --- a/gas/testsuite/gas/aarch64/advsisd-misc.s +++ b/gas/testsuite/gas/aarch64/advsisd-misc.s @@ -1,7 +1,7 @@ /* advsimd-abs.s Test file for AArch64 AdvSISD Scalar Misc instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/alias.s b/gas/testsuite/gas/aarch64/alias.s index 7c5528fa5ab..2775dae701c 100644 --- a/gas/testsuite/gas/aarch64/alias.s +++ b/gas/testsuite/gas/aarch64/alias.s @@ -2,7 +2,7 @@ preference. It is also used to test the -Mno-aliases option in the disassemler. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/bitfield-alias.s b/gas/testsuite/gas/aarch64/bitfield-alias.s index ae281a52c46..c343c8c4d02 100644 --- a/gas/testsuite/gas/aarch64/bitfield-alias.s +++ b/gas/testsuite/gas/aarch64/bitfield-alias.s @@ -1,7 +1,7 @@ /* bitfield-alias.s Test file for AArch64 bitfield instructions alias mnemonics. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/bitfield-bfm.s b/gas/testsuite/gas/aarch64/bitfield-bfm.s index 59dede88e76..399da6fb896 100644 --- a/gas/testsuite/gas/aarch64/bitfield-bfm.s +++ b/gas/testsuite/gas/aarch64/bitfield-bfm.s @@ -1,7 +1,7 @@ /* bitfield-bfm.s Test file for AArch64 bitfield instructions sbfm, bfm and ubfm mnemonics. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/codeview.exp b/gas/testsuite/gas/aarch64/codeview.exp index 27db964b095..efa399a6c10 100644 --- a/gas/testsuite/gas/aarch64/codeview.exp +++ b/gas/testsuite/gas/aarch64/codeview.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 diff --git a/gas/testsuite/gas/aarch64/crc32.s b/gas/testsuite/gas/aarch64/crc32.s index d9b7559d3fc..b076236f39c 100644 --- a/gas/testsuite/gas/aarch64/crc32.s +++ b/gas/testsuite/gas/aarch64/crc32.s @@ -1,6 +1,6 @@ /* crc32.s Test file for AArch64 CRC-32 and CRC-32C checksum instructions. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/crypto.s b/gas/testsuite/gas/aarch64/crypto.s index 5d8a252e231..36c7779c19a 100644 --- a/gas/testsuite/gas/aarch64/crypto.s +++ b/gas/testsuite/gas/aarch64/crypto.s @@ -1,6 +1,6 @@ /* crypto.s Test file for AArch64 Advanced-SIMD Crypto instructions. - Copyright (C) 2012-2025 Free Software Foundation, Inc. Contributed by ARM Ltd. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/floatdp2.s b/gas/testsuite/gas/aarch64/floatdp2.s index 39074cd33f1..08d9e80ff64 100644 --- a/gas/testsuite/gas/aarch64/floatdp2.s +++ b/gas/testsuite/gas/aarch64/floatdp2.s @@ -1,7 +1,7 @@ /* floatdp2.s Test file for AArch64 Floating-point data-processing (2 source) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/fp-const0-parse.s b/gas/testsuite/gas/aarch64/fp-const0-parse.s index d78ec220a24..505d3bd7d48 100644 --- a/gas/testsuite/gas/aarch64/fp-const0-parse.s +++ b/gas/testsuite/gas/aarch64/fp-const0-parse.s @@ -1,6 +1,6 @@ /* fp-const0-parse.s Test file For AArch64 float constant 0 parse. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/fp_cvt_int.s b/gas/testsuite/gas/aarch64/fp_cvt_int.s index 1fadb94524d..9ca521f75ff 100644 --- a/gas/testsuite/gas/aarch64/fp_cvt_int.s +++ b/gas/testsuite/gas/aarch64/fp_cvt_int.s @@ -1,7 +1,7 @@ /* fp_cvt_ins.s Test file for AArch64 floating-point<->fixed-point conversion and floating-point<->integer conversion instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/illegal-lse.s b/gas/testsuite/gas/aarch64/illegal-lse.s index fbea34ffb11..350522f05bb 100644 --- a/gas/testsuite/gas/aarch64/illegal-lse.s +++ b/gas/testsuite/gas/aarch64/illegal-lse.s @@ -1,7 +1,7 @@ /* illegal-lse.s Test file For AArch64 LSE atomic instructions that could be rejected by the assembler. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/illegal.s b/gas/testsuite/gas/aarch64/illegal.s index d34b8bbba79..d7d6d07f516 100644 --- a/gas/testsuite/gas/aarch64/illegal.s +++ b/gas/testsuite/gas/aarch64/illegal.s @@ -1,7 +1,7 @@ /* illegal.s Test file for AArch64 instructions that should be rejected by the assembler. - Copyright (C) 2011-2025 Free Software Foundation, Inc. Contributed by ARM Ltd. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-exclusive.s b/gas/testsuite/gas/aarch64/ldst-exclusive.s index 7d199391faf..091bf5f4c78 100644 --- a/gas/testsuite/gas/aarch64/ldst-exclusive.s +++ b/gas/testsuite/gas/aarch64/ldst-exclusive.s @@ -1,7 +1,7 @@ /* ldst-exclusive.s Test file for AArch64 load-store exclusive instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s b/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s index c16cdc7fc20..752d03b8345 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s @@ -1,7 +1,7 @@ /* ldst-reg-imm-post-ind.s Test file for AArch64 load-store reg. (imm.post-ind.) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s b/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s index 3f1ebf63112..3618f9e7cc8 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s @@ -1,7 +1,7 @@ /* ldst-reg-imm-pre-ind.s Test file for AArch64 load-store reg. (imm.pre-ind.) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-pair.s b/gas/testsuite/gas/aarch64/ldst-reg-pair.s index 2354560f9bf..b74081d2161 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-pair.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-pair.s @@ -1,6 +1,6 @@ /* ldst-reg-pair.s Test file for AArch64 load-store reg.pair instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s b/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s index b427ac1fbf5..741fe0e76d8 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s @@ -1,7 +1,7 @@ /* ldst-reg-reg-offset.s Test file for AArch64 load-store reg. (reg.offset) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s b/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s index 1e477f39afb..1b18e97e473 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s @@ -1,7 +1,7 @@ /* ld-reg-uns-imm.s Test file for AArch64 load-store reg. (uns.imm) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s b/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s index 7c99e36eb7b..4e2ae177c59 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s @@ -1,7 +1,7 @@ /* ldst-reg-unscaled-imm.s Test file for AArch64 load-store reg. (unscaled imm.) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/lor.s b/gas/testsuite/gas/aarch64/lor.s index 40edcc0d16d..67046ff520a 100644 --- a/gas/testsuite/gas/aarch64/lor.s +++ b/gas/testsuite/gas/aarch64/lor.s @@ -1,6 +1,6 @@ /* lor.s Test file for AArch64 LOR extension instructions. - Copyright (C) 2015-2025 Free Software Foundation, Inc. Contributed by ARM Ltd. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/lse-atomic.s b/gas/testsuite/gas/aarch64/lse-atomic.s index b9ba55ae5d8..adfa0bb1169 100644 --- a/gas/testsuite/gas/aarch64/lse-atomic.s +++ b/gas/testsuite/gas/aarch64/lse-atomic.s @@ -1,6 +1,6 @@ /* lse-atomic.s Test file For AArch64 LSE atomic instructions encoding. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/lse128-atomic.s b/gas/testsuite/gas/aarch64/lse128-atomic.s index 8985de13f6a..1c1c4fa115f 100644 --- a/gas/testsuite/gas/aarch64/lse128-atomic.s +++ b/gas/testsuite/gas/aarch64/lse128-atomic.s @@ -1,7 +1,7 @@ /* lse128-atomic.s Test file For AArch64 LSE128 atomic instructions encoding. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/msr.s b/gas/testsuite/gas/aarch64/msr.s index 84abf3dd349..5f209bd1744 100644 --- a/gas/testsuite/gas/aarch64/msr.s +++ b/gas/testsuite/gas/aarch64/msr.s @@ -1,5 +1,5 @@ /* - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s b/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s index 8b34ef289b7..598098629f8 100644 --- a/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s +++ b/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s @@ -2,7 +2,7 @@ floating-point<->fixed-point conversion and floating-point<->integer conversion instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/pan.s b/gas/testsuite/gas/aarch64/pan.s index 13ed299c1b3..e1c57dbeeba 100644 --- a/gas/testsuite/gas/aarch64/pan.s +++ b/gas/testsuite/gas/aarch64/pan.s @@ -1,6 +1,6 @@ /* pan.s Test file for AArch64 PAN instructions. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/rdma.s b/gas/testsuite/gas/aarch64/rdma.s index 7a7b9c613cc..8ebd1780aa7 100644 --- a/gas/testsuite/gas/aarch64/rdma.s +++ b/gas/testsuite/gas/aarch64/rdma.s @@ -1,6 +1,6 @@ /* rdma.s Test file for AArch64 v8.1 Advanced-SIMD instructions. - Copyright (C) 2012-2025 Free Software Foundation, Inc. Contributed by ARM Ltd. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/rm-simd-ext.s b/gas/testsuite/gas/aarch64/rm-simd-ext.s index 0d405dd2974..c6b0639c08c 100644 --- a/gas/testsuite/gas/aarch64/rm-simd-ext.s +++ b/gas/testsuite/gas/aarch64/rm-simd-ext.s @@ -1,6 +1,6 @@ /* rm-simd-ext.s Test file for AArch64 extension removal in -mcpu option. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/shifted.s b/gas/testsuite/gas/aarch64/shifted.s index b513a6c662b..bc9e92c485a 100644 --- a/gas/testsuite/gas/aarch64/shifted.s +++ b/gas/testsuite/gas/aarch64/shifted.s @@ -1,7 +1,7 @@ /* shifted.s Test file for AArch64 add-substract (extended reg.) and add-substract (shifted reg.) instructions. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/sysreg/aarch64-sysreg.exp b/gas/testsuite/gas/aarch64/sysreg/aarch64-sysreg.exp index b122990a713..51629b4c4c2 100644 --- a/gas/testsuite/gas/aarch64/sysreg/aarch64-sysreg.exp +++ b/gas/testsuite/gas/aarch64/sysreg/aarch64-sysreg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2024-2025 Free Software Foundation, Inc. +# Copyright (C) 2024-2026 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 diff --git a/gas/testsuite/gas/aarch64/sysreg/sysreg-1.s b/gas/testsuite/gas/aarch64/sysreg/sysreg-1.s index d28efa557a2..1f48979c1e3 100644 --- a/gas/testsuite/gas/aarch64/sysreg/sysreg-1.s +++ b/gas/testsuite/gas/aarch64/sysreg/sysreg-1.s @@ -1,6 +1,6 @@ /* sysreg-1.s Test file for AArch64 system registers. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/tls.s b/gas/testsuite/gas/aarch64/tls.s index 1a7f71e565f..a3a2bfe50e7 100644 --- a/gas/testsuite/gas/aarch64/tls.s +++ b/gas/testsuite/gas/aarch64/tls.s @@ -1,6 +1,6 @@ /* tls.s Test file for AArch64 TLS relocations. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/uao.s b/gas/testsuite/gas/aarch64/uao.s index b0d8103370c..3c38888ab63 100644 --- a/gas/testsuite/gas/aarch64/uao.s +++ b/gas/testsuite/gas/aarch64/uao.s @@ -1,6 +1,6 @@ /* uao.s Test file for AArch64 UAO instructions. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/virthostext.s b/gas/testsuite/gas/aarch64/virthostext.s index edadbfefa1e..945cd711a70 100644 --- a/gas/testsuite/gas/aarch64/virthostext.s +++ b/gas/testsuite/gas/aarch64/virthostext.s @@ -1,7 +1,7 @@ /* virthostext.s Test file for ARMv8.1 Virtualization Host Extension support. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index af410834081..c51836b5821 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/all/itbl-test.c b/gas/testsuite/gas/all/itbl-test.c index 2504c874713..203096b463e 100644 --- a/gas/testsuite/gas/all/itbl-test.c +++ b/gas/testsuite/gas/all/itbl-test.c @@ -1,6 +1,6 @@ /* itbl-test.c - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/testsuite/gas/all/test-example.c b/gas/testsuite/gas/all/test-example.c index 462aa394882..f41ea03cbf2 100644 --- a/gas/testsuite/gas/all/test-example.c +++ b/gas/testsuite/gas/all/test-example.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2025 Free Software Foundation, Inc. +/* Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/all/test-gen.c b/gas/testsuite/gas/all/test-gen.c index 64c0be46676..539e69c6f54 100644 --- a/gas/testsuite/gas/all/test-gen.c +++ b/gas/testsuite/gas/all/test-gen.c @@ -1,7 +1,7 @@ #ifndef TEST_GEN_C #define TEST_GEN_C 1 -/* Copyright (C) 2000-2025 Free Software Foundation, Inc. +/* Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/alpha/alpha.exp b/gas/testsuite/gas/alpha/alpha.exp index 47083d26a51..f8da23fd474 100644 --- a/gas/testsuite/gas/alpha/alpha.exp +++ b/gas/testsuite/gas/alpha/alpha.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/arc/arc.exp b/gas/testsuite/gas/arc/arc.exp index 621204bcaa4..d1ea9d9c645 100644 --- a/gas/testsuite/gas/arc/arc.exp +++ b/gas/testsuite/gas/arc/arc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/arc/warn.exp b/gas/testsuite/gas/arc/warn.exp index dc5dc6c76c8..20e7decf8a4 100644 --- a/gas/testsuite/gas/arc/warn.exp +++ b/gas/testsuite/gas/arc/warn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/arm/arm.exp b/gas/testsuite/gas/arm/arm.exp index 1316275336b..ddcc8e02adf 100644 --- a/gas/testsuite/gas/arm/arm.exp +++ b/gas/testsuite/gas/arm/arm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/avr/avr.exp b/gas/testsuite/gas/avr/avr.exp index 63dca11f368..5d335f58be1 100644 --- a/gas/testsuite/gas/avr/avr.exp +++ b/gas/testsuite/gas/avr/avr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 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 diff --git a/gas/testsuite/gas/bfin/bfin.exp b/gas/testsuite/gas/bfin/bfin.exp index 5e1f83fa35f..0e9e92a8e31 100644 --- a/gas/testsuite/gas/bfin/bfin.exp +++ b/gas/testsuite/gas/bfin/bfin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/bfin/error.exp b/gas/testsuite/gas/bfin/error.exp index 2ec5eb3d496..e4c73d3c690 100644 --- a/gas/testsuite/gas/bfin/error.exp +++ b/gas/testsuite/gas/bfin/error.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/bpf/bpf.exp b/gas/testsuite/gas/bpf/bpf.exp index d0d49518f47..89955e1a9e4 100644 --- a/gas/testsuite/gas/bpf/bpf.exp +++ b/gas/testsuite/gas/bpf/bpf.exp @@ -1,6 +1,6 @@ # GAS testsuite for the Linux eBPF -*- Tcl -*- # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # Contributed by Oracle, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gas/testsuite/gas/cfi-sframe/cfi-sframe.exp b/gas/testsuite/gas/cfi-sframe/cfi-sframe.exp index 96d34bfc17a..d2fa2d82f18 100644 --- a/gas/testsuite/gas/cfi-sframe/cfi-sframe.exp +++ b/gas/testsuite/gas/cfi-sframe/cfi-sframe.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 diff --git a/gas/testsuite/gas/cfi/cfi.exp b/gas/testsuite/gas/cfi/cfi.exp index 60094fe06f7..de518446a13 100644 --- a/gas/testsuite/gas/cfi/cfi.exp +++ b/gas/testsuite/gas/cfi/cfi.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/coff/coff.exp b/gas/testsuite/gas/coff/coff.exp index b5e7d240689..3732a226e3b 100644 --- a/gas/testsuite/gas/coff/coff.exp +++ b/gas/testsuite/gas/coff/coff.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/cr16/cr16.exp b/gas/testsuite/gas/cr16/cr16.exp index 6d5bb42cb6c..d92561b68f6 100644 --- a/gas/testsuite/gas/cr16/cr16.exp +++ b/gas/testsuite/gas/cr16/cr16.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/cr16/pic.exp b/gas/testsuite/gas/cr16/pic.exp index 8b7151cd55e..677eab0ed4d 100644 --- a/gas/testsuite/gas/cr16/pic.exp +++ b/gas/testsuite/gas/cr16/pic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/cris/cris.exp b/gas/testsuite/gas/cris/cris.exp index 5b2381c8a22..d3945cd0474 100644 --- a/gas/testsuite/gas/cris/cris.exp +++ b/gas/testsuite/gas/cris/cris.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 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 diff --git a/gas/testsuite/gas/crx/allinsn.exp b/gas/testsuite/gas/crx/allinsn.exp index a6e3144e46f..ede21927109 100644 --- a/gas/testsuite/gas/crx/allinsn.exp +++ b/gas/testsuite/gas/crx/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/d10v/d10v.exp b/gas/testsuite/gas/d10v/d10v.exp index e914bcec1ae..f558ff5d890 100644 --- a/gas/testsuite/gas/d10v/d10v.exp +++ b/gas/testsuite/gas/d10v/d10v.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/d30v/d30.exp b/gas/testsuite/gas/d30v/d30.exp index 99daeabc947..fda9a5e4383 100644 --- a/gas/testsuite/gas/d30v/d30.exp +++ b/gas/testsuite/gas/d30v/d30.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/dlx/alltests.exp b/gas/testsuite/gas/dlx/alltests.exp index 9aa30a03686..702e1c17adb 100644 --- a/gas/testsuite/gas/dlx/alltests.exp +++ b/gas/testsuite/gas/dlx/alltests.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-1.s b/gas/testsuite/gas/elf/dwarf2-1.s index 0fae53ad1fa..0b10b34c054 100644 --- a/gas/testsuite/gas/elf/dwarf2-1.s +++ b/gas/testsuite/gas/elf/dwarf2-1.s @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-10.s b/gas/testsuite/gas/elf/dwarf2-10.s index c64ccb8015e..a67f683ec51 100644 --- a/gas/testsuite/gas/elf/dwarf2-10.s +++ b/gas/testsuite/gas/elf/dwarf2-10.s @@ -1,6 +1,6 @@ /* Test view numbering zero-assert checking with zero-sized align. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-11.s b/gas/testsuite/gas/elf/dwarf2-11.s index fdc2e29cd21..4f8a3e957f3 100644 --- a/gas/testsuite/gas/elf/dwarf2-11.s +++ b/gas/testsuite/gas/elf/dwarf2-11.s @@ -1,6 +1,6 @@ /* Test view numbering zero-assert checking with nonzero-sized align. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-12.s b/gas/testsuite/gas/elf/dwarf2-12.s index bbb7754e2a7..4426447af9b 100644 --- a/gas/testsuite/gas/elf/dwarf2-12.s +++ b/gas/testsuite/gas/elf/dwarf2-12.s @@ -1,6 +1,6 @@ /* Test view numbering forced reset in a single frag. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-13.s b/gas/testsuite/gas/elf/dwarf2-13.s index da880a77749..995954782fe 100644 --- a/gas/testsuite/gas/elf/dwarf2-13.s +++ b/gas/testsuite/gas/elf/dwarf2-13.s @@ -1,6 +1,6 @@ /* Test view numbering forced reset after a nonzero-sized align. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-14.s b/gas/testsuite/gas/elf/dwarf2-14.s index 5d194a48cc5..994f549d103 100644 --- a/gas/testsuite/gas/elf/dwarf2-14.s +++ b/gas/testsuite/gas/elf/dwarf2-14.s @@ -1,6 +1,6 @@ /* Test view numbering forced reset after a zero-sized align. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-15.s b/gas/testsuite/gas/elf/dwarf2-15.s index 45c6f6dfab9..296a64687f6 100644 --- a/gas/testsuite/gas/elf/dwarf2-15.s +++ b/gas/testsuite/gas/elf/dwarf2-15.s @@ -1,6 +1,6 @@ /* Test view numbering forced reset in a single frag. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-16.s b/gas/testsuite/gas/elf/dwarf2-16.s index 26f11bf058f..b3e0ecc5ce7 100644 --- a/gas/testsuite/gas/elf/dwarf2-16.s +++ b/gas/testsuite/gas/elf/dwarf2-16.s @@ -1,6 +1,6 @@ /* Test view numbering after a zero-sized align. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-17.s b/gas/testsuite/gas/elf/dwarf2-17.s index 8e0bc61593a..e9f6a28c214 100644 --- a/gas/testsuite/gas/elf/dwarf2-17.s +++ b/gas/testsuite/gas/elf/dwarf2-17.s @@ -1,6 +1,6 @@ /* Test view numbering after a nonzero-sized align. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-18.s b/gas/testsuite/gas/elf/dwarf2-18.s index 38f6b88bf8e..f40605ecbe1 100644 --- a/gas/testsuite/gas/elf/dwarf2-18.s +++ b/gas/testsuite/gas/elf/dwarf2-18.s @@ -1,6 +1,6 @@ /* Test view numbering after view-less .loc. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-19.s b/gas/testsuite/gas/elf/dwarf2-19.s index ef17a6b1a5c..db1165a45c7 100644 --- a/gas/testsuite/gas/elf/dwarf2-19.s +++ b/gas/testsuite/gas/elf/dwarf2-19.s @@ -1,6 +1,6 @@ /* Test view numbering continuity at subsection borders. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-2.s b/gas/testsuite/gas/elf/dwarf2-2.s index b79140237ea..7c3e2485bec 100644 --- a/gas/testsuite/gas/elf/dwarf2-2.s +++ b/gas/testsuite/gas/elf/dwarf2-2.s @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-5.s b/gas/testsuite/gas/elf/dwarf2-5.s index 8d0de935bd0..efc324bc633 100644 --- a/gas/testsuite/gas/elf/dwarf2-5.s +++ b/gas/testsuite/gas/elf/dwarf2-5.s @@ -1,6 +1,6 @@ /* Test view numbering. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-6.s b/gas/testsuite/gas/elf/dwarf2-6.s index 8a9ebf1a22d..823c589a375 100644 --- a/gas/testsuite/gas/elf/dwarf2-6.s +++ b/gas/testsuite/gas/elf/dwarf2-6.s @@ -1,6 +1,6 @@ /* Test view number decoding. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-7.s b/gas/testsuite/gas/elf/dwarf2-7.s index 6db85ef37c6..d9513639c55 100644 --- a/gas/testsuite/gas/elf/dwarf2-7.s +++ b/gas/testsuite/gas/elf/dwarf2-7.s @@ -1,6 +1,6 @@ /* Test view numbering forced reset. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-8.s b/gas/testsuite/gas/elf/dwarf2-8.s index aae9bd83c0a..44172226292 100644 --- a/gas/testsuite/gas/elf/dwarf2-8.s +++ b/gas/testsuite/gas/elf/dwarf2-8.s @@ -1,6 +1,6 @@ /* Test view numbering zero-assert checking, same frag. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/dwarf2-9.s b/gas/testsuite/gas/elf/dwarf2-9.s index 5a1e31591c1..994bc46924e 100644 --- a/gas/testsuite/gas/elf/dwarf2-9.s +++ b/gas/testsuite/gas/elf/dwarf2-9.s @@ -1,6 +1,6 @@ /* Test view numbering zero-assert checking, different frag. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index 8a9357f3cce..35e06ce58b3 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/epiphany/allinsn.exp b/gas/testsuite/gas/epiphany/allinsn.exp index b4f10a67973..9ec71110843 100644 --- a/gas/testsuite/gas/epiphany/allinsn.exp +++ b/gas/testsuite/gas/epiphany/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/fr30/allinsn.exp b/gas/testsuite/gas/fr30/allinsn.exp index d98ff860797..bfdb66c6c23 100644 --- a/gas/testsuite/gas/fr30/allinsn.exp +++ b/gas/testsuite/gas/fr30/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/fr30/fr30.exp b/gas/testsuite/gas/fr30/fr30.exp index 768bfa97a42..7054535c04a 100644 --- a/gas/testsuite/gas/fr30/fr30.exp +++ b/gas/testsuite/gas/fr30/fr30.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/frv/allinsn.exp b/gas/testsuite/gas/frv/allinsn.exp index 9e381d6a04a..f52f238a690 100644 --- a/gas/testsuite/gas/frv/allinsn.exp +++ b/gas/testsuite/gas/frv/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/ft32/ft32.exp b/gas/testsuite/gas/ft32/ft32.exp index eedead8743b..c0e07b804d5 100644 --- a/gas/testsuite/gas/ft32/ft32.exp +++ b/gas/testsuite/gas/ft32/ft32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/h8300-elf.exp b/gas/testsuite/gas/h8300/h8300-elf.exp index 03ce7545579..306adce8862 100644 --- a/gas/testsuite/gas/h8300/h8300-elf.exp +++ b/gas/testsuite/gas/h8300/h8300-elf.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp index 1e99a7c8217..695f713e65e 100644 --- a/gas/testsuite/gas/h8300/h8300.exp +++ b/gas/testsuite/gas/h8300/h8300.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t01_mov.exp b/gas/testsuite/gas/h8300/t01_mov.exp index f50e7ec210f..23194de9d50 100644 --- a/gas/testsuite/gas/h8300/t01_mov.exp +++ b/gas/testsuite/gas/h8300/t01_mov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t02_mova.exp b/gas/testsuite/gas/h8300/t02_mova.exp index b4e07f327d4..44fbc820593 100644 --- a/gas/testsuite/gas/h8300/t02_mova.exp +++ b/gas/testsuite/gas/h8300/t02_mova.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t03_add.exp b/gas/testsuite/gas/h8300/t03_add.exp index e514baea36a..d0bce89134d 100644 --- a/gas/testsuite/gas/h8300/t03_add.exp +++ b/gas/testsuite/gas/h8300/t03_add.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t04_sub.exp b/gas/testsuite/gas/h8300/t04_sub.exp index 57877e68143..aa08505e53e 100644 --- a/gas/testsuite/gas/h8300/t04_sub.exp +++ b/gas/testsuite/gas/h8300/t04_sub.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t05_cmp.exp b/gas/testsuite/gas/h8300/t05_cmp.exp index 5da2ba1db5c..46993ed71a0 100644 --- a/gas/testsuite/gas/h8300/t05_cmp.exp +++ b/gas/testsuite/gas/h8300/t05_cmp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t06_ari2.exp b/gas/testsuite/gas/h8300/t06_ari2.exp index 78854019116..daf3c76cd98 100644 --- a/gas/testsuite/gas/h8300/t06_ari2.exp +++ b/gas/testsuite/gas/h8300/t06_ari2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t07_ari3.exp b/gas/testsuite/gas/h8300/t07_ari3.exp index 5dd718bd67f..78b317d0561 100644 --- a/gas/testsuite/gas/h8300/t07_ari3.exp +++ b/gas/testsuite/gas/h8300/t07_ari3.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t08_or.exp b/gas/testsuite/gas/h8300/t08_or.exp index e6ac321aaaf..8e9e037f61c 100644 --- a/gas/testsuite/gas/h8300/t08_or.exp +++ b/gas/testsuite/gas/h8300/t08_or.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t09_xor.exp b/gas/testsuite/gas/h8300/t09_xor.exp index 6d74ac9d9f8..9af4632ed34 100644 --- a/gas/testsuite/gas/h8300/t09_xor.exp +++ b/gas/testsuite/gas/h8300/t09_xor.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t10_and.exp b/gas/testsuite/gas/h8300/t10_and.exp index 055094f36ef..f2e5e474db4 100644 --- a/gas/testsuite/gas/h8300/t10_and.exp +++ b/gas/testsuite/gas/h8300/t10_and.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t11_logs.exp b/gas/testsuite/gas/h8300/t11_logs.exp index d3252f3549f..d2750d9e745 100644 --- a/gas/testsuite/gas/h8300/t11_logs.exp +++ b/gas/testsuite/gas/h8300/t11_logs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t12_bit.exp b/gas/testsuite/gas/h8300/t12_bit.exp index 723482658bd..4f8730e5683 100644 --- a/gas/testsuite/gas/h8300/t12_bit.exp +++ b/gas/testsuite/gas/h8300/t12_bit.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/h8300/t13_otr.exp b/gas/testsuite/gas/h8300/t13_otr.exp index 1558fe59581..9119ed2b5cb 100644 --- a/gas/testsuite/gas/h8300/t13_otr.exp +++ b/gas/testsuite/gas/h8300/t13_otr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/hppa/README b/gas/testsuite/gas/hppa/README index b316cc11e02..e368fdd7c6d 100644 --- a/gas/testsuite/gas/hppa/README +++ b/gas/testsuite/gas/hppa/README @@ -33,7 +33,7 @@ unsorted -- this is where everything else goes. As groups of related tests end up in this directory, they should be broken out into a new class of tests. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gas/testsuite/gas/hppa/basic/basic.exp b/gas/testsuite/gas/hppa/basic/basic.exp index 5634396b021..b73f571cb8a 100644 --- a/gas/testsuite/gas/hppa/basic/basic.exp +++ b/gas/testsuite/gas/hppa/basic/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index 4c50ad1c304..e213037cc66 100644 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp index a49bdf663e0..8d9b8a782c4 100644 --- a/gas/testsuite/gas/hppa/reloc/reloc.exp +++ b/gas/testsuite/gas/hppa/reloc/reloc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/gas/testsuite/gas/hppa/unsorted/unsorted.exp b/gas/testsuite/gas/hppa/unsorted/unsorted.exp index 5723b386713..d47c750016d 100644 --- a/gas/testsuite/gas/hppa/unsorted/unsorted.exp +++ b/gas/testsuite/gas/hppa/unsorted/unsorted.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/gas/testsuite/gas/i386/codeview.exp b/gas/testsuite/gas/i386/codeview.exp index e536c8aed13..895fe9988c1 100644 --- a/gas/testsuite/gas/i386/codeview.exp +++ b/gas/testsuite/gas/i386/codeview.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 diff --git a/gas/testsuite/gas/i386/dw2-compress-1.s b/gas/testsuite/gas/i386/dw2-compress-1.s index e80ef473a73..812f943a23e 100644 --- a/gas/testsuite/gas/i386/dw2-compress-1.s +++ b/gas/testsuite/gas/i386/dw2-compress-1.s @@ -1,6 +1,6 @@ /* This testcase is copied from a similar test in GDB. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 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 diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 58c6d634c73..ac9e0b31923 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp b/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp index a4b2fe2f057..fe6568d9ef3 100644 --- a/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp b/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp index a4b2fe2f057..fe6568d9ef3 100644 --- a/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/i386/ilp32/ilp32.exp b/gas/testsuite/gas/i386/ilp32/ilp32.exp index 669c1649fa2..ba4fc6f65c4 100644 --- a/gas/testsuite/gas/i386/ilp32/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/ilp32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp b/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp index a4b2fe2f057..fe6568d9ef3 100644 --- a/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/i386/solaris/solaris.exp b/gas/testsuite/gas/i386/solaris/solaris.exp index 2082d270be4..2b771f6e041 100644 --- a/gas/testsuite/gas/i386/solaris/solaris.exp +++ b/gas/testsuite/gas/i386/solaris/solaris.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 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 diff --git a/gas/testsuite/gas/i386/x86-64.exp b/gas/testsuite/gas/i386/x86-64.exp index feb26cc1d36..8ddf05481a5 100644 --- a/gas/testsuite/gas/i386/x86-64.exp +++ b/gas/testsuite/gas/i386/x86-64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/ia64/ia64.exp b/gas/testsuite/gas/ia64/ia64.exp index f16bb5a408c..eac525085bc 100644 --- a/gas/testsuite/gas/ia64/ia64.exp +++ b/gas/testsuite/gas/ia64/ia64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/ieee-fp/x930509a.exp b/gas/testsuite/gas/ieee-fp/x930509a.exp index dacdb660fc8..896ad431cdc 100644 --- a/gas/testsuite/gas/ieee-fp/x930509a.exp +++ b/gas/testsuite/gas/ieee-fp/x930509a.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/iq2000/allinsn.exp b/gas/testsuite/gas/iq2000/allinsn.exp index 8a784fbed5a..ed21cdbc77e 100644 --- a/gas/testsuite/gas/iq2000/allinsn.exp +++ b/gas/testsuite/gas/iq2000/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/iq2000/load-hazards.exp b/gas/testsuite/gas/iq2000/load-hazards.exp index 940aaed22d1..22491efc6ea 100644 --- a/gas/testsuite/gas/iq2000/load-hazards.exp +++ b/gas/testsuite/gas/iq2000/load-hazards.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/iq2000/odd-ldw.exp b/gas/testsuite/gas/iq2000/odd-ldw.exp index 0310de6a59e..a6808b5c35b 100644 --- a/gas/testsuite/gas/iq2000/odd-ldw.exp +++ b/gas/testsuite/gas/iq2000/odd-ldw.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/iq2000/odd-sdw.exp b/gas/testsuite/gas/iq2000/odd-sdw.exp index 610b361856a..6b05636cf0e 100644 --- a/gas/testsuite/gas/iq2000/odd-sdw.exp +++ b/gas/testsuite/gas/iq2000/odd-sdw.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/iq2000/yield.exp b/gas/testsuite/gas/iq2000/yield.exp index 65459933f35..40c5f146112 100644 --- a/gas/testsuite/gas/iq2000/yield.exp +++ b/gas/testsuite/gas/iq2000/yield.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/kvx/kvx.exp b/gas/testsuite/gas/kvx/kvx.exp index 5e2cd34a6c8..fe4b5b8885f 100644 --- a/gas/testsuite/gas/kvx/kvx.exp +++ b/gas/testsuite/gas/kvx/kvx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/gas/testsuite/gas/lm32/all.exp b/gas/testsuite/gas/lm32/all.exp index 144330a7979..c44acab2b7f 100644 --- a/gas/testsuite/gas/lm32/all.exp +++ b/gas/testsuite/gas/lm32/all.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/lns/lns.exp b/gas/testsuite/gas/lns/lns.exp index a21154d427b..7a92c54a260 100644 --- a/gas/testsuite/gas/lns/lns.exp +++ b/gas/testsuite/gas/lns/lns.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/loongarch/loongarch.exp b/gas/testsuite/gas/loongarch/loongarch.exp index d2008f4e9ed..f1dfb53d855 100644 --- a/gas/testsuite/gas/loongarch/loongarch.exp +++ b/gas/testsuite/gas/loongarch/loongarch.exp @@ -1,5 +1,5 @@ # Expect script for LoongArch assembler tests. -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/m32r/allinsn.exp b/gas/testsuite/gas/m32r/allinsn.exp index 69a2f4c9ab9..eebc48e4559 100644 --- a/gas/testsuite/gas/m32r/allinsn.exp +++ b/gas/testsuite/gas/m32r/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m32r/error.exp b/gas/testsuite/gas/m32r/error.exp index 19bdd7fc269..b9297846905 100644 --- a/gas/testsuite/gas/m32r/error.exp +++ b/gas/testsuite/gas/m32r/error.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m32r/m32r2.exp b/gas/testsuite/gas/m32r/m32r2.exp index 7a0e2f0f8c1..902d8448ea1 100644 --- a/gas/testsuite/gas/m32r/m32r2.exp +++ b/gas/testsuite/gas/m32r/m32r2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m32r/m32rx.exp b/gas/testsuite/gas/m32r/m32rx.exp index 9edaec72fe1..2d74753f416 100644 --- a/gas/testsuite/gas/m32r/m32rx.exp +++ b/gas/testsuite/gas/m32r/m32rx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m32r/pic.exp b/gas/testsuite/gas/m32r/pic.exp index d8113242b1f..0ff42857d15 100644 --- a/gas/testsuite/gas/m32r/pic.exp +++ b/gas/testsuite/gas/m32r/pic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m32r/rel32.exp b/gas/testsuite/gas/m32r/rel32.exp index aa61a33f3cc..f44646aaa95 100644 --- a/gas/testsuite/gas/m32r/rel32.exp +++ b/gas/testsuite/gas/m32r/rel32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m68hc11/m68hc11.exp b/gas/testsuite/gas/m68hc11/m68hc11.exp index 55c3a72d65d..63604455d0a 100644 --- a/gas/testsuite/gas/m68hc11/m68hc11.exp +++ b/gas/testsuite/gas/m68hc11/m68hc11.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/m68k/all.exp b/gas/testsuite/gas/m68k/all.exp index 2feae3cfa51..d7a6450ac11 100644 --- a/gas/testsuite/gas/m68k/all.exp +++ b/gas/testsuite/gas/m68k/all.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mach-o/mach-o.exp b/gas/testsuite/gas/mach-o/mach-o.exp index eb61c39602d..8e31773529d 100644 --- a/gas/testsuite/gas/mach-o/mach-o.exp +++ b/gas/testsuite/gas/mach-o/mach-o.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index 359330932ad..34912414e90 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mcore/allinsn.exp b/gas/testsuite/gas/mcore/allinsn.exp index 817b64b54ff..4f4443b9558 100644 --- a/gas/testsuite/gas/mcore/allinsn.exp +++ b/gas/testsuite/gas/mcore/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mep/allinsn.exp b/gas/testsuite/gas/mep/allinsn.exp index 8bbee31d412..61287ffc6c7 100644 --- a/gas/testsuite/gas/mep/allinsn.exp +++ b/gas/testsuite/gas/mep/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mep/complex-relocs.exp b/gas/testsuite/gas/mep/complex-relocs.exp index 2e9a90ba005..e01c574f5b3 100644 --- a/gas/testsuite/gas/mep/complex-relocs.exp +++ b/gas/testsuite/gas/mep/complex-relocs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/metag/metag.exp b/gas/testsuite/gas/metag/metag.exp index 1e1adf122f0..f2cce18733f 100644 --- a/gas/testsuite/gas/metag/metag.exp +++ b/gas/testsuite/gas/metag/metag.exp @@ -1,6 +1,6 @@ # Meta assembler testsuite -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 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 diff --git a/gas/testsuite/gas/microblaze/allinsn.exp b/gas/testsuite/gas/microblaze/allinsn.exp index 992ed5c6180..f9f26253aac 100644 --- a/gas/testsuite/gas/microblaze/allinsn.exp +++ b/gas/testsuite/gas/microblaze/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/microblaze/endian.exp b/gas/testsuite/gas/microblaze/endian.exp index e10a1244a36..7b5cf33228c 100644 --- a/gas/testsuite/gas/microblaze/endian.exp +++ b/gas/testsuite/gas/microblaze/endian.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/microblaze/reloc_sym.exp b/gas/testsuite/gas/microblaze/reloc_sym.exp index 8b10340d8dc..30695aa6c2b 100644 --- a/gas/testsuite/gas/microblaze/reloc_sym.exp +++ b/gas/testsuite/gas/microblaze/reloc_sym.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/microblaze/special_reg.exp b/gas/testsuite/gas/microblaze/special_reg.exp index 35b37222d3f..5d61643cc5a 100644 --- a/gas/testsuite/gas/microblaze/special_reg.exp +++ b/gas/testsuite/gas/microblaze/special_reg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 036e2157bab..fcb1ad6e68e 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mmix/mmix-err.exp b/gas/testsuite/gas/mmix/mmix-err.exp index 17f82823199..30baf03c0b5 100644 --- a/gas/testsuite/gas/mmix/mmix-err.exp +++ b/gas/testsuite/gas/mmix/mmix-err.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 diff --git a/gas/testsuite/gas/mmix/mmix-list.exp b/gas/testsuite/gas/mmix/mmix-list.exp index 0d09475c56b..1372f6c3714 100644 --- a/gas/testsuite/gas/mmix/mmix-list.exp +++ b/gas/testsuite/gas/mmix/mmix-list.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 diff --git a/gas/testsuite/gas/mmix/mmix.exp b/gas/testsuite/gas/mmix/mmix.exp index caa63c0d2a4..137bc06f6cd 100644 --- a/gas/testsuite/gas/mmix/mmix.exp +++ b/gas/testsuite/gas/mmix/mmix.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 diff --git a/gas/testsuite/gas/mn10200/basic.exp b/gas/testsuite/gas/mn10200/basic.exp index cb03903a4f9..9972abf9a86 100644 --- a/gas/testsuite/gas/mn10200/basic.exp +++ b/gas/testsuite/gas/mn10200/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2025 Free Software Foundation, Inc. +# Copyright (C) 1996-2026 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 diff --git a/gas/testsuite/gas/mn10300/am33-2.c b/gas/testsuite/gas/mn10300/am33-2.c index b3328a4678f..98649020a64 100644 --- a/gas/testsuite/gas/mn10300/am33-2.c +++ b/gas/testsuite/gas/mn10300/am33-2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2025 Free Software Foundation, Inc. +/* Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp index 5538531bfd9..b6b4033c17c 100644 --- a/gas/testsuite/gas/mn10300/basic.exp +++ b/gas/testsuite/gas/mn10300/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2025 Free Software Foundation, Inc. +# Copyright (C) 1996-2026 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 diff --git a/gas/testsuite/gas/mri/mri.exp b/gas/testsuite/gas/mri/mri.exp index b25a5f4978c..e70d8c444de 100644 --- a/gas/testsuite/gas/mri/mri.exp +++ b/gas/testsuite/gas/mri/mri.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/msp430/msp430.exp b/gas/testsuite/gas/msp430/msp430.exp index e6977101c3a..bce3cf461c7 100644 --- a/gas/testsuite/gas/msp430/msp430.exp +++ b/gas/testsuite/gas/msp430/msp430.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mt/errors.exp b/gas/testsuite/gas/mt/errors.exp index d8e85a963fc..4c84808f3e8 100644 --- a/gas/testsuite/gas/mt/errors.exp +++ b/gas/testsuite/gas/mt/errors.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mt/mt.exp b/gas/testsuite/gas/mt/mt.exp index 3856b918621..7f6b92d40e6 100644 --- a/gas/testsuite/gas/mt/mt.exp +++ b/gas/testsuite/gas/mt/mt.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/mt/relocs.exp b/gas/testsuite/gas/mt/relocs.exp index a3c392c4f70..fd9c5399af9 100644 --- a/gas/testsuite/gas/mt/relocs.exp +++ b/gas/testsuite/gas/mt/relocs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/nds32/nds32.exp b/gas/testsuite/gas/nds32/nds32.exp index 216fcf185bf..b56c6220445 100644 --- a/gas/testsuite/gas/nds32/nds32.exp +++ b/gas/testsuite/gas/nds32/nds32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # This program is free software; you can redistribute it and/or modify diff --git a/gas/testsuite/gas/pdp11/absreloc.s b/gas/testsuite/gas/pdp11/absreloc.s index 62c39eee486..1070c7c2b59 100644 --- a/gas/testsuite/gas/pdp11/absreloc.s +++ b/gas/testsuite/gas/pdp11/absreloc.s @@ -1,5 +1,5 @@ # Test abs operands with relocatable modes for PDP11. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file 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/gas/testsuite/gas/pdp11/opcode.s b/gas/testsuite/gas/pdp11/opcode.s index 7a72d319e7b..949c39b49ae 100644 --- a/gas/testsuite/gas/pdp11/opcode.s +++ b/gas/testsuite/gas/pdp11/opcode.s @@ -1,5 +1,5 @@ # Opcode test for PDP-11. -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file 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/gas/testsuite/gas/pdp11/pdp11.exp b/gas/testsuite/gas/pdp11/pdp11.exp index bc57c35275c..96a39857d2b 100644 --- a/gas/testsuite/gas/pdp11/pdp11.exp +++ b/gas/testsuite/gas/pdp11/pdp11.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/pe/pe.exp b/gas/testsuite/gas/pe/pe.exp index e12723972e7..e25de3cfa9d 100644 --- a/gas/testsuite/gas/pe/pe.exp +++ b/gas/testsuite/gas/pe/pe.exp @@ -1,6 +1,6 @@ # Expect control script for GAS testsuite PE object-format-specific tests. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 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 diff --git a/gas/testsuite/gas/pj/pj.exp b/gas/testsuite/gas/pj/pj.exp index fe1cb77b0fe..f7e60420301 100644 --- a/gas/testsuite/gas/pj/pj.exp +++ b/gas/testsuite/gas/pj/pj.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/ppc/aix.exp b/gas/testsuite/gas/ppc/aix.exp index 484b2812823..613c71b81ff 100644 --- a/gas/testsuite/gas/ppc/aix.exp +++ b/gas/testsuite/gas/ppc/aix.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # Contributed by Red Hat # This program is free software; you can redistribute it and/or modify diff --git a/gas/testsuite/gas/ppc/ppc.exp b/gas/testsuite/gas/ppc/ppc.exp index 848d6954af1..70129b65e52 100644 --- a/gas/testsuite/gas/ppc/ppc.exp +++ b/gas/testsuite/gas/ppc/ppc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/pru/pru.exp b/gas/testsuite/gas/pru/pru.exp index 86c9d8258ce..ecd5b74b33c 100644 --- a/gas/testsuite/gas/pru/pru.exp +++ b/gas/testsuite/gas/pru/pru.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 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 diff --git a/gas/testsuite/gas/riscv/riscv.exp b/gas/testsuite/gas/riscv/riscv.exp index 0409e9e0290..06bdff0020f 100644 --- a/gas/testsuite/gas/riscv/riscv.exp +++ b/gas/testsuite/gas/riscv/riscv.exp @@ -1,5 +1,5 @@ # Expect script for RISC-V assembler tests. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/rl78/rl78.exp b/gas/testsuite/gas/rl78/rl78.exp index bfeb5ac2329..451fdacbe09 100644 --- a/gas/testsuite/gas/rl78/rl78.exp +++ b/gas/testsuite/gas/rl78/rl78.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 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 diff --git a/gas/testsuite/gas/rx/make-d b/gas/testsuite/gas/rx/make-d index 8215fda6c63..974c535e6bd 100755 --- a/gas/testsuite/gas/rx/make-d +++ b/gas/testsuite/gas/rx/make-d @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/rx/rx.exp b/gas/testsuite/gas/rx/rx.exp index eeb0886e964..4bafc6b82a3 100644 --- a/gas/testsuite/gas/rx/rx.exp +++ b/gas/testsuite/gas/rx/rx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/s12z/s12z.exp b/gas/testsuite/gas/s12z/s12z.exp index c508ddfea99..fc92e01bf63 100644 --- a/gas/testsuite/gas/s12z/s12z.exp +++ b/gas/testsuite/gas/s12z/s12z.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 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 diff --git a/gas/testsuite/gas/scfi/aarch64/scfi-aarch64.exp b/gas/testsuite/gas/scfi/aarch64/scfi-aarch64.exp index 16d25964be2..c1af3510792 100644 --- a/gas/testsuite/gas/scfi/aarch64/scfi-aarch64.exp +++ b/gas/testsuite/gas/scfi/aarch64/scfi-aarch64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 diff --git a/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp b/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp index 880948dd89c..3589b4feb15 100644 --- a/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp +++ b/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 diff --git a/gas/testsuite/gas/score/relax.exp b/gas/testsuite/gas/score/relax.exp index 534a822f806..7088ba04ea7 100644 --- a/gas/testsuite/gas/score/relax.exp +++ b/gas/testsuite/gas/score/relax.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/score/relax_32.exp b/gas/testsuite/gas/score/relax_32.exp index 1407bce7678..346e98e9f4f 100644 --- a/gas/testsuite/gas/score/relax_32.exp +++ b/gas/testsuite/gas/score/relax_32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/sh/arch/arch.exp b/gas/testsuite/gas/sh/arch/arch.exp index 8a121546fe0..ba670550b0d 100644 --- a/gas/testsuite/gas/sh/arch/arch.exp +++ b/gas/testsuite/gas/sh/arch/arch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 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 diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index 48ffaf49735..c690b207e18 100644 --- a/gas/testsuite/gas/sh/basic.exp +++ b/gas/testsuite/gas/sh/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2025 Free Software Foundation, Inc. +# Copyright (C) 1995-2026 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 diff --git a/gas/testsuite/gas/sh/err.exp b/gas/testsuite/gas/sh/err.exp index 7ba11c32269..fbd6c5fedbd 100644 --- a/gas/testsuite/gas/sh/err.exp +++ b/gas/testsuite/gas/sh/err.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2025 Free Software Foundation, Inc. +# Copyright (C) 2000-2026 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 diff --git a/gas/testsuite/gas/sparc-solaris/addend.exp b/gas/testsuite/gas/sparc-solaris/addend.exp index 1041c63aa23..e05c0676ed3 100644 --- a/gas/testsuite/gas/sparc-solaris/addend.exp +++ b/gas/testsuite/gas/sparc-solaris/addend.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/sparc-solaris/gas.exp b/gas/testsuite/gas/sparc-solaris/gas.exp index d9595f168aa..e6abbe271f2 100644 --- a/gas/testsuite/gas/sparc-solaris/gas.exp +++ b/gas/testsuite/gas/sparc-solaris/gas.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/sparc/mismatch.exp b/gas/testsuite/gas/sparc/mismatch.exp index 7e252c59654..01e5c1663c8 100644 --- a/gas/testsuite/gas/sparc/mismatch.exp +++ b/gas/testsuite/gas/sparc/mismatch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp index d66fdc6d7e4..fecc80b3c31 100644 --- a/gas/testsuite/gas/sparc/sparc.exp +++ b/gas/testsuite/gas/sparc/sparc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/symver/symver.exp b/gas/testsuite/gas/symver/symver.exp index 504a0b69b3d..34b11cc39eb 100644 --- a/gas/testsuite/gas/symver/symver.exp +++ b/gas/testsuite/gas/symver/symver.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/tic4x/tic4x.exp b/gas/testsuite/gas/tic4x/tic4x.exp index 3a9b1a3aa50..cbdbaecd20b 100644 --- a/gas/testsuite/gas/tic4x/tic4x.exp +++ b/gas/testsuite/gas/tic4x/tic4x.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/tic54x/tic54x.exp b/gas/testsuite/gas/tic54x/tic54x.exp index 025b942423c..f34a48bd07e 100644 --- a/gas/testsuite/gas/tic54x/tic54x.exp +++ b/gas/testsuite/gas/tic54x/tic54x.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/tic6x/tic6x.exp b/gas/testsuite/gas/tic6x/tic6x.exp index be23f274e03..e61b0234835 100644 --- a/gas/testsuite/gas/tic6x/tic6x.exp +++ b/gas/testsuite/gas/tic6x/tic6x.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/tilegx/tilegx.exp b/gas/testsuite/gas/tilegx/tilegx.exp index 6624a291364..bb2366b4a09 100644 --- a/gas/testsuite/gas/tilegx/tilegx.exp +++ b/gas/testsuite/gas/tilegx/tilegx.exp @@ -1,5 +1,5 @@ # Expect script for TILE-Gx assembler tests. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/tilepro/tilepro.exp b/gas/testsuite/gas/tilepro/tilepro.exp index 3525df6edc6..abeb54bbadf 100644 --- a/gas/testsuite/gas/tilepro/tilepro.exp +++ b/gas/testsuite/gas/tilepro/tilepro.exp @@ -1,5 +1,5 @@ # Expect script for TILEPro assembler tests. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/v850/basic.exp b/gas/testsuite/gas/v850/basic.exp index ce09a9743e9..da2ce4da3c8 100644 --- a/gas/testsuite/gas/v850/basic.exp +++ b/gas/testsuite/gas/v850/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2025 Free Software Foundation, Inc. +# Copyright (C) 1996-2026 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 diff --git a/gas/testsuite/gas/vax/vax.exp b/gas/testsuite/gas/vax/vax.exp index 8bee58897cd..0c27be0b03e 100644 --- a/gas/testsuite/gas/vax/vax.exp +++ b/gas/testsuite/gas/vax/vax.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/visium/error.exp b/gas/testsuite/gas/visium/error.exp index 429fcefc75d..21ff3979cd3 100644 --- a/gas/testsuite/gas/visium/error.exp +++ b/gas/testsuite/gas/visium/error.exp @@ -1,5 +1,5 @@ # Expect script for Visium tests. -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/visium/visium.exp b/gas/testsuite/gas/visium/visium.exp index 6917c4e5a1d..c916bcf7839 100644 --- a/gas/testsuite/gas/visium/visium.exp +++ b/gas/testsuite/gas/visium/visium.exp @@ -1,5 +1,5 @@ # Expect script for Visium tests. -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/wasm32/wasm32.exp b/gas/testsuite/gas/wasm32/wasm32.exp index 6843c7a1605..bf18c323ddf 100644 --- a/gas/testsuite/gas/wasm32/wasm32.exp +++ b/gas/testsuite/gas/wasm32/wasm32.exp @@ -1,5 +1,5 @@ # Expect script for wasm32 tests. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/xgate/xgate.exp b/gas/testsuite/gas/xgate/xgate.exp index e32ce58a2f4..27cf6b1dc62 100644 --- a/gas/testsuite/gas/xgate/xgate.exp +++ b/gas/testsuite/gas/xgate/xgate.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/xstormy16/allinsn.exp b/gas/testsuite/gas/xstormy16/allinsn.exp index 085dd323f76..7e0a790ca1a 100644 --- a/gas/testsuite/gas/xstormy16/allinsn.exp +++ b/gas/testsuite/gas/xstormy16/allinsn.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/xtensa/all.exp b/gas/testsuite/gas/xtensa/all.exp index 59bf38ba595..c8cad7f58b7 100644 --- a/gas/testsuite/gas/xtensa/all.exp +++ b/gas/testsuite/gas/xtensa/all.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/xtensa/xtensa-err.exp b/gas/testsuite/gas/xtensa/xtensa-err.exp index 5a16fb345f1..2b7e2a33109 100644 --- a/gas/testsuite/gas/xtensa/xtensa-err.exp +++ b/gas/testsuite/gas/xtensa/xtensa-err.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 diff --git a/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp index 2c5ea0c7cd5..a9f434790ba 100644 --- a/gas/testsuite/gas/z80/z80.exp +++ b/gas/testsuite/gas/z80/z80.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/gas/z8k/z8k.exp b/gas/testsuite/gas/z8k/z8k.exp index 58ebfc85bea..a27d574ce1f 100644 --- a/gas/testsuite/gas/z8k/z8k.exp +++ b/gas/testsuite/gas/z8k/z8k.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index f63b9f19cc3..45f940fba22 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 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 diff --git a/gas/testsuite/lib/gas-dg.exp b/gas/testsuite/lib/gas-dg.exp index 347edb7cfcd..7bb1e4748b9 100644 --- a/gas/testsuite/lib/gas-dg.exp +++ b/gas/testsuite/lib/gas-dg.exp @@ -1,5 +1,5 @@ # Define gas callbacks for dg.exp. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/gas/write.c b/gas/write.c index 33d821b144e..d92bcf5c613 100644 --- a/gas/write.c +++ b/gas/write.c @@ -1,5 +1,5 @@ /* write.c - emit .o file - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/write.h b/gas/write.h index eb6ac642a10..7281930c2d6 100644 --- a/gas/write.h +++ b/gas/write.h @@ -1,5 +1,5 @@ /* write.h - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gold/ChangeLog b/gold/ChangeLog index f1b9400e0f3..eaf6bb2b904 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -313,7 +313,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gold/Makefile.am b/gold/Makefile.am index e756fcc9c62..f5400c5da0e 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file 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/gold/Makefile.in b/gold/Makefile.in index e8146c8a712..22d78f9dbdd 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file 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/gold/NEWS b/gold/NEWS index c0f4842e617..611d7cbb722 100644 --- a/gold/NEWS +++ b/gold/NEWS @@ -101,7 +101,7 @@ Changes in 1.3: * gold added to GNU binutils. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gold/README b/gold/README index b02dd570bf7..e7ee12cced7 100644 --- a/gold/README +++ b/gold/README @@ -62,7 +62,7 @@ to fail. If you are building gold from an official binutils release, the bison output should already be included. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gold/aarch64-reloc-property.cc b/gold/aarch64-reloc-property.cc index 8bf5a45e8c1..1701d59e8e1 100644 --- a/gold/aarch64-reloc-property.cc +++ b/gold/aarch64-reloc-property.cc @@ -1,6 +1,6 @@ // aarch64-reloc-property.cc -- AArch64 relocation properties -*- C++ -*- -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Han Shen and Jing Yu . // This file is part of gold. diff --git a/gold/aarch64-reloc-property.h b/gold/aarch64-reloc-property.h index 33bb67efad3..986adf9d5ad 100644 --- a/gold/aarch64-reloc-property.h +++ b/gold/aarch64-reloc-property.h @@ -1,6 +1,6 @@ // aarch64-reloc-property.h -- AArch64 relocation properties -*- C++ -*- -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Han Shen and Jing Yu . // This file is part of gold. diff --git a/gold/aarch64-reloc.def b/gold/aarch64-reloc.def index e0548f4dc15..40b3ecc72ad 100644 --- a/gold/aarch64-reloc.def +++ b/gold/aarch64-reloc.def @@ -1,6 +1,6 @@ // aarch64-reloc.def -- AArch64 relocation definitions. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Han Shen and Jing Yu . // This file is part of gold. diff --git a/gold/aarch64.cc b/gold/aarch64.cc index 0976292c1b9..9ef5df79e32 100644 --- a/gold/aarch64.cc +++ b/gold/aarch64.cc @@ -1,6 +1,6 @@ // aarch64.cc -- aarch64 target support for gold. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Jing Yu and Han Shen . // This file is part of gold. diff --git a/gold/archive.cc b/gold/archive.cc index 95a4702f5e4..fa10bbf4582 100644 --- a/gold/archive.cc +++ b/gold/archive.cc @@ -1,6 +1,6 @@ // archive.cc -- archive support for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/archive.h b/gold/archive.h index 4667891839b..eaedfad9756 100644 --- a/gold/archive.h +++ b/gold/archive.h @@ -1,6 +1,6 @@ // archive.h -- archive support for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/arm-reloc-property.cc b/gold/arm-reloc-property.cc index 1d12c01aacc..d046e007bcd 100644 --- a/gold/arm-reloc-property.cc +++ b/gold/arm-reloc-property.cc @@ -1,6 +1,6 @@ // arm-reloc-property.cc -- ARM relocation property. -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/arm-reloc-property.h b/gold/arm-reloc-property.h index 153428de654..6cdc5289bd6 100644 --- a/gold/arm-reloc-property.h +++ b/gold/arm-reloc-property.h @@ -1,6 +1,6 @@ // arm-reloc-property.h -- ARM relocation properties -*- C++ -*- -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/arm-reloc.def b/gold/arm-reloc.def index dd45bc83c5e..53a9bed87c7 100644 --- a/gold/arm-reloc.def +++ b/gold/arm-reloc.def @@ -1,6 +1,6 @@ // arm-reloc.def -- ARM relocation definitions. -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/arm.cc b/gold/arm.cc index 82782a6f69e..b2a73d67291 100644 --- a/gold/arm.cc +++ b/gold/arm.cc @@ -1,6 +1,6 @@ // arm.cc -- arm target support for gold. -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan based on the i386 code // by Ian Lance Taylor . // This file also contains borrowed and adapted code from diff --git a/gold/attributes.cc b/gold/attributes.cc index 4a36267bb04..98d11c85a1e 100644 --- a/gold/attributes.cc +++ b/gold/attributes.cc @@ -1,6 +1,6 @@ // attributes.cc -- object attributes for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file contains code adapted from BFD. diff --git a/gold/attributes.h b/gold/attributes.h index 655f80cfc58..711ef60c47d 100644 --- a/gold/attributes.h +++ b/gold/attributes.h @@ -1,6 +1,6 @@ // attributes.h -- object attributes for gold -*- C++ -*- -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file contains code adapted from BFD. diff --git a/gold/binary.cc b/gold/binary.cc index 26579b5a70e..b07bbeb1cf4 100644 --- a/gold/binary.cc +++ b/gold/binary.cc @@ -1,6 +1,6 @@ // binary.cc -- binary input files for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/binary.h b/gold/binary.h index ed386dec48c..5d4d20162e6 100644 --- a/gold/binary.h +++ b/gold/binary.h @@ -1,6 +1,6 @@ // binary.h -- binary input files for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/common.cc b/gold/common.cc index 49e842d7415..e721266df6d 100644 --- a/gold/common.cc +++ b/gold/common.cc @@ -1,6 +1,6 @@ // common.cc -- handle common symbols for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/common.h b/gold/common.h index 295a4d8e3be..49c20c93ed9 100644 --- a/gold/common.h +++ b/gold/common.h @@ -1,6 +1,6 @@ // common.h -- handle common symbols for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/compressed_output.cc b/gold/compressed_output.cc index 0874171e21f..137f674ccaf 100644 --- a/gold/compressed_output.cc +++ b/gold/compressed_output.cc @@ -1,6 +1,6 @@ // compressed_output.cc -- manage compressed debug sections for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/compressed_output.h b/gold/compressed_output.h index 545492fda59..2925fb2628b 100644 --- a/gold/compressed_output.h +++ b/gold/compressed_output.h @@ -1,6 +1,6 @@ // compressed_output.h -- compressed output sections for gold -*- C++ -*- -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/configure.ac b/gold/configure.ac index 597788daf7e..fe6ace01693 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2006-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2026 Free Software Foundation, Inc. dnl dnl This file 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/gold/configure.tgt b/gold/configure.tgt index 794a59049a7..aa3a72d43d7 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt @@ -1,6 +1,6 @@ # configure.tgt -- target configuration for gold -*- sh -*- -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/copy-relocs.cc b/gold/copy-relocs.cc index 3c357f0bc0d..8be46a267cc 100644 --- a/gold/copy-relocs.cc +++ b/gold/copy-relocs.cc @@ -1,6 +1,6 @@ // copy-relocs.cc -- handle COPY relocations for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/copy-relocs.h b/gold/copy-relocs.h index 52fd15bf5e2..1638281f6e0 100644 --- a/gold/copy-relocs.h +++ b/gold/copy-relocs.h @@ -1,6 +1,6 @@ // copy-relocs.h -- handle COPY relocations for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/cref.cc b/gold/cref.cc index fc6c4c18af9..9c16f855267 100644 --- a/gold/cref.cc +++ b/gold/cref.cc @@ -1,6 +1,6 @@ // cref.cc -- cross reference for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/cref.h b/gold/cref.h index e40755c9d7e..14c4f26a7b6 100644 --- a/gold/cref.h +++ b/gold/cref.h @@ -1,6 +1,6 @@ // cref.h -- cross reference reports for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/debug.h b/gold/debug.h index 484e7425c4e..3b07f31f3cd 100644 --- a/gold/debug.h +++ b/gold/debug.h @@ -1,6 +1,6 @@ // debug.h -- gold internal debugging support -*- C++ -*- -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/defstd.cc b/gold/defstd.cc index f184be3d367..e8d8708e539 100644 --- a/gold/defstd.cc +++ b/gold/defstd.cc @@ -1,6 +1,6 @@ // defstd.cc -- define standard symbols for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/defstd.h b/gold/defstd.h index 090f4159655..3f7c3c07435 100644 --- a/gold/defstd.h +++ b/gold/defstd.h @@ -1,6 +1,6 @@ // defstd.h -- define standard symbols for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/descriptors.cc b/gold/descriptors.cc index ce1079c0b8e..6ef84ecc332 100644 --- a/gold/descriptors.cc +++ b/gold/descriptors.cc @@ -1,6 +1,6 @@ // descriptors.cc -- manage file descriptors for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/descriptors.h b/gold/descriptors.h index ab59a9abea0..14f8096681e 100644 --- a/gold/descriptors.h +++ b/gold/descriptors.h @@ -1,6 +1,6 @@ // descriptors.h -- manage file descriptors for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/dirsearch.cc b/gold/dirsearch.cc index 3b3f9da260a..fa5703caac5 100644 --- a/gold/dirsearch.cc +++ b/gold/dirsearch.cc @@ -1,6 +1,6 @@ // dirsearch.cc -- directory searching for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/dirsearch.h b/gold/dirsearch.h index 25f6cab921c..00ea5d35f38 100644 --- a/gold/dirsearch.h +++ b/gold/dirsearch.h @@ -1,6 +1,6 @@ // dirsearch.h -- directory searching for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/dwarf_reader.cc b/gold/dwarf_reader.cc index a760f2745d5..1079b279950 100644 --- a/gold/dwarf_reader.cc +++ b/gold/dwarf_reader.cc @@ -1,6 +1,6 @@ // dwarf_reader.cc -- parse dwarf2/3 debug information -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/dwarf_reader.h b/gold/dwarf_reader.h index 4848d7e118c..5d59283f4f3 100644 --- a/gold/dwarf_reader.h +++ b/gold/dwarf_reader.h @@ -1,6 +1,6 @@ // dwarf_reader.h -- parse dwarf2/3 debug information for gold -*- C++ -*- -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/dwp.cc b/gold/dwp.cc index a0769285ea9..a8a63d30852 100644 --- a/gold/dwp.cc +++ b/gold/dwp.cc @@ -1,6 +1,6 @@ // dwp.cc -- DWARF packaging utility -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of dwp, the DWARF packaging utility. @@ -2334,7 +2334,7 @@ print_version() { // This output is intended to follow the GNU standards. printf("GNU dwp %s\n", BFD_VERSION_STRING); - printf(_("Copyright (C) 2025 Free Software Foundation, Inc.\n")); + printf(_("Copyright (C) 2026 Free Software Foundation, Inc.\n")); printf(_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or (at your option) any later version.\n\ diff --git a/gold/dwp.h b/gold/dwp.h index dacd226aeac..7cd56b3d628 100644 --- a/gold/dwp.h +++ b/gold/dwp.h @@ -1,6 +1,6 @@ // dwp.h -- general definitions for dwp. -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of dwp, the DWARF packaging utility. diff --git a/gold/dynobj.cc b/gold/dynobj.cc index 380b2e297cb..01342a7b0b7 100644 --- a/gold/dynobj.cc +++ b/gold/dynobj.cc @@ -1,6 +1,6 @@ // dynobj.cc -- dynamic object support for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/dynobj.h b/gold/dynobj.h index ee08c201354..93b406ae261 100644 --- a/gold/dynobj.h +++ b/gold/dynobj.h @@ -1,6 +1,6 @@ // dynobj.h -- dynamic object support for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/ehframe.cc b/gold/ehframe.cc index c1c7e791f7c..c18c5c0df51 100644 --- a/gold/ehframe.cc +++ b/gold/ehframe.cc @@ -1,6 +1,6 @@ // ehframe.cc -- handle exception frame sections for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/ehframe.h b/gold/ehframe.h index 7fe1d09438f..870a98a763a 100644 --- a/gold/ehframe.h +++ b/gold/ehframe.h @@ -1,6 +1,6 @@ // ehframe.h -- handle exception frame sections for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/errors.cc b/gold/errors.cc index 9ede01b1879..48458068d6c 100644 --- a/gold/errors.cc +++ b/gold/errors.cc @@ -1,6 +1,6 @@ // errors.cc -- handle errors for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/errors.h b/gold/errors.h index cb9f3206a60..5fa01b49a41 100644 --- a/gold/errors.h +++ b/gold/errors.h @@ -1,6 +1,6 @@ // errors.h -- handle errors for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/expression.cc b/gold/expression.cc index 8d49eae41ad..89d3f4d0fc2 100644 --- a/gold/expression.cc +++ b/gold/expression.cc @@ -1,6 +1,6 @@ // expression.cc -- expressions in linker scripts for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/ffsll.c b/gold/ffsll.c index 370b49fff8e..354c219e529 100644 --- a/gold/ffsll.c +++ b/gold/ffsll.c @@ -1,6 +1,6 @@ /* ffsll.c -- version of ffsll for gold. */ -/* Copyright (C) 2009-2025 Free Software Foundation, Inc. +/* Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/fileread.cc b/gold/fileread.cc index ab61c814ad1..115d0e2cda9 100644 --- a/gold/fileread.cc +++ b/gold/fileread.cc @@ -1,6 +1,6 @@ // fileread.cc -- read files for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/fileread.h b/gold/fileread.h index 8529c8efca4..96196dec71a 100644 --- a/gold/fileread.h +++ b/gold/fileread.h @@ -1,6 +1,6 @@ // fileread.h -- read files for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/freebsd.h b/gold/freebsd.h index d56ed8fc6d5..bd0b5d3fb79 100644 --- a/gold/freebsd.h +++ b/gold/freebsd.h @@ -1,6 +1,6 @@ // freebsd.h -- FreeBSD support for gold -*- C++ -*- -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/ftruncate.c b/gold/ftruncate.c index edb717470af..e0b99dc907d 100644 --- a/gold/ftruncate.c +++ b/gold/ftruncate.c @@ -1,7 +1,7 @@ /* ftruncate emulations that work on some System V's. This file is in the public domain. */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of gold. diff --git a/gold/gc.cc b/gold/gc.cc index c28a4ddfe2d..d57affe57f7 100644 --- a/gold/gc.cc +++ b/gold/gc.cc @@ -1,6 +1,6 @@ // gc.cc -- garbage collection of unused sections -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/gc.h b/gold/gc.h index 2c693f1e392..f63257bb073 100644 --- a/gold/gc.h +++ b/gold/gc.h @@ -1,6 +1,6 @@ // gc.h -- garbage collection of unused sections -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/gdb-index.cc b/gold/gdb-index.cc index f298c1d39cf..5abf2da0fa5 100644 --- a/gold/gdb-index.cc +++ b/gold/gdb-index.cc @@ -1,6 +1,6 @@ // gdb-index.cc -- generate .gdb_index section for fast debug lookup -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/gdb-index.h b/gold/gdb-index.h index 49acf298b76..dad3878d6c2 100644 --- a/gold/gdb-index.h +++ b/gold/gdb-index.h @@ -1,6 +1,6 @@ // gdb-index.h -- generate .gdb_index section for fast debug lookup -*- C++ -*- -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/gold-threads.cc b/gold/gold-threads.cc index c1f4cc3a526..8bd984da892 100644 --- a/gold/gold-threads.cc +++ b/gold/gold-threads.cc @@ -1,6 +1,6 @@ // gold-threads.cc -- thread support for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/gold-threads.h b/gold/gold-threads.h index 1abe76a04b5..bc8471e73ed 100644 --- a/gold/gold-threads.h +++ b/gold/gold-threads.h @@ -1,6 +1,6 @@ // gold-threads.h -- thread support for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/gold.cc b/gold/gold.cc index d52369a3d64..c102991179d 100644 --- a/gold/gold.cc +++ b/gold/gold.cc @@ -1,6 +1,6 @@ // gold.cc -- main linker functions -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/gold.h b/gold/gold.h index 9f8cb4822ac..c20919f9416 100644 --- a/gold/gold.h +++ b/gold/gold.h @@ -1,6 +1,6 @@ // gold.h -- general definitions for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/i386.cc b/gold/i386.cc index f9ae4ad1700..ffbfc2b6d25 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -1,6 +1,6 @@ // i386.cc -- i386 target support for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/icf.cc b/gold/icf.cc index 252b78cff90..56d0e3092b0 100644 --- a/gold/icf.cc +++ b/gold/icf.cc @@ -1,6 +1,6 @@ // icf.cc -- Identical Code Folding. // -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/icf.h b/gold/icf.h index 6e9f74fb5f3..4affd5574d3 100644 --- a/gold/icf.h +++ b/gold/icf.h @@ -1,6 +1,6 @@ // icf.h -- Identical Code Folding -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/incremental-dump.cc b/gold/incremental-dump.cc index bdca46d8e92..028b9cfb8ba 100644 --- a/gold/incremental-dump.cc +++ b/gold/incremental-dump.cc @@ -1,6 +1,6 @@ // incremental.cc -- incremental linking test/debug tool -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Rafael Avila de Espindola // This file is part of gold. diff --git a/gold/incremental.cc b/gold/incremental.cc index 1b0b8c5d821..378c64bcda1 100644 --- a/gold/incremental.cc +++ b/gold/incremental.cc @@ -1,6 +1,6 @@ // inremental.cc -- incremental linking support for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Mikolaj Zalewski . // This file is part of gold. diff --git a/gold/incremental.h b/gold/incremental.h index 8be52df6028..d63541e0726 100644 --- a/gold/incremental.h +++ b/gold/incremental.h @@ -1,6 +1,6 @@ // inremental.h -- incremental linking support for gold -*- C++ -*- -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Mikolaj Zalewski . // This file is part of gold. diff --git a/gold/int_encoding.cc b/gold/int_encoding.cc index be4db08042e..1713f66abfa 100644 --- a/gold/int_encoding.cc +++ b/gold/int_encoding.cc @@ -1,6 +1,6 @@ // int_encoding.cc -- variable length and unaligned integer encoding support. -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan by refactoring scattered // contents from other files in gold. Original code written by Ian // Lance Taylor and Caleb Howe . diff --git a/gold/int_encoding.h b/gold/int_encoding.h index 83068263deb..a2ad6a96030 100644 --- a/gold/int_encoding.h +++ b/gold/int_encoding.h @@ -1,6 +1,6 @@ // int_encoding.h -- variable length and unaligned integers -*- C++ -*- -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan by refactoring scattered // contents from other files in gold. Original code written by Ian // Lance Taylor and Caleb Howe . diff --git a/gold/layout.cc b/gold/layout.cc index f690c67618e..ab7a9226104 100644 --- a/gold/layout.cc +++ b/gold/layout.cc @@ -1,6 +1,6 @@ // layout.cc -- lay out output file sections for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/layout.h b/gold/layout.h index d07636a8c0a..1a51f3e8c9b 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -1,6 +1,6 @@ // layout.h -- lay out output file sections for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/main.cc b/gold/main.cc index 0878bdb4f5d..93fc4fcc158 100644 --- a/gold/main.cc +++ b/gold/main.cc @@ -1,6 +1,6 @@ // main.cc -- gold main function. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/mapfile.cc b/gold/mapfile.cc index dc3e2b086af..f95de2790cd 100644 --- a/gold/mapfile.cc +++ b/gold/mapfile.cc @@ -1,6 +1,6 @@ // mapfile.cc -- map file generation for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/mapfile.h b/gold/mapfile.h index 5b786444636..e9f077709e9 100644 --- a/gold/mapfile.h +++ b/gold/mapfile.h @@ -1,6 +1,6 @@ // mapfile.h -- map file generation for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/merge.cc b/gold/merge.cc index 6472cc4f3ba..086c7915d1a 100644 --- a/gold/merge.cc +++ b/gold/merge.cc @@ -1,6 +1,6 @@ // merge.cc -- handle section merging for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/merge.h b/gold/merge.h index 68bb423a2de..cf558be49e8 100644 --- a/gold/merge.h +++ b/gold/merge.h @@ -1,6 +1,6 @@ // merge.h -- handle section merging for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/mips.cc b/gold/mips.cc index 4f609dc53c3..8a82f11062f 100644 --- a/gold/mips.cc +++ b/gold/mips.cc @@ -1,6 +1,6 @@ // mips.cc -- mips target support for gold. -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Sasa Stankovic // and Aleksandar Simeonov . // This file contains borrowed and adapted code from bfd/elfxx-mips.c. diff --git a/gold/mremap.c b/gold/mremap.c index 121ec00026c..613ad427376 100644 --- a/gold/mremap.c +++ b/gold/mremap.c @@ -1,6 +1,6 @@ /* mremap.c -- version of mremap for gold. */ -/* Copyright (C) 2009-2025 Free Software Foundation, Inc. +/* Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/object.cc b/gold/object.cc index 639c7affafa..a358def0669 100644 --- a/gold/object.cc +++ b/gold/object.cc @@ -1,6 +1,6 @@ // object.cc -- support for an object file for linking in gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/object.h b/gold/object.h index c4152a8ac9f..b0073bf843b 100644 --- a/gold/object.h +++ b/gold/object.h @@ -1,6 +1,6 @@ // object.h -- support for an object file for linking in gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/options.cc b/gold/options.cc index 901f2bb6dcc..446f06bb61a 100644 --- a/gold/options.cc +++ b/gold/options.cc @@ -1,6 +1,6 @@ // options.c -- handle command line options for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/options.h b/gold/options.h index 4eb3678e9ec..d66d323306e 100644 --- a/gold/options.h +++ b/gold/options.h @@ -1,6 +1,6 @@ // options.h -- handle command line options for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/output.cc b/gold/output.cc index d6bfe6096c4..adbe624e590 100644 --- a/gold/output.cc +++ b/gold/output.cc @@ -1,6 +1,6 @@ // output.cc -- manage the output file for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/output.h b/gold/output.h index 8d6b74b49bd..adadc3cec99 100644 --- a/gold/output.h +++ b/gold/output.h @@ -1,6 +1,6 @@ // output.h -- manage the output file for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/parameters.cc b/gold/parameters.cc index 2add025502d..c9201caaade 100644 --- a/gold/parameters.cc +++ b/gold/parameters.cc @@ -1,6 +1,6 @@ // parameters.cc -- general parameters for a link using gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/parameters.h b/gold/parameters.h index 843aac6855e..dbcac24cbeb 100644 --- a/gold/parameters.h +++ b/gold/parameters.h @@ -1,6 +1,6 @@ // parameters.h -- general parameters for a link using gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/plugin.cc b/gold/plugin.cc index 7ee4f17f91f..60fa4c79a19 100644 --- a/gold/plugin.cc +++ b/gold/plugin.cc @@ -1,6 +1,6 @@ // plugin.cc -- plugin manager for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/plugin.h b/gold/plugin.h index 1d5619a6c5c..9ea4f176796 100644 --- a/gold/plugin.h +++ b/gold/plugin.h @@ -1,6 +1,6 @@ // plugin.h -- plugin manager for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/po/Make-in b/gold/po/Make-in index 45ffde7df97..8fd9bfcad95 100644 --- a/gold/po/Make-in +++ b/gold/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/gold/powerpc.cc b/gold/powerpc.cc index fe0cc6ac7c2..972f62e0ed3 100644 --- a/gold/powerpc.cc +++ b/gold/powerpc.cc @@ -1,6 +1,6 @@ // powerpc.cc -- powerpc target support for gold. -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by David S. Miller // and David Edelsohn diff --git a/gold/pread.c b/gold/pread.c index d0bffdb720e..133950ad922 100644 --- a/gold/pread.c +++ b/gold/pread.c @@ -1,6 +1,6 @@ /* pread.c -- version of pread for gold. */ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/readsyms.cc b/gold/readsyms.cc index 8a2d5934f45..b11e1b97a95 100644 --- a/gold/readsyms.cc +++ b/gold/readsyms.cc @@ -1,6 +1,6 @@ // readsyms.cc -- read input file symbols for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/readsyms.h b/gold/readsyms.h index 68019d8b5a6..1b50f7440d0 100644 --- a/gold/readsyms.h +++ b/gold/readsyms.h @@ -1,6 +1,6 @@ // readsyms.h -- read input file symbols for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/reduced_debug_output.cc b/gold/reduced_debug_output.cc index 273fc1a6262..a0ab6ee8394 100644 --- a/gold/reduced_debug_output.cc +++ b/gold/reduced_debug_output.cc @@ -1,6 +1,6 @@ // reduced_debug_output.cc -- output reduced debugging information to save space -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Caleb Howe . // This file is part of gold. diff --git a/gold/reduced_debug_output.h b/gold/reduced_debug_output.h index 2a116e17583..d8a3e317127 100644 --- a/gold/reduced_debug_output.h +++ b/gold/reduced_debug_output.h @@ -1,6 +1,6 @@ // reduced_debug_output.h -- reduce debugging information -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Caleb Howe . // This file is part of gold. diff --git a/gold/reloc-types.h b/gold/reloc-types.h index 25a2d590470..5555ddcf5de 100644 --- a/gold/reloc-types.h +++ b/gold/reloc-types.h @@ -1,6 +1,6 @@ // reloc-types.h -- ELF relocation templates for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/reloc.cc b/gold/reloc.cc index cbd32e0dd2e..adf7794faea 100644 --- a/gold/reloc.cc +++ b/gold/reloc.cc @@ -1,6 +1,6 @@ // reloc.cc -- relocate input files for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/reloc.h b/gold/reloc.h index 09bffb845e1..8eacfc75769 100644 --- a/gold/reloc.h +++ b/gold/reloc.h @@ -1,6 +1,6 @@ // reloc.h -- relocate input files for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/resolve.cc b/gold/resolve.cc index 0b46056937b..3d600116b1f 100644 --- a/gold/resolve.cc +++ b/gold/resolve.cc @@ -1,6 +1,6 @@ // resolve.cc -- symbol resolution for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/s390.cc b/gold/s390.cc index 38822e76e49..137f1b48a08 100644 --- a/gold/s390.cc +++ b/gold/s390.cc @@ -1,6 +1,6 @@ // s390.cc -- s390 target support for gold. -// Copyright (C) 2015-2025 Free Software Foundation, Inc. +// Copyright (C) 2015-2026 Free Software Foundation, Inc. // Written by Marcin Kościelnicki . // This file is part of gold. diff --git a/gold/script-c.h b/gold/script-c.h index 70fef939699..1d42043e80f 100644 --- a/gold/script-c.h +++ b/gold/script-c.h @@ -1,6 +1,6 @@ /* script-c.h -- C interface for linker scripts in gold. */ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/script-sections.cc b/gold/script-sections.cc index 250c5cb99ef..dc93199341f 100644 --- a/gold/script-sections.cc +++ b/gold/script-sections.cc @@ -1,6 +1,6 @@ // script-sections.cc -- linker script SECTIONS for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/script-sections.h b/gold/script-sections.h index c5ddd3ac69e..79918dbeb55 100644 --- a/gold/script-sections.h +++ b/gold/script-sections.h @@ -1,6 +1,6 @@ // script-sections.h -- linker script SECTIONS for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/script.cc b/gold/script.cc index b9ee538991f..e08d904c979 100644 --- a/gold/script.cc +++ b/gold/script.cc @@ -1,6 +1,6 @@ // script.cc -- handle linker scripts for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/script.h b/gold/script.h index 8b7b01d7132..2e37ec77df4 100644 --- a/gold/script.h +++ b/gold/script.h @@ -1,6 +1,6 @@ // script.h -- handle linker scripts for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/sparc.cc b/gold/sparc.cc index 7a7776fb740..8150688036b 100644 --- a/gold/sparc.cc +++ b/gold/sparc.cc @@ -1,6 +1,6 @@ // sparc.cc -- sparc target support for gold. -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by David S. Miller . // This file is part of gold. diff --git a/gold/stringpool.cc b/gold/stringpool.cc index cde542ba3a4..c2b67c472ce 100644 --- a/gold/stringpool.cc +++ b/gold/stringpool.cc @@ -1,6 +1,6 @@ // stringpool.cc -- a string pool for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/stringpool.h b/gold/stringpool.h index 9e672475f98..f32bc77b92f 100644 --- a/gold/stringpool.h +++ b/gold/stringpool.h @@ -1,6 +1,6 @@ // stringpool.h -- a string pool for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/symtab.cc b/gold/symtab.cc index 877ddd7547c..5abdebd0efc 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -1,6 +1,6 @@ // symtab.cc -- the gold symbol table -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/symtab.h b/gold/symtab.h index 7488dd4478a..b9662223357 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -1,6 +1,6 @@ // symtab.h -- the gold symbol table -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/system.h b/gold/system.h index 0bd44fb9e38..eac197b6bd4 100644 --- a/gold/system.h +++ b/gold/system.h @@ -1,6 +1,6 @@ // system.h -- general definitions for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/target-reloc.h b/gold/target-reloc.h index 63c841d3d9a..bb24e64cad0 100644 --- a/gold/target-reloc.h +++ b/gold/target-reloc.h @@ -1,6 +1,6 @@ // target-reloc.h -- target specific relocation support -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/target-select.cc b/gold/target-select.cc index bceb8ebd152..4c58debd5ef 100644 --- a/gold/target-select.cc +++ b/gold/target-select.cc @@ -1,6 +1,6 @@ // target-select.cc -- select a target for an object file -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/target-select.h b/gold/target-select.h index 30279a0281b..ee9019cbf7c 100644 --- a/gold/target-select.h +++ b/gold/target-select.h @@ -1,6 +1,6 @@ // target-select.h -- select a target for an object file -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/target.cc b/gold/target.cc index 474b4fad580..e9d5c04c083 100644 --- a/gold/target.cc +++ b/gold/target.cc @@ -1,6 +1,6 @@ // target.cc -- target support for gold. -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/target.h b/gold/target.h index f6a916275be..8454ea9c9c2 100644 --- a/gold/target.h +++ b/gold/target.h @@ -1,6 +1,6 @@ // target.h -- target support for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/aarch64_reloc_none.sh b/gold/testsuite/aarch64_reloc_none.sh index 2d1dbf97dfb..0a7a5ef4c35 100755 --- a/gold/testsuite/aarch64_reloc_none.sh +++ b/gold/testsuite/aarch64_reloc_none.sh @@ -3,7 +3,7 @@ # aarch64_reloc_none.sh -- test that R_AARCH64_NONE can be used # to prevent garbage collecting a section. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/aarch64_relocs.sh b/gold/testsuite/aarch64_relocs.sh index 96177bcd0dc..c247bffbaa7 100755 --- a/gold/testsuite/aarch64_relocs.sh +++ b/gold/testsuite/aarch64_relocs.sh @@ -2,7 +2,7 @@ # aarch64_relocs.sh -- test AArch64 relocations. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin # This file is part of gold. diff --git a/gold/testsuite/aarch64_tlsdesc.sh b/gold/testsuite/aarch64_tlsdesc.sh index 5c3bde73563..17f1ab1d4f9 100755 --- a/gold/testsuite/aarch64_tlsdesc.sh +++ b/gold/testsuite/aarch64_tlsdesc.sh @@ -2,7 +2,7 @@ # aarch64_tlsdesc.sh -- test R_AARCH64_TLSDESC_* relocations. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/arm_abs_global.sh b/gold/testsuite/arm_abs_global.sh index 0cbc96c7eb7..daef32ab39a 100755 --- a/gold/testsuite/arm_abs_global.sh +++ b/gold/testsuite/arm_abs_global.sh @@ -2,7 +2,7 @@ # arm_abs_global.sh -- test ARM absolute relocations against global symbols. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/arm_attr_merge.sh b/gold/testsuite/arm_attr_merge.sh index 3be455fe989..0404372609c 100755 --- a/gold/testsuite/arm_attr_merge.sh +++ b/gold/testsuite/arm_attr_merge.sh @@ -2,7 +2,7 @@ # arm_attr_merge.sh -- test ARM attributes merging. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/arm_branch_in_range.sh b/gold/testsuite/arm_branch_in_range.sh index 259c9366465..a5710c0e423 100755 --- a/gold/testsuite/arm_branch_in_range.sh +++ b/gold/testsuite/arm_branch_in_range.sh @@ -3,7 +3,7 @@ # arm_branch_in_range.sh -- test ARM/THUMB/THUMB branch instructions whose # targets are just within the branch range limits. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/arm_branch_out_of_range.sh b/gold/testsuite/arm_branch_out_of_range.sh index ee04c9aedc1..49f829b9fba 100755 --- a/gold/testsuite/arm_branch_out_of_range.sh +++ b/gold/testsuite/arm_branch_out_of_range.sh @@ -3,7 +3,7 @@ # arm_branch_out_of_range.sh -- test ARM/THUMB/THUMB branch instructions whose # targets are just out of the branch range limits. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/arm_branch_range.t b/gold/testsuite/arm_branch_range.t index f43f67aa3e0..c499d6b9a42 100644 --- a/gold/testsuite/arm_branch_range.t +++ b/gold/testsuite/arm_branch_range.t @@ -1,6 +1,6 @@ /* arm_banch_range.t -- linker script to test ARM branch range. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Doug Kwan . This file is part of gold. diff --git a/gold/testsuite/arm_cortex_a8.sh b/gold/testsuite/arm_cortex_a8.sh index 8211a53dd90..3cd36b604bf 100755 --- a/gold/testsuite/arm_cortex_a8.sh +++ b/gold/testsuite/arm_cortex_a8.sh @@ -2,7 +2,7 @@ # arm_cortex_a8.sh -- a test case for the Cortex-A8 workaround. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/arm_exidx_test.sh b/gold/testsuite/arm_exidx_test.sh index 009e039dabb..2951eea3894 100755 --- a/gold/testsuite/arm_exidx_test.sh +++ b/gold/testsuite/arm_exidx_test.sh @@ -2,7 +2,7 @@ # arm_exidx_test.sh -- a test case for .ARM.exidx section. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/arm_farcall_arm_arm.sh b/gold/testsuite/arm_farcall_arm_arm.sh index e9bec30b8b8..1915c767208 100755 --- a/gold/testsuite/arm_farcall_arm_arm.sh +++ b/gold/testsuite/arm_farcall_arm_arm.sh @@ -2,7 +2,7 @@ # arm_farcall_arm_arm.sh -- a test case for ARM->ARM farcall veneers -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Matthew Gretton-Dann # Based upon arm_cortex_a8.sh # Written by Doug Kwan . diff --git a/gold/testsuite/arm_farcall_arm_arm_be8.sh b/gold/testsuite/arm_farcall_arm_arm_be8.sh index a6de8e62f66..129e022ab7e 100755 --- a/gold/testsuite/arm_farcall_arm_arm_be8.sh +++ b/gold/testsuite/arm_farcall_arm_arm_be8.sh @@ -2,7 +2,7 @@ # arm_farcall_arm_arm_be8.sh -- a test case for ARM->ARM farcall veneers -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # This file is part of gold. # Based on arm_farcall_arm_arm.s file. diff --git a/gold/testsuite/arm_farcall_arm_thumb.sh b/gold/testsuite/arm_farcall_arm_thumb.sh index ae80d20292b..fa80c74c714 100755 --- a/gold/testsuite/arm_farcall_arm_thumb.sh +++ b/gold/testsuite/arm_farcall_arm_thumb.sh @@ -2,7 +2,7 @@ # arm_farcall_arm_thumb.sh -- a test case for ARM->Thumb farcall veneers. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Matthew Gretton-Dann # Based upon arm_cortex_a8.sh # Written by Doug Kwan . diff --git a/gold/testsuite/arm_farcall_thumb_arm.sh b/gold/testsuite/arm_farcall_thumb_arm.sh index a8bcb37edde..2a131c00a3a 100755 --- a/gold/testsuite/arm_farcall_thumb_arm.sh +++ b/gold/testsuite/arm_farcall_thumb_arm.sh @@ -2,7 +2,7 @@ # arm_farcall_thumb_arm.sh -- a test case for Thumb->ARM farcall veneers. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Matthew Gretton-Dann # Based upon arm_cortex_a8.sh # Written by Doug Kwan . diff --git a/gold/testsuite/arm_farcall_thumb_thumb.sh b/gold/testsuite/arm_farcall_thumb_thumb.sh index 489519733d0..84c046d6d82 100755 --- a/gold/testsuite/arm_farcall_thumb_thumb.sh +++ b/gold/testsuite/arm_farcall_thumb_thumb.sh @@ -2,7 +2,7 @@ # arm_farcall_thumb_thumb.sh -- a test case for Thumb->Thumb farcall veneers. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Matthew Gretton-Dann # Based upon arm_cortex_a8.sh # Written by Doug Kwan . diff --git a/gold/testsuite/arm_farcall_thumb_thumb_be8.sh b/gold/testsuite/arm_farcall_thumb_thumb_be8.sh index 470cc58c0c9..04c7a873200 100755 --- a/gold/testsuite/arm_farcall_thumb_thumb_be8.sh +++ b/gold/testsuite/arm_farcall_thumb_thumb_be8.sh @@ -2,7 +2,7 @@ # arm_farcall_thumb_thumb_be8.sh -- a test case for Thumb->Thumb farcall veneers. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # This file is part of gold. # Based on arm_farcall_thumb_thumb.s file diff --git a/gold/testsuite/arm_fix_1176.sh b/gold/testsuite/arm_fix_1176.sh index dc9b16e5f78..86e10bf80ac 100755 --- a/gold/testsuite/arm_fix_1176.sh +++ b/gold/testsuite/arm_fix_1176.sh @@ -2,7 +2,7 @@ # arm_fix_1176.sh -- a test case for the ARM1176 workaround. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Matthew Gretton-Dann # Based upon arm_cortex_a8.sh # Written by Doug Kwan . diff --git a/gold/testsuite/arm_fix_v4bx.sh b/gold/testsuite/arm_fix_v4bx.sh index bca85986b0b..e8e82d409aa 100755 --- a/gold/testsuite/arm_fix_v4bx.sh +++ b/gold/testsuite/arm_fix_v4bx.sh @@ -2,7 +2,7 @@ # arm_v4bx.sh -- a test case for --fix-v4bx and --fix-v4bx-interworking. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/arm_target1_abs.sh b/gold/testsuite/arm_target1_abs.sh index 9a82bae1242..8d7c202781e 100755 --- a/gold/testsuite/arm_target1_abs.sh +++ b/gold/testsuite/arm_target1_abs.sh @@ -3,7 +3,7 @@ # arm_target1_abs.sh -- test --target1-abs option. # This test is based on ld/testsuite/ld-arm/arm-target1-abs.d. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/arm_target1_rel.sh b/gold/testsuite/arm_target1_rel.sh index e72135299d5..1e386ea1a30 100755 --- a/gold/testsuite/arm_target1_rel.sh +++ b/gold/testsuite/arm_target1_rel.sh @@ -3,7 +3,7 @@ # arm_target1_rel.sh -- test --target1-rel option. # This test is based on ld/testsuite/ld-arm/arm-target1-rel.d. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/arm_target2_abs.sh b/gold/testsuite/arm_target2_abs.sh index e4fbdccaf91..e105774c4ea 100755 --- a/gold/testsuite/arm_target2_abs.sh +++ b/gold/testsuite/arm_target2_abs.sh @@ -3,7 +3,7 @@ # arm_target2_abs.sh -- test --target2=abs option. # This test is based on ld/testsuite/ld-arm/arm-target2-abs.d. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/arm_target2_got_rel.sh b/gold/testsuite/arm_target2_got_rel.sh index e4faf152af6..fc5dd89616e 100755 --- a/gold/testsuite/arm_target2_got_rel.sh +++ b/gold/testsuite/arm_target2_got_rel.sh @@ -3,7 +3,7 @@ # arm_target2_got_rel.sh -- test --target2=got-rel options. # This test is based on ld/testsuite/ld-arm/arm-target2-got-rel.d. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/arm_target2_rel.sh b/gold/testsuite/arm_target2_rel.sh index d5423b99842..3db5616652f 100755 --- a/gold/testsuite/arm_target2_rel.sh +++ b/gold/testsuite/arm_target2_rel.sh @@ -3,7 +3,7 @@ # arm_target2_rel.sh -- test --target2=rel option. # This test is based on ld/testsuite/ld-arm/arm-target2-rel.d. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/arm_thm_jump11.t b/gold/testsuite/arm_thm_jump11.t index f296679eb29..486064884a8 100644 --- a/gold/testsuite/arm_thm_jump11.t +++ b/gold/testsuite/arm_thm_jump11.t @@ -1,6 +1,6 @@ /* arm_thm_jump11.t -- linker script to test R_ARM_THM_JUMP11 relocation. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Doug Kwan . This file is part of gold. diff --git a/gold/testsuite/arm_thm_jump8.t b/gold/testsuite/arm_thm_jump8.t index f30edfbd186..3ded196902e 100644 --- a/gold/testsuite/arm_thm_jump8.t +++ b/gold/testsuite/arm_thm_jump8.t @@ -1,6 +1,6 @@ /* arm_thm_jump8.t -- linker script to test R_ARM_THM_JUMP8 relocation. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Doug Kwan . This file is part of gold. diff --git a/gold/testsuite/arm_unaligned_reloc.sh b/gold/testsuite/arm_unaligned_reloc.sh index 4ce59b2c1dd..e11a069c891 100755 --- a/gold/testsuite/arm_unaligned_reloc.sh +++ b/gold/testsuite/arm_unaligned_reloc.sh @@ -2,7 +2,7 @@ # arm_unaligned_reloc.sh -- test ARM unaligned static data relocations. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/basic_test.cc b/gold/testsuite/basic_test.cc index de3e7ef2c36..09fcb1ca22d 100644 --- a/gold/testsuite/basic_test.cc +++ b/gold/testsuite/basic_test.cc @@ -1,6 +1,6 @@ // basic_test.cc -- a test case for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/binary_test.cc b/gold/testsuite/binary_test.cc index 1093982d139..66a9b4a3f67 100644 --- a/gold/testsuite/binary_test.cc +++ b/gold/testsuite/binary_test.cc @@ -1,6 +1,6 @@ // binary_test.cc -- test --format binary for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/binary_unittest.cc b/gold/testsuite/binary_unittest.cc index c4bbb2f0b13..ed31f5909b9 100644 --- a/gold/testsuite/binary_unittest.cc +++ b/gold/testsuite/binary_unittest.cc @@ -1,6 +1,6 @@ // binary_unittest.cc -- test Binary_to_elf -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/common_test_1.c b/gold/testsuite/common_test_1.c index c0c9434e130..0e191b08ace 100644 --- a/gold/testsuite/common_test_1.c +++ b/gold/testsuite/common_test_1.c @@ -1,6 +1,6 @@ /* common_test_1.c -- test common symbol sorting - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/common_test_1_v1.c b/gold/testsuite/common_test_1_v1.c index 2f8205d9ca8..bece024e006 100644 --- a/gold/testsuite/common_test_1_v1.c +++ b/gold/testsuite/common_test_1_v1.c @@ -1,6 +1,6 @@ /* common_test_1_v1.c -- test common symbol sorting - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/common_test_1_v2.c b/gold/testsuite/common_test_1_v2.c index 0274caf8cdb..d3ee559248b 100644 --- a/gold/testsuite/common_test_1_v2.c +++ b/gold/testsuite/common_test_1_v2.c @@ -1,6 +1,6 @@ /* common_test_1_v2.c -- test common symbol sorting - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/common_test_2.c b/gold/testsuite/common_test_2.c index ab1e249731b..d36bd1f4b4b 100644 --- a/gold/testsuite/common_test_2.c +++ b/gold/testsuite/common_test_2.c @@ -1,6 +1,6 @@ /* common_test_2.c -- test common symbol name conflicts - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/common_test_3.c b/gold/testsuite/common_test_3.c index 119ec34599b..115b61ce2ef 100644 --- a/gold/testsuite/common_test_3.c +++ b/gold/testsuite/common_test_3.c @@ -1,6 +1,6 @@ /* common_test_3.c -- test common symbol name conflicts - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/constructor_test.cc b/gold/testsuite/constructor_test.cc index d80b3dc8d89..717247ec483 100644 --- a/gold/testsuite/constructor_test.cc +++ b/gold/testsuite/constructor_test.cc @@ -1,6 +1,6 @@ // constructor_test.cc -- a test case for gold global constructors -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/copy_test.cc b/gold/testsuite/copy_test.cc index 3574e53b7c3..21f6e4bf048 100644 --- a/gold/testsuite/copy_test.cc +++ b/gold/testsuite/copy_test.cc @@ -1,6 +1,6 @@ // copy_test.cc -- test copy relocs for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/copy_test_1.cc b/gold/testsuite/copy_test_1.cc index d92ee6b84c0..c1e4ac9a7f4 100644 --- a/gold/testsuite/copy_test_1.cc +++ b/gold/testsuite/copy_test_1.cc @@ -1,6 +1,6 @@ // copy_test_1.cc -- test copy relocs for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/copy_test_2.cc b/gold/testsuite/copy_test_2.cc index 1e9308d8318..a910b6c8d0e 100644 --- a/gold/testsuite/copy_test_2.cc +++ b/gold/testsuite/copy_test_2.cc @@ -1,6 +1,6 @@ // copy_test_2.cc -- test copy relocs variables for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/copy_test_protected.cc b/gold/testsuite/copy_test_protected.cc index 739148e250f..8e3d93eac8e 100644 --- a/gold/testsuite/copy_test_protected.cc +++ b/gold/testsuite/copy_test_protected.cc @@ -1,6 +1,6 @@ // copy_test_protected.cc -- test copy relocs for gold -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/copy_test_protected.sh b/gold/testsuite/copy_test_protected.sh index d071ac60294..8e4ffc86e92 100755 --- a/gold/testsuite/copy_test_protected.sh +++ b/gold/testsuite/copy_test_protected.sh @@ -2,7 +2,7 @@ # copy_test_protected.sh -- a test case for copy relocations. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/copy_test_relro.cc b/gold/testsuite/copy_test_relro.cc index 6cc1d350979..b26f33c878b 100644 --- a/gold/testsuite/copy_test_relro.cc +++ b/gold/testsuite/copy_test_relro.cc @@ -1,6 +1,6 @@ // copy_test_relro.cc -- test copy relocs against read-only and relro symbols. -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/copy_test_relro_1.cc b/gold/testsuite/copy_test_relro_1.cc index 768db9687f6..a307b9e157d 100644 --- a/gold/testsuite/copy_test_relro_1.cc +++ b/gold/testsuite/copy_test_relro_1.cc @@ -1,6 +1,6 @@ // copy_test_relro_1.cc -- test copy relocs variables for gold -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/copy_test_v1.cc b/gold/testsuite/copy_test_v1.cc index 3b512071b14..01d29aff2f4 100644 --- a/gold/testsuite/copy_test_v1.cc +++ b/gold/testsuite/copy_test_v1.cc @@ -1,6 +1,6 @@ // copy_test_v1.cc -- test copy relocs for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/debug_msg.cc b/gold/testsuite/debug_msg.cc index ac5c5c5c67f..bb0173eed81 100644 --- a/gold/testsuite/debug_msg.cc +++ b/gold/testsuite/debug_msg.cc @@ -1,6 +1,6 @@ // debug_msg.cc -- a test case for printing debug info for missing symbols. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/debug_msg.sh b/gold/testsuite/debug_msg.sh index c96b2cb2f21..f3ca1e8f5dd 100755 --- a/gold/testsuite/debug_msg.sh +++ b/gold/testsuite/debug_msg.sh @@ -2,7 +2,7 @@ # debug_msg.sh -- a test case for printing debug info for missing symbols. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/defsym_test.sh b/gold/testsuite/defsym_test.sh index 3a4cd473e47..ab3de00253a 100755 --- a/gold/testsuite/defsym_test.sh +++ b/gold/testsuite/defsym_test.sh @@ -2,7 +2,7 @@ # defsym_test.sh -- test that --defsym copies type and visiblity. -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/discard_locals_relocatable_test.c b/gold/testsuite/discard_locals_relocatable_test.c index 6f93746c932..fdf0bfad13d 100644 --- a/gold/testsuite/discard_locals_relocatable_test.c +++ b/gold/testsuite/discard_locals_relocatable_test.c @@ -1,6 +1,6 @@ /* discard_locals_relocatable_test.c -- test --discard-locals/--discard-all -r - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Viktor Kutuzov . This file is part of gold. diff --git a/gold/testsuite/discard_locals_test.c b/gold/testsuite/discard_locals_test.c index 7433529b252..2b5af26d4e5 100644 --- a/gold/testsuite/discard_locals_test.c +++ b/gold/testsuite/discard_locals_test.c @@ -1,6 +1,6 @@ /* discard_locals_test.c -- test --discard-locals option. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Doug Kwan . This file is part of gold. diff --git a/gold/testsuite/discard_locals_test.sh b/gold/testsuite/discard_locals_test.sh index 31097f3b038..e3c573d42e4 100755 --- a/gold/testsuite/discard_locals_test.sh +++ b/gold/testsuite/discard_locals_test.sh @@ -2,7 +2,7 @@ # discard_locals_test.sh -- test that local symbols are discarded. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/dwp_test.h b/gold/testsuite/dwp_test.h index 36668192983..cff7afbe99b 100644 --- a/gold/testsuite/dwp_test.h +++ b/gold/testsuite/dwp_test.h @@ -1,6 +1,6 @@ // dwp_test.h -- a test case for dwp, header file -*- C++ -*- -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dwp_test_1.cc b/gold/testsuite/dwp_test_1.cc index e3098adbd1b..5a45d91ae8f 100644 --- a/gold/testsuite/dwp_test_1.cc +++ b/gold/testsuite/dwp_test_1.cc @@ -1,6 +1,6 @@ // dwp_test_1.cc -- a test case for dwp -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dwp_test_1.sh b/gold/testsuite/dwp_test_1.sh index 7e6745ba838..9cb4c846788 100755 --- a/gold/testsuite/dwp_test_1.sh +++ b/gold/testsuite/dwp_test_1.sh @@ -2,7 +2,7 @@ # dwp_test_1.sh -- Test the dwp tool. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/dwp_test_1b.cc b/gold/testsuite/dwp_test_1b.cc index c1304517a7d..50bd7435e45 100644 --- a/gold/testsuite/dwp_test_1b.cc +++ b/gold/testsuite/dwp_test_1b.cc @@ -1,6 +1,6 @@ // dwp_test_1b.cc -- a test case for dwp -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dwp_test_2.cc b/gold/testsuite/dwp_test_2.cc index 68b0a47a9b6..d1d5243d729 100644 --- a/gold/testsuite/dwp_test_2.cc +++ b/gold/testsuite/dwp_test_2.cc @@ -1,6 +1,6 @@ // dwp_test_2.cc -- a test case for dwp -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dwp_test_2.sh b/gold/testsuite/dwp_test_2.sh index 57894c5bbbd..47c580126c6 100755 --- a/gold/testsuite/dwp_test_2.sh +++ b/gold/testsuite/dwp_test_2.sh @@ -2,7 +2,7 @@ # dwp_test_2.sh -- Test the dwp tool. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/dwp_test_main.cc b/gold/testsuite/dwp_test_main.cc index aa096e951ca..9eac70c7515 100644 --- a/gold/testsuite/dwp_test_main.cc +++ b/gold/testsuite/dwp_test_main.cc @@ -1,6 +1,6 @@ // dwp_test_main.cc -- a test case for dwp -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dyn_weak_ref.sh b/gold/testsuite/dyn_weak_ref.sh index 325bf410963..9efc0f47570 100755 --- a/gold/testsuite/dyn_weak_ref.sh +++ b/gold/testsuite/dyn_weak_ref.sh @@ -3,7 +3,7 @@ # dyn_weak_ref.sh -- test weak reference remains weak in output even if # gold sees a dynamic weak reference before a static one. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/dyn_weak_ref_1.c b/gold/testsuite/dyn_weak_ref_1.c index 877bcf0fec7..64f65f8e87c 100644 --- a/gold/testsuite/dyn_weak_ref_1.c +++ b/gold/testsuite/dyn_weak_ref_1.c @@ -1,7 +1,7 @@ // dyn_weak_ref_1.c -- test that a weak ref remains weak in output when // there is a DSO with the same weak ref. -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/testsuite/dyn_weak_ref_2.c b/gold/testsuite/dyn_weak_ref_2.c index 5b1dc78ba74..83f27bd48e2 100644 --- a/gold/testsuite/dyn_weak_ref_2.c +++ b/gold/testsuite/dyn_weak_ref_2.c @@ -1,7 +1,7 @@ // dyn_weak_ref_1.c -- test that a weak ref remains weak in output when // there is a DSO with the same weak ref. -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/testsuite/dynamic_list.sh b/gold/testsuite/dynamic_list.sh index 147845c0097..b7be40b43ea 100755 --- a/gold/testsuite/dynamic_list.sh +++ b/gold/testsuite/dynamic_list.sh @@ -2,7 +2,7 @@ # dynamic_list.sh -- test --dynamic-list and --dynamic-list-* -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/dynamic_list_2.cc b/gold/testsuite/dynamic_list_2.cc index 5e8dd712c6e..06f983f5271 100644 --- a/gold/testsuite/dynamic_list_2.cc +++ b/gold/testsuite/dynamic_list_2.cc @@ -1,6 +1,6 @@ // dynamic_list_test_2.cc -- Test --dynamic-list with shared libraries. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dynamic_list_2.t b/gold/testsuite/dynamic_list_2.t index bd6c7a2f9a8..0ccba3edceb 100644 --- a/gold/testsuite/dynamic_list_2.t +++ b/gold/testsuite/dynamic_list_2.t @@ -1,6 +1,6 @@ /* dynamic_list_2.t -- script file for building dynamic_list_lib2.so. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/dynamic_list_lib1.cc b/gold/testsuite/dynamic_list_lib1.cc index 741efb5b65c..bf530e7f374 100644 --- a/gold/testsuite/dynamic_list_lib1.cc +++ b/gold/testsuite/dynamic_list_lib1.cc @@ -1,6 +1,6 @@ // dynamic_list_test_lib1.cc -- Test --dynamic-list with shared libraries. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/dynamic_list_lib2.cc b/gold/testsuite/dynamic_list_lib2.cc index e99708ab87d..67bdfb3ad56 100644 --- a/gold/testsuite/dynamic_list_lib2.cc +++ b/gold/testsuite/dynamic_list_lib2.cc @@ -1,6 +1,6 @@ // dynamic_list_test_lib2.cc -- Test --dynamic-list with shared libraries. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/eh_test_2.sh b/gold/testsuite/eh_test_2.sh index e7f8c49c566..7136892ff04 100755 --- a/gold/testsuite/eh_test_2.sh +++ b/gold/testsuite/eh_test_2.sh @@ -2,7 +2,7 @@ # eh_test_2.sh -- check that .eh_frame_hdr is valid. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/ehdr_start_def.cc b/gold/testsuite/ehdr_start_def.cc index 1fca3dc6b9b..bcb3381cafd 100644 --- a/gold/testsuite/ehdr_start_def.cc +++ b/gold/testsuite/ehdr_start_def.cc @@ -1,6 +1,6 @@ // ehdr_start_def.cc -- test for __ehdr_start linker-defined symbol. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ehdr_start_test.cc b/gold/testsuite/ehdr_start_test.cc index afdcf8b3e4b..91f48459974 100644 --- a/gold/testsuite/ehdr_start_test.cc +++ b/gold/testsuite/ehdr_start_test.cc @@ -1,6 +1,6 @@ // ehdr_start_test.cc -- test for __ehdr_start linker-defined symbol. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ehdr_start_test.t b/gold/testsuite/ehdr_start_test.t index ce35fb4eb2e..8761bda5810 100644 --- a/gold/testsuite/ehdr_start_test.t +++ b/gold/testsuite/ehdr_start_test.t @@ -1,6 +1,6 @@ /* ehdr_start_test.t -- __ehdr_start test for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/ehdr_start_test_4.sh b/gold/testsuite/ehdr_start_test_4.sh index 7d110bf19ad..a34dd8327d7 100755 --- a/gold/testsuite/ehdr_start_test_4.sh +++ b/gold/testsuite/ehdr_start_test_4.sh @@ -2,7 +2,7 @@ # ehdr_start_test_4.sh -- test that __ehdr_start symbol is undefined. -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/empty_command_line_test.sh b/gold/testsuite/empty_command_line_test.sh index b410681c96d..bdb305c70a7 100755 --- a/gold/testsuite/empty_command_line_test.sh +++ b/gold/testsuite/empty_command_line_test.sh @@ -2,7 +2,7 @@ # empty_command_line_test.sh -- test various command lines with no inputs -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # Written by Benjamin Peterson # This file is part of gold. diff --git a/gold/testsuite/exception_test.h b/gold/testsuite/exception_test.h index a054d32d509..91f36d8018e 100644 --- a/gold/testsuite/exception_test.h +++ b/gold/testsuite/exception_test.h @@ -1,6 +1,6 @@ // exception_test.h -- exception test case for gold, header file -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/exception_test_1.cc b/gold/testsuite/exception_test_1.cc index e5cd5739ad4..02dd7602556 100644 --- a/gold/testsuite/exception_test_1.cc +++ b/gold/testsuite/exception_test_1.cc @@ -1,6 +1,6 @@ // exception_test_1.cc -- test exception handling for gold, file 1 of 2 -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/exception_test_2.cc b/gold/testsuite/exception_test_2.cc index 7aae51d9419..aa29ab46fd1 100644 --- a/gold/testsuite/exception_test_2.cc +++ b/gold/testsuite/exception_test_2.cc @@ -1,6 +1,6 @@ // exception_test_1.cc -- test exception handling for gold, file 1 of 2 -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/exception_test_main.cc b/gold/testsuite/exception_test_main.cc index ce490f59929..f8b78fca105 100644 --- a/gold/testsuite/exception_test_main.cc +++ b/gold/testsuite/exception_test_main.cc @@ -1,6 +1,6 @@ // exception_test_main.cc -- an exception test case for gold, main function -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/exclude_libs_test.sh b/gold/testsuite/exclude_libs_test.sh index 62374a06dcf..9714ff58cab 100755 --- a/gold/testsuite/exclude_libs_test.sh +++ b/gold/testsuite/exclude_libs_test.sh @@ -2,7 +2,7 @@ # exclude_libs_test.sh -- test that library symbols are not exported. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/export_dynamic_plugin.cc b/gold/testsuite/export_dynamic_plugin.cc index ea14bf14e20..1ebad5a4f02 100644 --- a/gold/testsuite/export_dynamic_plugin.cc +++ b/gold/testsuite/export_dynamic_plugin.cc @@ -1,6 +1,6 @@ /* export_dynamic_plugin.c -- a test case for gold - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Written by Teresa Johnson . This file is part of gold. diff --git a/gold/testsuite/file_in_many_sections.c b/gold/testsuite/file_in_many_sections.c index 1c68fcc756d..468cd70d76c 100644 --- a/gold/testsuite/file_in_many_sections.c +++ b/gold/testsuite/file_in_many_sections.c @@ -1,6 +1,6 @@ // file_in_many_sections.c -- test STT_FILE when more than 64k sections -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Tristan Gingold // This file is part of gold. diff --git a/gold/testsuite/file_in_many_sections_test.sh b/gold/testsuite/file_in_many_sections_test.sh index c88252c278c..27860acc2c2 100755 --- a/gold/testsuite/file_in_many_sections_test.sh +++ b/gold/testsuite/file_in_many_sections_test.sh @@ -2,7 +2,7 @@ # file_in_many_sections.sh -- test -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Tristan Gingold # This file is part of gold. diff --git a/gold/testsuite/final_layout.cc b/gold/testsuite/final_layout.cc index 6e8dc184a83..490308f7f45 100644 --- a/gold/testsuite/final_layout.cc +++ b/gold/testsuite/final_layout.cc @@ -1,6 +1,6 @@ // final_layout.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/final_layout.sh b/gold/testsuite/final_layout.sh index a83a5b7e78d..a8b785e2e0b 100755 --- a/gold/testsuite/final_layout.sh +++ b/gold/testsuite/final_layout.sh @@ -2,7 +2,7 @@ # final_layout.sh -- test --final-layout -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/gc_comdat_test.sh b/gold/testsuite/gc_comdat_test.sh index e617289c251..de661a5f3de 100755 --- a/gold/testsuite/gc_comdat_test.sh +++ b/gold/testsuite/gc_comdat_test.sh @@ -2,7 +2,7 @@ # gc_comdat_test.sh -- test --gc-sections -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/gc_comdat_test_1.cc b/gold/testsuite/gc_comdat_test_1.cc index 5c54a1ca5fc..33f243438db 100644 --- a/gold/testsuite/gc_comdat_test_1.cc +++ b/gold/testsuite/gc_comdat_test_1.cc @@ -1,6 +1,6 @@ // gc_comdat_test_1.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/gc_comdat_test_2.cc b/gold/testsuite/gc_comdat_test_2.cc index 3db56368f54..e421e0dd991 100644 --- a/gold/testsuite/gc_comdat_test_2.cc +++ b/gold/testsuite/gc_comdat_test_2.cc @@ -1,6 +1,6 @@ // gc_comdat_test_2.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/gc_dynamic_list_test.c b/gold/testsuite/gc_dynamic_list_test.c index 92a59b785c7..c33514b4a17 100644 --- a/gold/testsuite/gc_dynamic_list_test.c +++ b/gold/testsuite/gc_dynamic_list_test.c @@ -1,6 +1,6 @@ // gc_dynamic_list_test.cc -- Check that --gc-sections honors --dynamic-list. -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/gc_dynamic_list_test.sh b/gold/testsuite/gc_dynamic_list_test.sh index 0539cc3a67d..6c712d7a837 100755 --- a/gold/testsuite/gc_dynamic_list_test.sh +++ b/gold/testsuite/gc_dynamic_list_test.sh @@ -2,7 +2,7 @@ # gc_comdat_test.sh -- test --gc-sections -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/gc_dynamic_list_test.t b/gold/testsuite/gc_dynamic_list_test.t index 233ee493362..93e5ad8ac12 100644 --- a/gold/testsuite/gc_dynamic_list_test.t +++ b/gold/testsuite/gc_dynamic_list_test.t @@ -1,6 +1,6 @@ /* gc_dynamic_list_test.t -- script file for gc_dynamic_list_test.cc - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/gc_orphan_section_test.cc b/gold/testsuite/gc_orphan_section_test.cc index 877e31fe0e6..f51d018b077 100644 --- a/gold/testsuite/gc_orphan_section_test.cc +++ b/gold/testsuite/gc_orphan_section_test.cc @@ -1,6 +1,6 @@ // gc_orphan_section_test.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/gc_orphan_section_test.sh b/gold/testsuite/gc_orphan_section_test.sh index c36cabcae36..b71aad3f0be 100755 --- a/gold/testsuite/gc_orphan_section_test.sh +++ b/gold/testsuite/gc_orphan_section_test.sh @@ -2,7 +2,7 @@ # gc_orphan_section_test.sh -- test --gc-sections -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/gc_tls_test.cc b/gold/testsuite/gc_tls_test.cc index b3148267c82..1290bbfa726 100644 --- a/gold/testsuite/gc_tls_test.cc +++ b/gold/testsuite/gc_tls_test.cc @@ -1,6 +1,6 @@ // gc_tls_test.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/gc_tls_test.sh b/gold/testsuite/gc_tls_test.sh index 782b4e16cb9..1e0d077d5b7 100755 --- a/gold/testsuite/gc_tls_test.sh +++ b/gold/testsuite/gc_tls_test.sh @@ -2,7 +2,7 @@ # gc_tls_test.sh -- test -- gc + tls -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/gdb_index_test.cc b/gold/testsuite/gdb_index_test.cc index 2358a6e665a..07458be5388 100644 --- a/gold/testsuite/gdb_index_test.cc +++ b/gold/testsuite/gdb_index_test.cc @@ -1,6 +1,6 @@ // gdb_index_test.cc -- a test case for the --gdb-index option. -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_1.sh b/gold/testsuite/gdb_index_test_1.sh index 65eeb301946..710706b8499 100755 --- a/gold/testsuite/gdb_index_test_1.sh +++ b/gold/testsuite/gdb_index_test_1.sh @@ -2,7 +2,7 @@ # gdb_index_test_1.sh -- a test case for the --gdb-index option. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_2.sh b/gold/testsuite/gdb_index_test_2.sh index d96b9b95487..31a1086fd44 100755 --- a/gold/testsuite/gdb_index_test_2.sh +++ b/gold/testsuite/gdb_index_test_2.sh @@ -2,7 +2,7 @@ # gdb_index_test_2.sh -- a test case for the --gdb-index option. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_2_gabi.sh b/gold/testsuite/gdb_index_test_2_gabi.sh index a21189e1bdf..3efd1d40e9d 100755 --- a/gold/testsuite/gdb_index_test_2_gabi.sh +++ b/gold/testsuite/gdb_index_test_2_gabi.sh @@ -2,7 +2,7 @@ # gdb_index_test_2gabi.sh -- a test case for the --gdb-index option. -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # Modified by H.J. Lu diff --git a/gold/testsuite/gdb_index_test_2_zstd.sh b/gold/testsuite/gdb_index_test_2_zstd.sh index 1f45d01737b..eb82c300da0 100755 --- a/gold/testsuite/gdb_index_test_2_zstd.sh +++ b/gold/testsuite/gdb_index_test_2_zstd.sh @@ -2,7 +2,7 @@ # gdb_index_test_2_zstd.sh -- a test case for the --gdb-index option. -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_3.c b/gold/testsuite/gdb_index_test_3.c index b6f201c05c4..92b2ff7d180 100644 --- a/gold/testsuite/gdb_index_test_3.c +++ b/gold/testsuite/gdb_index_test_3.c @@ -1,6 +1,6 @@ // gdb_index_test.c -- a test case for the --gdb-index option. -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_3.sh b/gold/testsuite/gdb_index_test_3.sh index f8d52b996a5..dd2ada879a7 100755 --- a/gold/testsuite/gdb_index_test_3.sh +++ b/gold/testsuite/gdb_index_test_3.sh @@ -2,7 +2,7 @@ # gdb_index_test_3.sh -- a test case for the --gdb-index option. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_4.sh b/gold/testsuite/gdb_index_test_4.sh index 95f83af66f3..d1108ad4650 100755 --- a/gold/testsuite/gdb_index_test_4.sh +++ b/gold/testsuite/gdb_index_test_4.sh @@ -2,7 +2,7 @@ # gdb_index_test_4.sh -- a test case for the --gdb-index option. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/gdb_index_test_comm.sh b/gold/testsuite/gdb_index_test_comm.sh index 0ce1595ee44..44aa34be662 100755 --- a/gold/testsuite/gdb_index_test_comm.sh +++ b/gold/testsuite/gdb_index_test_comm.sh @@ -2,7 +2,7 @@ # gdb_index_test_comm.sh -- common code for --gdb-index tests. -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/gnu_property_test.sh b/gold/testsuite/gnu_property_test.sh index da4d3aef58d..b04c1d4c1ea 100755 --- a/gold/testsuite/gnu_property_test.sh +++ b/gold/testsuite/gnu_property_test.sh @@ -2,7 +2,7 @@ # gnu_property_test.sh -- test .note.gnu.property section. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/hidden_test.sh b/gold/testsuite/hidden_test.sh index 1d41aea08b7..e11296d0945 100755 --- a/gold/testsuite/hidden_test.sh +++ b/gold/testsuite/hidden_test.sh @@ -2,7 +2,7 @@ # hidden_test.sh -- a test case for hidden and internal symbols. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/hidden_test_1.c b/gold/testsuite/hidden_test_1.c index f40bd66edb0..c7b9df0c780 100644 --- a/gold/testsuite/hidden_test_1.c +++ b/gold/testsuite/hidden_test_1.c @@ -1,6 +1,6 @@ /* hidden_test_1.c -- test hidden and internal symbols - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/hidden_test_main.c b/gold/testsuite/hidden_test_main.c index 09b7b622079..0de14666989 100644 --- a/gold/testsuite/hidden_test_main.c +++ b/gold/testsuite/hidden_test_main.c @@ -1,6 +1,6 @@ /* hidden_test_main.c -- test hidden and internal symbols - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/i386_mov_to_lea.sh b/gold/testsuite/i386_mov_to_lea.sh index e147f4dd750..6fb561af739 100755 --- a/gold/testsuite/i386_mov_to_lea.sh +++ b/gold/testsuite/i386_mov_to_lea.sh @@ -2,7 +2,7 @@ # i386_mov_to_lea.sh -- a test for mov2lea conversion. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Tocar Ilya # This file is part of gold. diff --git a/gold/testsuite/icf_keep_unique_test.cc b/gold/testsuite/icf_keep_unique_test.cc index 53592f0fd14..ba01578b77e 100644 --- a/gold/testsuite/icf_keep_unique_test.cc +++ b/gold/testsuite/icf_keep_unique_test.cc @@ -1,6 +1,6 @@ // icf_keep_unique_test.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_keep_unique_test.sh b/gold/testsuite/icf_keep_unique_test.sh index 3e8d6ba5a70..46a02fa5a85 100755 --- a/gold/testsuite/icf_keep_unique_test.sh +++ b/gold/testsuite/icf_keep_unique_test.sh @@ -2,7 +2,7 @@ # icf_keep_unique_test.sh -- test --icf --keep-unique -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_preemptible_functions_test.cc b/gold/testsuite/icf_preemptible_functions_test.cc index 55a01c6f652..c3e3ce09567 100644 --- a/gold/testsuite/icf_preemptible_functions_test.cc +++ b/gold/testsuite/icf_preemptible_functions_test.cc @@ -1,6 +1,6 @@ // icf_preemptible_functions_test.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_preemptible_functions_test.sh b/gold/testsuite/icf_preemptible_functions_test.sh index 85866725baf..8b76c2a3525 100755 --- a/gold/testsuite/icf_preemptible_functions_test.sh +++ b/gold/testsuite/icf_preemptible_functions_test.sh @@ -2,7 +2,7 @@ # icf_preemptible_functions_test.sh -- test --icf=all -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_safe_pie_test.sh b/gold/testsuite/icf_safe_pie_test.sh index f99e4cfb38b..bf1fca43de8 100755 --- a/gold/testsuite/icf_safe_pie_test.sh +++ b/gold/testsuite/icf_safe_pie_test.sh @@ -2,7 +2,7 @@ # icf_safe_pie_test.sh -- test --icf=safe -pie -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # Modified by Rahul Chaudhry . diff --git a/gold/testsuite/icf_safe_so_test.cc b/gold/testsuite/icf_safe_so_test.cc index 522a39e47a1..7d1de9f01de 100644 --- a/gold/testsuite/icf_safe_so_test.cc +++ b/gold/testsuite/icf_safe_so_test.cc @@ -1,6 +1,6 @@ // icf_safe_so_test.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_safe_so_test.sh b/gold/testsuite/icf_safe_so_test.sh index 3943d2b8398..c26c96a5541 100755 --- a/gold/testsuite/icf_safe_so_test.sh +++ b/gold/testsuite/icf_safe_so_test.sh @@ -2,7 +2,7 @@ # icf_safe_so_test.sh -- test --icf=safe -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_safe_test.cc b/gold/testsuite/icf_safe_test.cc index 532d19001f1..c57e2f0a502 100644 --- a/gold/testsuite/icf_safe_test.cc +++ b/gold/testsuite/icf_safe_test.cc @@ -1,6 +1,6 @@ // icf_safe_test.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_safe_test.sh b/gold/testsuite/icf_safe_test.sh index ecd32dc9042..9cc59f937b1 100755 --- a/gold/testsuite/icf_safe_test.sh +++ b/gold/testsuite/icf_safe_test.sh @@ -2,7 +2,7 @@ # icf_safe_test.sh -- test --icf=safe -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_sht_rel_addend_test.sh b/gold/testsuite/icf_sht_rel_addend_test.sh index a554d4e7a96..ac972c840ee 100755 --- a/gold/testsuite/icf_sht_rel_addend_test.sh +++ b/gold/testsuite/icf_sht_rel_addend_test.sh @@ -2,7 +2,7 @@ # icf_sht_rel_addend_test.sh -- test --icf=all -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_sht_rel_addend_test_1.cc b/gold/testsuite/icf_sht_rel_addend_test_1.cc index b6341812999..5771d88686b 100644 --- a/gold/testsuite/icf_sht_rel_addend_test_1.cc +++ b/gold/testsuite/icf_sht_rel_addend_test_1.cc @@ -1,6 +1,6 @@ // icf_sht_rel_addend_test_1.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_sht_rel_addend_test_2.cc b/gold/testsuite/icf_sht_rel_addend_test_2.cc index 0068b766733..f9133ae5635 100644 --- a/gold/testsuite/icf_sht_rel_addend_test_2.cc +++ b/gold/testsuite/icf_sht_rel_addend_test_2.cc @@ -1,6 +1,6 @@ // icf_sht_rel_addend_test_2.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_string_merge_test.cc b/gold/testsuite/icf_string_merge_test.cc index 38108cd8b6b..8502e908bd6 100644 --- a/gold/testsuite/icf_string_merge_test.cc +++ b/gold/testsuite/icf_string_merge_test.cc @@ -1,6 +1,6 @@ // icf_string_merge_test.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_string_merge_test.sh b/gold/testsuite/icf_string_merge_test.sh index fc5f127a9b3..c8ac04d891f 100755 --- a/gold/testsuite/icf_string_merge_test.sh +++ b/gold/testsuite/icf_string_merge_test.sh @@ -2,7 +2,7 @@ # icf_string_merge_test.sh -- test --icf=all -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_test.cc b/gold/testsuite/icf_test.cc index ea5de4e2404..54646c2d817 100644 --- a/gold/testsuite/icf_test.cc +++ b/gold/testsuite/icf_test.cc @@ -1,6 +1,6 @@ // icf_test.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/icf_test.sh b/gold/testsuite/icf_test.sh index da50a661f68..7cd18f76c77 100755 --- a/gold/testsuite/icf_test.sh +++ b/gold/testsuite/icf_test.sh @@ -2,7 +2,7 @@ # icf_test.sh -- test --icf -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/icf_test_pr21066.cc b/gold/testsuite/icf_test_pr21066.cc index 33e52780f82..84d5a7d37f1 100644 --- a/gold/testsuite/icf_test_pr21066.cc +++ b/gold/testsuite/icf_test_pr21066.cc @@ -1,6 +1,6 @@ // icf_test.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Test case from PR 21066 submitted by Gandhi Shaheen // This file is part of gold. diff --git a/gold/testsuite/icf_test_pr21066.sh b/gold/testsuite/icf_test_pr21066.sh index 74b4b0d9a29..d8980fcb31a 100755 --- a/gold/testsuite/icf_test_pr21066.sh +++ b/gold/testsuite/icf_test_pr21066.sh @@ -3,7 +3,7 @@ # icf_test_pr21066.sh -- regression test for ICF tracking exception handling # metadata differences -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Joshua Oreman , based on icf_test.sh # This file is part of gold. diff --git a/gold/testsuite/icf_virtual_function_folding_test.cc b/gold/testsuite/icf_virtual_function_folding_test.cc index e7669c498f6..b24342baa4d 100644 --- a/gold/testsuite/icf_virtual_function_folding_test.cc +++ b/gold/testsuite/icf_virtual_function_folding_test.cc @@ -1,6 +1,6 @@ // icf_virtual_function_folding_test.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/ifuncmod1.sh b/gold/testsuite/ifuncmod1.sh index 5f4bea50060..a12add276d7 100755 --- a/gold/testsuite/ifuncmod1.sh +++ b/gold/testsuite/ifuncmod1.sh @@ -2,7 +2,7 @@ # ifuncmod1.sh -- check that local IFUNC symbol is grouped with locals. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/incr_comdat_test_1.cc b/gold/testsuite/incr_comdat_test_1.cc index c6013be493f..abe72fdae23 100644 --- a/gold/testsuite/incr_comdat_test_1.cc +++ b/gold/testsuite/incr_comdat_test_1.cc @@ -1,6 +1,6 @@ // incr_comdat_test_1.cc -- test incremental update with comdat sections -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/incr_comdat_test_2_v1.cc b/gold/testsuite/incr_comdat_test_2_v1.cc index e86655f95bf..d2ea86a6323 100644 --- a/gold/testsuite/incr_comdat_test_2_v1.cc +++ b/gold/testsuite/incr_comdat_test_2_v1.cc @@ -1,6 +1,6 @@ // incr_comdat_test_2.cc -- test incremental update with comdat sections -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/incr_comdat_test_2_v2.cc b/gold/testsuite/incr_comdat_test_2_v2.cc index 6d5b281ae9c..d6799ee770e 100644 --- a/gold/testsuite/incr_comdat_test_2_v2.cc +++ b/gold/testsuite/incr_comdat_test_2_v2.cc @@ -1,6 +1,6 @@ // incr_comdat_test_2.cc -- test incremental update with comdat sections -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/incr_comdat_test_2_v3.cc b/gold/testsuite/incr_comdat_test_2_v3.cc index f0939edff5b..8537ca35f5f 100644 --- a/gold/testsuite/incr_comdat_test_2_v3.cc +++ b/gold/testsuite/incr_comdat_test_2_v3.cc @@ -1,6 +1,6 @@ // incr_comdat_test_2.cc -- test incremental update with comdat sections -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/incremental_test.sh b/gold/testsuite/incremental_test.sh index 033060e2463..7b8c156b8b8 100755 --- a/gold/testsuite/incremental_test.sh +++ b/gold/testsuite/incremental_test.sh @@ -2,7 +2,7 @@ # incremental_test.sh -- test that incremental linking information is correct. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Rafael Avila de Espindola # and Cary Coutant diff --git a/gold/testsuite/incremental_test_1.c b/gold/testsuite/incremental_test_1.c index b9eae9e70bb..118329924a2 100644 --- a/gold/testsuite/incremental_test_1.c +++ b/gold/testsuite/incremental_test_1.c @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Rafael Avila de Espindola // This file is part of gold. diff --git a/gold/testsuite/incremental_test_2.c b/gold/testsuite/incremental_test_2.c index c6b3abbae88..f67dfff304c 100644 --- a/gold/testsuite/incremental_test_2.c +++ b/gold/testsuite/incremental_test_2.c @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Rafael Avila de Espindola // This file is part of gold. diff --git a/gold/testsuite/initpri1.c b/gold/testsuite/initpri1.c index 728e0c16390..362c04f77f7 100644 --- a/gold/testsuite/initpri1.c +++ b/gold/testsuite/initpri1.c @@ -1,6 +1,6 @@ /* initpri1.c -- test constructor priorities. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Copied from the gcc testsuite, where the test was contributed by Mark Mitchell . diff --git a/gold/testsuite/initpri2.c b/gold/testsuite/initpri2.c index abd720d4988..2b839795c76 100644 --- a/gold/testsuite/initpri2.c +++ b/gold/testsuite/initpri2.c @@ -1,6 +1,6 @@ /* initpri2.c -- test mixing init_array and ctor priorities. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Copied from the gcc configury, where the test was contributed by H.J. Lu . diff --git a/gold/testsuite/initpri3.c b/gold/testsuite/initpri3.c index 5fd093f14aa..d912e788c3d 100644 --- a/gold/testsuite/initpri3.c +++ b/gold/testsuite/initpri3.c @@ -1,6 +1,6 @@ /* initpri3.c -- test ctor odering when using init_array. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/justsyms.t b/gold/testsuite/justsyms.t index 1ede5b1b991..d983cba1635 100644 --- a/gold/testsuite/justsyms.t +++ b/gold/testsuite/justsyms.t @@ -1,6 +1,6 @@ /* justsyms.t -- test --just-symbols for gold. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/justsyms_1.cc b/gold/testsuite/justsyms_1.cc index 2657ee91d7c..4fedd0609a6 100644 --- a/gold/testsuite/justsyms_1.cc +++ b/gold/testsuite/justsyms_1.cc @@ -1,6 +1,6 @@ // justsyms_1.cc -- test --just-symbols for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/justsyms_2.cc b/gold/testsuite/justsyms_2.cc index 08e1e82125a..d627dde3fc2 100644 --- a/gold/testsuite/justsyms_2.cc +++ b/gold/testsuite/justsyms_2.cc @@ -1,6 +1,6 @@ // justsyms_2.cc -- test --just-symbols for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/justsyms_exec.c b/gold/testsuite/justsyms_exec.c index 5e36cf27b4c..c8731b2f034 100644 --- a/gold/testsuite/justsyms_exec.c +++ b/gold/testsuite/justsyms_exec.c @@ -1,6 +1,6 @@ // justsyms_exec.c -- test --just-symbols for gold -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/justsyms_lib.c b/gold/testsuite/justsyms_lib.c index bca5e3a22b0..0a03d806dcc 100644 --- a/gold/testsuite/justsyms_lib.c +++ b/gold/testsuite/justsyms_lib.c @@ -1,6 +1,6 @@ // justsyms_lib.cc -- test --just-symbols for gold -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/justsyms_lib.t b/gold/testsuite/justsyms_lib.t index c9f3b2cc2d9..0befb843ad0 100644 --- a/gold/testsuite/justsyms_lib.t +++ b/gold/testsuite/justsyms_lib.t @@ -1,6 +1,6 @@ /* justsyms_lib.t -- test --just-symbols for gold. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. This file is part of gold. diff --git a/gold/testsuite/keep_text_section_prefix.cc b/gold/testsuite/keep_text_section_prefix.cc index c651b025b00..eba7d474e02 100644 --- a/gold/testsuite/keep_text_section_prefix.cc +++ b/gold/testsuite/keep_text_section_prefix.cc @@ -1,6 +1,6 @@ /* keep_text_section_prefix.cc -- a test case for gold - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Written by Sriraman Tallam This file is part of gold. diff --git a/gold/testsuite/keep_text_section_prefix.sh b/gold/testsuite/keep_text_section_prefix.sh index 8e9c5c89f8f..381cccc7eef 100755 --- a/gold/testsuite/keep_text_section_prefix.sh +++ b/gold/testsuite/keep_text_section_prefix.sh @@ -2,7 +2,7 @@ # keep_text_section_prefix.sh -- test -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/large.c b/gold/testsuite/large.c index e0bbc7de5e2..e561f8e18df 100644 --- a/gold/testsuite/large.c +++ b/gold/testsuite/large.c @@ -1,6 +1,6 @@ /* large.c -- a test case for gold - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/large_symbol_alignment.cc b/gold/testsuite/large_symbol_alignment.cc index 0801f92c1f1..4657b702ee7 100644 --- a/gold/testsuite/large_symbol_alignment.cc +++ b/gold/testsuite/large_symbol_alignment.cc @@ -1,6 +1,6 @@ // large_symbol_alignment.cc -- a test case for gold -// Copyright (C) 2013-2025 Free Software Foundation, Inc. +// Copyright (C) 2013-2026 Free Software Foundation, Inc. // Written by Alexander Ivchenko . // This file is part of gold. diff --git a/gold/testsuite/leb128_unittest.cc b/gold/testsuite/leb128_unittest.cc index 6d079c9e41d..a3c4d936cb0 100644 --- a/gold/testsuite/leb128_unittest.cc +++ b/gold/testsuite/leb128_unittest.cc @@ -1,6 +1,6 @@ // leb_unittest.cc -- test read_signed_LEB_128 and read_unsigned_LEB_128 -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/many_sections_test.cc b/gold/testsuite/many_sections_test.cc index a8d4baa2cf3..fa5a3161973 100644 --- a/gold/testsuite/many_sections_test.cc +++ b/gold/testsuite/many_sections_test.cc @@ -1,6 +1,6 @@ // many_sections_test.cc -- test lots of sections for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/memory_test.sh b/gold/testsuite/memory_test.sh index 4be9cbec1d1..46594f77916 100755 --- a/gold/testsuite/memory_test.sh +++ b/gold/testsuite/memory_test.sh @@ -2,7 +2,7 @@ # memory_test.sh -- test MEMORY regions. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Nick Clifton # This file is part of gold. diff --git a/gold/testsuite/merge_string_literals.sh b/gold/testsuite/merge_string_literals.sh index 0a085dbf39d..d3adf94f388 100755 --- a/gold/testsuite/merge_string_literals.sh +++ b/gold/testsuite/merge_string_literals.sh @@ -2,7 +2,7 @@ # merge_string_literals.sh -- test -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # Written by Alexander Ivchenko . # This file is part of gold. diff --git a/gold/testsuite/merge_string_literals_1.cc b/gold/testsuite/merge_string_literals_1.cc index 76e21ad445a..07b14166ca2 100644 --- a/gold/testsuite/merge_string_literals_1.cc +++ b/gold/testsuite/merge_string_literals_1.cc @@ -1,6 +1,6 @@ // merge_string_literals_1.c -- a test case for gold -// Copyright (C) 2013-2025 Free Software Foundation, Inc. +// Copyright (C) 2013-2026 Free Software Foundation, Inc. // Written by Alexander Ivchenko // This file is part of gold. diff --git a/gold/testsuite/merge_string_literals_2.cc b/gold/testsuite/merge_string_literals_2.cc index 8a75cb833d6..22087c2b346 100644 --- a/gold/testsuite/merge_string_literals_2.cc +++ b/gold/testsuite/merge_string_literals_2.cc @@ -1,6 +1,6 @@ // merge_string_literals_2.c -- a test case for gold -// Copyright (C) 2013-2025 Free Software Foundation, Inc. +// Copyright (C) 2013-2026 Free Software Foundation, Inc. // Written by Alexander Ivchenko // This file is part of gold. diff --git a/gold/testsuite/missing_key_func.cc b/gold/testsuite/missing_key_func.cc index 9442eb052c4..fa0c7e4be98 100644 --- a/gold/testsuite/missing_key_func.cc +++ b/gold/testsuite/missing_key_func.cc @@ -1,6 +1,6 @@ // basic_test.cc -- a test case for gold -// Copyright (C) 2013-2025 Free Software Foundation, Inc. +// Copyright (C) 2013-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/missing_key_func.sh b/gold/testsuite/missing_key_func.sh index 31fbf5539be..6542058619f 100755 --- a/gold/testsuite/missing_key_func.sh +++ b/gold/testsuite/missing_key_func.sh @@ -3,7 +3,7 @@ # missing_key_func.sh -- a test case for printing error messages when # a class is missing its key function. -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # Written by Cary Coutant # This file is part of gold. diff --git a/gold/testsuite/no_version_test.c b/gold/testsuite/no_version_test.c index bc39e5d8f85..1bd52ee090c 100644 --- a/gold/testsuite/no_version_test.c +++ b/gold/testsuite/no_version_test.c @@ -1,6 +1,6 @@ // ver_no_default.c -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/testsuite/no_version_test.sh b/gold/testsuite/no_version_test.sh index 2bfc96209bf..95e4d315a4d 100755 --- a/gold/testsuite/no_version_test.sh +++ b/gold/testsuite/no_version_test.sh @@ -3,7 +3,7 @@ # no_version_test.sh -- test that .gnu.version* sections are not created # in a shared object when symbol versioning is not used. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Doug Kwan # This file is part of gold. diff --git a/gold/testsuite/object_unittest.cc b/gold/testsuite/object_unittest.cc index 6c7e735891e..11f076e3a9d 100644 --- a/gold/testsuite/object_unittest.cc +++ b/gold/testsuite/object_unittest.cc @@ -1,6 +1,6 @@ // object_unittest.cc -- test Object, Relobj, etc. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/overflow_unittest.cc b/gold/testsuite/overflow_unittest.cc index c5e3f2e603f..e39baf9c708 100644 --- a/gold/testsuite/overflow_unittest.cc +++ b/gold/testsuite/overflow_unittest.cc @@ -1,6 +1,6 @@ // overflow_unittest.cc -- test functions that check for overflow. -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/pie_copyrelocs_shared_test.cc b/gold/testsuite/pie_copyrelocs_shared_test.cc index b515c3d599c..ee2029cbd7b 100644 --- a/gold/testsuite/pie_copyrelocs_shared_test.cc +++ b/gold/testsuite/pie_copyrelocs_shared_test.cc @@ -1,7 +1,7 @@ // pie_copyrelocs_shared_test.cc -- a test case for gold, used // by pie_copyrelocs_test -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/pie_copyrelocs_test.cc b/gold/testsuite/pie_copyrelocs_test.cc index 6d94d0ec2b1..cbabd12332b 100644 --- a/gold/testsuite/pie_copyrelocs_test.cc +++ b/gold/testsuite/pie_copyrelocs_test.cc @@ -1,6 +1,6 @@ // pie_coprelocs_test.cc -- a test case for gold -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/plugin_common_test_1.c b/gold/testsuite/plugin_common_test_1.c index de0ea13f471..7803c8acd77 100644 --- a/gold/testsuite/plugin_common_test_1.c +++ b/gold/testsuite/plugin_common_test_1.c @@ -1,6 +1,6 @@ /* plugin_common_test_1.c -- test common symbol handling in plugins - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/plugin_common_test_2.c b/gold/testsuite/plugin_common_test_2.c index 6f5826568ea..ba6e31982aa 100644 --- a/gold/testsuite/plugin_common_test_2.c +++ b/gold/testsuite/plugin_common_test_2.c @@ -1,6 +1,6 @@ /* plugin_common_test_2.c -- test common symbol handling in plugins - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/plugin_final_layout.cc b/gold/testsuite/plugin_final_layout.cc index 2d5c80265e9..bfea2fd238b 100644 --- a/gold/testsuite/plugin_final_layout.cc +++ b/gold/testsuite/plugin_final_layout.cc @@ -1,6 +1,6 @@ // plugin_final_layout.cc -- a test case for gold -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/plugin_final_layout.sh b/gold/testsuite/plugin_final_layout.sh index 36191437c85..e87c1c41c51 100755 --- a/gold/testsuite/plugin_final_layout.sh +++ b/gold/testsuite/plugin_final_layout.sh @@ -2,7 +2,7 @@ # plugin_final_layout.sh -- test -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/plugin_layout_with_alignment.c b/gold/testsuite/plugin_layout_with_alignment.c index 813e510e9b3..b11b60a663b 100644 --- a/gold/testsuite/plugin_layout_with_alignment.c +++ b/gold/testsuite/plugin_layout_with_alignment.c @@ -1,6 +1,6 @@ // plugin_layout_with_alignment.cc -- a test case for gold -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Than McIntosh . // This file is part of gold. diff --git a/gold/testsuite/plugin_layout_with_alignment.sh b/gold/testsuite/plugin_layout_with_alignment.sh index 8bc8fcd190c..23890e44224 100755 --- a/gold/testsuite/plugin_layout_with_alignment.sh +++ b/gold/testsuite/plugin_layout_with_alignment.sh @@ -2,7 +2,7 @@ # plugin_layout_with_alignment.sh -- test -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Than McIntosh . # This file is part of gold. diff --git a/gold/testsuite/plugin_new_section_layout.c b/gold/testsuite/plugin_new_section_layout.c index 2b83f35bfdf..07fde9a1f3a 100644 --- a/gold/testsuite/plugin_new_section_layout.c +++ b/gold/testsuite/plugin_new_section_layout.c @@ -1,7 +1,7 @@ /* plugin_new_section_layout.c -- Simple plugin to reorder function sections in plugin-generated objects - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Written by Stephen Crane . This file is part of gold. diff --git a/gold/testsuite/plugin_pr22868.sh b/gold/testsuite/plugin_pr22868.sh index 29270b73359..dc463d1f882 100755 --- a/gold/testsuite/plugin_pr22868.sh +++ b/gold/testsuite/plugin_pr22868.sh @@ -2,7 +2,7 @@ # plugin_pr22868.sh -- a test case for the plugin API. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_pr22868_a.c b/gold/testsuite/plugin_pr22868_a.c index 07c7f6b66ca..5bd4f6715b1 100644 --- a/gold/testsuite/plugin_pr22868_a.c +++ b/gold/testsuite/plugin_pr22868_a.c @@ -1,6 +1,6 @@ /* plugin_pr22868_a.c -- a test case for the plugin API with GC. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/plugin_pr22868_b.c b/gold/testsuite/plugin_pr22868_b.c index 36304e409c3..ff52c73a973 100644 --- a/gold/testsuite/plugin_pr22868_b.c +++ b/gold/testsuite/plugin_pr22868_b.c @@ -1,6 +1,6 @@ /* plugin_pr22868_b_ir.c -- a test case for the plugin API with GC. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/plugin_section_alignment.cc b/gold/testsuite/plugin_section_alignment.cc index 06286c8869e..7af72d64ddb 100644 --- a/gold/testsuite/plugin_section_alignment.cc +++ b/gold/testsuite/plugin_section_alignment.cc @@ -1,6 +1,6 @@ // plugin_section_alignment.cc -- plugins to test ordering with {size,alignment} // -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Than McIntosh . // // This file is part of gold. diff --git a/gold/testsuite/plugin_section_order.c b/gold/testsuite/plugin_section_order.c index 149db239b5e..cc2cccc4ced 100644 --- a/gold/testsuite/plugin_section_order.c +++ b/gold/testsuite/plugin_section_order.c @@ -1,6 +1,6 @@ /* plugin_section_reorder.c -- Simple plugin to reorder function sections - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by Sriraman Tallam . This file is part of gold. diff --git a/gold/testsuite/plugin_test.c b/gold/testsuite/plugin_test.c index 9223d08df03..efdd0733314 100644 --- a/gold/testsuite/plugin_test.c +++ b/gold/testsuite/plugin_test.c @@ -1,6 +1,6 @@ /* test_plugin.c -- simple linker plugin test - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/plugin_test_1.sh b/gold/testsuite/plugin_test_1.sh index d9831ac2107..f893b3cf74a 100755 --- a/gold/testsuite/plugin_test_1.sh +++ b/gold/testsuite/plugin_test_1.sh @@ -2,7 +2,7 @@ # plugin_test_1.sh -- a test case for the plugin API. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_10.sh b/gold/testsuite/plugin_test_10.sh index ede77e1821a..e08843a3153 100755 --- a/gold/testsuite/plugin_test_10.sh +++ b/gold/testsuite/plugin_test_10.sh @@ -2,7 +2,7 @@ # plugin_test_10.sh -- a test case for the plugin API. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Rafael Ávila de Espíndola # This file is part of gold. diff --git a/gold/testsuite/plugin_test_11.sh b/gold/testsuite/plugin_test_11.sh index bd1c44dd848..63cef99a320 100755 --- a/gold/testsuite/plugin_test_11.sh +++ b/gold/testsuite/plugin_test_11.sh @@ -2,7 +2,7 @@ # plugin_test_11.sh -- a test case for the plugin API. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_12.sh b/gold/testsuite/plugin_test_12.sh index 0bf8fe8a8e8..cb25b5f6a73 100755 --- a/gold/testsuite/plugin_test_12.sh +++ b/gold/testsuite/plugin_test_12.sh @@ -2,7 +2,7 @@ # plugin_test_12.sh -- a test case for the plugin API. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # Written by Teresa Johnson . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_2.sh b/gold/testsuite/plugin_test_2.sh index ef8de760315..221592d6c3e 100755 --- a/gold/testsuite/plugin_test_2.sh +++ b/gold/testsuite/plugin_test_2.sh @@ -2,7 +2,7 @@ # plugin_test_2.sh -- a test case for the plugin API. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_3.sh b/gold/testsuite/plugin_test_3.sh index e74dd86975f..bc07285ed42 100755 --- a/gold/testsuite/plugin_test_3.sh +++ b/gold/testsuite/plugin_test_3.sh @@ -2,7 +2,7 @@ # plugin_test_3.sh -- a test case for the plugin API. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_4.sh b/gold/testsuite/plugin_test_4.sh index 7743a1db4d0..6b59e4bfc45 100755 --- a/gold/testsuite/plugin_test_4.sh +++ b/gold/testsuite/plugin_test_4.sh @@ -2,7 +2,7 @@ # plugin_test_4.sh -- a test case for the plugin API. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_6.sh b/gold/testsuite/plugin_test_6.sh index aae7948e3b2..7209d352b51 100755 --- a/gold/testsuite/plugin_test_6.sh +++ b/gold/testsuite/plugin_test_6.sh @@ -2,7 +2,7 @@ # plugin_test_6.sh -- a test case for the plugin API. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_7.sh b/gold/testsuite/plugin_test_7.sh index 3e52bf92a5e..0daa1097195 100755 --- a/gold/testsuite/plugin_test_7.sh +++ b/gold/testsuite/plugin_test_7.sh @@ -2,7 +2,7 @@ # plugin_test_7.sh -- a test case for the plugin API with GC. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Rafael Avila de Espindola . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_7_1.c b/gold/testsuite/plugin_test_7_1.c index 77e6a98b929..29fd775cc54 100644 --- a/gold/testsuite/plugin_test_7_1.c +++ b/gold/testsuite/plugin_test_7_1.c @@ -1,6 +1,6 @@ /* plugin_test_7_1.c -- a test case for the plugin API with GC. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Rafael Avila de Espindola . This file is part of gold. diff --git a/gold/testsuite/plugin_test_7_2.c b/gold/testsuite/plugin_test_7_2.c index d0d6cfda016..9bdcb4b690d 100644 --- a/gold/testsuite/plugin_test_7_2.c +++ b/gold/testsuite/plugin_test_7_2.c @@ -1,6 +1,6 @@ /* plugin_test_7_1.c -- a test case for the plugin API with GC. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Rafael Avila de Espindola . This file is part of gold. diff --git a/gold/testsuite/plugin_test_9b_elf.cc b/gold/testsuite/plugin_test_9b_elf.cc index 9a0c7157aa1..854ed9ce38e 100644 --- a/gold/testsuite/plugin_test_9b_elf.cc +++ b/gold/testsuite/plugin_test_9b_elf.cc @@ -1,6 +1,6 @@ // plugin_test_9b_ir.cc -- a test case for gold plugins -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/plugin_test_9b_ir.cc b/gold/testsuite/plugin_test_9b_ir.cc index 8cb02a25775..463a98b2626 100644 --- a/gold/testsuite/plugin_test_9b_ir.cc +++ b/gold/testsuite/plugin_test_9b_ir.cc @@ -1,6 +1,6 @@ // plugin_test_9b_ir.cc -- a test case for gold plugins -// Copyright (C) 2016-2025 Free Software Foundation, Inc. +// Copyright (C) 2016-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/plugin_test_defsym.c b/gold/testsuite/plugin_test_defsym.c index 920758f8999..8d9cc1a9059 100644 --- a/gold/testsuite/plugin_test_defsym.c +++ b/gold/testsuite/plugin_test_defsym.c @@ -1,6 +1,6 @@ /* plugin_test_defsym.c -- a test case for gold - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. Written by Sriraman Tallam This file is part of gold. diff --git a/gold/testsuite/plugin_test_defsym.sh b/gold/testsuite/plugin_test_defsym.sh index 8262a08ddb9..0d0581b7303 100755 --- a/gold/testsuite/plugin_test_defsym.sh +++ b/gold/testsuite/plugin_test_defsym.sh @@ -2,7 +2,7 @@ # plugin_test_defsym.sh -- a test case for the plugin API. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_start_lib.sh b/gold/testsuite/plugin_test_start_lib.sh index 0ad783ff798..e89e1216bd0 100755 --- a/gold/testsuite/plugin_test_start_lib.sh +++ b/gold/testsuite/plugin_test_start_lib.sh @@ -2,7 +2,7 @@ # plugin_test_start_lib.sh -- a test case for the plugin API. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Evgenii Stepanov . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_tls.sh b/gold/testsuite/plugin_test_tls.sh index 3c68f8c7a67..57b57ee09a1 100755 --- a/gold/testsuite/plugin_test_tls.sh +++ b/gold/testsuite/plugin_test_tls.sh @@ -2,7 +2,7 @@ # plugin_test_tls.sh -- a test case for the plugin API. -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_wrap_symbols.sh b/gold/testsuite/plugin_test_wrap_symbols.sh index d57ad3b1fbf..ab1615597a7 100755 --- a/gold/testsuite/plugin_test_wrap_symbols.sh +++ b/gold/testsuite/plugin_test_wrap_symbols.sh @@ -2,7 +2,7 @@ # plugin_test_wrap_symbols.sh -- a test case for the plugin API. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # Written by Teresa Johnson . # This file is part of gold. diff --git a/gold/testsuite/plugin_test_wrap_symbols_1.cc b/gold/testsuite/plugin_test_wrap_symbols_1.cc index 9df53a88ff2..5590039007c 100644 --- a/gold/testsuite/plugin_test_wrap_symbols_1.cc +++ b/gold/testsuite/plugin_test_wrap_symbols_1.cc @@ -1,6 +1,6 @@ /* plugin_test_wrap_symbols -- a test case for gold - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Written by Sriraman Tallam . This file is part of gold. diff --git a/gold/testsuite/plugin_test_wrap_symbols_2.cc b/gold/testsuite/plugin_test_wrap_symbols_2.cc index 1d948776e20..3dc80a2fa5b 100644 --- a/gold/testsuite/plugin_test_wrap_symbols_2.cc +++ b/gold/testsuite/plugin_test_wrap_symbols_2.cc @@ -1,6 +1,6 @@ /* plugin_test_wrap_symbols -- a test case for gold - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Written by Sriraman Tallam . This file is part of gold. diff --git a/gold/testsuite/pr12826.sh b/gold/testsuite/pr12826.sh index ab1472e1447..98ef7620e62 100755 --- a/gold/testsuite/pr12826.sh +++ b/gold/testsuite/pr12826.sh @@ -2,7 +2,7 @@ # pr12826.sh -- a test case for combining ARM arch attributes. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/pr14265.sh b/gold/testsuite/pr14265.sh index 4d21463f441..a46b2fa3169 100755 --- a/gold/testsuite/pr14265.sh +++ b/gold/testsuite/pr14265.sh @@ -2,7 +2,7 @@ # pr14265.sh -- test --gc-sections with KEEP -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Nick Clifton # This file is part of gold. diff --git a/gold/testsuite/pr18689.sh b/gold/testsuite/pr18689.sh index 18f190ddd42..5578afe4d72 100755 --- a/gold/testsuite/pr18689.sh +++ b/gold/testsuite/pr18689.sh @@ -2,7 +2,7 @@ # pr18689.sh -- a test case for compressed .debug_macro sections. -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/pr20717.sh b/gold/testsuite/pr20717.sh index 36bd0d7cc45..394b07c05f4 100755 --- a/gold/testsuite/pr20717.sh +++ b/gold/testsuite/pr20717.sh @@ -3,7 +3,7 @@ # pr20717.sh -- test --gc-sections for an unused orphan section # when the last section in the linker script has a KEEP statement. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin # This file is part of gold. diff --git a/gold/testsuite/pr20976.c b/gold/testsuite/pr20976.c index ce1a01c86f4..4a42db6c544 100644 --- a/gold/testsuite/pr20976.c +++ b/gold/testsuite/pr20976.c @@ -1,6 +1,6 @@ /* pr20976.c -- test forced common allocation - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/pr21430.sh b/gold/testsuite/pr21430.sh index f71414a4878..bfcaa18d972 100755 --- a/gold/testsuite/pr21430.sh +++ b/gold/testsuite/pr21430.sh @@ -2,7 +2,7 @@ # pr21430.sh -- test the position of a relaxed section. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # Written by Igor Kudrin # This file is part of gold. diff --git a/gold/testsuite/pr23016_1.sh b/gold/testsuite/pr23016_1.sh index 2f8c865a0ab..404de18ebf5 100755 --- a/gold/testsuite/pr23016_1.sh +++ b/gold/testsuite/pr23016_1.sh @@ -3,7 +3,7 @@ # pr23016_1.sh -- check that .eh_frame sections and their relocations # are merged together even when mixing SHT_PROGBITS and SHT_X86_64_UNWIND. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/pr23016_2.sh b/gold/testsuite/pr23016_2.sh index 19d06e28bf4..6c3846b9048 100755 --- a/gold/testsuite/pr23016_2.sh +++ b/gold/testsuite/pr23016_2.sh @@ -3,7 +3,7 @@ # pr23016_2.sh -- check that relocations get written to separate sections # when data sections of the same name are not merged. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/pr26936.sh b/gold/testsuite/pr26936.sh index d349c0c4bd8..d2b42ffe0f9 100755 --- a/gold/testsuite/pr26936.sh +++ b/gold/testsuite/pr26936.sh @@ -3,7 +3,7 @@ # pr26936.sh -- Tests for relocations in debug sections against linkonce # and comdat sections. -# Copyright (C) 2020-2025 Free Software Foundation, Inc. +# Copyright (C) 2020-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/protected_1.cc b/gold/testsuite/protected_1.cc index 06c7e2115a5..e8ae40f9c9c 100644 --- a/gold/testsuite/protected_1.cc +++ b/gold/testsuite/protected_1.cc @@ -1,6 +1,6 @@ // protected_1.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/protected_2.cc b/gold/testsuite/protected_2.cc index b0f6abe732e..71a8e56a2c9 100644 --- a/gold/testsuite/protected_2.cc +++ b/gold/testsuite/protected_2.cc @@ -1,6 +1,6 @@ // protected_2.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/protected_3.cc b/gold/testsuite/protected_3.cc index 09e2b208356..4036c1819b2 100644 --- a/gold/testsuite/protected_3.cc +++ b/gold/testsuite/protected_3.cc @@ -1,6 +1,6 @@ // protected_2.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/protected_4.cc b/gold/testsuite/protected_4.cc index 9b4b4bdfa25..b968ace898e 100644 --- a/gold/testsuite/protected_4.cc +++ b/gold/testsuite/protected_4.cc @@ -1,6 +1,6 @@ // protected_4.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/protected_main_1.cc b/gold/testsuite/protected_main_1.cc index 402f0fa8ec8..9e0a89e1b6d 100644 --- a/gold/testsuite/protected_main_1.cc +++ b/gold/testsuite/protected_main_1.cc @@ -1,6 +1,6 @@ // protected_main_1.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/protected_main_2.cc b/gold/testsuite/protected_main_2.cc index 225b12e3e0d..1bcd40ca521 100644 --- a/gold/testsuite/protected_main_2.cc +++ b/gold/testsuite/protected_main_2.cc @@ -1,6 +1,6 @@ // protected_main_2.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/protected_main_3.cc b/gold/testsuite/protected_main_3.cc index 495c0e624e5..ec9598a225f 100644 --- a/gold/testsuite/protected_main_3.cc +++ b/gold/testsuite/protected_main_3.cc @@ -1,6 +1,6 @@ // protected_main_3.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/relro_script_test.t b/gold/testsuite/relro_script_test.t index 04adb242016..c74440a58ac 100644 --- a/gold/testsuite/relro_script_test.t +++ b/gold/testsuite/relro_script_test.t @@ -1,6 +1,6 @@ /* relro_test.t -- relro script test for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/relro_test.cc b/gold/testsuite/relro_test.cc index 3ee9bcaff87..7c73e8e6760 100644 --- a/gold/testsuite/relro_test.cc +++ b/gold/testsuite/relro_test.cc @@ -1,6 +1,6 @@ // relro_test.cc -- test -z relro for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/relro_test.sh b/gold/testsuite/relro_test.sh index f7c81e099ab..95fdf2ddbee 100755 --- a/gold/testsuite/relro_test.sh +++ b/gold/testsuite/relro_test.sh @@ -2,7 +2,7 @@ # relro_test.sh -- test -z relro -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/relro_test_main.cc b/gold/testsuite/relro_test_main.cc index dc82c8531dd..ca73c0cd6e8 100644 --- a/gold/testsuite/relro_test_main.cc +++ b/gold/testsuite/relro_test_main.cc @@ -1,6 +1,6 @@ // relro_test_main.cc -- test -z relro for gold, main function -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/retain.sh b/gold/testsuite/retain.sh index 95cc03aa4fb..80a1f110b31 100755 --- a/gold/testsuite/retain.sh +++ b/gold/testsuite/retain.sh @@ -2,7 +2,7 @@ # retain.sh -- Tests for SHF_GNU_RETAIN. -# Copyright (C) 2020-2025 Free Software Foundation, Inc. +# Copyright (C) 2020-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/retain_symbols_file_test.sh b/gold/testsuite/retain_symbols_file_test.sh index 30cffd545e2..68e332c22b6 100755 --- a/gold/testsuite/retain_symbols_file_test.sh +++ b/gold/testsuite/retain_symbols_file_test.sh @@ -2,7 +2,7 @@ # retain_symbols_file_test.sh -- a test case for -retain-symbols-file -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Craig Silverstein . # This file is part of gold. diff --git a/gold/testsuite/script_test_1.h b/gold/testsuite/script_test_1.h index 5d692f31fa4..359b7cd1c8c 100644 --- a/gold/testsuite/script_test_1.h +++ b/gold/testsuite/script_test_1.h @@ -1,6 +1,6 @@ // script_test_1.h -- linker script test 1 for gold -*- C++ -*- -// Copyright (C) 2015-2025 Free Software Foundation, Inc. +// Copyright (C) 2015-2026 Free Software Foundation, Inc. // This file is part of gold. diff --git a/gold/testsuite/script_test_1.t b/gold/testsuite/script_test_1.t index 38675330e4b..363a4cb32f9 100644 --- a/gold/testsuite/script_test_1.t +++ b/gold/testsuite/script_test_1.t @@ -1,6 +1,6 @@ /* script_test_1.t -- linker script test 1 for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/script_test_10.sh b/gold/testsuite/script_test_10.sh index 3e8e1fe002b..826b3e7f8b8 100755 --- a/gold/testsuite/script_test_10.sh +++ b/gold/testsuite/script_test_10.sh @@ -2,7 +2,7 @@ # script_test_10.sh -- test for the section order. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Viktor Kutuzov . # This file is part of gold. diff --git a/gold/testsuite/script_test_10.t b/gold/testsuite/script_test_10.t index c301e711e64..a56fa94070e 100644 --- a/gold/testsuite/script_test_10.t +++ b/gold/testsuite/script_test_10.t @@ -1,6 +1,6 @@ /* script_test_10.t -- test section order for gold. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Viktor Kutuzov . This file is part of gold. diff --git a/gold/testsuite/script_test_12.t b/gold/testsuite/script_test_12.t index 9899a024ba6..d858147828c 100644 --- a/gold/testsuite/script_test_12.t +++ b/gold/testsuite/script_test_12.t @@ -1,6 +1,6 @@ /* script_test_12.t -- linker script test 12 for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_12a.c b/gold/testsuite/script_test_12a.c index 4970fc88464..ff451cce266 100644 --- a/gold/testsuite/script_test_12a.c +++ b/gold/testsuite/script_test_12a.c @@ -1,6 +1,6 @@ /* script_test_12a.c -- a test case for gold - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_12i.t b/gold/testsuite/script_test_12i.t index 6d251bc20f8..3ab257d8aae 100644 --- a/gold/testsuite/script_test_12i.t +++ b/gold/testsuite/script_test_12i.t @@ -1,6 +1,6 @@ /* script_test_12i.t -- linker script test 12 for gold, with interleaved sections - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_13.sh b/gold/testsuite/script_test_13.sh index 26244d1f565..8251f8f9bb5 100755 --- a/gold/testsuite/script_test_13.sh +++ b/gold/testsuite/script_test_13.sh @@ -3,7 +3,7 @@ # script_test_13.sh -- test that internally created sections obey # the order from the linker script. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/script_test_14.sh b/gold/testsuite/script_test_14.sh index 97358c40d9d..b4e89b2bcb4 100755 --- a/gold/testsuite/script_test_14.sh +++ b/gold/testsuite/script_test_14.sh @@ -2,7 +2,7 @@ # script_test_14.sh -- test SORT_BY_INIT_PRIORITY -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Igor Kudrin . # This file is part of gold. diff --git a/gold/testsuite/script_test_14.t b/gold/testsuite/script_test_14.t index 2ec56c78408..38fbd0b5e21 100644 --- a/gold/testsuite/script_test_14.t +++ b/gold/testsuite/script_test_14.t @@ -1,6 +1,6 @@ /* script_test_14.t -- test SORT_BY_INIT_PRIORITY. - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Written by Igor Kudrin . This file is part of gold. diff --git a/gold/testsuite/script_test_15a.sh b/gold/testsuite/script_test_15a.sh index a6132f7bdc2..b2d435e2ba7 100755 --- a/gold/testsuite/script_test_15a.sh +++ b/gold/testsuite/script_test_15a.sh @@ -2,7 +2,7 @@ # script_test_15a.sh -- test for .bss placement. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/script_test_15a.t b/gold/testsuite/script_test_15a.t index 8ae0049d921..8d1e2a8a347 100644 --- a/gold/testsuite/script_test_15a.t +++ b/gold/testsuite/script_test_15a.t @@ -1,6 +1,6 @@ /* script_test_15a.t -- linker script test 15a for gold - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_15b.sh b/gold/testsuite/script_test_15b.sh index d013ea35fcb..26988d78c79 100755 --- a/gold/testsuite/script_test_15b.sh +++ b/gold/testsuite/script_test_15b.sh @@ -2,7 +2,7 @@ # script_test_15b.sh -- test for .bss placement. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/script_test_15b.t b/gold/testsuite/script_test_15b.t index cc6b6095d82..10fde37dc97 100644 --- a/gold/testsuite/script_test_15b.t +++ b/gold/testsuite/script_test_15b.t @@ -1,6 +1,6 @@ /* script_test_15b.t -- linker script test 15b for gold - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_15c.sh b/gold/testsuite/script_test_15c.sh index 5de63611774..d19c5ccf1a3 100755 --- a/gold/testsuite/script_test_15c.sh +++ b/gold/testsuite/script_test_15c.sh @@ -2,7 +2,7 @@ # script_test_15c.sh -- test for .bss placement. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/script_test_15c.t b/gold/testsuite/script_test_15c.t index 014e84f00c3..fe54307b4c8 100644 --- a/gold/testsuite/script_test_15c.t +++ b/gold/testsuite/script_test_15c.t @@ -1,6 +1,6 @@ /* script_test_15c.t -- linker script test 15c for gold - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_1a.cc b/gold/testsuite/script_test_1a.cc index 904beb8e86d..890b92d06b0 100644 --- a/gold/testsuite/script_test_1a.cc +++ b/gold/testsuite/script_test_1a.cc @@ -1,6 +1,6 @@ // script_test_1a.cc -- linker script test 1 for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/script_test_1b.cc b/gold/testsuite/script_test_1b.cc index bc81fd6f2a8..1b8f71cd11a 100644 --- a/gold/testsuite/script_test_1b.cc +++ b/gold/testsuite/script_test_1b.cc @@ -1,6 +1,6 @@ // script_test_1b.cc -- linker script test 1 for gold -*- C++ -*- -// Copyright (C) 2015-2025 Free Software Foundation, Inc. +// Copyright (C) 2015-2026 Free Software Foundation, Inc. // This file is part of gold. diff --git a/gold/testsuite/script_test_2.cc b/gold/testsuite/script_test_2.cc index 2dd487da53e..50f6c371eea 100644 --- a/gold/testsuite/script_test_2.cc +++ b/gold/testsuite/script_test_2.cc @@ -1,6 +1,6 @@ // script_test_2.cc -- linker script test 2 for gold -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/script_test_2.t b/gold/testsuite/script_test_2.t index 52a2fd03991..b5912e560df 100644 --- a/gold/testsuite/script_test_2.t +++ b/gold/testsuite/script_test_2.t @@ -1,6 +1,6 @@ /* script_test_2.t -- linker script test 2 for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/script_test_2a.cc b/gold/testsuite/script_test_2a.cc index 9d08e98f62c..cc731c43e71 100644 --- a/gold/testsuite/script_test_2a.cc +++ b/gold/testsuite/script_test_2a.cc @@ -1,6 +1,6 @@ // script_test_2a.cc -- linker script test 2, file 1 -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/script_test_2b.cc b/gold/testsuite/script_test_2b.cc index be4ca314c37..dc0e59c2928 100644 --- a/gold/testsuite/script_test_2b.cc +++ b/gold/testsuite/script_test_2b.cc @@ -1,6 +1,6 @@ // script_test_2a.cc -- linker script test 2, file 2 -*- C++ -*- -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/script_test_3.sh b/gold/testsuite/script_test_3.sh index 14ef504b1bc..ba63476e255 100755 --- a/gold/testsuite/script_test_3.sh +++ b/gold/testsuite/script_test_3.sh @@ -2,7 +2,7 @@ # script_test_3.sh -- test PHDRS -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/script_test_3.t b/gold/testsuite/script_test_3.t index fd4c24a99ee..5ea7d96f642 100644 --- a/gold/testsuite/script_test_3.t +++ b/gold/testsuite/script_test_3.t @@ -1,6 +1,6 @@ /* script_test_3.t -- linker script test 3 for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/script_test_4.sh b/gold/testsuite/script_test_4.sh index 4b1b113a2d8..c07e78e71b9 100755 --- a/gold/testsuite/script_test_4.sh +++ b/gold/testsuite/script_test_4.sh @@ -2,7 +2,7 @@ # script_test_4.sh -- test load segment -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/script_test_4.t b/gold/testsuite/script_test_4.t index 4672e68120c..ab7c0207dc7 100644 --- a/gold/testsuite/script_test_4.t +++ b/gold/testsuite/script_test_4.t @@ -1,6 +1,6 @@ /* script_test_4.t -- linker script test 4 for gold - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gold/testsuite/script_test_5.cc b/gold/testsuite/script_test_5.cc index e34e342cad6..220c1c36eb3 100644 --- a/gold/testsuite/script_test_5.cc +++ b/gold/testsuite/script_test_5.cc @@ -1,6 +1,6 @@ // script_test_5.cc -- a test case for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/script_test_5.sh b/gold/testsuite/script_test_5.sh index ed55937eba1..dce092ca0c1 100755 --- a/gold/testsuite/script_test_5.sh +++ b/gold/testsuite/script_test_5.sh @@ -2,7 +2,7 @@ # script_test_5.sh -- test linker script with uncovered sections -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/script_test_5.t b/gold/testsuite/script_test_5.t index bf8c2fb60ca..b5ca60fd5b8 100644 --- a/gold/testsuite/script_test_5.t +++ b/gold/testsuite/script_test_5.t @@ -1,6 +1,6 @@ /* script_test_5.t -- linker script test 5 for gold - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_6.sh b/gold/testsuite/script_test_6.sh index 80c7fca70b3..be87bd6e180 100755 --- a/gold/testsuite/script_test_6.sh +++ b/gold/testsuite/script_test_6.sh @@ -2,7 +2,7 @@ # script_test_6.sh -- test for -Ttext, -Tdata and -Tbss with a script. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/script_test_6.t b/gold/testsuite/script_test_6.t index 215b41ef27a..786edfb8cd7 100644 --- a/gold/testsuite/script_test_6.t +++ b/gold/testsuite/script_test_6.t @@ -1,6 +1,6 @@ /* script_test_5.t -- linker script test 5 for gold - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_7.sh b/gold/testsuite/script_test_7.sh index 0b4b2ded5bc..98013f2b440 100755 --- a/gold/testsuite/script_test_7.sh +++ b/gold/testsuite/script_test_7.sh @@ -2,7 +2,7 @@ # script_test_7.sh -- test for SEGMENT_START expressions. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/script_test_7.t b/gold/testsuite/script_test_7.t index ae48e76c194..60db418ac39 100644 --- a/gold/testsuite/script_test_7.t +++ b/gold/testsuite/script_test_7.t @@ -1,6 +1,6 @@ /* script_test_5.t -- linker script test 5 for gold - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of gold. diff --git a/gold/testsuite/script_test_8.sh b/gold/testsuite/script_test_8.sh index d5003efb8db..3f8fc7883c8 100755 --- a/gold/testsuite/script_test_8.sh +++ b/gold/testsuite/script_test_8.sh @@ -3,7 +3,7 @@ # script_test_8.sh -- test for SEGMENT_START expressions with # -Ttext, -Tdata and -Tbss in a script. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/script_test_9.cc b/gold/testsuite/script_test_9.cc index 285686d798b..4786f076c87 100644 --- a/gold/testsuite/script_test_9.cc +++ b/gold/testsuite/script_test_9.cc @@ -1,6 +1,6 @@ // script_test_9.cc -- a test case for gold -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Rafael Avila de Espindola . // This file is part of gold. diff --git a/gold/testsuite/script_test_9.sh b/gold/testsuite/script_test_9.sh index da8755df66f..3177e3dfdc8 100755 --- a/gold/testsuite/script_test_9.sh +++ b/gold/testsuite/script_test_9.sh @@ -3,7 +3,7 @@ # script_test_9.sh -- Check that the script_test_9.t script has placed # .init and .text in the same segment. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Rafael Avila de Espindola . # This file is part of gold. diff --git a/gold/testsuite/searched_file_test.cc b/gold/testsuite/searched_file_test.cc index 6bb4bc8baa5..3dab405df24 100644 --- a/gold/testsuite/searched_file_test.cc +++ b/gold/testsuite/searched_file_test.cc @@ -1,6 +1,6 @@ // searched_file_test.cc -- test -l:foo.a for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Chris Demetriou . // This file is part of gold. diff --git a/gold/testsuite/searched_file_test_lib.cc b/gold/testsuite/searched_file_test_lib.cc index cb435063ac1..6c611b74c52 100644 --- a/gold/testsuite/searched_file_test_lib.cc +++ b/gold/testsuite/searched_file_test_lib.cc @@ -1,6 +1,6 @@ // searched_file_test_lib.cc -- test -l:foo.a for gold -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Chris Demetriou . // This file is part of gold. diff --git a/gold/testsuite/section_sorting_name.cc b/gold/testsuite/section_sorting_name.cc index de6cd3464b3..163ccb0a096 100644 --- a/gold/testsuite/section_sorting_name.cc +++ b/gold/testsuite/section_sorting_name.cc @@ -1,6 +1,6 @@ // section_sorting_name.cc -- a test case for gold -// Copyright (C) 2013-2025 Free Software Foundation, Inc. +// Copyright (C) 2013-2026 Free Software Foundation, Inc. // Written by Alexander Ivchenko . // This file is part of gold. diff --git a/gold/testsuite/section_sorting_name.sh b/gold/testsuite/section_sorting_name.sh index b8871325d5a..849429ad807 100755 --- a/gold/testsuite/section_sorting_name.sh +++ b/gold/testsuite/section_sorting_name.sh @@ -2,7 +2,7 @@ # section_sorting_name.sh -- test -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # Written by Alexander Ivchenko . # This file is part of gold. diff --git a/gold/testsuite/split_i386.sh b/gold/testsuite/split_i386.sh index 9d015603202..0b2757d4f5c 100755 --- a/gold/testsuite/split_i386.sh +++ b/gold/testsuite/split_i386.sh @@ -2,7 +2,7 @@ # split_i386.sh -- test -fstack-split for i386 -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/split_s390.sh b/gold/testsuite/split_s390.sh index 9ba5a5971ac..f2c7f9e477d 100755 --- a/gold/testsuite/split_s390.sh +++ b/gold/testsuite/split_s390.sh @@ -2,7 +2,7 @@ # split_s390.sh -- test -fstack-split for s390 -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Marcin Kościelnicki . # This file is part of gold. diff --git a/gold/testsuite/split_x32.sh b/gold/testsuite/split_x32.sh index bc22c9bb7a3..68071e099b8 100755 --- a/gold/testsuite/split_x32.sh +++ b/gold/testsuite/split_x32.sh @@ -2,7 +2,7 @@ # split_x32.sh -- test -fstack-split for x32 -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # Modified by H.J. Lu . diff --git a/gold/testsuite/split_x86_64.sh b/gold/testsuite/split_x86_64.sh index 8672cbc58b6..4271f95ad40 100755 --- a/gold/testsuite/split_x86_64.sh +++ b/gold/testsuite/split_x86_64.sh @@ -2,7 +2,7 @@ # split_x86_64.sh -- test -fstack-split for x86_64 -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/start_lib_test_1.c b/gold/testsuite/start_lib_test_1.c index 4e6a231d42a..9d4ac96a9ef 100644 --- a/gold/testsuite/start_lib_test_1.c +++ b/gold/testsuite/start_lib_test_1.c @@ -1,6 +1,6 @@ /* start_lib_test_1.c -- test --start-lib/--end-lib. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/start_lib_test_2.c b/gold/testsuite/start_lib_test_2.c index 62f10e52b95..d2d68145bb9 100644 --- a/gold/testsuite/start_lib_test_2.c +++ b/gold/testsuite/start_lib_test_2.c @@ -1,6 +1,6 @@ /* start_lib_test_2.c -- test --start-lib/--end-lib. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/start_lib_test_3.c b/gold/testsuite/start_lib_test_3.c index 166ec2acd71..2e92306d764 100644 --- a/gold/testsuite/start_lib_test_3.c +++ b/gold/testsuite/start_lib_test_3.c @@ -1,6 +1,6 @@ /* start_lib_test_3.c -- test --start-lib/--end-lib. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/start_lib_test_main.c b/gold/testsuite/start_lib_test_main.c index f347e14e8b8..8c523bb3681 100644 --- a/gold/testsuite/start_lib_test_main.c +++ b/gold/testsuite/start_lib_test_main.c @@ -1,6 +1,6 @@ /* start_lib_test_main.c -- test --start-lib/--end-lib. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Cary Coutant This file is part of gold. diff --git a/gold/testsuite/strong_ref_weak_def.sh b/gold/testsuite/strong_ref_weak_def.sh index 6bc3a6b5485..59c639ab77c 100755 --- a/gold/testsuite/strong_ref_weak_def.sh +++ b/gold/testsuite/strong_ref_weak_def.sh @@ -3,7 +3,7 @@ # strong_ref_weak_def.sh -- test non-weak reference to a weak symbol defined # in a DSO. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Doug Kwan . # This file is part of gold. diff --git a/gold/testsuite/strong_ref_weak_def_1.c b/gold/testsuite/strong_ref_weak_def_1.c index 7a50f0b4838..01c249a0774 100644 --- a/gold/testsuite/strong_ref_weak_def_1.c +++ b/gold/testsuite/strong_ref_weak_def_1.c @@ -1,7 +1,7 @@ // strong_ref_weak_def_1.c -- test a strong reference to a weak definition // in a DSO. -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/testsuite/strong_ref_weak_def_2.c b/gold/testsuite/strong_ref_weak_def_2.c index 02ed8fcf43d..fe5e085026f 100644 --- a/gold/testsuite/strong_ref_weak_def_2.c +++ b/gold/testsuite/strong_ref_weak_def_2.c @@ -1,7 +1,7 @@ // strong_ref_weak_def_2.c -- test a strong reference to a weak definition // in a DSO. -// Copyright (C) 2010-2025 Free Software Foundation, Inc. +// Copyright (C) 2010-2026 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of gold. diff --git a/gold/testsuite/test.cc b/gold/testsuite/test.cc index bd1a4c1eaf4..6ef99c239e9 100644 --- a/gold/testsuite/test.cc +++ b/gold/testsuite/test.cc @@ -1,6 +1,6 @@ // test.cc -- simplistic test framework for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/test.h b/gold/testsuite/test.h index 78c41f02079..e6015c540bd 100644 --- a/gold/testsuite/test.h +++ b/gold/testsuite/test.h @@ -1,6 +1,6 @@ // test.h -- simplistic test framework for gold unittests -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/testfile.cc b/gold/testsuite/testfile.cc index f06ac737730..a52cab87b6c 100644 --- a/gold/testsuite/testfile.cc +++ b/gold/testsuite/testfile.cc @@ -1,6 +1,6 @@ // testfile.cc -- Dummy ELF objects for testing purposes. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/testfile.h b/gold/testsuite/testfile.h index 9a7a4ec2924..fa075f9d04b 100644 --- a/gold/testsuite/testfile.h +++ b/gold/testsuite/testfile.h @@ -1,6 +1,6 @@ // testfile.h -- test input files -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/testmain.cc b/gold/testsuite/testmain.cc index d2711983dc7..a2140bfed25 100644 --- a/gold/testsuite/testmain.cc +++ b/gold/testsuite/testmain.cc @@ -1,6 +1,6 @@ // testmain.cc -- main function for simplisitic gold test framework. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/text_section_grouping.cc b/gold/testsuite/text_section_grouping.cc index fbaf7ef81db..5da04cb4828 100644 --- a/gold/testsuite/text_section_grouping.cc +++ b/gold/testsuite/text_section_grouping.cc @@ -1,6 +1,6 @@ // text_section_grouping.cc -- a test case for gold -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/text_section_grouping.sh b/gold/testsuite/text_section_grouping.sh index dd933e09379..1d6e17e65cf 100755 --- a/gold/testsuite/text_section_grouping.sh +++ b/gold/testsuite/text_section_grouping.sh @@ -2,7 +2,7 @@ # text_section_grouping.sh -- test -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/text_unlikely_segment.cc b/gold/testsuite/text_unlikely_segment.cc index 0d2a9d0e2b3..394c8fb0105 100644 --- a/gold/testsuite/text_unlikely_segment.cc +++ b/gold/testsuite/text_unlikely_segment.cc @@ -1,6 +1,6 @@ /* text_unlikey_segment.cc -- a test case for gold - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Written by Sriraman Tallam This file is part of gold. diff --git a/gold/testsuite/text_unlikely_segment.sh b/gold/testsuite/text_unlikely_segment.sh index 10d5ccb099e..d6c9dfd5023 100755 --- a/gold/testsuite/text_unlikely_segment.sh +++ b/gold/testsuite/text_unlikely_segment.sh @@ -2,7 +2,7 @@ # plugin_final_layout.sh -- test -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam . # This file is part of gold. diff --git a/gold/testsuite/thin_archive_main.cc b/gold/testsuite/thin_archive_main.cc index d79681e6837..9089a2f4cb4 100644 --- a/gold/testsuite/thin_archive_main.cc +++ b/gold/testsuite/thin_archive_main.cc @@ -1,6 +1,6 @@ // thin_archive_main.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/thin_archive_test_1.cc b/gold/testsuite/thin_archive_test_1.cc index 08608c262e7..a4a222103de 100644 --- a/gold/testsuite/thin_archive_test_1.cc +++ b/gold/testsuite/thin_archive_test_1.cc @@ -1,6 +1,6 @@ // thin_archive_test_1.cc -- part of a test case for thin archives -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/thin_archive_test_2.cc b/gold/testsuite/thin_archive_test_2.cc index 291ea333cb7..f21053c479b 100644 --- a/gold/testsuite/thin_archive_test_2.cc +++ b/gold/testsuite/thin_archive_test_2.cc @@ -1,6 +1,6 @@ // thin_archive_test_2.cc -- part of a test case for thin archives -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/thin_archive_test_3.cc b/gold/testsuite/thin_archive_test_3.cc index 566c6faec32..f3a986b741b 100644 --- a/gold/testsuite/thin_archive_test_3.cc +++ b/gold/testsuite/thin_archive_test_3.cc @@ -1,6 +1,6 @@ // thin_archive_test_3.cc -- part of a test case for thin archives -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/thin_archive_test_4.cc b/gold/testsuite/thin_archive_test_4.cc index 7fe0ee051a7..942da8b36fa 100644 --- a/gold/testsuite/thin_archive_test_4.cc +++ b/gold/testsuite/thin_archive_test_4.cc @@ -1,6 +1,6 @@ // thin_archive_test_4.cc -- part of a test case for thin archives -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/thumb2_branch_range.t b/gold/testsuite/thumb2_branch_range.t index d5d06cc2a6b..46efc7432a7 100644 --- a/gold/testsuite/thumb2_branch_range.t +++ b/gold/testsuite/thumb2_branch_range.t @@ -1,6 +1,6 @@ /* thumb2_banch_range.t -- linker script to test THUMB-2 branch range. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Doug Kwan . This file is part of gold. diff --git a/gold/testsuite/thumb_branch_range.t b/gold/testsuite/thumb_branch_range.t index 03bf3da7128..69a4272af2b 100644 --- a/gold/testsuite/thumb_branch_range.t +++ b/gold/testsuite/thumb_branch_range.t @@ -1,6 +1,6 @@ /* thumb_banch_range.t -- linker script to test ARM branch range. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Doug Kwan . This file is part of gold. diff --git a/gold/testsuite/tls_pie_test.sh b/gold/testsuite/tls_pie_test.sh index 55fe56189e3..e7926dff89e 100755 --- a/gold/testsuite/tls_pie_test.sh +++ b/gold/testsuite/tls_pie_test.sh @@ -2,7 +2,7 @@ # tls_pie_test.sh -- a test case for TLS symbols in PIE executables. -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/tls_test.cc b/gold/testsuite/tls_test.cc index 1411367c65e..20f8513a192 100644 --- a/gold/testsuite/tls_test.cc +++ b/gold/testsuite/tls_test.cc @@ -1,6 +1,6 @@ // tls_test.cc -- test TLS variables for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/tls_test.h b/gold/testsuite/tls_test.h index a5cf0a67dcf..12b8fd7d565 100644 --- a/gold/testsuite/tls_test.h +++ b/gold/testsuite/tls_test.h @@ -1,6 +1,6 @@ // tls_test.h -- test TLS variables for gold, header file -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/tls_test_c.c b/gold/testsuite/tls_test_c.c index de8459c3fdb..e037b3112fc 100644 --- a/gold/testsuite/tls_test_c.c +++ b/gold/testsuite/tls_test_c.c @@ -1,6 +1,6 @@ /* tls_test_c.c -- test TLS common symbol - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/tls_test_file2.cc b/gold/testsuite/tls_test_file2.cc index 9b5f5d71571..16ce8e91b25 100644 --- a/gold/testsuite/tls_test_file2.cc +++ b/gold/testsuite/tls_test_file2.cc @@ -1,6 +1,6 @@ // tls_test.cc -- test TLS variables for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/tls_test_main.cc b/gold/testsuite/tls_test_main.cc index 083a124ac25..90ad03e8874 100644 --- a/gold/testsuite/tls_test_main.cc +++ b/gold/testsuite/tls_test_main.cc @@ -1,6 +1,6 @@ // tls_test.cc -- test TLS variables for gold, main function -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_shared.sh b/gold/testsuite/two_file_shared.sh index 0d9f0721e0c..7ecb346f88f 100755 --- a/gold/testsuite/two_file_shared.sh +++ b/gold/testsuite/two_file_shared.sh @@ -2,7 +2,7 @@ # two_file_shared.sh -- check that debug info gets symbol addresses -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/two_file_test.h b/gold/testsuite/two_file_test.h index 85837cf8b49..afedb39dea0 100644 --- a/gold/testsuite/two_file_test.h +++ b/gold/testsuite/two_file_test.h @@ -1,6 +1,6 @@ // two_file_test.h -- a two file test case for gold, header file -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_1.cc b/gold/testsuite/two_file_test_1.cc index 1447ad73a29..d540502a00f 100644 --- a/gold/testsuite/two_file_test_1.cc +++ b/gold/testsuite/two_file_test_1.cc @@ -1,6 +1,6 @@ // two_file_test_1.cc -- a two file test case for gold, file 1 of 2 -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_1_v1.cc b/gold/testsuite/two_file_test_1_v1.cc index 57b113a2849..3004aa71e78 100644 --- a/gold/testsuite/two_file_test_1_v1.cc +++ b/gold/testsuite/two_file_test_1_v1.cc @@ -1,6 +1,6 @@ // two_file_test_1_v1.cc -- a two file test case for gold, file 1 of 2 -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_1b.cc b/gold/testsuite/two_file_test_1b.cc index f3ba7035baf..d11277ddd0f 100644 --- a/gold/testsuite/two_file_test_1b.cc +++ b/gold/testsuite/two_file_test_1b.cc @@ -1,7 +1,7 @@ // two_file_test_1b.cc -- supplementary file for a three-file test case // for gold. -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_1b_v1.cc b/gold/testsuite/two_file_test_1b_v1.cc index 2cb41916e79..e83a79b7de8 100644 --- a/gold/testsuite/two_file_test_1b_v1.cc +++ b/gold/testsuite/two_file_test_1b_v1.cc @@ -1,7 +1,7 @@ // two_file_test_1b_v1.cc -- supplementary file for a three-file test case // for gold. -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_2.cc b/gold/testsuite/two_file_test_2.cc index e6ff13eee4b..fe9ee26de82 100644 --- a/gold/testsuite/two_file_test_2.cc +++ b/gold/testsuite/two_file_test_2.cc @@ -1,6 +1,6 @@ // two_file_test_2.cc -- a two file test case for gold, file 2 of 2 -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_2_tls.cc b/gold/testsuite/two_file_test_2_tls.cc index 72870aace8b..b092cd18e4d 100644 --- a/gold/testsuite/two_file_test_2_tls.cc +++ b/gold/testsuite/two_file_test_2_tls.cc @@ -1,6 +1,6 @@ // two_file_test_2_tls.cc -- a two file test case for gold, with a TLS symbol -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_2_v1.cc b/gold/testsuite/two_file_test_2_v1.cc index 2b739521941..a6f4a4519e6 100644 --- a/gold/testsuite/two_file_test_2_v1.cc +++ b/gold/testsuite/two_file_test_2_v1.cc @@ -1,6 +1,6 @@ // two_file_test_2_v1.cc -- a two file test case for gold, file 2 of 2 -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_main.cc b/gold/testsuite/two_file_test_main.cc index f705ee8e84e..f67b4218f5a 100644 --- a/gold/testsuite/two_file_test_main.cc +++ b/gold/testsuite/two_file_test_main.cc @@ -1,6 +1,6 @@ // two_file_test_main.cc -- a two file test case for gold, main function -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/two_file_test_tls.cc b/gold/testsuite/two_file_test_tls.cc index 40c341790fc..92733012bf5 100644 --- a/gold/testsuite/two_file_test_tls.cc +++ b/gold/testsuite/two_file_test_tls.cc @@ -1,6 +1,6 @@ // two_file_test_tls.cc -- a two file test case for gold, main function, with TLS -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/undef_symbol.cc b/gold/testsuite/undef_symbol.cc index 5991a3ffa8a..b8695c18e8c 100644 --- a/gold/testsuite/undef_symbol.cc +++ b/gold/testsuite/undef_symbol.cc @@ -1,6 +1,6 @@ // undef_symbol.cc -- a test case for undefined references -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/undef_symbol.sh b/gold/testsuite/undef_symbol.sh index 51c937f646b..7e7457b4a3a 100755 --- a/gold/testsuite/undef_symbol.sh +++ b/gold/testsuite/undef_symbol.sh @@ -2,7 +2,7 @@ # undef_symbol.sh -- a test case for undefined symbols in shared libraries -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/undef_symbol_main.cc b/gold/testsuite/undef_symbol_main.cc index e31d1df7c38..face5752276 100644 --- a/gold/testsuite/undef_symbol_main.cc +++ b/gold/testsuite/undef_symbol_main.cc @@ -1,6 +1,6 @@ // undef_symbol_1.cc -- a test case for undefined references -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/ver_matching_def.cc b/gold/testsuite/ver_matching_def.cc index 61af6a6ab82..116ceec1730 100644 --- a/gold/testsuite/ver_matching_def.cc +++ b/gold/testsuite/ver_matching_def.cc @@ -1,6 +1,6 @@ // ver_matching_def.cc - test matching rules in version_script.map -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_matching_test.sh b/gold/testsuite/ver_matching_test.sh index 9abdfbdc96c..680cdaa92ea 100755 --- a/gold/testsuite/ver_matching_test.sh +++ b/gold/testsuite/ver_matching_test.sh @@ -2,7 +2,7 @@ # ver_matching_test.sh -- a test case for version script matching -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test.h b/gold/testsuite/ver_test.h index 46443c519f3..023e5452b42 100644 --- a/gold/testsuite/ver_test.h +++ b/gold/testsuite/ver_test.h @@ -1,6 +1,6 @@ // ver_test.h -- a test case for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_test_1.cc b/gold/testsuite/ver_test_1.cc index 0da841c2f81..25717ac99d9 100644 --- a/gold/testsuite/ver_test_1.cc +++ b/gold/testsuite/ver_test_1.cc @@ -1,6 +1,6 @@ // ver_test_1.cc -- a test case for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_test_1.sh b/gold/testsuite/ver_test_1.sh index 196a04738ca..136f199151c 100755 --- a/gold/testsuite/ver_test_1.sh +++ b/gold/testsuite/ver_test_1.sh @@ -2,7 +2,7 @@ # ver_test_1.sh -- check that protected symbols are local -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test_10.script b/gold/testsuite/ver_test_10.script index 363cec7a66e..25906ea90fb 100644 --- a/gold/testsuite/ver_test_10.script +++ b/gold/testsuite/ver_test_10.script @@ -1,6 +1,6 @@ ## ver_test_10.script -- a test case for gold -## Copyright (C) 2008-2025 Free Software Foundation, Inc. +## Copyright (C) 2008-2026 Free Software Foundation, Inc. ## Written by Ian Lance Taylor . ## This file is part of gold. diff --git a/gold/testsuite/ver_test_10.sh b/gold/testsuite/ver_test_10.sh index 93f3f882a7d..d2fa061769b 100755 --- a/gold/testsuite/ver_test_10.sh +++ b/gold/testsuite/ver_test_10.sh @@ -2,7 +2,7 @@ # ver_test_10.sh -- test global/local symbols -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test_13.sh b/gold/testsuite/ver_test_13.sh index 9cb94b717cc..a1fee2550da 100755 --- a/gold/testsuite/ver_test_13.sh +++ b/gold/testsuite/ver_test_13.sh @@ -2,7 +2,7 @@ # ver_test_13.sh -- a test case for version script matching -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/ver_test_14.sh b/gold/testsuite/ver_test_14.sh index 7c1f0d4c16c..c285a7eaeac 100755 --- a/gold/testsuite/ver_test_14.sh +++ b/gold/testsuite/ver_test_14.sh @@ -2,7 +2,7 @@ # ver_test_14.sh -- a test case for version scripts -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/ver_test_2.cc b/gold/testsuite/ver_test_2.cc index 4f7db8a9e0c..e14ed795322 100644 --- a/gold/testsuite/ver_test_2.cc +++ b/gold/testsuite/ver_test_2.cc @@ -1,6 +1,6 @@ // ver_test_2.cc -- a test case for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_test_2.script b/gold/testsuite/ver_test_2.script index c7bc7814060..a433ad21398 100644 --- a/gold/testsuite/ver_test_2.script +++ b/gold/testsuite/ver_test_2.script @@ -1,6 +1,6 @@ ## ver_test_2.script -- a test case for gold -## Copyright (C) 2007-2025 Free Software Foundation, Inc. +## Copyright (C) 2007-2026 Free Software Foundation, Inc. ## Written by Cary Coutant . ## This file is part of gold. diff --git a/gold/testsuite/ver_test_2.sh b/gold/testsuite/ver_test_2.sh index 721a5fb9782..1b60841064a 100755 --- a/gold/testsuite/ver_test_2.sh +++ b/gold/testsuite/ver_test_2.sh @@ -2,7 +2,7 @@ # ver_test_2.sh -- test that symbol has correct version -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test_3.cc b/gold/testsuite/ver_test_3.cc index 77b9bc7fb49..eb5e8711a12 100644 --- a/gold/testsuite/ver_test_3.cc +++ b/gold/testsuite/ver_test_3.cc @@ -1,6 +1,6 @@ // ver_test_3.cc -- a test case for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_test_4.cc b/gold/testsuite/ver_test_4.cc index a07b4f7b771..692ea03eae4 100644 --- a/gold/testsuite/ver_test_4.cc +++ b/gold/testsuite/ver_test_4.cc @@ -1,6 +1,6 @@ // ver_test_4.cc -- a test case for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_test_4.script b/gold/testsuite/ver_test_4.script index b0df8552359..92190729406 100644 --- a/gold/testsuite/ver_test_4.script +++ b/gold/testsuite/ver_test_4.script @@ -1,6 +1,6 @@ ## ver_test_4.script -- a test case for gold -## Copyright (C) 2007-2025 Free Software Foundation, Inc. +## Copyright (C) 2007-2026 Free Software Foundation, Inc. ## Written by Cary Coutant . ## This file is part of gold. diff --git a/gold/testsuite/ver_test_4.sh b/gold/testsuite/ver_test_4.sh index 00aa4e27218..910c7a472e6 100755 --- a/gold/testsuite/ver_test_4.sh +++ b/gold/testsuite/ver_test_4.sh @@ -2,7 +2,7 @@ # ver_test_4.sh -- test that version symbol is visible. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test_5.cc b/gold/testsuite/ver_test_5.cc index e3361234b49..821cbe79b23 100644 --- a/gold/testsuite/ver_test_5.cc +++ b/gold/testsuite/ver_test_5.cc @@ -1,6 +1,6 @@ // ver_test_5.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor // This file is part of gold. diff --git a/gold/testsuite/ver_test_5.script b/gold/testsuite/ver_test_5.script index 12fe271ec3f..21d7864ab1d 100644 --- a/gold/testsuite/ver_test_5.script +++ b/gold/testsuite/ver_test_5.script @@ -1,6 +1,6 @@ ## ver_test_5.script -- a test case for gold -## Copyright (C) 2008-2025 Free Software Foundation, Inc. +## Copyright (C) 2008-2026 Free Software Foundation, Inc. ## Written by Ian Lance Taylor ## This file is part of gold. diff --git a/gold/testsuite/ver_test_5.sh b/gold/testsuite/ver_test_5.sh index 4c1dd5f8bb6..4a0073380f4 100755 --- a/gold/testsuite/ver_test_5.sh +++ b/gold/testsuite/ver_test_5.sh @@ -2,7 +2,7 @@ # ver_test_5.sh -- test that symbol has correct version -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test_6.c b/gold/testsuite/ver_test_6.c index 898a45482a5..27d140aedbd 100644 --- a/gold/testsuite/ver_test_6.c +++ b/gold/testsuite/ver_test_6.c @@ -1,6 +1,6 @@ /* ver_test_6.c -- test common symbol with shared library version - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor This file is part of gold. diff --git a/gold/testsuite/ver_test_7.cc b/gold/testsuite/ver_test_7.cc index 2b1317aa285..4160a557039 100644 --- a/gold/testsuite/ver_test_7.cc +++ b/gold/testsuite/ver_test_7.cc @@ -1,6 +1,6 @@ // ver_test_7.cc -- test weak duplicate symbol with version -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor // This file is part of gold. diff --git a/gold/testsuite/ver_test_7.sh b/gold/testsuite/ver_test_7.sh index f539fc5a22d..aac1db53ba0 100755 --- a/gold/testsuite/ver_test_7.sh +++ b/gold/testsuite/ver_test_7.sh @@ -2,7 +2,7 @@ # ver_test_7.sh -- test that symbol has correct version -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/ver_test_8.script b/gold/testsuite/ver_test_8.script index 2d6ab869e5f..df79c897aea 100644 --- a/gold/testsuite/ver_test_8.script +++ b/gold/testsuite/ver_test_8.script @@ -1,6 +1,6 @@ ## ver_test_8.script -- a test case for gold -## Copyright (C) 2008-2025 Free Software Foundation, Inc. +## Copyright (C) 2008-2026 Free Software Foundation, Inc. ## Written by Ian Lance Taylor ## This file is part of gold. diff --git a/gold/testsuite/ver_test_8.sh b/gold/testsuite/ver_test_8.sh index 04fc8095428..9c3b62e1b44 100755 --- a/gold/testsuite/ver_test_8.sh +++ b/gold/testsuite/ver_test_8.sh @@ -2,7 +2,7 @@ # ver_test_8.sh -- check that __GLOBAL_OFFSET_TABLE__ is defined only once. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/ver_test_9.cc b/gold/testsuite/ver_test_9.cc index a0aca3dd830..5fb279dccc3 100644 --- a/gold/testsuite/ver_test_9.cc +++ b/gold/testsuite/ver_test_9.cc @@ -1,6 +1,6 @@ // ver_test_9.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/ver_test_main.cc b/gold/testsuite/ver_test_main.cc index 9d1f338957a..3400c90c51c 100644 --- a/gold/testsuite/ver_test_main.cc +++ b/gold/testsuite/ver_test_main.cc @@ -1,6 +1,6 @@ // ver_test_main.cc -- a test case for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/ver_test_main_2.cc b/gold/testsuite/ver_test_main_2.cc index 4781f393150..82184949b08 100644 --- a/gold/testsuite/ver_test_main_2.cc +++ b/gold/testsuite/ver_test_main_2.cc @@ -1,6 +1,6 @@ // ver_test_main_2.cc -- a test case for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/ver_test_pr16504.sh b/gold/testsuite/ver_test_pr16504.sh index 534d37cd751..260895e02ca 100755 --- a/gold/testsuite/ver_test_pr16504.sh +++ b/gold/testsuite/ver_test_pr16504.sh @@ -2,7 +2,7 @@ # ver_test_pr16504.sh -- test that undef gets correct version with LTO. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/ver_test_pr23409.sh b/gold/testsuite/ver_test_pr23409.sh index b19c030fa3d..b07a436fde6 100755 --- a/gold/testsuite/ver_test_pr23409.sh +++ b/gold/testsuite/ver_test_pr23409.sh @@ -2,7 +2,7 @@ # ver_test_pr23409.sh -- a test case for version scripts -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/ver_test_pr31830.sh b/gold/testsuite/ver_test_pr31830.sh index ec3d5f07ba0..8a9321b8d23 100755 --- a/gold/testsuite/ver_test_pr31830.sh +++ b/gold/testsuite/ver_test_pr31830.sh @@ -2,7 +2,7 @@ # ver_test_pr31830.sh -- a test case for version scripts -# Copyright (C) 2024-2025 Free Software Foundation, Inc. +# Copyright (C) 2024-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/ver_test_pr31830_lto.sh b/gold/testsuite/ver_test_pr31830_lto.sh index 54f8813c7a6..cf4baad422a 100755 --- a/gold/testsuite/ver_test_pr31830_lto.sh +++ b/gold/testsuite/ver_test_pr31830_lto.sh @@ -2,7 +2,7 @@ # ver_test_pr31830_lto.sh -- a test case for version scripts with LTO -# Copyright (C) 2024-2025 Free Software Foundation, Inc. +# Copyright (C) 2024-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/ver_test_pr33577.sh b/gold/testsuite/ver_test_pr33577.sh index b2dd6de4ae9..5783941816e 100755 --- a/gold/testsuite/ver_test_pr33577.sh +++ b/gold/testsuite/ver_test_pr33577.sh @@ -2,7 +2,7 @@ # ver_test_pr33577.sh -- a test case for unversioned symbols. -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/weak_alias_test_1.cc b/gold/testsuite/weak_alias_test_1.cc index a39819c2438..08c88724c20 100644 --- a/gold/testsuite/weak_alias_test_1.cc +++ b/gold/testsuite/weak_alias_test_1.cc @@ -1,6 +1,6 @@ // weak_alias_test_1.cc -- test weak aliases for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_alias_test_2.cc b/gold/testsuite/weak_alias_test_2.cc index 060f1ecd16c..d8f629bd817 100644 --- a/gold/testsuite/weak_alias_test_2.cc +++ b/gold/testsuite/weak_alias_test_2.cc @@ -1,6 +1,6 @@ // weak_alias_test_2.cc -- test weak aliases for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_alias_test_3.cc b/gold/testsuite/weak_alias_test_3.cc index bd2bdeba028..1b8dd922601 100644 --- a/gold/testsuite/weak_alias_test_3.cc +++ b/gold/testsuite/weak_alias_test_3.cc @@ -1,6 +1,6 @@ // weak_alias_test_3.cc -- test weak aliases for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_alias_test_4.cc b/gold/testsuite/weak_alias_test_4.cc index 8818271af01..d45005ec06f 100644 --- a/gold/testsuite/weak_alias_test_4.cc +++ b/gold/testsuite/weak_alias_test_4.cc @@ -1,6 +1,6 @@ // weak_alias_test_4.cc -- test weak aliases for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_alias_test_5.cc b/gold/testsuite/weak_alias_test_5.cc index d9a69cf1e53..b0dfde0a1a3 100644 --- a/gold/testsuite/weak_alias_test_5.cc +++ b/gold/testsuite/weak_alias_test_5.cc @@ -1,6 +1,6 @@ // weak_alias_test_5.cc -- test versioned weak aliases for gold -// Copyright (C) 2011-2025 Free Software Foundation, Inc. +// Copyright (C) 2011-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_alias_test_main.cc b/gold/testsuite/weak_alias_test_main.cc index ee1eb0dea90..2475e3751a5 100644 --- a/gold/testsuite/weak_alias_test_main.cc +++ b/gold/testsuite/weak_alias_test_main.cc @@ -1,6 +1,6 @@ // weak_alias_test_main.cc -- test weak aliases for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_as_needed.sh b/gold/testsuite/weak_as_needed.sh index 52e1767f980..434b58faae7 100755 --- a/gold/testsuite/weak_as_needed.sh +++ b/gold/testsuite/weak_as_needed.sh @@ -3,7 +3,7 @@ # weak_as_needed.sh -- a test case for version handling with weak symbols # and --as-needed libraries. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/weak_plt.sh b/gold/testsuite/weak_plt.sh index a29c227c530..af1a3fbf390 100755 --- a/gold/testsuite/weak_plt.sh +++ b/gold/testsuite/weak_plt.sh @@ -2,7 +2,7 @@ # weak_plt.sh -- test calling a weak undefined function. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This file is part of gold. diff --git a/gold/testsuite/weak_plt_main.cc b/gold/testsuite/weak_plt_main.cc index 3c8fb121713..bfb2c514aad 100644 --- a/gold/testsuite/weak_plt_main.cc +++ b/gold/testsuite/weak_plt_main.cc @@ -1,6 +1,6 @@ // weak_plt_main.cc -- test call to weak undefined function for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_plt_shared.cc b/gold/testsuite/weak_plt_shared.cc index 631a17686c6..f49ae4163fe 100644 --- a/gold/testsuite/weak_plt_shared.cc +++ b/gold/testsuite/weak_plt_shared.cc @@ -1,6 +1,6 @@ // weak_plt_shared.cc -- test call to weak undefined function for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_test.cc b/gold/testsuite/weak_test.cc index 83ee8c3f455..d2554ecdded 100644 --- a/gold/testsuite/weak_test.cc +++ b/gold/testsuite/weak_test.cc @@ -1,6 +1,6 @@ // weak_test.cc -- test handling of weak symbols for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/testsuite/weak_undef.h b/gold/testsuite/weak_undef.h index 8a87ce68be4..ba480ca9e01 100644 --- a/gold/testsuite/weak_undef.h +++ b/gold/testsuite/weak_undef.h @@ -1,6 +1,6 @@ // weak_undef.h -- test handling of weak undefined symbols for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_file1.cc b/gold/testsuite/weak_undef_file1.cc index e82d3dae469..d3dd6c9cc6f 100644 --- a/gold/testsuite/weak_undef_file1.cc +++ b/gold/testsuite/weak_undef_file1.cc @@ -1,6 +1,6 @@ // weak_undef_file1.cc -- test handling of weak undefined symbols for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_file2.cc b/gold/testsuite/weak_undef_file2.cc index 959b3f2e603..264b73d7d96 100644 --- a/gold/testsuite/weak_undef_file2.cc +++ b/gold/testsuite/weak_undef_file2.cc @@ -1,6 +1,6 @@ // weak_undef_file2.cc -- test handling of weak undefined symbols for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_file3.cc b/gold/testsuite/weak_undef_file3.cc index 48ab0a4b597..5d9d3b91564 100644 --- a/gold/testsuite/weak_undef_file3.cc +++ b/gold/testsuite/weak_undef_file3.cc @@ -1,6 +1,6 @@ // weak_undef_file3.cc -- test handling of weak undefined symbols for gold -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_file4.cc b/gold/testsuite/weak_undef_file4.cc index b4b0fdacaab..b0d6f1e1077 100644 --- a/gold/testsuite/weak_undef_file4.cc +++ b/gold/testsuite/weak_undef_file4.cc @@ -1,6 +1,6 @@ // weak_undef_file4.cc -- test handling of weak undefined symbols for gold -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_lib_4.c b/gold/testsuite/weak_undef_lib_4.c index c2770b3fab5..cb3c83927b9 100644 --- a/gold/testsuite/weak_undef_lib_4.c +++ b/gold/testsuite/weak_undef_lib_4.c @@ -1,6 +1,6 @@ /* weak_undef_lib_4.c -- test non-default weak undefined symbol in DSO. - Copyright (C) 2024-2025 Free Software Foundation, Inc. + Copyright (C) 2024-2026 Free Software Foundation, Inc. This file is part of gold. diff --git a/gold/testsuite/weak_undef_test.cc b/gold/testsuite/weak_undef_test.cc index fccdc4186e9..874d9a5fb1f 100644 --- a/gold/testsuite/weak_undef_test.cc +++ b/gold/testsuite/weak_undef_test.cc @@ -1,6 +1,6 @@ // weak_undef_test.cc -- test handling of weak undefined symbols for gold -// Copyright (C) 2008-2025 Free Software Foundation, Inc. +// Copyright (C) 2008-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_test_2.cc b/gold/testsuite/weak_undef_test_2.cc index 717258e89b9..cb38b3b8e06 100644 --- a/gold/testsuite/weak_undef_test_2.cc +++ b/gold/testsuite/weak_undef_test_2.cc @@ -1,6 +1,6 @@ // weak_undef_test_2.cc -- test handling of weak undefined symbols for gold -// Copyright (C) 2014-2025 Free Software Foundation, Inc. +// Copyright (C) 2014-2026 Free Software Foundation, Inc. // Written by Cary Coutant . // This file is part of gold. diff --git a/gold/testsuite/weak_undef_test_3.c b/gold/testsuite/weak_undef_test_3.c index 20aa769cfba..af109fe53f9 100644 --- a/gold/testsuite/weak_undef_test_3.c +++ b/gold/testsuite/weak_undef_test_3.c @@ -1,6 +1,6 @@ /* weak_undef_test_3.c -- test non-default weak undefined symbol in PIE. - Copyright (C) 2024-2025 Free Software Foundation, Inc. + Copyright (C) 2024-2026 Free Software Foundation, Inc. This file is part of gold. diff --git a/gold/testsuite/weak_undef_test_4.c b/gold/testsuite/weak_undef_test_4.c index aeb12dc4d8c..e76b9693ded 100644 --- a/gold/testsuite/weak_undef_test_4.c +++ b/gold/testsuite/weak_undef_test_4.c @@ -1,6 +1,6 @@ /* weak_undef_test_4.c -- test non-default weak undefined symbol in DSO. - Copyright (C) 2024-2025 Free Software Foundation, Inc. + Copyright (C) 2024-2026 Free Software Foundation, Inc. This file is part of gold. diff --git a/gold/testsuite/weak_unresolved_symbols_test.cc b/gold/testsuite/weak_unresolved_symbols_test.cc index e56eb9197cf..d3a304fa2db 100644 --- a/gold/testsuite/weak_unresolved_symbols_test.cc +++ b/gold/testsuite/weak_unresolved_symbols_test.cc @@ -1,6 +1,6 @@ // weak_unresolved_symbols_test.cc -- a test case for gold -// Copyright (C) 2015-2025 Free Software Foundation, Inc. +// Copyright (C) 2015-2026 Free Software Foundation, Inc. // Written by Sriraman Tallam . // This file is part of gold. diff --git a/gold/testsuite/x32_overflow_pc32.sh b/gold/testsuite/x32_overflow_pc32.sh index 30f4fefbb58..4a1b65ff355 100755 --- a/gold/testsuite/x32_overflow_pc32.sh +++ b/gold/testsuite/x32_overflow_pc32.sh @@ -2,7 +2,7 @@ # x86_64_overflow_pc32.sh -- a test case for overflow checking. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/testsuite/x86_64_gd_to_le.sh b/gold/testsuite/x86_64_gd_to_le.sh index 5449a72792f..ebaea5eb9c1 100755 --- a/gold/testsuite/x86_64_gd_to_le.sh +++ b/gold/testsuite/x86_64_gd_to_le.sh @@ -2,7 +2,7 @@ # x86_64_gd_to_ie.sh -- a test for GDesc -> IE conversion. -# Copyright (C) 2020-2025 Free Software Foundation, Inc. +# Copyright (C) 2020-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/x86_64_ie_to_le.sh b/gold/testsuite/x86_64_ie_to_le.sh index a43860cbcfd..1a08a774cfd 100755 --- a/gold/testsuite/x86_64_ie_to_le.sh +++ b/gold/testsuite/x86_64_ie_to_le.sh @@ -2,7 +2,7 @@ # x86_64_ie_to_le.sh -- a test for IE -> LE conversion. -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # This file is part of gold. diff --git a/gold/testsuite/x86_64_indirect_call_to_direct.sh b/gold/testsuite/x86_64_indirect_call_to_direct.sh index 5c999c428d4..8300c8c4bb1 100755 --- a/gold/testsuite/x86_64_indirect_call_to_direct.sh +++ b/gold/testsuite/x86_64_indirect_call_to_direct.sh @@ -3,7 +3,7 @@ # x86_64_indirect_call_to_direct.sh -- a test for indirect call(jump) to direct # conversion. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Sriraman Tallam # This file is part of gold. diff --git a/gold/testsuite/x86_64_mov_to_lea.sh b/gold/testsuite/x86_64_mov_to_lea.sh index 954a7dd99bf..c88f31748bb 100755 --- a/gold/testsuite/x86_64_mov_to_lea.sh +++ b/gold/testsuite/x86_64_mov_to_lea.sh @@ -2,7 +2,7 @@ # x86_64_mov_to_lea.sh -- a test for mov2lea conversion. -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # Written by Tocar Ilya # This file is part of gold. diff --git a/gold/testsuite/x86_64_overflow_pc32.sh b/gold/testsuite/x86_64_overflow_pc32.sh index 30f4fefbb58..4a1b65ff355 100755 --- a/gold/testsuite/x86_64_overflow_pc32.sh +++ b/gold/testsuite/x86_64_overflow_pc32.sh @@ -2,7 +2,7 @@ # x86_64_overflow_pc32.sh -- a test case for overflow checking. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # Written by Cary Coutant . # This file is part of gold. diff --git a/gold/tilegx.cc b/gold/tilegx.cc index 80443e1738d..2015c74c48e 100644 --- a/gold/tilegx.cc +++ b/gold/tilegx.cc @@ -1,6 +1,6 @@ // tilegx.cc -- tilegx target support for gold. -// Copyright (C) 2012-2025 Free Software Foundation, Inc. +// Copyright (C) 2012-2026 Free Software Foundation, Inc. // Written by Jiong Wang (jiwang@tilera.com) // This file is part of gold. diff --git a/gold/timer.cc b/gold/timer.cc index d8dc4ce6a63..e588c45d844 100644 --- a/gold/timer.cc +++ b/gold/timer.cc @@ -1,6 +1,6 @@ // timer.cc -- helper class for time accounting -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Rafael Avila de Espindola . // This file is part of gold. diff --git a/gold/timer.h b/gold/timer.h index e4def225eb2..33978d2a745 100644 --- a/gold/timer.h +++ b/gold/timer.h @@ -1,6 +1,6 @@ // timer.h -- helper class for time accounting -*- C++ -*- -// Copyright (C) 2009-2025 Free Software Foundation, Inc. +// Copyright (C) 2009-2026 Free Software Foundation, Inc. // Written by Rafael Avila de Espindola . // This file is part of gold. diff --git a/gold/tls.h b/gold/tls.h index 2ccd2db70b1..8a245d8d6ae 100644 --- a/gold/tls.h +++ b/gold/tls.h @@ -1,6 +1,6 @@ // tls.h -- Thread-Local Storage utility routines for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/token.h b/gold/token.h index 67a1ca67b78..0414176067c 100644 --- a/gold/token.h +++ b/gold/token.h @@ -1,6 +1,6 @@ // token.h -- lock tokens for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/version.cc b/gold/version.cc index a11aa469b2d..6b84d407968 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -1,6 +1,6 @@ // version.c -- print gold version information -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -62,7 +62,7 @@ print_version(bool print_short) if (!print_short) { // This output is intended to follow the GNU standards. - printf(_("Copyright (C) 2025 Free Software Foundation, Inc.\n")); + printf(_("Copyright (C) 2026 Free Software Foundation, Inc.\n")); printf(_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or (at your option) a later version.\n\ diff --git a/gold/workqueue-internal.h b/gold/workqueue-internal.h index eed6ef7e2e2..6b0946fa280 100644 --- a/gold/workqueue-internal.h +++ b/gold/workqueue-internal.h @@ -1,6 +1,6 @@ // workqueue-internal.h -- internal work queue header for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/workqueue-threads.cc b/gold/workqueue-threads.cc index bdcb6cbfa4a..97a0883118b 100644 --- a/gold/workqueue-threads.cc +++ b/gold/workqueue-threads.cc @@ -1,6 +1,6 @@ // workqueue-threads.cc -- the threaded workqueue for gold -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/workqueue.cc b/gold/workqueue.cc index ee2a99929c0..6d14b5737b2 100644 --- a/gold/workqueue.cc +++ b/gold/workqueue.cc @@ -1,6 +1,6 @@ // workqueue.cc -- the workqueue for gold -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/workqueue.h b/gold/workqueue.h index 45f80c5aa74..cd6fb619aa5 100644 --- a/gold/workqueue.h +++ b/gold/workqueue.h @@ -1,6 +1,6 @@ // workqueue.h -- the work queue for gold -*- C++ -*- -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/x86_64.cc b/gold/x86_64.cc index f23330e7126..b2ce0c62143 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -1,6 +1,6 @@ // x86_64.cc -- x86_64 target support for gold. -// Copyright (C) 2006-2025 Free Software Foundation, Inc. +// Copyright (C) 2006-2026 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. diff --git a/gold/yyscript.y b/gold/yyscript.y index 343236a3673..91425f11960 100644 --- a/gold/yyscript.y +++ b/gold/yyscript.y @@ -1,6 +1,6 @@ /* yyscript.y -- linker script grammar for gold. */ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 64e736c8479..dffb1ce4a7f 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -220,7 +220,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/MAINTAINERS b/gprof/MAINTAINERS index 2ba4daff4b4..dc2f62e1fc6 100644 --- a/gprof/MAINTAINERS +++ b/gprof/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 8662e625d84..baaebc87e74 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gprof/Makefile.in b/gprof/Makefile.in index c32a9457f0b..bb09f0ca04d 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gprof/README b/gprof/README index ebae1a1d357..c664fe54827 100644 --- a/gprof/README +++ b/gprof/README @@ -441,7 +441,7 @@ file in a suitable format. This should be fixed for future releases of gcc. In the meantime, contact davidm@cs.arizona.edu for a version of __bb_exit_func() to is appropriate. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/TODO b/gprof/TODO index 88e0af05f63..460e73ad834 100644 --- a/gprof/TODO +++ b/gprof/TODO @@ -68,7 +68,7 @@ will use the new format for basic-block style profiling but the old format for regular gpprofiling -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index d8659382d2c..e94939ee026 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -2,7 +2,7 @@ of basic-block info to/from gmon.out; computing and formatting of basic-block related statistics. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h index a7a2a18b40d..5d50992aef2 100644 --- a/gprof/basic_blocks.h +++ b/gprof/basic_blocks.h @@ -1,5 +1,5 @@ /* basic_blocks.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/bb_exit_func.c b/gprof/bb_exit_func.c index 8cb66738db9..c3fce6c2137 100644 --- a/gprof/bb_exit_func.c +++ b/gprof/bb_exit_func.c @@ -1,7 +1,7 @@ /* bb_exit_func.c - dumps all the basic-block statistics linked into the bb_head chain to .d files. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/bbconv.pl b/gprof/bbconv.pl index 6bdeef70bce..af1d677ef79 100755 --- a/gprof/bbconv.pl +++ b/gprof/bbconv.pl @@ -3,7 +3,7 @@ # This script converts a "bb.out" file into a format # suitable for processing by gprof # -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of GNU Binutils. # diff --git a/gprof/bsd_callg_bl.m b/gprof/bsd_callg_bl.m index be10f09fa09..64c90e9a8ea 100644 --- a/gprof/bsd_callg_bl.m +++ b/gprof/bsd_callg_bl.m @@ -106,7 +106,7 @@ index the index of this child in the call graph listing, the members of the cycle, and their contributions to the time and call counts of the cycle. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/call_graph.c b/gprof/call_graph.c index b76a8adde58..3745a293fac 100644 --- a/gprof/call_graph.c +++ b/gprof/call_graph.c @@ -1,6 +1,6 @@ /* call_graph.c - Create call graphs. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/call_graph.h b/gprof/call_graph.h index efc3447eccc..215c79ac38d 100644 --- a/gprof/call_graph.h +++ b/gprof/call_graph.h @@ -1,6 +1,6 @@ /* call_graph.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h index 06d94956ecb..9da47e80e65 100644 --- a/gprof/cg_arcs.h +++ b/gprof/cg_arcs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h index b6d08984a97..a4c678388f7 100644 --- a/gprof/cg_dfn.h +++ b/gprof/cg_dfn.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/cg_print.c b/gprof/cg_print.c index c8e80d9d3a5..6254ed6346b 100644 --- a/gprof/cg_print.c +++ b/gprof/cg_print.c @@ -1,6 +1,6 @@ /* cg_print.c - Print routines for displaying call graphs. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/cg_print.h b/gprof/cg_print.h index 4ff1dbb23f3..659dbb07924 100644 --- a/gprof/cg_print.h +++ b/gprof/cg_print.h @@ -1,6 +1,6 @@ /* cg_print.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/configure.ac b/gprof/configure.ac index 85502ec2598..91e7a9afb75 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/gprof/corefile.c b/gprof/corefile.c index 74dbfb5cb86..f5dea466dd6 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -1,6 +1,6 @@ /* corefile.c - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/corefile.h b/gprof/corefile.h index fe4e44c2ff5..f2018d797ba 100644 --- a/gprof/corefile.h +++ b/gprof/corefile.h @@ -1,6 +1,6 @@ /* corefile.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m index 39f19b2dec0..4abecc5814e 100644 --- a/gprof/flat_bl.m +++ b/gprof/flat_bl.m @@ -26,7 +26,7 @@ name the name of the function. This is the minor sort in parenthesis it shows where it would appear in the gprof listing if it were to be printed. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/fsf_callg_bl.m b/gprof/fsf_callg_bl.m index 714b24c10f8..884a176c864 100644 --- a/gprof/fsf_callg_bl.m +++ b/gprof/fsf_callg_bl.m @@ -81,7 +81,7 @@ for that member, how many times it was called from other members of the cycle. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c index 36ba7987a27..77f63eb1f58 100644 --- a/gprof/gmon_io.c +++ b/gprof/gmon_io.c @@ -1,6 +1,6 @@ /* gmon_io.c - Input and output from/to gmon.out files. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h index 43c18693be5..1eff4ed7291 100644 --- a/gprof/gmon_io.h +++ b/gprof/gmon_io.h @@ -1,6 +1,6 @@ /* gmon_io.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/gmon_out.h b/gprof/gmon_out.h index 95cedf899da..b4cbcda2cfd 100644 --- a/gprof/gmon_out.h +++ b/gprof/gmon_out.h @@ -1,6 +1,6 @@ /* gmon_out.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 772b9f46d25..4fe4fe63815 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @setfilename gprof.info -@c Copyright (C) 1988-2025 Free Software Foundation, Inc. +@c Copyright (C) 1988-2026 Free Software Foundation, Inc. @settitle GNU gprof @setchapternewpage odd @@ -21,7 +21,7 @@ This file documents the gprof profiler of the GNU system. @c man begin COPYRIGHT -Copyright @copyright{} 1988-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -54,7 +54,7 @@ execute programs. @sc{gnu} @code{gprof} was written by Jay Fenlason. Eric S. Raymond made some minor corrections and additions in 2003. @vskip 0pt plus 1filll -Copyright @copyright{} 1988-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprof/hertz.h b/gprof/hertz.h index 207e4e57f68..81c0655910b 100644 --- a/gprof/hertz.h +++ b/gprof/hertz.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/hist.c b/gprof/hist.c index ef4756531c6..02c2a694ea6 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -1,6 +1,6 @@ /* hist.c - Histogram related operations. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/hist.h b/gprof/hist.h index cf16a3582e8..9301eed26cf 100644 --- a/gprof/hist.h +++ b/gprof/hist.h @@ -1,6 +1,6 @@ /* hist.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/po/Make-in b/gprof/po/Make-in index eb7409309d3..e0909658aa2 100644 --- a/gprof/po/Make-in +++ b/gprof/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/gprof/search_list.c b/gprof/search_list.c index 2648438d994..60193cd3c4e 100644 --- a/gprof/search_list.c +++ b/gprof/search_list.c @@ -1,6 +1,6 @@ /* search-list.c - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/search_list.h b/gprof/search_list.h index 78889e81a77..c1a707b9a7e 100644 --- a/gprof/search_list.h +++ b/gprof/search_list.h @@ -1,6 +1,6 @@ /* search-list.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/source.c b/gprof/source.c index 7ed84a516eb..494f6ecc9b2 100644 --- a/gprof/source.c +++ b/gprof/source.c @@ -1,6 +1,6 @@ /* source.c - Keep track of source files. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/source.h b/gprof/source.h index 3dba9580cef..63b28a1d427 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -1,6 +1,6 @@ /* source.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c index 81be06c6a88..bcb7cc2136c 100644 --- a/gprof/sym_ids.c +++ b/gprof/sym_ids.c @@ -1,6 +1,6 @@ /* sym_ids.c - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h index 9c280ef5363..68dab53dcb0 100644 --- a/gprof/sym_ids.h +++ b/gprof/sym_ids.h @@ -1,6 +1,6 @@ /* sym_ids.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/symtab.c b/gprof/symtab.c index e8b0b340680..e1ff47dc124 100644 --- a/gprof/symtab.c +++ b/gprof/symtab.c @@ -1,6 +1,6 @@ /* symtab.c - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/symtab.h b/gprof/symtab.h index 19031b917b0..b0f814cf765 100644 --- a/gprof/symtab.h +++ b/gprof/symtab.h @@ -1,6 +1,6 @@ /* symtab.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprof/testsuite/tst-gmon-gprof-l.sh b/gprof/testsuite/tst-gmon-gprof-l.sh index 530d022e472..d0c26cb62fa 100755 --- a/gprof/testsuite/tst-gmon-gprof-l.sh +++ b/gprof/testsuite/tst-gmon-gprof-l.sh @@ -1,6 +1,6 @@ #!/bin/sh # Check the output of gprof against a carfully crafted binary. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/gprof/testsuite/tst-gmon-gprof.sh b/gprof/testsuite/tst-gmon-gprof.sh index deaa8028374..ef66d93a23a 100755 --- a/gprof/testsuite/tst-gmon-gprof.sh +++ b/gprof/testsuite/tst-gmon-gprof.sh @@ -1,6 +1,6 @@ #!/bin/sh # Check the output of gprof against a carfully crafted binary. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/gprof/testsuite/tst-gmon.c b/gprof/testsuite/tst-gmon.c index 917f5e64af4..0efc5c791b0 100644 --- a/gprof/testsuite/tst-gmon.c +++ b/gprof/testsuite/tst-gmon.c @@ -1,5 +1,5 @@ /* Test program for profiling information collection (_mcount/gprof). - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gprof/utils.h b/gprof/utils.h index 403fe2a39a1..71260f2580e 100644 --- a/gprof/utils.h +++ b/gprof/utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/Makefile.am b/gprofng/Makefile.am index 64a92809a6c..7a95572063c 100644 --- a/gprofng/Makefile.am +++ b/gprofng/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/Makefile.in b/gprofng/Makefile.in index ee82a05255e..39ab696e16b 100644 --- a/gprofng/Makefile.in +++ b/gprofng/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/common/cc_libcollector.h b/gprofng/common/cc_libcollector.h index fb0cf956640..da49ec66978 100644 --- a/gprofng/common/cc_libcollector.h +++ b/gprofng/common/cc_libcollector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/core_pcbe.c b/gprofng/common/core_pcbe.c index 14080abbba8..93bce148fd6 100644 --- a/gprofng/common/core_pcbe.c +++ b/gprofng/common/core_pcbe.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/cpu_frequency.h b/gprofng/common/cpu_frequency.h index c6979c45e1f..68de0ff8c58 100644 --- a/gprofng/common/cpu_frequency.h +++ b/gprofng/common/cpu_frequency.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/cpuid.c b/gprofng/common/cpuid.c index f9f90462839..f79bdca852d 100644 --- a/gprofng/common/cpuid.c +++ b/gprofng/common/cpuid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/gp-defs.h b/gprofng/common/gp-defs.h index 4b5d6fa334f..f895ec7e1c3 100644 --- a/gprofng/common/gp-defs.h +++ b/gprofng/common/gp-defs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/gp-experiment.h b/gprofng/common/gp-experiment.h index 7abccdfc4f2..169e400516e 100644 --- a/gprofng/common/gp-experiment.h +++ b/gprofng/common/gp-experiment.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/gp-time.h b/gprofng/common/gp-time.h index ec5404a36d4..4aa23502acc 100644 --- a/gprofng/common/gp-time.h +++ b/gprofng/common/gp-time.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwc_cpus.h b/gprofng/common/hwc_cpus.h index 9824d023f20..abc7e027164 100644 --- a/gprofng/common/hwc_cpus.h +++ b/gprofng/common/hwc_cpus.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwcdrv.c b/gprofng/common/hwcdrv.c index 1e81a4d6c73..869f909eb84 100644 --- a/gprofng/common/hwcdrv.c +++ b/gprofng/common/hwcdrv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwcdrv.h b/gprofng/common/hwcdrv.h index 2732bdc452d..d707b01c570 100644 --- a/gprofng/common/hwcdrv.h +++ b/gprofng/common/hwcdrv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwcentry.h b/gprofng/common/hwcentry.h index a86e284e277..1c0e8fbcd18 100644 --- a/gprofng/common/hwcentry.h +++ b/gprofng/common/hwcentry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwcfuncs.c b/gprofng/common/hwcfuncs.c index 81a59619ad9..7eb6c05ce6c 100644 --- a/gprofng/common/hwcfuncs.c +++ b/gprofng/common/hwcfuncs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwcfuncs.h b/gprofng/common/hwcfuncs.h index 64370dc43de..edb479da116 100644 --- a/gprofng/common/hwcfuncs.h +++ b/gprofng/common/hwcfuncs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/hwctable.c b/gprofng/common/hwctable.c index 1ce365a5904..52b28f21dc5 100644 --- a/gprofng/common/hwctable.c +++ b/gprofng/common/hwctable.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/common/opteron_pcbe.c b/gprofng/common/opteron_pcbe.c index 16bb3262874..723f3999348 100644 --- a/gprofng/common/opteron_pcbe.c +++ b/gprofng/common/opteron_pcbe.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/config/bison.m4 b/gprofng/config/bison.m4 index 99a66f82a66..06184565d23 100644 --- a/gprofng/config/bison.m4 +++ b/gprofng/config/bison.m4 @@ -1,6 +1,6 @@ # serial 10 -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/gprofng/configure.ac b/gprofng/configure.ac index 04fe3232b82..3a2eb0265dd 100644 --- a/gprofng/configure.ac +++ b/gprofng/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2021-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2021-2026 Free Software Foundation, Inc. dnl dnl This file 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/gprofng/doc/Makefile.am b/gprofng/doc/Makefile.am index 331b2686d1f..3ce2203fc52 100644 --- a/gprofng/doc/Makefile.am +++ b/gprofng/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in index 6b7b32380de..738aa16acf2 100644 --- a/gprofng/doc/Makefile.in +++ b/gprofng/doc/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/gprofng/doc/gprofng-archive.texi b/gprofng/doc/gprofng-archive.texi index cfa9d41cf28..8c80458437f 100644 --- a/gprofng/doc/gprofng-archive.texi +++ b/gprofng/doc/gprofng-archive.texi @@ -391,7 +391,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng-collect-app.texi b/gprofng/doc/gprofng-collect-app.texi index 6e8c5b02866..21026b04cee 100644 --- a/gprofng/doc/gprofng-collect-app.texi +++ b/gprofng/doc/gprofng-collect-app.texi @@ -380,7 +380,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng-display-gmon.texi b/gprofng/doc/gprofng-display-gmon.texi index 463f18bcd5c..b88bb9706c4 100644 --- a/gprofng/doc/gprofng-display-gmon.texi +++ b/gprofng/doc/gprofng-display-gmon.texi @@ -192,7 +192,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2025 Free Software Foundation, Inc. +Copyright @copyright{} 2025-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng-display-html.texi b/gprofng/doc/gprofng-display-html.texi index 5a7489a0508..3b35ac5c163 100644 --- a/gprofng/doc/gprofng-display-html.texi +++ b/gprofng/doc/gprofng-display-html.texi @@ -283,7 +283,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng-display-src.texi b/gprofng/doc/gprofng-display-src.texi index 87ccb1afea5..31f6895d084 100644 --- a/gprofng/doc/gprofng-display-src.texi +++ b/gprofng/doc/gprofng-display-src.texi @@ -228,7 +228,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng-display-text.texi b/gprofng/doc/gprofng-display-text.texi index 358e1c39c61..d56bb676c4c 100644 --- a/gprofng/doc/gprofng-display-text.texi +++ b/gprofng/doc/gprofng-display-text.texi @@ -437,7 +437,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng.texi b/gprofng/doc/gprofng.texi index 04dce20dc47..0c88a4414c7 100644 --- a/gprofng/doc/gprofng.texi +++ b/gprofng/doc/gprofng.texi @@ -362,7 +362,7 @@ command @command{info gprofng} should give access to this document. @ManPageStart{COPYRIGHT} @c man begin COPYRIGHT -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/gprofng/doc/gprofng_ug.texi b/gprofng/doc/gprofng_ug.texi index 7b04a3f7c5a..97abcaec44d 100644 --- a/gprofng/doc/gprofng_ug.texi +++ b/gprofng/doc/gprofng_ug.texi @@ -46,7 +46,7 @@ @copying This document is the manual for @ProductName{}, last updated @value{UPDATED}. -Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2026 Free Software Foundation, Inc. @c -- @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/gprofng/doc/mdate-sh b/gprofng/doc/mdate-sh index c991ebfec32..59d401b5c35 100755 --- a/gprofng/doc/mdate-sh +++ b/gprofng/doc/mdate-sh @@ -3,7 +3,7 @@ scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1995-2025 Free Software Foundation, Inc. +# Copyright (C) 1995-2026 Free Software Foundation, Inc. # written by Ulrich Drepper , June 1995 # # This program is free software; you can redistribute it and/or modify diff --git a/gprofng/examples/mxv-pthreads/experiments/profile.sh b/gprofng/examples/mxv-pthreads/experiments/profile.sh index 2369b415b6f..2baabd1942b 100755 --- a/gprofng/examples/mxv-pthreads/experiments/profile.sh +++ b/gprofng/examples/mxv-pthreads/experiments/profile.sh @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/examples/mxv-pthreads/src/Makefile b/gprofng/examples/mxv-pthreads/src/Makefile index 24b9c8e9d36..67265159ece 100644 --- a/gprofng/examples/mxv-pthreads/src/Makefile +++ b/gprofng/examples/mxv-pthreads/src/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/examples/mxv-pthreads/src/main.c b/gprofng/examples/mxv-pthreads/src/main.c index dc883fa3f68..4ff24d99504 100644 --- a/gprofng/examples/mxv-pthreads/src/main.c +++ b/gprofng/examples/mxv-pthreads/src/main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/examples/mxv-pthreads/src/manage_data.c b/gprofng/examples/mxv-pthreads/src/manage_data.c index 332894dc821..ebcae46ff0d 100644 --- a/gprofng/examples/mxv-pthreads/src/manage_data.c +++ b/gprofng/examples/mxv-pthreads/src/manage_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/examples/mxv-pthreads/src/mxv.c b/gprofng/examples/mxv-pthreads/src/mxv.c index 11e3d1685f7..f708d8a8d00 100644 --- a/gprofng/examples/mxv-pthreads/src/mxv.c +++ b/gprofng/examples/mxv-pthreads/src/mxv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/examples/mxv-pthreads/src/mydefs.h b/gprofng/examples/mxv-pthreads/src/mydefs.h index 63b9dc40969..77f00b37b93 100644 --- a/gprofng/examples/mxv-pthreads/src/mydefs.h +++ b/gprofng/examples/mxv-pthreads/src/mydefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/examples/mxv-pthreads/src/workload.c b/gprofng/examples/mxv-pthreads/src/workload.c index 5c1198296a6..aa6178b5c12 100644 --- a/gprofng/examples/mxv-pthreads/src/workload.c +++ b/gprofng/examples/mxv-pthreads/src/workload.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/gp-display-html/Makefile.am b/gprofng/gp-display-html/Makefile.am index 1e184f375f3..5793358cbc3 100644 --- a/gprofng/gp-display-html/Makefile.am +++ b/gprofng/gp-display-html/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in index 273b378145e..ba436c439db 100644 --- a/gprofng/gp-display-html/Makefile.in +++ b/gprofng/gp-display-html/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/gp-display-html/gp-display-html.in b/gprofng/gp-display-html/gp-display-html.in index fb2c538ffd4..321e1e4d589 100644 --- a/gprofng/gp-display-html/gp-display-html.in +++ b/gprofng/gp-display-html/gp-display-html.in @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # Contributed by Oracle. # # This file is part of GNU Binutils. @@ -12133,7 +12133,7 @@ sub print_user_settings sub print_version_info { print "$version_info\n"; - print "Copyright (C) 2025 Free Software Foundation, Inc.\n"; + print "Copyright (C) 2026 Free Software Foundation, Inc.\n"; print "License GPLv3+: GNU GPL version 3 or later .\n"; print "This is free software: you are free to change and redistribute it.\n"; print "There is NO WARRANTY, to the extent permitted by law.\n"; diff --git a/gprofng/libcollector/CHK_LIBC_OBJ b/gprofng/libcollector/CHK_LIBC_OBJ index 09461e6a1f9..f76ab87b525 100755 --- a/gprofng/libcollector/CHK_LIBC_OBJ +++ b/gprofng/libcollector/CHK_LIBC_OBJ @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/libcollector/Makefile.am b/gprofng/libcollector/Makefile.am index 9ed708a6920..faf359d3936 100644 --- a/gprofng/libcollector/Makefile.am +++ b/gprofng/libcollector/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in index fd8fefceb74..747ccadff39 100644 --- a/gprofng/libcollector/Makefile.in +++ b/gprofng/libcollector/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/libcollector/collector.c b/gprofng/libcollector/collector.c index 3bb3fc3cfff..cb825b63b19 100644 --- a/gprofng/libcollector/collector.c +++ b/gprofng/libcollector/collector.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/collector.h b/gprofng/libcollector/collector.h index d2226b22b32..2a95fead9e3 100644 --- a/gprofng/libcollector/collector.h +++ b/gprofng/libcollector/collector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/collectorAPI.c b/gprofng/libcollector/collectorAPI.c index 7f77ad929f3..ef40b71a24b 100644 --- a/gprofng/libcollector/collectorAPI.c +++ b/gprofng/libcollector/collectorAPI.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/configure.ac b/gprofng/libcollector/configure.ac index 3205da3d62e..1bb31fb5940 100644 --- a/gprofng/libcollector/configure.ac +++ b/gprofng/libcollector/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2021-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2021-2026 Free Software Foundation, Inc. dnl dnl This file 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/gprofng/libcollector/descendants.h b/gprofng/libcollector/descendants.h index 7d594b33d37..cf72876401b 100644 --- a/gprofng/libcollector/descendants.h +++ b/gprofng/libcollector/descendants.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/dispatcher.c b/gprofng/libcollector/dispatcher.c index adac1dd6bf7..661f0b1039b 100644 --- a/gprofng/libcollector/dispatcher.c +++ b/gprofng/libcollector/dispatcher.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/envmgmt.c b/gprofng/libcollector/envmgmt.c index 0a2add9167e..93781ecab93 100644 --- a/gprofng/libcollector/envmgmt.c +++ b/gprofng/libcollector/envmgmt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/gethrtime.c b/gprofng/libcollector/gethrtime.c index be4e83b8e37..3d1d718677e 100644 --- a/gprofng/libcollector/gethrtime.c +++ b/gprofng/libcollector/gethrtime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/heaptrace.c b/gprofng/libcollector/heaptrace.c index a4add71f381..a7eef8f83d4 100644 --- a/gprofng/libcollector/heaptrace.c +++ b/gprofng/libcollector/heaptrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/hwprofile.c b/gprofng/libcollector/hwprofile.c index 3dbf648f16c..a1339c04bb3 100644 --- a/gprofng/libcollector/hwprofile.c +++ b/gprofng/libcollector/hwprofile.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/hwprofile.h b/gprofng/libcollector/hwprofile.h index 3f5a0ba3b3d..65b26cb6438 100644 --- a/gprofng/libcollector/hwprofile.h +++ b/gprofng/libcollector/hwprofile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/iolib.c b/gprofng/libcollector/iolib.c index 3eb03b8f90e..44d26bd7633 100644 --- a/gprofng/libcollector/iolib.c +++ b/gprofng/libcollector/iolib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/iotrace.c b/gprofng/libcollector/iotrace.c index d82ba20aa11..90047b8f124 100644 --- a/gprofng/libcollector/iotrace.c +++ b/gprofng/libcollector/iotrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/jprofile.c b/gprofng/libcollector/jprofile.c index 0659e7de432..681f4b0b1a6 100644 --- a/gprofng/libcollector/jprofile.c +++ b/gprofng/libcollector/jprofile.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/libcol-i386-dis.c b/gprofng/libcollector/libcol-i386-dis.c index 15c91f7ac5d..d5cc1a4f583 100644 --- a/gprofng/libcollector/libcol-i386-dis.c +++ b/gprofng/libcollector/libcol-i386-dis.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022-2025 Free Software Foundation, Inc. +/* Copyright (C) 2022-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/libcol_hwcdrv.c b/gprofng/libcollector/libcol_hwcdrv.c index d761e789d9e..a2536ea67bc 100644 --- a/gprofng/libcollector/libcol_hwcdrv.c +++ b/gprofng/libcollector/libcol_hwcdrv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/libcol_hwcfuncs.c b/gprofng/libcollector/libcol_hwcfuncs.c index c2989f15e23..37169965375 100644 --- a/gprofng/libcollector/libcol_hwcfuncs.c +++ b/gprofng/libcollector/libcol_hwcfuncs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/libcol_util.c b/gprofng/libcollector/libcol_util.c index 4964aaaaf21..2ececbeac7f 100644 --- a/gprofng/libcollector/libcol_util.c +++ b/gprofng/libcollector/libcol_util.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/libcol_util.h b/gprofng/libcollector/libcol_util.h index 08e34a180a9..16d02466e4d 100644 --- a/gprofng/libcollector/libcol_util.h +++ b/gprofng/libcollector/libcol_util.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/libgprofng.ver b/gprofng/libcollector/libgprofng.ver index bcc81eff5b4..5fe24f2092d 100644 --- a/gprofng/libcollector/libgprofng.ver +++ b/gprofng/libcollector/libgprofng.ver @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/linetrace.c b/gprofng/libcollector/linetrace.c index 0e3e7cdbfd2..0294f05cf20 100644 --- a/gprofng/libcollector/linetrace.c +++ b/gprofng/libcollector/linetrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/memmgr.c b/gprofng/libcollector/memmgr.c index 25fcf257468..5e55718fc69 100644 --- a/gprofng/libcollector/memmgr.c +++ b/gprofng/libcollector/memmgr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/memmgr.h b/gprofng/libcollector/memmgr.h index 25251c64bd4..7a358dd4071 100644 --- a/gprofng/libcollector/memmgr.h +++ b/gprofng/libcollector/memmgr.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/mmaptrace.c b/gprofng/libcollector/mmaptrace.c index 486c87efd9d..da7db6099d7 100644 --- a/gprofng/libcollector/mmaptrace.c +++ b/gprofng/libcollector/mmaptrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/profile.c b/gprofng/libcollector/profile.c index e88da6704d0..ce29d508e2b 100644 --- a/gprofng/libcollector/profile.c +++ b/gprofng/libcollector/profile.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/synctrace.c b/gprofng/libcollector/synctrace.c index e5f98f8e64d..bb14db9584c 100644 --- a/gprofng/libcollector/synctrace.c +++ b/gprofng/libcollector/synctrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/tsd.c b/gprofng/libcollector/tsd.c index e2b32f6bf48..9d1ddbcc54f 100644 --- a/gprofng/libcollector/tsd.c +++ b/gprofng/libcollector/tsd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/tsd.h b/gprofng/libcollector/tsd.h index 5e67556013d..0287c292441 100644 --- a/gprofng/libcollector/tsd.h +++ b/gprofng/libcollector/tsd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/libcollector/unwind.c b/gprofng/libcollector/unwind.c index 45e16c05a79..5e221bfc00d 100644 --- a/gprofng/libcollector/unwind.c +++ b/gprofng/libcollector/unwind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ABS.h b/gprofng/src/ABS.h index c32277778cb..eb7d0277fb5 100644 --- a/gprofng/src/ABS.h +++ b/gprofng/src/ABS.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Application.cc b/gprofng/src/Application.cc index eba6d5791ea..3d8e67944e4 100644 --- a/gprofng/src/Application.cc +++ b/gprofng/src/Application.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. @@ -247,7 +247,7 @@ Application::print_version_info () { printf ( GTXT ( "GNU %s binutils version %s\n" - "Copyright (C) 2025 Free Software Foundation, Inc.\n" + "Copyright (C) 2026 Free Software Foundation, Inc.\n" "License GPLv3+: GNU GPL version 3 or later .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"), diff --git a/gprofng/src/Application.h b/gprofng/src/Application.h index 512a850a9d5..2fd985beb74 100644 --- a/gprofng/src/Application.h +++ b/gprofng/src/Application.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ArchiveExp.cc b/gprofng/src/ArchiveExp.cc index b24be163738..812f8a6c5e1 100644 --- a/gprofng/src/ArchiveExp.cc +++ b/gprofng/src/ArchiveExp.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ArchiveExp.h b/gprofng/src/ArchiveExp.h index ebe1ad7860a..d1c7956c4c6 100644 --- a/gprofng/src/ArchiveExp.h +++ b/gprofng/src/ArchiveExp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/BaseMetric.cc b/gprofng/src/BaseMetric.cc index 945aab2ec9b..a99585041c4 100644 --- a/gprofng/src/BaseMetric.cc +++ b/gprofng/src/BaseMetric.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/BaseMetric.h b/gprofng/src/BaseMetric.h index 24efbd8d8b4..888716c6dcb 100644 --- a/gprofng/src/BaseMetric.h +++ b/gprofng/src/BaseMetric.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/BaseMetricTreeNode.cc b/gprofng/src/BaseMetricTreeNode.cc index de7011ce105..8e345337baa 100644 --- a/gprofng/src/BaseMetricTreeNode.cc +++ b/gprofng/src/BaseMetricTreeNode.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/BaseMetricTreeNode.h b/gprofng/src/BaseMetricTreeNode.h index cb1e5a60f12..6996d543b13 100644 --- a/gprofng/src/BaseMetricTreeNode.h +++ b/gprofng/src/BaseMetricTreeNode.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/CacheMap.h b/gprofng/src/CacheMap.h index b408b891bc0..2f982cd5b91 100644 --- a/gprofng/src/CacheMap.h +++ b/gprofng/src/CacheMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/CallStack.cc b/gprofng/src/CallStack.cc index 9a3a15d64d4..74c59eb5267 100644 --- a/gprofng/src/CallStack.cc +++ b/gprofng/src/CallStack.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/CallStack.h b/gprofng/src/CallStack.h index 76468dc2644..3cdc683a3dc 100644 --- a/gprofng/src/CallStack.h +++ b/gprofng/src/CallStack.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/CatchOutOfMemory.cc b/gprofng/src/CatchOutOfMemory.cc index 633cc780457..fcdb051abed 100644 --- a/gprofng/src/CatchOutOfMemory.cc +++ b/gprofng/src/CatchOutOfMemory.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ClassFile.cc b/gprofng/src/ClassFile.cc index edc6f84a63f..a78ff20ff84 100644 --- a/gprofng/src/ClassFile.cc +++ b/gprofng/src/ClassFile.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ClassFile.h b/gprofng/src/ClassFile.h index 8a5bd35ddd7..501b237efa9 100644 --- a/gprofng/src/ClassFile.h +++ b/gprofng/src/ClassFile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Command.cc b/gprofng/src/Command.cc index c8542e7616b..444eb5c05f0 100644 --- a/gprofng/src/Command.cc +++ b/gprofng/src/Command.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Command.h b/gprofng/src/Command.h index ef95f42029f..998c1a9ceab 100644 --- a/gprofng/src/Command.h +++ b/gprofng/src/Command.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/CompCom.cc b/gprofng/src/CompCom.cc index 421e7c56517..92d6c071dea 100644 --- a/gprofng/src/CompCom.cc +++ b/gprofng/src/CompCom.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/CompCom.h b/gprofng/src/CompCom.h index 4d78ba6c20c..bd1cf82a9c7 100644 --- a/gprofng/src/CompCom.h +++ b/gprofng/src/CompCom.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DataObject.cc b/gprofng/src/DataObject.cc index 32a7d2eda08..effeca42827 100644 --- a/gprofng/src/DataObject.cc +++ b/gprofng/src/DataObject.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DataObject.h b/gprofng/src/DataObject.h index eb2a7c0349d..060771f103f 100644 --- a/gprofng/src/DataObject.h +++ b/gprofng/src/DataObject.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DataSpace.cc b/gprofng/src/DataSpace.cc index 8dbdb054816..06bcf1b910a 100644 --- a/gprofng/src/DataSpace.cc +++ b/gprofng/src/DataSpace.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DataSpace.h b/gprofng/src/DataSpace.h index dbe333f47b0..85ba1de22e5 100644 --- a/gprofng/src/DataSpace.h +++ b/gprofng/src/DataSpace.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DataStream.cc b/gprofng/src/DataStream.cc index ed90aba0912..32295ecf708 100644 --- a/gprofng/src/DataStream.cc +++ b/gprofng/src/DataStream.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DataStream.h b/gprofng/src/DataStream.h index f7450e29650..27b06def909 100644 --- a/gprofng/src/DataStream.h +++ b/gprofng/src/DataStream.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Data_window.cc b/gprofng/src/Data_window.cc index 4e05c1af5f4..35e1056c5ad 100644 --- a/gprofng/src/Data_window.cc +++ b/gprofng/src/Data_window.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Data_window.h b/gprofng/src/Data_window.h index 30bf865e330..d5a4959a547 100644 --- a/gprofng/src/Data_window.h +++ b/gprofng/src/Data_window.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Dbe.cc b/gprofng/src/Dbe.cc index 1f99f2f8154..a1dd86a4112 100644 --- a/gprofng/src/Dbe.cc +++ b/gprofng/src/Dbe.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Dbe.h b/gprofng/src/Dbe.h index 65efc09079d..d3f57fb5bef 100644 --- a/gprofng/src/Dbe.h +++ b/gprofng/src/Dbe.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeApplication.cc b/gprofng/src/DbeApplication.cc index 0c03542171c..37211292d3d 100644 --- a/gprofng/src/DbeApplication.cc +++ b/gprofng/src/DbeApplication.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeApplication.h b/gprofng/src/DbeApplication.h index 209e4bf0a14..7c4d7ef9b8d 100644 --- a/gprofng/src/DbeApplication.h +++ b/gprofng/src/DbeApplication.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeArray.h b/gprofng/src/DbeArray.h index a1aec9700dd..a886a15ccc7 100644 --- a/gprofng/src/DbeArray.h +++ b/gprofng/src/DbeArray.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeCacheMap.h b/gprofng/src/DbeCacheMap.h index 4da9913174c..5fcc1df5fed 100644 --- a/gprofng/src/DbeCacheMap.h +++ b/gprofng/src/DbeCacheMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeFile.cc b/gprofng/src/DbeFile.cc index 0c50d4860fc..dad500fe785 100644 --- a/gprofng/src/DbeFile.cc +++ b/gprofng/src/DbeFile.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeFile.h b/gprofng/src/DbeFile.h index 9c6b4a2b8ca..cc22e6d00e0 100644 --- a/gprofng/src/DbeFile.h +++ b/gprofng/src/DbeFile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeJarFile.cc b/gprofng/src/DbeJarFile.cc index 6f0fcfe43a2..9dc796c8be8 100644 --- a/gprofng/src/DbeJarFile.cc +++ b/gprofng/src/DbeJarFile.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeJarFile.h b/gprofng/src/DbeJarFile.h index 6500f8c1368..fcddf84ad18 100644 --- a/gprofng/src/DbeJarFile.h +++ b/gprofng/src/DbeJarFile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeLinkList.h b/gprofng/src/DbeLinkList.h index 561e1d226d4..eb9e69b30ce 100644 --- a/gprofng/src/DbeLinkList.h +++ b/gprofng/src/DbeLinkList.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeLock.cc b/gprofng/src/DbeLock.cc index 400b9e38419..c774f820175 100644 --- a/gprofng/src/DbeLock.cc +++ b/gprofng/src/DbeLock.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeLock.h b/gprofng/src/DbeLock.h index 4ac89252473..1d75d6b843a 100644 --- a/gprofng/src/DbeLock.h +++ b/gprofng/src/DbeLock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeSession.cc b/gprofng/src/DbeSession.cc index b0aa7455253..a268b08741b 100644 --- a/gprofng/src/DbeSession.cc +++ b/gprofng/src/DbeSession.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeSession.h b/gprofng/src/DbeSession.h index 7db0998cfbb..458d7483100 100644 --- a/gprofng/src/DbeSession.h +++ b/gprofng/src/DbeSession.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeSyncMap.h b/gprofng/src/DbeSyncMap.h index 6506fc44093..c5bab48e19d 100644 --- a/gprofng/src/DbeSyncMap.h +++ b/gprofng/src/DbeSyncMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeThread.cc b/gprofng/src/DbeThread.cc index 7d6902c6485..f2c8fbc2d8c 100644 --- a/gprofng/src/DbeThread.cc +++ b/gprofng/src/DbeThread.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeThread.h b/gprofng/src/DbeThread.h index 27661ee8669..4bdc941f9e7 100644 --- a/gprofng/src/DbeThread.h +++ b/gprofng/src/DbeThread.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeView.cc b/gprofng/src/DbeView.cc index e1532f7645a..43427cce1eb 100644 --- a/gprofng/src/DbeView.cc +++ b/gprofng/src/DbeView.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DbeView.h b/gprofng/src/DbeView.h index a9ea55ddee6..b479d6d40f2 100644 --- a/gprofng/src/DbeView.h +++ b/gprofng/src/DbeView.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DefaultHandler.h b/gprofng/src/DefaultHandler.h index 9d1903992e2..97a7d2cf38c 100644 --- a/gprofng/src/DefaultHandler.h +++ b/gprofng/src/DefaultHandler.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DefaultMap.h b/gprofng/src/DefaultMap.h index 8bc37a794fc..68b7445905c 100644 --- a/gprofng/src/DefaultMap.h +++ b/gprofng/src/DefaultMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DefaultMap2D.h b/gprofng/src/DefaultMap2D.h index 4189872e7fa..2d8cfc1d86a 100644 --- a/gprofng/src/DefaultMap2D.h +++ b/gprofng/src/DefaultMap2D.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DerivedMetrics.cc b/gprofng/src/DerivedMetrics.cc index 56ba2a82a3b..6c3fd86f9b5 100644 --- a/gprofng/src/DerivedMetrics.cc +++ b/gprofng/src/DerivedMetrics.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DerivedMetrics.h b/gprofng/src/DerivedMetrics.h index 2415be302ae..48250531922 100644 --- a/gprofng/src/DerivedMetrics.h +++ b/gprofng/src/DerivedMetrics.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Disasm.cc b/gprofng/src/Disasm.cc index 3ee50d789b3..b6cd5b984b3 100644 --- a/gprofng/src/Disasm.cc +++ b/gprofng/src/Disasm.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Disasm.h b/gprofng/src/Disasm.h index 3d7159d5256..d7c5234259e 100644 --- a/gprofng/src/Disasm.h +++ b/gprofng/src/Disasm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Dwarf.cc b/gprofng/src/Dwarf.cc index 934ae44149e..a6f600c3d37 100644 --- a/gprofng/src/Dwarf.cc +++ b/gprofng/src/Dwarf.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Dwarf.h b/gprofng/src/Dwarf.h index 14d9878f9a1..0338217fefe 100644 --- a/gprofng/src/Dwarf.h +++ b/gprofng/src/Dwarf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DwarfLib.cc b/gprofng/src/DwarfLib.cc index 4720ef154b8..4e6a0f61239 100644 --- a/gprofng/src/DwarfLib.cc +++ b/gprofng/src/DwarfLib.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/DwarfLib.h b/gprofng/src/DwarfLib.h index 49ecb41ff64..8aa11b076e2 100644 --- a/gprofng/src/DwarfLib.h +++ b/gprofng/src/DwarfLib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Elf.cc b/gprofng/src/Elf.cc index e63e3c3fa68..56f8c47aa21 100644 --- a/gprofng/src/Elf.cc +++ b/gprofng/src/Elf.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Elf.h b/gprofng/src/Elf.h index 2d227f7f74a..e5b754193d4 100644 --- a/gprofng/src/Elf.h +++ b/gprofng/src/Elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Emsg.cc b/gprofng/src/Emsg.cc index 17b1fda772c..c40cd893d39 100644 --- a/gprofng/src/Emsg.cc +++ b/gprofng/src/Emsg.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Emsg.h b/gprofng/src/Emsg.h index 16a2bfffe06..53ca01f1d07 100644 --- a/gprofng/src/Emsg.h +++ b/gprofng/src/Emsg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Emsgnum.h b/gprofng/src/Emsgnum.h index f04722b7427..bac2842988f 100644 --- a/gprofng/src/Emsgnum.h +++ b/gprofng/src/Emsgnum.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ExpGroup.cc b/gprofng/src/ExpGroup.cc index 356024ad0e9..eabb8acdbe1 100644 --- a/gprofng/src/ExpGroup.cc +++ b/gprofng/src/ExpGroup.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ExpGroup.h b/gprofng/src/ExpGroup.h index 6658ad52c5b..33b91874588 100644 --- a/gprofng/src/ExpGroup.h +++ b/gprofng/src/ExpGroup.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Exp_Layout.cc b/gprofng/src/Exp_Layout.cc index 67ad40051fd..e5a5e500373 100644 --- a/gprofng/src/Exp_Layout.cc +++ b/gprofng/src/Exp_Layout.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Exp_Layout.h b/gprofng/src/Exp_Layout.h index 70cba909e04..16798dc25c9 100644 --- a/gprofng/src/Exp_Layout.h +++ b/gprofng/src/Exp_Layout.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Experiment.cc b/gprofng/src/Experiment.cc index 27689277391..3fc255c631b 100644 --- a/gprofng/src/Experiment.cc +++ b/gprofng/src/Experiment.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Experiment.h b/gprofng/src/Experiment.h index 9a3d2262701..3d79aaa4a7a 100644 --- a/gprofng/src/Experiment.h +++ b/gprofng/src/Experiment.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Expression.cc b/gprofng/src/Expression.cc index 56f7032ae3f..1c1f54008db 100644 --- a/gprofng/src/Expression.cc +++ b/gprofng/src/Expression.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Expression.h b/gprofng/src/Expression.h index 5edb661d259..474d76b1c7a 100644 --- a/gprofng/src/Expression.h +++ b/gprofng/src/Expression.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/FileData.cc b/gprofng/src/FileData.cc index 0ff4bd2a342..6863d4a4cac 100644 --- a/gprofng/src/FileData.cc +++ b/gprofng/src/FileData.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/FileData.h b/gprofng/src/FileData.h index 454ea4fc1cd..098ab436448 100644 --- a/gprofng/src/FileData.h +++ b/gprofng/src/FileData.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Filter.cc b/gprofng/src/Filter.cc index 6f21c3f910d..eb9aa7989e1 100644 --- a/gprofng/src/Filter.cc +++ b/gprofng/src/Filter.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Filter.h b/gprofng/src/Filter.h index 5163f91fda5..c3312412095 100644 --- a/gprofng/src/Filter.h +++ b/gprofng/src/Filter.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/FilterExp.h b/gprofng/src/FilterExp.h index 173ba8f1f17..6a3f34a77d3 100644 --- a/gprofng/src/FilterExp.h +++ b/gprofng/src/FilterExp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/FilterSet.cc b/gprofng/src/FilterSet.cc index 95ff6af8fe2..06eb197bdf2 100644 --- a/gprofng/src/FilterSet.cc +++ b/gprofng/src/FilterSet.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/FilterSet.h b/gprofng/src/FilterSet.h index 8b0eeb7716d..9beaa0fe569 100644 --- a/gprofng/src/FilterSet.h +++ b/gprofng/src/FilterSet.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Function.cc b/gprofng/src/Function.cc index 726c7b45fb7..e7ab736adca 100644 --- a/gprofng/src/Function.cc +++ b/gprofng/src/Function.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Function.h b/gprofng/src/Function.h index 9ff35e93632..88fee22d9bf 100644 --- a/gprofng/src/Function.h +++ b/gprofng/src/Function.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HashMap.h b/gprofng/src/HashMap.h index 2dbea7c8711..993c645f8a1 100644 --- a/gprofng/src/HashMap.h +++ b/gprofng/src/HashMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HeapActivity.cc b/gprofng/src/HeapActivity.cc index afd21bcd136..7167ef2c793 100644 --- a/gprofng/src/HeapActivity.cc +++ b/gprofng/src/HeapActivity.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HeapActivity.h b/gprofng/src/HeapActivity.h index d40c4c91441..f385b414b0f 100644 --- a/gprofng/src/HeapActivity.h +++ b/gprofng/src/HeapActivity.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HeapData.cc b/gprofng/src/HeapData.cc index 18f59180938..f4a32ac629d 100644 --- a/gprofng/src/HeapData.cc +++ b/gprofng/src/HeapData.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HeapData.h b/gprofng/src/HeapData.h index 3225bc15c1c..2c4a25f736e 100644 --- a/gprofng/src/HeapData.h +++ b/gprofng/src/HeapData.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HeapMap.cc b/gprofng/src/HeapMap.cc index 6d288b02628..2ede3927250 100644 --- a/gprofng/src/HeapMap.cc +++ b/gprofng/src/HeapMap.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/HeapMap.h b/gprofng/src/HeapMap.h index a7b82521960..b698cd37f66 100644 --- a/gprofng/src/HeapMap.h +++ b/gprofng/src/HeapMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Hist_data.cc b/gprofng/src/Hist_data.cc index 0a373a5d14b..41e3edf3ae4 100644 --- a/gprofng/src/Hist_data.cc +++ b/gprofng/src/Hist_data.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Hist_data.h b/gprofng/src/Hist_data.h index 39ff9635446..cc9fac1bbf1 100644 --- a/gprofng/src/Hist_data.h +++ b/gprofng/src/Hist_data.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Histable.h b/gprofng/src/Histable.h index 2c96fffaeba..29683a1b7cd 100644 --- a/gprofng/src/Histable.h +++ b/gprofng/src/Histable.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/IOActivity.cc b/gprofng/src/IOActivity.cc index 858a6859d4f..01382a1ddd4 100644 --- a/gprofng/src/IOActivity.cc +++ b/gprofng/src/IOActivity.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/IOActivity.h b/gprofng/src/IOActivity.h index b93e6974672..2bc7beeaa1b 100644 --- a/gprofng/src/IOActivity.h +++ b/gprofng/src/IOActivity.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/IndexMap2D.h b/gprofng/src/IndexMap2D.h index ffcf6b5b7c2..fe06e5b3219 100644 --- a/gprofng/src/IndexMap2D.h +++ b/gprofng/src/IndexMap2D.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/IndexObject.cc b/gprofng/src/IndexObject.cc index 3e56df80489..00d5472c233 100644 --- a/gprofng/src/IndexObject.cc +++ b/gprofng/src/IndexObject.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/IndexObject.h b/gprofng/src/IndexObject.h index b6a0d46ad08..af967bcf809 100644 --- a/gprofng/src/IndexObject.h +++ b/gprofng/src/IndexObject.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/IntervalMap.h b/gprofng/src/IntervalMap.h index 949843bf07b..0c94c1f9a01 100644 --- a/gprofng/src/IntervalMap.h +++ b/gprofng/src/IntervalMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/LoadObject.cc b/gprofng/src/LoadObject.cc index 7b4bef2aadb..701ba069e90 100644 --- a/gprofng/src/LoadObject.cc +++ b/gprofng/src/LoadObject.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/LoadObject.h b/gprofng/src/LoadObject.h index c93594b9338..4e26838edcf 100644 --- a/gprofng/src/LoadObject.h +++ b/gprofng/src/LoadObject.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MachineModel.cc b/gprofng/src/MachineModel.cc index cd5a319736e..67c8fa66952 100644 --- a/gprofng/src/MachineModel.cc +++ b/gprofng/src/MachineModel.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Makefile.am b/gprofng/src/Makefile.am index 97cc0e2e402..dcd789f4340 100644 --- a/gprofng/src/Makefile.am +++ b/gprofng/src/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/Makefile.in b/gprofng/src/Makefile.in index 2bb50b55c67..bde5a2c5793 100644 --- a/gprofng/src/Makefile.in +++ b/gprofng/src/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/Map.h b/gprofng/src/Map.h index 5e28f56cbda..0e0c4fee7bd 100644 --- a/gprofng/src/Map.h +++ b/gprofng/src/Map.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Map2D.h b/gprofng/src/Map2D.h index e5e2aadd911..56a967423cd 100644 --- a/gprofng/src/Map2D.h +++ b/gprofng/src/Map2D.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MemObject.cc b/gprofng/src/MemObject.cc index 47bf8d6250b..2956435a6e6 100644 --- a/gprofng/src/MemObject.cc +++ b/gprofng/src/MemObject.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MemObject.h b/gprofng/src/MemObject.h index 5ff37a66cd5..245a2e5533a 100644 --- a/gprofng/src/MemObject.h +++ b/gprofng/src/MemObject.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MemorySpace.cc b/gprofng/src/MemorySpace.cc index cc4fd17630b..5b19246c6ce 100644 --- a/gprofng/src/MemorySpace.cc +++ b/gprofng/src/MemorySpace.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MemorySpace.h b/gprofng/src/MemorySpace.h index fa1292ab896..f6f13218c71 100644 --- a/gprofng/src/MemorySpace.h +++ b/gprofng/src/MemorySpace.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Metric.cc b/gprofng/src/Metric.cc index 01e33034d7e..a72bdaef6a3 100644 --- a/gprofng/src/Metric.cc +++ b/gprofng/src/Metric.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Metric.h b/gprofng/src/Metric.h index 6987bfc1f8a..56dca77d177 100644 --- a/gprofng/src/Metric.h +++ b/gprofng/src/Metric.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MetricList.cc b/gprofng/src/MetricList.cc index b2f2b989b20..f23b122722b 100644 --- a/gprofng/src/MetricList.cc +++ b/gprofng/src/MetricList.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/MetricList.h b/gprofng/src/MetricList.h index a166d07a0dd..f9a4198dc69 100644 --- a/gprofng/src/MetricList.h +++ b/gprofng/src/MetricList.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Module.cc b/gprofng/src/Module.cc index 55091ad619e..1736420fcbd 100644 --- a/gprofng/src/Module.cc +++ b/gprofng/src/Module.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Module.h b/gprofng/src/Module.h index 66d50ed0656..b56fc3302bf 100644 --- a/gprofng/src/Module.h +++ b/gprofng/src/Module.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Ovw_data.cc b/gprofng/src/Ovw_data.cc index 335eedf0c4f..37850dd67fb 100644 --- a/gprofng/src/Ovw_data.cc +++ b/gprofng/src/Ovw_data.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Ovw_data.h b/gprofng/src/Ovw_data.h index cb9fd198712..d714dfd9405 100644 --- a/gprofng/src/Ovw_data.h +++ b/gprofng/src/Ovw_data.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/PRBTree.cc b/gprofng/src/PRBTree.cc index b1beda41933..4b1f1daf189 100644 --- a/gprofng/src/PRBTree.cc +++ b/gprofng/src/PRBTree.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/PRBTree.h b/gprofng/src/PRBTree.h index c24060c3000..4e6db74e8e0 100644 --- a/gprofng/src/PRBTree.h +++ b/gprofng/src/PRBTree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/PathTree.cc b/gprofng/src/PathTree.cc index 93a826218f1..06379a2e4cc 100644 --- a/gprofng/src/PathTree.cc +++ b/gprofng/src/PathTree.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/PathTree.h b/gprofng/src/PathTree.h index 4c10f7c6660..62de932d5dc 100644 --- a/gprofng/src/PathTree.h +++ b/gprofng/src/PathTree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/PreviewExp.cc b/gprofng/src/PreviewExp.cc index 84fe05bdc09..2b1eb6ac761 100644 --- a/gprofng/src/PreviewExp.cc +++ b/gprofng/src/PreviewExp.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/PreviewExp.h b/gprofng/src/PreviewExp.h index 0b211799033..996ae92fe8e 100644 --- a/gprofng/src/PreviewExp.h +++ b/gprofng/src/PreviewExp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Print.cc b/gprofng/src/Print.cc index 94999cd3e2d..564e3a638bc 100644 --- a/gprofng/src/Print.cc +++ b/gprofng/src/Print.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Print.h b/gprofng/src/Print.h index 28db1329fba..b3da3bb1d8d 100644 --- a/gprofng/src/Print.h +++ b/gprofng/src/Print.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/QLParser.h b/gprofng/src/QLParser.h index 64431387ed3..d61e41fc5e7 100644 --- a/gprofng/src/QLParser.h +++ b/gprofng/src/QLParser.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/QLParser.yy b/gprofng/src/QLParser.yy index db528daf66c..2ccce5225f9 100644 --- a/gprofng/src/QLParser.yy +++ b/gprofng/src/QLParser.yy @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/SAXParser.h b/gprofng/src/SAXParser.h index d1a4bf4d211..9a14aa32ffa 100644 --- a/gprofng/src/SAXParser.h +++ b/gprofng/src/SAXParser.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/SAXParserFactory.cc b/gprofng/src/SAXParserFactory.cc index c84c49df53b..48cdad55eab 100644 --- a/gprofng/src/SAXParserFactory.cc +++ b/gprofng/src/SAXParserFactory.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/SAXParserFactory.h b/gprofng/src/SAXParserFactory.h index 9ff28b40e63..8693dadbc24 100644 --- a/gprofng/src/SAXParserFactory.h +++ b/gprofng/src/SAXParserFactory.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Sample.cc b/gprofng/src/Sample.cc index e53a167b759..6b47fbc3316 100644 --- a/gprofng/src/Sample.cc +++ b/gprofng/src/Sample.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Sample.h b/gprofng/src/Sample.h index 9cd2bd5f66e..0e443107622 100644 --- a/gprofng/src/Sample.h +++ b/gprofng/src/Sample.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/SegMem.h b/gprofng/src/SegMem.h index 230fb37fd00..d4d2238ccc1 100644 --- a/gprofng/src/SegMem.h +++ b/gprofng/src/SegMem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Settings.cc b/gprofng/src/Settings.cc index b8ca2b5ffae..3304584a89c 100644 --- a/gprofng/src/Settings.cc +++ b/gprofng/src/Settings.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Settings.h b/gprofng/src/Settings.h index 4627abc3c2d..188d81930b0 100644 --- a/gprofng/src/Settings.h +++ b/gprofng/src/Settings.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/SourceFile.cc b/gprofng/src/SourceFile.cc index 499e7199c23..88fded509f5 100644 --- a/gprofng/src/SourceFile.cc +++ b/gprofng/src/SourceFile.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/SourceFile.h b/gprofng/src/SourceFile.h index 8e96f5df37d..5a49bc33d6d 100644 --- a/gprofng/src/SourceFile.h +++ b/gprofng/src/SourceFile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Stabs.cc b/gprofng/src/Stabs.cc index 20bdf8ba663..0d2e2a3d29b 100644 --- a/gprofng/src/Stabs.cc +++ b/gprofng/src/Stabs.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Stabs.h b/gprofng/src/Stabs.h index cd10c255c0c..8c6e5dcf09b 100644 --- a/gprofng/src/Stabs.h +++ b/gprofng/src/Stabs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Stats_data.cc b/gprofng/src/Stats_data.cc index deaf327c8fb..80a1adbeb95 100644 --- a/gprofng/src/Stats_data.cc +++ b/gprofng/src/Stats_data.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Stats_data.h b/gprofng/src/Stats_data.h index 9d427ef2708..f057a233e10 100644 --- a/gprofng/src/Stats_data.h +++ b/gprofng/src/Stats_data.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/StringBuilder.cc b/gprofng/src/StringBuilder.cc index 339753be675..5e6f0aea154 100644 --- a/gprofng/src/StringBuilder.cc +++ b/gprofng/src/StringBuilder.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/StringBuilder.h b/gprofng/src/StringBuilder.h index d23c18d7d89..6d3a0365e2d 100644 --- a/gprofng/src/StringBuilder.h +++ b/gprofng/src/StringBuilder.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/StringMap.h b/gprofng/src/StringMap.h index 70077204623..82074de66b5 100644 --- a/gprofng/src/StringMap.h +++ b/gprofng/src/StringMap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Symbol.cc b/gprofng/src/Symbol.cc index 8cc578fd221..39b10c62e2b 100644 --- a/gprofng/src/Symbol.cc +++ b/gprofng/src/Symbol.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Symbol.h b/gprofng/src/Symbol.h index e9e00602326..7b41965fabe 100644 --- a/gprofng/src/Symbol.h +++ b/gprofng/src/Symbol.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Table.cc b/gprofng/src/Table.cc index 1141933adea..8e6c3d82190 100644 --- a/gprofng/src/Table.cc +++ b/gprofng/src/Table.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/Table.h b/gprofng/src/Table.h index 7a0d39c5bca..f2cb90f4eb9 100644 --- a/gprofng/src/Table.h +++ b/gprofng/src/Table.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/UserLabel.cc b/gprofng/src/UserLabel.cc index a058aed2c00..f2f201b14f3 100644 --- a/gprofng/src/UserLabel.cc +++ b/gprofng/src/UserLabel.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/UserLabel.h b/gprofng/src/UserLabel.h index debf613afd2..316b0ce9257 100644 --- a/gprofng/src/UserLabel.h +++ b/gprofng/src/UserLabel.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/basic_blocks.h b/gprofng/src/basic_blocks.h index 25152a9fd1e..7d2553f2384 100644 --- a/gprofng/src/basic_blocks.h +++ b/gprofng/src/basic_blocks.h @@ -1,5 +1,5 @@ /* basic_blocks.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/call_graph.h b/gprofng/src/call_graph.h index 48e2faf072c..6726e4095e5 100644 --- a/gprofng/src/call_graph.h +++ b/gprofng/src/call_graph.h @@ -1,6 +1,6 @@ /* call_graph.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/cg_arcs.h b/gprofng/src/cg_arcs.h index 19a8b0165ea..010ca266dc0 100644 --- a/gprofng/src/cg_arcs.h +++ b/gprofng/src/cg_arcs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/checks.cc b/gprofng/src/checks.cc index 259f06f9297..d5765ce1e16 100644 --- a/gprofng/src/checks.cc +++ b/gprofng/src/checks.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/collctrl.cc b/gprofng/src/collctrl.cc index 67b8705ca91..4806b87923c 100644 --- a/gprofng/src/collctrl.cc +++ b/gprofng/src/collctrl.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/collctrl.h b/gprofng/src/collctrl.h index 79d2d87b71d..acc4648f1d3 100644 --- a/gprofng/src/collctrl.h +++ b/gprofng/src/collctrl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/collect.h b/gprofng/src/collect.h index 3ce6b28383b..602470a82d7 100644 --- a/gprofng/src/collect.h +++ b/gprofng/src/collect.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/collector_module.h b/gprofng/src/collector_module.h index 859a6dd1f7d..30f49825c67 100644 --- a/gprofng/src/collector_module.h +++ b/gprofng/src/collector_module.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/comp_com.c b/gprofng/src/comp_com.c index 394cf342fcf..8a9164e4665 100644 --- a/gprofng/src/comp_com.c +++ b/gprofng/src/comp_com.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/comp_com.h b/gprofng/src/comp_com.h index 1f9c8b256d2..14b0db831ff 100644 --- a/gprofng/src/comp_com.h +++ b/gprofng/src/comp_com.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/corefile.h b/gprofng/src/corefile.h index 89270d1c318..4b46f873131 100644 --- a/gprofng/src/corefile.h +++ b/gprofng/src/corefile.h @@ -1,6 +1,6 @@ /* corefile.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/count.cc b/gprofng/src/count.cc index 0f934cc1261..64c6bb7a147 100644 --- a/gprofng/src/count.cc +++ b/gprofng/src/count.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/data_pckts.h b/gprofng/src/data_pckts.h index 5152071a2d1..a16f553efdd 100644 --- a/gprofng/src/data_pckts.h +++ b/gprofng/src/data_pckts.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_collctrl.cc b/gprofng/src/dbe_collctrl.cc index af131ca5f78..f154d1929ce 100644 --- a/gprofng/src/dbe_collctrl.cc +++ b/gprofng/src/dbe_collctrl.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_hwc.h b/gprofng/src/dbe_hwc.h index 7a48f76c29f..efd3d1ac9fe 100644 --- a/gprofng/src/dbe_hwc.h +++ b/gprofng/src/dbe_hwc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_hwcdrv.c b/gprofng/src/dbe_hwcdrv.c index 5bc6f30baaa..bd545e1c4e1 100644 --- a/gprofng/src/dbe_hwcdrv.c +++ b/gprofng/src/dbe_hwcdrv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_hwcfuncs.c b/gprofng/src/dbe_hwcfuncs.c index 9cd2047f014..9ba7f164c20 100644 --- a/gprofng/src/dbe_hwcfuncs.c +++ b/gprofng/src/dbe_hwcfuncs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_hwctable.c b/gprofng/src/dbe_hwctable.c index 66b3a3a1a67..119c9ad2fe2 100644 --- a/gprofng/src/dbe_hwctable.c +++ b/gprofng/src/dbe_hwctable.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_structs.h b/gprofng/src/dbe_structs.h index 6bafd0eac51..5b4faa4d593 100644 --- a/gprofng/src/dbe_structs.h +++ b/gprofng/src/dbe_structs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/dbe_types.h b/gprofng/src/dbe_types.h index 037e2d6993a..d54bac203f2 100644 --- a/gprofng/src/dbe_types.h +++ b/gprofng/src/dbe_types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/debug.h b/gprofng/src/debug.h index 5bf4b482b0c..51c044b4f6c 100644 --- a/gprofng/src/debug.h +++ b/gprofng/src/debug.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/enums.h b/gprofng/src/enums.h index e60836a372b..bb428e09513 100644 --- a/gprofng/src/enums.h +++ b/gprofng/src/enums.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/envsets.cc b/gprofng/src/envsets.cc index e92c017bc13..cbbf9fd0b0e 100644 --- a/gprofng/src/envsets.cc +++ b/gprofng/src/envsets.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gethrtime.c b/gprofng/src/gethrtime.c index 54b0f44afd3..9767b9aabad 100644 --- a/gprofng/src/gethrtime.c +++ b/gprofng/src/gethrtime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_basic_blocks.cc b/gprofng/src/gmon_basic_blocks.cc index 2b38e71fbaa..62ff89901e5 100644 --- a/gprofng/src/gmon_basic_blocks.cc +++ b/gprofng/src/gmon_basic_blocks.cc @@ -2,7 +2,7 @@ of basic-block info to/from gmon.out; computing and formatting of basic-block related statistics. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_call_graph.cc b/gprofng/src/gmon_call_graph.cc index f0684420adf..1d1d79777ed 100644 --- a/gprofng/src/gmon_call_graph.cc +++ b/gprofng/src/gmon_call_graph.cc @@ -1,6 +1,6 @@ /* call_graph.c - Create call graphs. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_corefile.cc b/gprofng/src/gmon_corefile.cc index 07bab11618e..46a81153921 100644 --- a/gprofng/src/gmon_corefile.cc +++ b/gprofng/src/gmon_corefile.cc @@ -1,6 +1,6 @@ /* corefile.c - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_hist.cc b/gprofng/src/gmon_hist.cc index 38035e3a631..79c3864bbbe 100644 --- a/gprofng/src/gmon_hist.cc +++ b/gprofng/src/gmon_hist.cc @@ -1,6 +1,6 @@ /* hist.c - Histogram related operations. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_io.cc b/gprofng/src/gmon_io.cc index 82e6cee25dd..107c628228e 100644 --- a/gprofng/src/gmon_io.cc +++ b/gprofng/src/gmon_io.cc @@ -1,6 +1,6 @@ /* gmon_io.c - Input and output from/to gmon.out files. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_io.h b/gprofng/src/gmon_io.h index de5c678145f..f196c2c99c2 100644 --- a/gprofng/src/gmon_io.h +++ b/gprofng/src/gmon_io.h @@ -1,6 +1,6 @@ /* gmon_io.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_out.h b/gprofng/src/gmon_out.h index 95cedf899da..b4cbcda2cfd 100644 --- a/gprofng/src/gmon_out.h +++ b/gprofng/src/gmon_out.h @@ -1,6 +1,6 @@ /* gmon_out.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gmon_symtab.cc b/gprofng/src/gmon_symtab.cc index 68c8a0bd216..d1729540e22 100644 --- a/gprofng/src/gmon_symtab.cc +++ b/gprofng/src/gmon_symtab.cc @@ -1,6 +1,6 @@ /* symtab.c - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-archive.cc b/gprofng/src/gp-archive.cc index 2c15da865be..8d8301830d1 100644 --- a/gprofng/src/gp-archive.cc +++ b/gprofng/src/gp-archive.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-archive.h b/gprofng/src/gp-archive.h index 3b9d0eeab7d..4fa6ab747db 100644 --- a/gprofng/src/gp-archive.h +++ b/gprofng/src/gp-archive.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-collect-app.cc b/gprofng/src/gp-collect-app.cc index 695c4af8b0a..454b8de77c8 100644 --- a/gprofng/src/gp-collect-app.cc +++ b/gprofng/src/gp-collect-app.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-display-src.cc b/gprofng/src/gp-display-src.cc index 5475f279d54..d9f96744eac 100644 --- a/gprofng/src/gp-display-src.cc +++ b/gprofng/src/gp-display-src.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-display-text.cc b/gprofng/src/gp-display-text.cc index 32bda495500..7032807be81 100644 --- a/gprofng/src/gp-display-text.cc +++ b/gprofng/src/gp-display-text.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-gmon.cc b/gprofng/src/gp-gmon.cc index 353839d4628..6e018603c42 100644 --- a/gprofng/src/gp-gmon.cc +++ b/gprofng/src/gp-gmon.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2025 Free Software Foundation, Inc. +/* Copyright (C) 2025-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gp-print.h b/gprofng/src/gp-print.h index e16f6ebe610..37894a42495 100644 --- a/gprofng/src/gp-print.h +++ b/gprofng/src/gp-print.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gprofng.cc b/gprofng/src/gprofng.cc index 5a3045bd2cd..5b8119facbd 100644 --- a/gprofng/src/gprofng.cc +++ b/gprofng/src/gprofng.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/gprofng.rc b/gprofng/src/gprofng.rc index bf55438d3c0..e865ccf1452 100644 --- a/gprofng/src/gprofng.rc +++ b/gprofng/src/gprofng.rc @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/hist.h b/gprofng/src/hist.h index 22fc56c5817..8ec70da9bee 100644 --- a/gprofng/src/hist.h +++ b/gprofng/src/hist.h @@ -1,6 +1,6 @@ /* hist.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/hwc_amd_zen3.h b/gprofng/src/hwc_amd_zen3.h index 171d4ab8b9f..9a2ab69ec1c 100644 --- a/gprofng/src/hwc_amd_zen3.h +++ b/gprofng/src/hwc_amd_zen3.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024-2025 Free Software Foundation, Inc. +/* Copyright (C) 2024-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/hwc_amd_zen4.h b/gprofng/src/hwc_amd_zen4.h index 9ad999ff111..f240d6da3c2 100644 --- a/gprofng/src/hwc_amd_zen4.h +++ b/gprofng/src/hwc_amd_zen4.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024-2025 Free Software Foundation, Inc. +/* Copyright (C) 2024-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/hwc_arm64_amcc.h b/gprofng/src/hwc_arm64_amcc.h index 5c214fa14e3..5c9b0123cd3 100644 --- a/gprofng/src/hwc_arm64_amcc.h +++ b/gprofng/src/hwc_arm64_amcc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024-2025 Free Software Foundation, Inc. +/* Copyright (C) 2024-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/hwc_arm_ampere_1.h b/gprofng/src/hwc_arm_ampere_1.h index 30aa16fab61..8e2ecd0ff9f 100644 --- a/gprofng/src/hwc_arm_ampere_1.h +++ b/gprofng/src/hwc_arm_ampere_1.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024-2025 Free Software Foundation, Inc. +/* Copyright (C) 2024-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/hwc_arm_neoverse_n1.h b/gprofng/src/hwc_arm_neoverse_n1.h index ad82eb8575e..4134402d031 100644 --- a/gprofng/src/hwc_arm_neoverse_n1.h +++ b/gprofng/src/hwc_arm_neoverse_n1.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024-2025 Free Software Foundation, Inc. +/* Copyright (C) 2024-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/hwc_intel_icelake.h b/gprofng/src/hwc_intel_icelake.h index 97e123ee153..e4c1ff2a857 100644 --- a/gprofng/src/hwc_intel_icelake.h +++ b/gprofng/src/hwc_intel_icelake.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2024-2025 Free Software Foundation, Inc. +/* Copyright (C) 2024-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/i18n.cc b/gprofng/src/i18n.cc index f2732b481d4..720670b2d85 100644 --- a/gprofng/src/i18n.cc +++ b/gprofng/src/i18n.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/i18n.h b/gprofng/src/i18n.h index cbc507d4983..8f16c094439 100644 --- a/gprofng/src/i18n.h +++ b/gprofng/src/i18n.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/info.h b/gprofng/src/info.h index e4ebe3fb633..362d95bc5c3 100644 --- a/gprofng/src/info.h +++ b/gprofng/src/info.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ipc.cc b/gprofng/src/ipc.cc index 85997319cec..1cacd1d3507 100644 --- a/gprofng/src/ipc.cc +++ b/gprofng/src/ipc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ipcio.cc b/gprofng/src/ipcio.cc index 2890c6ab016..aaf9e3fea98 100644 --- a/gprofng/src/ipcio.cc +++ b/gprofng/src/ipcio.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/ipcio.h b/gprofng/src/ipcio.h index cc0c4d6037a..bbfc6bc5044 100644 --- a/gprofng/src/ipcio.h +++ b/gprofng/src/ipcio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/machinemodels/generic.ermm b/gprofng/src/machinemodels/generic.ermm index ab201882177..b86ca449026 100644 --- a/gprofng/src/machinemodels/generic.ermm +++ b/gprofng/src/machinemodels/generic.ermm @@ -1,6 +1,6 @@ # generic machinemodel file # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/machinemodels/m5.ermm b/gprofng/src/machinemodels/m5.ermm index 247517a4a2f..4e4d6c03cec 100644 --- a/gprofng/src/machinemodels/m5.ermm +++ b/gprofng/src/machinemodels/m5.ermm @@ -1,6 +1,6 @@ # Machinemodel file for M5 systems # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/machinemodels/m6.ermm b/gprofng/src/machinemodels/m6.ermm index 50dbc85d98f..db85565cf0c 100644 --- a/gprofng/src/machinemodels/m6.ermm +++ b/gprofng/src/machinemodels/m6.ermm @@ -1,6 +1,6 @@ # Machinemodel file for M6 systems # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/machinemodels/m7.ermm b/gprofng/src/machinemodels/m7.ermm index 47ed7e58a19..9c9342042ac 100644 --- a/gprofng/src/machinemodels/m7.ermm +++ b/gprofng/src/machinemodels/m7.ermm @@ -1,6 +1,6 @@ # Machinemodel file for M7/T7 systems # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/machinemodels/t4.ermm b/gprofng/src/machinemodels/t4.ermm index a700310ad75..5c8f72a93be 100644 --- a/gprofng/src/machinemodels/t4.ermm +++ b/gprofng/src/machinemodels/t4.ermm @@ -1,6 +1,6 @@ # Machinemodel file for T4 systems # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/machinemodels/t5.ermm b/gprofng/src/machinemodels/t5.ermm index f180a8bc7b2..0330eaa3cad 100644 --- a/gprofng/src/machinemodels/t5.ermm +++ b/gprofng/src/machinemodels/t5.ermm @@ -1,6 +1,6 @@ # Machinemodel file for T5 systems # -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file 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/gprofng/src/parse.cc b/gprofng/src/parse.cc index dfc7f62a72b..21289f03299 100644 --- a/gprofng/src/parse.cc +++ b/gprofng/src/parse.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/source.h b/gprofng/src/source.h index e6bae7d093b..62892fc0239 100644 --- a/gprofng/src/source.h +++ b/gprofng/src/source.h @@ -1,6 +1,6 @@ /* source.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/stab.h b/gprofng/src/stab.h index 0e6656021a5..f285702f423 100644 --- a/gprofng/src/stab.h +++ b/gprofng/src/stab.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/symtab.h b/gprofng/src/symtab.h index 9f7a8dd69a3..a475983ad1f 100644 --- a/gprofng/src/symtab.h +++ b/gprofng/src/symtab.h @@ -1,6 +1,6 @@ /* symtab.h - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/gprofng/src/util.cc b/gprofng/src/util.cc index 4038e884940..039eddb6805 100644 --- a/gprofng/src/util.cc +++ b/gprofng/src/util.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/util.h b/gprofng/src/util.h index 3c2b04d869b..d3de7080c27 100644 --- a/gprofng/src/util.h +++ b/gprofng/src/util.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/src/vec.h b/gprofng/src/vec.h index a768a02b9e8..bd5cef90ec6 100644 --- a/gprofng/src/vec.h +++ b/gprofng/src/vec.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/config/default.exp b/gprofng/testsuite/config/default.exp index 9e31c20ff49..58134684149 100644 --- a/gprofng/testsuite/config/default.exp +++ b/gprofng/testsuite/config/default.exp @@ -1,5 +1,5 @@ # Basic expect script for gprofng tests -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/display.exp b/gprofng/testsuite/gprofng.display/display.exp index 3384448a7f3..0bd1525893f 100644 --- a/gprofng/testsuite/gprofng.display/display.exp +++ b/gprofng/testsuite/gprofng.display/display.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/gp-archive.exp b/gprofng/testsuite/gprofng.display/gp-archive.exp index 2a8601069dc..08b5eb270c5 100644 --- a/gprofng/testsuite/gprofng.display/gp-archive.exp +++ b/gprofng/testsuite/gprofng.display/gp-archive.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp b/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp index 77849666d1b..bdfe62f5614 100644 --- a/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp +++ b/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/gp-gmon.exp b/gprofng/testsuite/gprofng.display/gp-gmon.exp index 2b0f43eaf19..c7d261883d5 100644 --- a/gprofng/testsuite/gprofng.display/gp-gmon.exp +++ b/gprofng/testsuite/gprofng.display/gp-gmon.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Intface.java b/gprofng/testsuite/gprofng.display/jsynprog/Intface.java index e03450f6098..e19fb1c95fa 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/Intface.java +++ b/gprofng/testsuite/gprofng.display/jsynprog/Intface.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java b/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java index 59b32b1a611..d6e6067fa20 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java +++ b/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Makefile b/gprofng/testsuite/gprofng.display/jsynprog/Makefile index ae429dc1099..3963ca9ef3a 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/Makefile +++ b/gprofng/testsuite/gprofng.display/jsynprog/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Routine.java b/gprofng/testsuite/gprofng.display/jsynprog/Routine.java index b60a857f3e8..793957abf9e 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/Routine.java +++ b/gprofng/testsuite/gprofng.display/jsynprog/Routine.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java b/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java index c44d14f46f1..939aceed154 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java +++ b/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl b/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl index d3c04fdcb46..72f2abf9e51 100755 --- a/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl +++ b/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl @@ -1,6 +1,6 @@ #!/bin/sh -- # This comment tells perl not to loop! -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc b/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc index 42b0f763166..62cc43944a2 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc +++ b/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h index 70f5fb03de9..a7c91c3c36d 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h +++ b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java index 1425cfad8f6..fc7181fcab9 100644 --- a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java +++ b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/mttest/Makefile b/gprofng/testsuite/gprofng.display/mttest/Makefile index 0abdfc2591b..3a7a046a60d 100644 --- a/gprofng/testsuite/gprofng.display/mttest/Makefile +++ b/gprofng/testsuite/gprofng.display/mttest/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/mttest/check_results.pl b/gprofng/testsuite/gprofng.display/mttest/check_results.pl index 68e2d86d3fa..9f1d435cd03 100644 --- a/gprofng/testsuite/gprofng.display/mttest/check_results.pl +++ b/gprofng/testsuite/gprofng.display/mttest/check_results.pl @@ -1,6 +1,6 @@ #!/bin/sh -- # This comment tells perl not to loop! -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/mttest/gethrtime.c b/gprofng/testsuite/gprofng.display/mttest/gethrtime.c index 3cbc405955f..62c084a4f8e 100644 --- a/gprofng/testsuite/gprofng.display/mttest/gethrtime.c +++ b/gprofng/testsuite/gprofng.display/mttest/gethrtime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/mttest/mttest.c b/gprofng/testsuite/gprofng.display/mttest/mttest.c index 696bcca96ac..78af8bf32a9 100644 --- a/gprofng/testsuite/gprofng.display/mttest/mttest.c +++ b/gprofng/testsuite/gprofng.display/mttest/mttest.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/setpath_map.exp b/gprofng/testsuite/gprofng.display/setpath_map.exp index 615b54062f2..06a2fd3265c 100644 --- a/gprofng/testsuite/gprofng.display/setpath_map.exp +++ b/gprofng/testsuite/gprofng.display/setpath_map.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/synprog/Makefile b/gprofng/testsuite/gprofng.display/synprog/Makefile index 8d71e81a74b..becab657410 100644 --- a/gprofng/testsuite/gprofng.display/synprog/Makefile +++ b/gprofng/testsuite/gprofng.display/synprog/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/synprog/callso.c b/gprofng/testsuite/gprofng.display/synprog/callso.c index f9aa1f54904..b0b783f771f 100644 --- a/gprofng/testsuite/gprofng.display/synprog/callso.c +++ b/gprofng/testsuite/gprofng.display/synprog/callso.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/callsx.c b/gprofng/testsuite/gprofng.display/synprog/callsx.c index 5f4602f2041..f17041231ff 100644 --- a/gprofng/testsuite/gprofng.display/synprog/callsx.c +++ b/gprofng/testsuite/gprofng.display/synprog/callsx.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/check_results.pl b/gprofng/testsuite/gprofng.display/synprog/check_results.pl index ba6d94bb38f..26d42b7178f 100755 --- a/gprofng/testsuite/gprofng.display/synprog/check_results.pl +++ b/gprofng/testsuite/gprofng.display/synprog/check_results.pl @@ -1,6 +1,6 @@ #!/bin/sh -- # This comment tells perl not to loop! -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/gprofng.display/synprog/endcases.c b/gprofng/testsuite/gprofng.display/synprog/endcases.c index f588cc48657..c70972b5fd1 100644 --- a/gprofng/testsuite/gprofng.display/synprog/endcases.c +++ b/gprofng/testsuite/gprofng.display/synprog/endcases.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/fitos.c b/gprofng/testsuite/gprofng.display/synprog/fitos.c index 87d82c4ce75..b665623fa22 100644 --- a/gprofng/testsuite/gprofng.display/synprog/fitos.c +++ b/gprofng/testsuite/gprofng.display/synprog/fitos.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_body.h b/gprofng/testsuite/gprofng.display/synprog/inc_body.h index ebbed3225ac..b545129e29f 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_body.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_body.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_brace.h b/gprofng/testsuite/gprofng.display/synprog/inc_brace.h index ebbed3225ac..b545129e29f 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_brace.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_brace.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_entry.h b/gprofng/testsuite/gprofng.display/synprog/inc_entry.h index 090f946a165..f8f07d63da9 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_entry.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_entry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_exit.h b/gprofng/testsuite/gprofng.display/synprog/inc_exit.h index 1d143fdb64c..32b165d7976 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_exit.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_func.h b/gprofng/testsuite/gprofng.display/synprog/inc_func.h index 7d680ab5eb5..072a1c40103 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_func.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_func.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_inline.h b/gprofng/testsuite/gprofng.display/synprog/inc_inline.h index 5a2f7838629..26930ea75bc 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_inline.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_inline.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_macro.h b/gprofng/testsuite/gprofng.display/synprog/inc_macro.h index d9d4c4d4cfd..cd8256e6a37 100644 --- a/gprofng/testsuite/gprofng.display/synprog/inc_macro.h +++ b/gprofng/testsuite/gprofng.display/synprog/inc_macro.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/iosyn.c b/gprofng/testsuite/gprofng.display/synprog/iosyn.c index fea9c7cd6f6..fd9bff04f7e 100644 --- a/gprofng/testsuite/gprofng.display/synprog/iosyn.c +++ b/gprofng/testsuite/gprofng.display/synprog/iosyn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/pagethrash.c b/gprofng/testsuite/gprofng.display/synprog/pagethrash.c index 132903a2edf..3cddb716471 100644 --- a/gprofng/testsuite/gprofng.display/synprog/pagethrash.c +++ b/gprofng/testsuite/gprofng.display/synprog/pagethrash.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/so_syn.c b/gprofng/testsuite/gprofng.display/synprog/so_syn.c index 63e304def1a..cce5b6f295e 100644 --- a/gprofng/testsuite/gprofng.display/synprog/so_syn.c +++ b/gprofng/testsuite/gprofng.display/synprog/so_syn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/so_syx.c b/gprofng/testsuite/gprofng.display/synprog/so_syx.c index 17b26838d23..ce249004dd1 100644 --- a/gprofng/testsuite/gprofng.display/synprog/so_syx.c +++ b/gprofng/testsuite/gprofng.display/synprog/so_syx.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/stopwatch.c b/gprofng/testsuite/gprofng.display/synprog/stopwatch.c index 322697ddf54..0107c9c5b84 100644 --- a/gprofng/testsuite/gprofng.display/synprog/stopwatch.c +++ b/gprofng/testsuite/gprofng.display/synprog/stopwatch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/stopwatch.h b/gprofng/testsuite/gprofng.display/synprog/stopwatch.h index 27a35404114..d9011d6b679 100644 --- a/gprofng/testsuite/gprofng.display/synprog/stopwatch.h +++ b/gprofng/testsuite/gprofng.display/synprog/stopwatch.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/gprofng.display/synprog/synprog.c b/gprofng/testsuite/gprofng.display/synprog/synprog.c index 36567cbfd9d..58846364524 100644 --- a/gprofng/testsuite/gprofng.display/synprog/synprog.c +++ b/gprofng/testsuite/gprofng.display/synprog/synprog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/gprofng/testsuite/lib/Makefile.skel b/gprofng/testsuite/lib/Makefile.skel index 22298d2b901..b4d4b69c732 100644 --- a/gprofng/testsuite/lib/Makefile.skel +++ b/gprofng/testsuite/lib/Makefile.skel @@ -1,5 +1,5 @@ # Skeleton makefile for display tests -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/lib/acct.pm b/gprofng/testsuite/lib/acct.pm index 35194efd39c..1a1782f657a 100644 --- a/gprofng/testsuite/lib/acct.pm +++ b/gprofng/testsuite/lib/acct.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gprofng/testsuite/lib/display-lib.exp b/gprofng/testsuite/lib/display-lib.exp index 95fd310f1dd..182bbfeca44 100644 --- a/gprofng/testsuite/lib/display-lib.exp +++ b/gprofng/testsuite/lib/display-lib.exp @@ -1,5 +1,5 @@ # Support routines for display-testing machinery in gprofng testsuite. -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/include/ChangeLog b/include/ChangeLog index 6ef4b590930..2d05f2e4da1 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -587,7 +587,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/include/MAINTAINERS b/include/MAINTAINERS index 2ba4daff4b4..dc2f62e1fc6 100644 --- a/include/MAINTAINERS +++ b/include/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/include/alloca-conf.h b/include/alloca-conf.h index 4a50e556f24..53d98453412 100644 --- a/include/alloca-conf.h +++ b/include/alloca-conf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 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 diff --git a/include/ansidecl.h b/include/ansidecl.h index 645bce56511..0ae6a98604e 100644 --- a/include/ansidecl.h +++ b/include/ansidecl.h @@ -1,5 +1,5 @@ /* Compiler compatibility macros - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify diff --git a/include/aout/aout64.h b/include/aout/aout64.h index dbe25efd752..b455ce168e7 100644 --- a/include/aout/aout64.h +++ b/include/aout/aout64.h @@ -1,6 +1,6 @@ /* `a.out' object-file definitions, including extensions to 64-bit fields - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 diff --git a/include/aout/ar.h b/include/aout/ar.h index fa5688c525c..3ad8eca25e0 100644 --- a/include/aout/ar.h +++ b/include/aout/ar.h @@ -1,6 +1,6 @@ /* archive file definition for GNU software - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/aout/host.h b/include/aout/host.h index 3176d497897..94bbcfe0d33 100644 --- a/include/aout/host.h +++ b/include/aout/host.h @@ -1,7 +1,7 @@ /* host.h - Parameters about the a.out format, based on the host system on which the program is compiled. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/aout/hp.h b/include/aout/hp.h index adc1754c8ec..f68635a723f 100644 --- a/include/aout/hp.h +++ b/include/aout/hp.h @@ -1,5 +1,5 @@ /* Special version of for use under HP-UX. - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 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 diff --git a/include/aout/hppa.h b/include/aout/hppa.h index 4416566e99a..636925747ba 100644 --- a/include/aout/hppa.h +++ b/include/aout/hppa.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 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 diff --git a/include/aout/ranlib.h b/include/aout/ranlib.h index 29006df5e39..0811d547347 100644 --- a/include/aout/ranlib.h +++ b/include/aout/ranlib.h @@ -1,5 +1,5 @@ /* ranlib.h -- archive library index member definition for GNU. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 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 diff --git a/include/aout/stab.def b/include/aout/stab.def index 79a57070b56..202409d027f 100644 --- a/include/aout/stab.def +++ b/include/aout/stab.def @@ -1,5 +1,5 @@ /* Table of DBX symbol codes for the GNU system. - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 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 diff --git a/include/aout/stab_gnu.h b/include/aout/stab_gnu.h index a4471dc2819..b816f37f506 100644 --- a/include/aout/stab_gnu.h +++ b/include/aout/stab_gnu.h @@ -1,6 +1,6 @@ /* gnu_stab.h Definitions for GNU extensions to STABS - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/aout/sun4.h b/include/aout/sun4.h index 915a238d0a1..96799ba1a47 100644 --- a/include/aout/sun4.h +++ b/include/aout/sun4.h @@ -1,6 +1,6 @@ /* SPARC-specific values for a.out files - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/bfdlink.h b/include/bfdlink.h index 0bd2132df7c..d715fcbd6fb 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -1,5 +1,5 @@ /* bfdlink.h -- header file for BFD link routines - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Written by Steve Chamberlain and Ian Lance Taylor, Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/binary-io.h b/include/binary-io.h index beeb0f76c25..def8e1bd29c 100644 --- a/include/binary-io.h +++ b/include/binary-io.h @@ -1,5 +1,5 @@ /* Binary mode I/O. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/cgen/basic-modes.h b/include/cgen/basic-modes.h index 6d2a882cdbd..1470308b1f3 100644 --- a/include/cgen/basic-modes.h +++ b/include/cgen/basic-modes.h @@ -1,5 +1,5 @@ /* Basic CGEN modes. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU opcodes library. diff --git a/include/cgen/basic-ops.h b/include/cgen/basic-ops.h index 6ca603f202d..458d9c09812 100644 --- a/include/cgen/basic-ops.h +++ b/include/cgen/basic-ops.h @@ -1,5 +1,5 @@ /* Basic semantics ops support for CGEN. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU opcodes library. diff --git a/include/cgen/bitset.h b/include/cgen/bitset.h index 4db1633eb49..1db20fb3377 100644 --- a/include/cgen/bitset.h +++ b/include/cgen/bitset.h @@ -1,5 +1,5 @@ /* Header file the type CGEN_BITSET. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/include/coff/aarch64.h b/include/coff/aarch64.h index 557765ac285..837b9ddc8c6 100644 --- a/include/coff/aarch64.h +++ b/include/coff/aarch64.h @@ -1,5 +1,5 @@ /* AArch64 COFF support for BFD. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/alpha.h b/include/coff/alpha.h index 9356b9d4f8f..013e4cf0549 100644 --- a/include/coff/alpha.h +++ b/include/coff/alpha.h @@ -1,7 +1,7 @@ /* ECOFF support on Alpha machines. coff/ecoff.h must be included before this file. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/coff/arm.h b/include/coff/arm.h index 59677409922..bce0b905ab1 100644 --- a/include/coff/arm.h +++ b/include/coff/arm.h @@ -1,5 +1,5 @@ /* ARM COFF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/ecoff.h b/include/coff/ecoff.h index b9f70ff3e0d..244b7e985f7 100644 --- a/include/coff/ecoff.h +++ b/include/coff/ecoff.h @@ -2,7 +2,7 @@ This does not include symbol information, found in sym.h and symconst.h. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/coff/external.h b/include/coff/external.h index 1b3c06db2eb..2878961e4da 100644 --- a/include/coff/external.h +++ b/include/coff/external.h @@ -1,6 +1,6 @@ /* external.h -- External COFF structures - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/coff/i386.h b/include/coff/i386.h index 0591ff569fb..fc1070f737c 100644 --- a/include/coff/i386.h +++ b/include/coff/i386.h @@ -1,6 +1,6 @@ /* coff information for Intel 386/486. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/coff/ia64.h b/include/coff/ia64.h index 70a9712e2fe..8a7329e5cca 100644 --- a/include/coff/ia64.h +++ b/include/coff/ia64.h @@ -1,6 +1,6 @@ /* coff information for HP/Intel IA-64. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 diff --git a/include/coff/internal.h b/include/coff/internal.h index 9da5e4b9025..da899410dd0 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -1,7 +1,7 @@ /* Internal format of COFF object file data structures, for GNU BFD. This file is part of BFD, the Binary File Descriptor library. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 diff --git a/include/coff/loongarch64.h b/include/coff/loongarch64.h index 9b1e8306528..31e7cebcc35 100644 --- a/include/coff/loongarch64.h +++ b/include/coff/loongarch64.h @@ -1,5 +1,5 @@ /* LoongArch64 COFF support for BFD. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/mcore.h b/include/coff/mcore.h index 63ffdeef07f..c866fa51e02 100644 --- a/include/coff/mcore.h +++ b/include/coff/mcore.h @@ -1,5 +1,5 @@ /* Motorola MCore support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/mips.h b/include/coff/mips.h index 65cea9b3959..835f61228dc 100644 --- a/include/coff/mips.h +++ b/include/coff/mips.h @@ -1,7 +1,7 @@ /* ECOFF support on MIPS machines. coff/ecoff.h must be included before this file. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 diff --git a/include/coff/msdos.h b/include/coff/msdos.h index ce6b53854a6..4865fd40c7f 100644 --- a/include/coff/msdos.h +++ b/include/coff/msdos.h @@ -1,6 +1,6 @@ /* msdos.h - MS-DOS and derived executable header information - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/pe.h b/include/coff/pe.h index 59ac6366bf8..ece4bf25db1 100644 --- a/include/coff/pe.h +++ b/include/coff/pe.h @@ -1,6 +1,6 @@ /* pe.h - PE COFF header information - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/riscv64.h b/include/coff/riscv64.h index f4addcb45f1..cab773fc828 100644 --- a/include/coff/riscv64.h +++ b/include/coff/riscv64.h @@ -1,5 +1,5 @@ /* RISC-V 64-bit COFF support for BFD. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/rs6000.h b/include/coff/rs6000.h index 0294c811c90..3cc205fbe77 100644 --- a/include/coff/rs6000.h +++ b/include/coff/rs6000.h @@ -1,5 +1,5 @@ /* IBM RS/6000 "XCOFF" file definitions for BFD. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Written by Mimi Phuong-Thao Vo of IBM and John Gilmore of Cygnus Support. diff --git a/include/coff/rs6k64.h b/include/coff/rs6k64.h index 191d5ff96fc..4ef87f94227 100644 --- a/include/coff/rs6k64.h +++ b/include/coff/rs6k64.h @@ -1,5 +1,5 @@ /* IBM RS/6000 "XCOFF64" file definitions for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 diff --git a/include/coff/sh.h b/include/coff/sh.h index d2609ab1eb5..df28e850652 100644 --- a/include/coff/sh.h +++ b/include/coff/sh.h @@ -1,6 +1,6 @@ /* coff information for Renesas SH - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 diff --git a/include/coff/ti.h b/include/coff/ti.h index e81c988212c..30bad25798d 100644 --- a/include/coff/ti.h +++ b/include/coff/ti.h @@ -2,7 +2,7 @@ customized in a target-specific file, and then this file included (see tic54x.h for an example). - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 diff --git a/include/coff/tic30.h b/include/coff/tic30.h index e4b1dba30c8..51d6bd0b879 100644 --- a/include/coff/tic30.h +++ b/include/coff/tic30.h @@ -1,6 +1,6 @@ /* coff information for Texas Instruments TMS320C3X - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/coff/tic4x.h b/include/coff/tic4x.h index 503fa13a0c5..8cddb397b0e 100644 --- a/include/coff/tic4x.h +++ b/include/coff/tic4x.h @@ -1,7 +1,7 @@ /* TI COFF information for Texas Instruments TMS320C4X/C3X. This file customizes the settings in coff/ti.h. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 diff --git a/include/coff/tic54x.h b/include/coff/tic54x.h index 1464e76fc9c..656c6486890 100644 --- a/include/coff/tic54x.h +++ b/include/coff/tic54x.h @@ -1,7 +1,7 @@ /* TI COFF information for Texas Instruments TMS320C54X. This file customizes the settings in coff/ti.h. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 diff --git a/include/coff/x86.h b/include/coff/x86.h index c23dd92d120..5860f996ac8 100644 --- a/include/coff/x86.h +++ b/include/coff/x86.h @@ -1,5 +1,5 @@ /* COFF information shared by Intel 386/486 and AMD 64 (aka x86-64). - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/x86_64.h b/include/coff/x86_64.h index 13857a8d569..f9b0340d015 100644 --- a/include/coff/x86_64.h +++ b/include/coff/x86_64.h @@ -1,5 +1,5 @@ /* COFF information for AMD 64. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index cae0029c4b4..de4a8b239ef 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -1,6 +1,6 @@ /* Internal format of XCOFF object file data structures for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor , Cygnus Support. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/coff/z80.h b/include/coff/z80.h index 6b13e6e51c5..264f6d835b5 100644 --- a/include/coff/z80.h +++ b/include/coff/z80.h @@ -1,5 +1,5 @@ /* coff information for Zilog Z80 - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Arnold Metselaar This program is free software; you can redistribute it and/or modify diff --git a/include/coff/z8k.h b/include/coff/z8k.h index 7566d99c8af..4beda9793f6 100644 --- a/include/coff/z8k.h +++ b/include/coff/z8k.h @@ -1,6 +1,6 @@ /* coff information for Zilog Z800N - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/collectorAPI.h b/include/collectorAPI.h index f478dbcaf63..50ce259ca09 100644 --- a/include/collectorAPI.h +++ b/include/collectorAPI.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/include/ctf-api.h b/include/ctf-api.h index 2bffd52b1a0..33dd561228e 100644 --- a/include/ctf-api.h +++ b/include/ctf-api.h @@ -1,5 +1,5 @@ /* Public API to libctf. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/include/ctf.h b/include/ctf.h index 819003ed911..29f281d71a0 100644 --- a/include/ctf.h +++ b/include/ctf.h @@ -1,5 +1,5 @@ /* CTF format description. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/include/demangle.h b/include/demangle.h index 87f90c61e77..7e01a116f91 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -1,5 +1,5 @@ /* Defs for interface to demanglers. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License diff --git a/include/diagnostics.h b/include/diagnostics.h index acf5f50d7f6..364789d9af7 100644 --- a/include/diagnostics.h +++ b/include/diagnostics.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017-2025 Free Software Foundation, Inc. +/* Copyright (C) 2017-2026 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 diff --git a/include/dis-asm.h b/include/dis-asm.h index d97ce0502f5..c3d5d8c5438 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -1,6 +1,6 @@ /* Interface between the opcode library and its callers. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 diff --git a/include/doubly-linked-list.h b/include/doubly-linked-list.h index 3f5ea2808f9..0108af73f96 100644 --- a/include/doubly-linked-list.h +++ b/include/doubly-linked-list.h @@ -1,5 +1,5 @@ /* Manipulate doubly linked lists. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 diff --git a/include/dwarf2.def b/include/dwarf2.def index 6d634d174c4..22b4b7d5b5a 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -1,7 +1,7 @@ /* -*- c -*- Declarations and definitions of codes relating to the DWARF2 and DWARF3 symbolic debugging information formats. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Written by Gary Funck (gary@intrepid.com) The Ada Joint Program Office (AJPO), Florida State University and Silicon Graphics Inc. diff --git a/include/dwarf2.h b/include/dwarf2.h index 638e131437e..bf9287f1fde 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -1,6 +1,6 @@ /* Declarations and definitions of codes relating to the DWARF2 and DWARF3 symbolic debugging information formats. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Written by Gary Funck (gary@intrepid.com) The Ada Joint Program Office (AJPO), Florida State University and Silicon Graphics Inc. diff --git a/include/dyn-string.h b/include/dyn-string.h index 6ccb3bc8f84..f8a55a43db8 100644 --- a/include/dyn-string.h +++ b/include/dyn-string.h @@ -1,5 +1,5 @@ /* An abstract string datatype. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GCC. diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index 74bd7b402e0..1ef44f94461 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -1,6 +1,6 @@ /* AArch64 ELF support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GNU Binutils. diff --git a/include/elf/alpha.h b/include/elf/alpha.h index 3b19b08df9f..9b7b4cfe16a 100644 --- a/include/elf/alpha.h +++ b/include/elf/alpha.h @@ -1,5 +1,5 @@ /* ALPHA ELF support for BFD. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. By Eric Youngdale, . No processor supplement available for this platform. diff --git a/include/elf/amdgpu.h b/include/elf/amdgpu.h index 1b315eab1af..5bf6019c840 100644 --- a/include/elf/amdgpu.h +++ b/include/elf/amdgpu.h @@ -1,6 +1,6 @@ /* AMDGPU ELF support for BFD. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/arc-cpu.def b/include/elf/arc-cpu.def index 151dcbe70cc..3a1f1026e6b 100644 --- a/include/elf/arc-cpu.def +++ b/include/elf/arc-cpu.def @@ -1,5 +1,5 @@ /* ARC processor types - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/include/elf/arc-reloc.def b/include/elf/arc-reloc.def index 43867e73f2c..b17c39846c3 100644 --- a/include/elf/arc-reloc.def +++ b/include/elf/arc-reloc.def @@ -1,5 +1,5 @@ /* ARC relocation types - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/arc.h b/include/elf/arc.h index d4e5310b2e1..d08256b1674 100644 --- a/include/elf/arc.h +++ b/include/elf/arc.h @@ -1,5 +1,5 @@ /* ARC ELF support for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Contributed by Doug Evans, (dje@cygnus.com) This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/arm.h b/include/elf/arm.h index 72b36b63b37..091eea5d5d8 100644 --- a/include/elf/arm.h +++ b/include/elf/arm.h @@ -1,5 +1,5 @@ /* ARM ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/avr.h b/include/elf/avr.h index e60ebc7fb24..4d9b15a453a 100644 --- a/include/elf/avr.h +++ b/include/elf/avr.h @@ -1,5 +1,5 @@ /* AVR ELF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/bfin.h b/include/elf/bfin.h index 3c6573ba8da..6aa6b0e4d75 100644 --- a/include/elf/bfin.h +++ b/include/elf/bfin.h @@ -1,5 +1,5 @@ /* Blackfin ELF support for BFD. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/bpf.h b/include/elf/bpf.h index 574b4ec9d3b..fa522739c99 100644 --- a/include/elf/bpf.h +++ b/include/elf/bpf.h @@ -1,5 +1,5 @@ /* Linux eBPF support for BFD. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. Contributed by Oracle, Inc. diff --git a/include/elf/common.h b/include/elf/common.h index fe5cf8ad642..2c0ac7311d8 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -1,5 +1,5 @@ /* ELF support for BFD. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and diff --git a/include/elf/cr16.h b/include/elf/cr16.h index da533dda094..83c5b3d6575 100644 --- a/include/elf/cr16.h +++ b/include/elf/cr16.h @@ -1,5 +1,5 @@ /* CR16 ELF support for BFD. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by M R Swami Reddy. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/cris.h b/include/elf/cris.h index b5cf0e766e5..6cfceaa8e9f 100644 --- a/include/elf/cris.h +++ b/include/elf/cris.h @@ -1,5 +1,5 @@ /* CRIS ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Written by Hans-Peter Nilsson. diff --git a/include/elf/crx.h b/include/elf/crx.h index 472c2f83aa4..109700cc5f7 100644 --- a/include/elf/crx.h +++ b/include/elf/crx.h @@ -1,5 +1,5 @@ /* CRX ELF support for BFD. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. Updates, BFDizing, GNUifying and ELF support by Tomer Levi. diff --git a/include/elf/csky.h b/include/elf/csky.h index 6192f26962d..74a61bb1bab 100644 --- a/include/elf/csky.h +++ b/include/elf/csky.h @@ -1,5 +1,5 @@ /* C-SKY ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/d10v.h b/include/elf/d10v.h index 43705847054..c24510a3dd4 100644 --- a/include/elf/d10v.h +++ b/include/elf/d10v.h @@ -1,5 +1,5 @@ /* d10v ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/d30v.h b/include/elf/d30v.h index 63caf644cbe..0f2eb8358c9 100644 --- a/include/elf/d30v.h +++ b/include/elf/d30v.h @@ -1,5 +1,5 @@ /* d30v ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/dlx.h b/include/elf/dlx.h index e98cfcc030b..9c370c52032 100644 --- a/include/elf/dlx.h +++ b/include/elf/dlx.h @@ -1,5 +1,5 @@ /* DLX support for BFD. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/dwarf.h b/include/elf/dwarf.h index f1bd409c371..33a4c0b03cc 100644 --- a/include/elf/dwarf.h +++ b/include/elf/dwarf.h @@ -3,7 +3,7 @@ Written by Ron Guilmette (rfg@netcom.com) - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of both GCC and the BFD library. diff --git a/include/elf/epiphany.h b/include/elf/epiphany.h index d5a844c1589..9ca9feacb89 100644 --- a/include/elf/epiphany.h +++ b/include/elf/epiphany.h @@ -1,5 +1,5 @@ /* Adapteva EPIPHANY ELF support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/external.h b/include/elf/external.h index 151dccc34fa..99584528e52 100644 --- a/include/elf/external.h +++ b/include/elf/external.h @@ -1,5 +1,5 @@ /* ELF support for BFD. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and diff --git a/include/elf/fr30.h b/include/elf/fr30.h index 22bb671f6ff..c5376f59165 100644 --- a/include/elf/fr30.h +++ b/include/elf/fr30.h @@ -1,5 +1,5 @@ /* FR30 ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/frv.h b/include/elf/frv.h index dccb5d17a28..79b220f6bc4 100644 --- a/include/elf/frv.h +++ b/include/elf/frv.h @@ -1,5 +1,5 @@ /* FRV ELF support for BFD. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/ft32.h b/include/elf/ft32.h index 949384d9e62..5ed4698080d 100644 --- a/include/elf/ft32.h +++ b/include/elf/ft32.h @@ -1,5 +1,5 @@ /* ft32 ELF support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/h8.h b/include/elf/h8.h index 61cc9ce0d29..8bac909b9fb 100644 --- a/include/elf/h8.h +++ b/include/elf/h8.h @@ -1,5 +1,5 @@ /* H8300/h8500 ELF support for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/hppa.h b/include/elf/hppa.h index eee7cf94239..181b81a1c86 100644 --- a/include/elf/hppa.h +++ b/include/elf/hppa.h @@ -1,5 +1,5 @@ /* HPPA ELF support for BFD. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/i370.h b/include/elf/i370.h index a96afee67f2..814f0c07c29 100644 --- a/include/elf/i370.h +++ b/include/elf/i370.h @@ -1,5 +1,5 @@ /* i370 ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/i386.h b/include/elf/i386.h index 588c29ab386..70f7614cde1 100644 --- a/include/elf/i386.h +++ b/include/elf/i386.h @@ -1,5 +1,5 @@ /* ix86 ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/i860.h b/include/elf/i860.h index 691cb3857cc..45a7225b4be 100644 --- a/include/elf/i860.h +++ b/include/elf/i860.h @@ -1,5 +1,5 @@ /* i860 ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Jason Eckhardt . diff --git a/include/elf/i960.h b/include/elf/i960.h index ddc5daaf06b..f6ac5ff4ff1 100644 --- a/include/elf/i960.h +++ b/include/elf/i960.h @@ -1,5 +1,5 @@ /* Intel 960 ELF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/ia64.h b/include/elf/ia64.h index 5d22290c6f3..18c9d7b74ce 100644 --- a/include/elf/ia64.h +++ b/include/elf/ia64.h @@ -1,5 +1,5 @@ /* IA-64 ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/internal.h b/include/elf/internal.h index 9c546741ad8..9ea21600806 100644 --- a/include/elf/internal.h +++ b/include/elf/internal.h @@ -1,5 +1,5 @@ /* ELF support for BFD. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and diff --git a/include/elf/ip2k.h b/include/elf/ip2k.h index e5c6d9c2d40..02abc0a7d73 100644 --- a/include/elf/ip2k.h +++ b/include/elf/ip2k.h @@ -1,5 +1,5 @@ /* IP2xxx ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/iq2000.h b/include/elf/iq2000.h index 8922f769c46..a0387c7bb9c 100644 --- a/include/elf/iq2000.h +++ b/include/elf/iq2000.h @@ -1,5 +1,5 @@ /* IQ2000 ELF support for BFD. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/kvx.h b/include/elf/kvx.h index c3cba10ca5c..75129d86ddb 100644 --- a/include/elf/kvx.h +++ b/include/elf/kvx.h @@ -1,6 +1,6 @@ /* KVX ELF support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GNU Binutils. diff --git a/include/elf/kvx_elfids.h b/include/elf/kvx_elfids.h index 84e41549af6..585085a0622 100644 --- a/include/elf/kvx_elfids.h +++ b/include/elf/kvx_elfids.h @@ -2,7 +2,7 @@ /* KVX ELF IDs definitions. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GNU Binutils. diff --git a/include/elf/lm32.h b/include/elf/lm32.h index 2374a16eb5e..399459f902c 100644 --- a/include/elf/lm32.h +++ b/include/elf/lm32.h @@ -1,5 +1,5 @@ /* Lattice Mico32 ELF support for BFD. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Jon Beniston This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/loongarch.h b/include/elf/loongarch.h index 06641133a5c..76e60fb3f00 100644 --- a/include/elf/loongarch.h +++ b/include/elf/loongarch.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of GNU Binutils. diff --git a/include/elf/m32c.h b/include/elf/m32c.h index 197708f04fc..90e90fb60ed 100644 --- a/include/elf/m32c.h +++ b/include/elf/m32c.h @@ -1,5 +1,5 @@ /* M32C ELF support for BFD. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/m32r.h b/include/elf/m32r.h index b6564e6bfd2..63b3d564ac0 100644 --- a/include/elf/m32r.h +++ b/include/elf/m32r.h @@ -1,5 +1,5 @@ /* M32R ELF support for BFD. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/m68hc11.h b/include/elf/m68hc11.h index ebad5d57cff..eac5b19fe38 100644 --- a/include/elf/m68hc11.h +++ b/include/elf/m68hc11.h @@ -1,5 +1,5 @@ /* m68hc11 & m68hc12 ELF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/m68k.h b/include/elf/m68k.h index 49909bfa083..22ff7443e67 100644 --- a/include/elf/m68k.h +++ b/include/elf/m68k.h @@ -1,5 +1,5 @@ /* MC68k ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/mcore.h b/include/elf/mcore.h index 81e1159201c..0d7e8a9a169 100644 --- a/include/elf/mcore.h +++ b/include/elf/mcore.h @@ -1,5 +1,5 @@ /* Motorola MCore support for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/mep.h b/include/elf/mep.h index b50574b7d21..ccf73cf0511 100644 --- a/include/elf/mep.h +++ b/include/elf/mep.h @@ -1,5 +1,5 @@ /* Toshiba MeP ELF support for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/metag.h b/include/elf/metag.h index c9fbf257cd2..0f0252855bc 100644 --- a/include/elf/metag.h +++ b/include/elf/metag.h @@ -1,5 +1,5 @@ /* Meta ELF support for BFD. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/microblaze.h b/include/elf/microblaze.h index 443be9be822..3a7fb20b9b0 100644 --- a/include/elf/microblaze.h +++ b/include/elf/microblaze.h @@ -1,6 +1,6 @@ /* Xilinx MicroBlaze support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/mips.h b/include/elf/mips.h index 4fc190f404d..b8d460d9f54 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -1,5 +1,5 @@ /* MIPS ELF support for BFD. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. By Ian Lance Taylor, Cygnus Support, , from information in the System V Application Binary Interface, MIPS diff --git a/include/elf/mmix.h b/include/elf/mmix.h index c966c99ab06..3e5520d350d 100644 --- a/include/elf/mmix.h +++ b/include/elf/mmix.h @@ -1,5 +1,5 @@ /* MMIX support for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/mn10200.h b/include/elf/mn10200.h index 366e9a307c6..2636a4100cb 100644 --- a/include/elf/mn10200.h +++ b/include/elf/mn10200.h @@ -1,5 +1,5 @@ /* MN10200 ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h index a87bc2b540a..e6550c732e1 100644 --- a/include/elf/mn10300.h +++ b/include/elf/mn10300.h @@ -1,5 +1,5 @@ /* MN10300 ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/moxie.h b/include/elf/moxie.h index 07148c06ea0..25cfc8f3fa7 100644 --- a/include/elf/moxie.h +++ b/include/elf/moxie.h @@ -1,5 +1,5 @@ /* moxie ELF support for BFD. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/msp430.h b/include/elf/msp430.h index c49cbc093ff..0da035d7ca4 100644 --- a/include/elf/msp430.h +++ b/include/elf/msp430.h @@ -1,5 +1,5 @@ /* MSP430 ELF support for BFD. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/mt.h b/include/elf/mt.h index ab80e3c5e4a..065b9b98e5c 100644 --- a/include/elf/mt.h +++ b/include/elf/mt.h @@ -1,5 +1,5 @@ /* MS1 ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/nds32.h b/include/elf/nds32.h index 01526a2299e..e41638cd6c9 100644 --- a/include/elf/nds32.h +++ b/include/elf/nds32.h @@ -1,5 +1,5 @@ /* NDS32 ELF support for BFD. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/nfp.h b/include/elf/nfp.h index 31f9bb91efe..8dfe9420b5f 100644 --- a/include/elf/nfp.h +++ b/include/elf/nfp.h @@ -1,5 +1,5 @@ /* NFP ELF support for BFD. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Contributed by Francois H. Theron This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/nios2.h b/include/elf/nios2.h index b99277a7384..3f7574c571b 100644 --- a/include/elf/nios2.h +++ b/include/elf/nios2.h @@ -1,5 +1,5 @@ /* Altera Nios II ELF support for BFD. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Nigel Gray (ngray@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/include/elf/or1k.h b/include/elf/or1k.h index e6557ac8067..4f5c9af9e31 100644 --- a/include/elf/or1k.h +++ b/include/elf/or1k.h @@ -1,5 +1,5 @@ /* Or1k ELF support for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/pj.h b/include/elf/pj.h index caee6295581..7060e956b26 100644 --- a/include/elf/pj.h +++ b/include/elf/pj.h @@ -1,5 +1,5 @@ /* picoJava ELF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/ppc.h b/include/elf/ppc.h index 44056f7c71b..6da1442517e 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -1,5 +1,5 @@ /* PPC ELF support for BFD. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. By Michael Meissner, Cygnus Support, , from information in the System V Application Binary Interface, diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h index 5b368faa881..877143c996a 100644 --- a/include/elf/ppc64.h +++ b/include/elf/ppc64.h @@ -1,5 +1,5 @@ /* PPC64 ELF support for BFD. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/pru.h b/include/elf/pru.h index 06e2e5477db..833e9a895f5 100644 --- a/include/elf/pru.h +++ b/include/elf/pru.h @@ -1,5 +1,5 @@ /* TI PRU ELF support for BFD. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h index 5a81f8ab8a1..62d0ad097ec 100644 --- a/include/elf/reloc-macros.h +++ b/include/elf/reloc-macros.h @@ -1,5 +1,5 @@ /* Generic relocation support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/riscv.h b/include/elf/riscv.h index 2ea1ae82eb6..49d6cbf57c4 100644 --- a/include/elf/riscv.h +++ b/include/elf/riscv.h @@ -1,5 +1,5 @@ /* RISC-V ELF support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS ELF support for BFD, by Ian Lance Taylor. diff --git a/include/elf/rl78.h b/include/elf/rl78.h index d3751a9659e..9ca80325aa3 100644 --- a/include/elf/rl78.h +++ b/include/elf/rl78.h @@ -1,5 +1,5 @@ /* RL78 ELF support for BFD. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/rx.h b/include/elf/rx.h index a77a0542a3b..a79ac26f080 100644 --- a/include/elf/rx.h +++ b/include/elf/rx.h @@ -1,5 +1,5 @@ /* RX ELF support for BFD. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/s12z.h b/include/elf/s12z.h index 136d19e5091..b1f1df1461b 100644 --- a/include/elf/s12z.h +++ b/include/elf/s12z.h @@ -1,5 +1,5 @@ /* s12z ELF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/s390.h b/include/elf/s390.h index cb149002c49..80b3f986c88 100644 --- a/include/elf/s390.h +++ b/include/elf/s390.h @@ -1,5 +1,5 @@ /* 390 ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Carl B. Pedersen and Martin Schwidefsky. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/score.h b/include/elf/score.h index 58cf5eb58b9..f17bf728fd6 100644 --- a/include/elf/score.h +++ b/include/elf/score.h @@ -1,5 +1,5 @@ /* Score ELF support for BFD. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/include/elf/sh.h b/include/elf/sh.h index ebcde30a02d..2833fd677c9 100644 --- a/include/elf/sh.h +++ b/include/elf/sh.h @@ -1,5 +1,5 @@ /* SH ELF support for BFD. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/sparc.h b/include/elf/sparc.h index e42bde923f6..a8dc1d19b7a 100644 --- a/include/elf/sparc.h +++ b/include/elf/sparc.h @@ -1,5 +1,5 @@ /* SPARC ELF support for BFD. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. By Doug Evans, Cygnus Support, . This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/spu.h b/include/elf/spu.h index 1a177f8001c..b0a72c7614d 100644 --- a/include/elf/spu.h +++ b/include/elf/spu.h @@ -1,6 +1,6 @@ /* SPU ELF support for BFD. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/tic6x-attrs.h b/include/elf/tic6x-attrs.h index 54d47a747cb..3e3e06861fc 100644 --- a/include/elf/tic6x-attrs.h +++ b/include/elf/tic6x-attrs.h @@ -1,5 +1,5 @@ /* TI C6X ELF attributes. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/tic6x.h b/include/elf/tic6x.h index 5e36de0480d..d1a574fc191 100644 --- a/include/elf/tic6x.h +++ b/include/elf/tic6x.h @@ -1,5 +1,5 @@ /* TI C6X ELF support for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/tilegx.h b/include/elf/tilegx.h index 05e659559af..00aae81b398 100644 --- a/include/elf/tilegx.h +++ b/include/elf/tilegx.h @@ -1,5 +1,5 @@ /* TILE-Gx ELF support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/tilepro.h b/include/elf/tilepro.h index a20786318d3..1f0fcd9c752 100644 --- a/include/elf/tilepro.h +++ b/include/elf/tilepro.h @@ -1,5 +1,5 @@ /* TILEPro ELF support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/v850.h b/include/elf/v850.h index 330c7f95482..527fe877775 100644 --- a/include/elf/v850.h +++ b/include/elf/v850.h @@ -1,5 +1,5 @@ /* V850 ELF support for BFD. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Created by Michael Meissner, Cygnus Support This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/vax.h b/include/elf/vax.h index 0d34de9e2f7..6b16c8803af 100644 --- a/include/elf/vax.h +++ b/include/elf/vax.h @@ -1,5 +1,5 @@ /* VAX ELF support for BFD. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Matt Thomas . This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/visium.h b/include/elf/visium.h index 9cb87c81bdb..6b65fa2ed58 100644 --- a/include/elf/visium.h +++ b/include/elf/visium.h @@ -1,6 +1,6 @@ /* Visium ELF support for BFD. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/vxworks.h b/include/elf/vxworks.h index 911f07b10d7..269db7534cf 100644 --- a/include/elf/vxworks.h +++ b/include/elf/vxworks.h @@ -1,5 +1,5 @@ /* VxWorks ELF support for BFD. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by Nathan Sidwell diff --git a/include/elf/wasm32.h b/include/elf/wasm32.h index 749ee6294c9..81e68545e2e 100644 --- a/include/elf/wasm32.h +++ b/include/elf/wasm32.h @@ -1,5 +1,5 @@ /* ELF support for BFD for the WebAssembly target - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/include/elf/x86-64.h b/include/elf/x86-64.h index 5c9f23c2794..5d8097d0f91 100644 --- a/include/elf/x86-64.h +++ b/include/elf/x86-64.h @@ -1,5 +1,5 @@ /* x86_64 ELF support for BFD. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/xgate.h b/include/elf/xgate.h index 3c2b403ab17..aa06b31d4bd 100644 --- a/include/elf/xgate.h +++ b/include/elf/xgate.h @@ -1,5 +1,5 @@ /* XGATE ELF support for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/xstormy16.h b/include/elf/xstormy16.h index a730d21165f..e531cb6b753 100644 --- a/include/elf/xstormy16.h +++ b/include/elf/xstormy16.h @@ -1,5 +1,5 @@ /* XSTORMY16 ELF support for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/xtensa.h b/include/elf/xtensa.h index ef50beb52da..1a9bdf95cf7 100644 --- a/include/elf/xtensa.h +++ b/include/elf/xtensa.h @@ -1,5 +1,5 @@ /* Xtensa ELF support for BFD. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/elf/z80.h b/include/elf/z80.h index cdec3c714a3..5a583dae8ba 100644 --- a/include/elf/z80.h +++ b/include/elf/z80.h @@ -1,5 +1,5 @@ /* Z80 ELF support for BFD. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Sergey Belyashov This file is part of BFD, the Binary File Descriptor library. diff --git a/include/environ.h b/include/environ.h index 9b520cc5b9b..0a240b9bc52 100644 --- a/include/environ.h +++ b/include/environ.h @@ -1,5 +1,5 @@ /* Declare the environ system variable. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/include/fibheap.h b/include/fibheap.h index bc0feb31451..f6b92d94306 100644 --- a/include/fibheap.h +++ b/include/fibheap.h @@ -1,5 +1,5 @@ /* A Fibonacci heap datatype. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). This file is part of GCC. diff --git a/include/filenames.h b/include/filenames.h index 40ea162e023..74dc8841e60 100644 --- a/include/filenames.h +++ b/include/filenames.h @@ -5,7 +5,7 @@ use forward- and back-slash in path names interchangeably, and some of them have case-insensitive file names. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/floatformat.h b/include/floatformat.h index b65968a8755..bf3190e805f 100644 --- a/include/floatformat.h +++ b/include/floatformat.h @@ -1,5 +1,5 @@ /* IEEE floating point support declarations, for GDB, the GNU Debugger. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/fnmatch.h b/include/fnmatch.h index cf090ac25de..ceee2213198 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. diff --git a/include/fopen-bin.h b/include/fopen-bin.h index 839001b0845..6c4a615b6e1 100644 --- a/include/fopen-bin.h +++ b/include/fopen-bin.h @@ -7,7 +7,7 @@ cope with a "b" in the string, indicating binary files, but some reject this (and thereby don't conform to ANSI C, but what else is new?). - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 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 diff --git a/include/fopen-same.h b/include/fopen-same.h index 9b302d4cb31..801fe9e50a5 100644 --- a/include/fopen-same.h +++ b/include/fopen-same.h @@ -7,7 +7,7 @@ "b" to the string, indicating binary files, but some reject this (and thereby don't conform to ANSI C, but what else is new?). - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 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 diff --git a/include/fopen-vms.h b/include/fopen-vms.h index 685455bd003..7bf45d71a44 100644 --- a/include/fopen-vms.h +++ b/include/fopen-vms.h @@ -5,7 +5,7 @@ This version is for VMS systems, where text and binary files are different. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 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 diff --git a/include/gcc-c-fe.def b/include/gcc-c-fe.def index 39757cb97f2..27d35a4b3ca 100644 --- a/include/gcc-c-fe.def +++ b/include/gcc-c-fe.def @@ -1,6 +1,6 @@ /* Interface between GCC C FE and GDB -*- c -*- - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-c-interface.h b/include/gcc-c-interface.h index 1bd44983a88..58f3b372de1 100644 --- a/include/gcc-c-interface.h +++ b/include/gcc-c-interface.h @@ -1,6 +1,6 @@ /* Interface between GCC C FE and GDB - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-cp-fe.def b/include/gcc-cp-fe.def index 8ecb08f0b10..b3c3c7928ca 100644 --- a/include/gcc-cp-fe.def +++ b/include/gcc-cp-fe.def @@ -1,6 +1,6 @@ /* Interface between GCC C++ FE and GDB -*- c -*- - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-cp-interface.h b/include/gcc-cp-interface.h index 856a865b1fa..50ec90ee639 100644 --- a/include/gcc-cp-interface.h +++ b/include/gcc-cp-interface.h @@ -1,6 +1,6 @@ /* Interface between GCC C++ FE and GDB - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gcc-interface.h b/include/gcc-interface.h index 77d82ab43e3..85b6b70224b 100644 --- a/include/gcc-interface.h +++ b/include/gcc-interface.h @@ -1,6 +1,6 @@ /* Generic interface between GCC and GDB - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index b94545d88ce..db70b74f97a 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -353,7 +353,7 @@ Wed Jul 17 19:36:38 2002 J"orn Rennecke * signals.h: New file, from gdb/defs.h. -Copyright (C) 2002-2025 Free Software Foundation, Inc. +Copyright (C) 2002-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h index f78a0dc0b1e..2f0fb47baeb 100644 --- a/include/gdb/gdb-index.h +++ b/include/gdb/gdb-index.h @@ -1,5 +1,5 @@ /* Public attributes of the .gdb_index section. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/gdb/section-scripts.h b/include/gdb/section-scripts.h index 8f3a2c12f7a..218052b8ea7 100644 --- a/include/gdb/section-scripts.h +++ b/include/gdb/section-scripts.h @@ -1,6 +1,6 @@ /* Definition of kinds of records in section .debug_gdb_scripts. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/gdb/signals.def b/include/gdb/signals.def index 22eaf543113..c6819b0f62a 100644 --- a/include/gdb/signals.def +++ b/include/gdb/signals.def @@ -1,5 +1,5 @@ /* Target signal numbers for GDB and the GDB remote protocol. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/gdb/signals.h b/include/gdb/signals.h index e47f8e293a0..1a1e62d6958 100644 --- a/include/gdb/signals.h +++ b/include/gdb/signals.h @@ -1,5 +1,5 @@ /* Target signal numbers for GDB and the GDB remote protocol. - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/getopt.h b/include/getopt.h index 0786e39b489..7e1eaef6b45 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,5 +1,5 @@ /* Declarations for getopt. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. diff --git a/include/hashtab.h b/include/hashtab.h index c4199392492..6ff9c0c2101 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Vladimir Makarov (vmakarov@cygnus.com). This program is free software; you can redistribute it and/or modify diff --git a/include/hp-symtab.h b/include/hp-symtab.h index 04180d64089..2c94f176ced 100644 --- a/include/hp-symtab.h +++ b/include/hp-symtab.h @@ -4,7 +4,7 @@ Written by the Center for Software Science at the University of Utah and by Cygnus Support. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 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 diff --git a/include/leb128.h b/include/leb128.h index ccda024a180..8ae2382476a 100644 --- a/include/leb128.h +++ b/include/leb128.h @@ -1,5 +1,5 @@ /* Utilities for reading leb128 values. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/include/libcollector.h b/include/libcollector.h index 3a42ed8134b..7bf3269095d 100644 --- a/include/libcollector.h +++ b/include/libcollector.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021-2025 Free Software Foundation, Inc. +/* Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Oracle. This file is part of GNU Binutils. diff --git a/include/libfcollector.h b/include/libfcollector.h index 926014fa568..506a8121c86 100644 --- a/include/libfcollector.h +++ b/include/libfcollector.h @@ -1,4 +1,4 @@ -! Copyright (C) 2021-2025 Free Software Foundation, Inc. +! Copyright (C) 2021-2026 Free Software Foundation, Inc. ! Contributed by Oracle. ! ! This file is part of GNU Binutils. diff --git a/include/libiberty.h b/include/libiberty.h index b88eb643aa3..7960d802b66 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -1,6 +1,6 @@ /* Function declarations for libiberty. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Note - certain prototypes declared in this header file are for functions whoes implementation copyright does not belong to the diff --git a/include/longlong.h b/include/longlong.h index efda73e335d..2e50270d46b 100644 --- a/include/longlong.h +++ b/include/longlong.h @@ -1,5 +1,5 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/include/lto-symtab.h b/include/lto-symtab.h index 42d75f7df5f..22ac334d9dd 100644 --- a/include/lto-symtab.h +++ b/include/lto-symtab.h @@ -1,5 +1,5 @@ /* Data types used in the IL symbol table. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Rafael Espindola This file is part of GCC. diff --git a/include/mach-o/arm.h b/include/mach-o/arm.h index e4122bc5949..13c1013a6b6 100644 --- a/include/mach-o/arm.h +++ b/include/mach-o/arm.h @@ -1,5 +1,5 @@ /* Mach-O arm declarations for BFD. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/arm64.h b/include/mach-o/arm64.h index 3a82ae6ea67..daf12543465 100644 --- a/include/mach-o/arm64.h +++ b/include/mach-o/arm64.h @@ -1,5 +1,5 @@ /* Mach-O arm declarations for BFD. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/codesign.h b/include/mach-o/codesign.h index 2483226ee47..62ac481c695 100644 --- a/include/mach-o/codesign.h +++ b/include/mach-o/codesign.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/external.h b/include/mach-o/external.h index d3d371a1cf2..7f5117e40ef 100644 --- a/include/mach-o/external.h +++ b/include/mach-o/external.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/loader.h b/include/mach-o/loader.h index ca7c089a56b..b0b00c11bf0 100644 --- a/include/mach-o/loader.h +++ b/include/mach-o/loader.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/reloc.h b/include/mach-o/reloc.h index 0f14e8a4b65..c0be7985670 100644 --- a/include/mach-o/reloc.h +++ b/include/mach-o/reloc.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/unwind.h b/include/mach-o/unwind.h index 8b31b67e770..cb9cc7a1118 100644 --- a/include/mach-o/unwind.h +++ b/include/mach-o/unwind.h @@ -1,5 +1,5 @@ /* Mach-O compact unwind encoding. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/mach-o/x86-64.h b/include/mach-o/x86-64.h index fc121ecd5a7..194e76b66b2 100644 --- a/include/mach-o/x86-64.h +++ b/include/mach-o/x86-64.h @@ -1,5 +1,5 @@ /* Mach-O support for BFD. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/md5.h b/include/md5.h index 05a6742aa2b..4c0de88d2d1 100644 --- a/include/md5.h +++ b/include/md5.h @@ -1,6 +1,6 @@ /* md5.h - Declaration of functions and data types used for MD5 sum computing library functions. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. diff --git a/include/oasys.h b/include/oasys.h index 931daca1f05..fee37728270 100644 --- a/include/oasys.h +++ b/include/oasys.h @@ -1,6 +1,6 @@ /* Oasys object format header file for BFD. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/objalloc.h b/include/objalloc.h index 231485a824b..d4d72ea519f 100644 --- a/include/objalloc.h +++ b/include/objalloc.h @@ -1,5 +1,5 @@ /* objalloc.h -- routines to allocate memory for objects - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Solutions. This program is free software; you can redistribute it and/or modify it diff --git a/include/obstack.h b/include/obstack.h index 3c828e84af2..799036c414c 100644 --- a/include/obstack.h +++ b/include/obstack.h @@ -1,5 +1,5 @@ /* obstack.h - object stack macros - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index 0872046ba63..e3f75de98ff 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -1,6 +1,6 @@ /* AArch64 assembler/disassembler support. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GNU Binutils. diff --git a/include/opcode/alpha.h b/include/opcode/alpha.h index 964d20b72c2..9911779b40b 100644 --- a/include/opcode/alpha.h +++ b/include/opcode/alpha.h @@ -1,5 +1,5 @@ /* alpha.h -- Header file for Alpha opcode table - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Richard Henderson , patterned after the PPC opcode table written by Ian Lance Taylor. diff --git a/include/opcode/arc-attrs.h b/include/opcode/arc-attrs.h index f163f74c89a..62f0400aeef 100644 --- a/include/opcode/arc-attrs.h +++ b/include/opcode/arc-attrs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2025 Free Software Foundation, Inc. +/* Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/include/opcode/arc-func.h b/include/opcode/arc-func.h index 3a32c821841..5074239dd81 100644 --- a/include/opcode/arc-func.h +++ b/include/opcode/arc-func.h @@ -1,5 +1,5 @@ /* Replace functions for the ARC relocs. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and the GNU Binutils. diff --git a/include/opcode/arc.h b/include/opcode/arc.h index c49913c075d..d691ce949bb 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -1,5 +1,5 @@ /* Opcode table for the ARC. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/include/opcode/arm.h b/include/opcode/arm.h index eab84bfd2ce..20334412377 100644 --- a/include/opcode/arm.h +++ b/include/opcode/arm.h @@ -1,5 +1,5 @@ /* ARM assembler/disassembler support. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of GDB and GAS. diff --git a/include/opcode/avr.h b/include/opcode/avr.h index bc652adff09..656227dc616 100644 --- a/include/opcode/avr.h +++ b/include/opcode/avr.h @@ -1,6 +1,6 @@ /* Opcode table for the Atmel AVR micro controllers. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov This program is free software; you can redistribute it and/or modify diff --git a/include/opcode/bfin.h b/include/opcode/bfin.h index e73042ae3f7..3cfd11660fa 100644 --- a/include/opcode/bfin.h +++ b/include/opcode/bfin.h @@ -1,5 +1,5 @@ /* bfin.h -- Header file for ADI Blackfin opcode table - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/bpf.h b/include/opcode/bpf.h index 0550b4e0117..d4d4f6d8557 100644 --- a/include/opcode/bpf.h +++ b/include/opcode/bpf.h @@ -1,5 +1,5 @@ /* bpf.h - BPF opcode list for binutils. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. Contributed by Oracle Inc. diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index 7ada263683d..fe9336fdeae 100644 --- a/include/opcode/cgen.h +++ b/include/opcode/cgen.h @@ -1,6 +1,6 @@ /* Header file for targets using CGEN: Cpu tools GENerator. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of GDB, the GNU debugger, and the GNU Binutils. diff --git a/include/opcode/convex.h b/include/opcode/convex.h index fbe0369b079..94086ec61dc 100644 --- a/include/opcode/convex.h +++ b/include/opcode/convex.h @@ -1,5 +1,5 @@ /* Information for instruction disassembly on the Convex. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h index 7bade0e06aa..56783e5c608 100644 --- a/include/opcode/cr16.h +++ b/include/opcode/cr16.h @@ -1,5 +1,5 @@ /* cr16.h -- Header file for CR16 opcode and register tables. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by M R Swami Reddy This file is part of GAS, GDB and the GNU binutils. diff --git a/include/opcode/cris.h b/include/opcode/cris.h index 14978e231cf..35dc595858b 100644 --- a/include/opcode/cris.h +++ b/include/opcode/cris.h @@ -1,5 +1,5 @@ /* cris.h -- Header file for CRIS opcode and register tables. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. Updated, BFDized and GNUified by Hans-Peter Nilsson. diff --git a/include/opcode/crx.h b/include/opcode/crx.h index e20538f727a..cfe26b0fd85 100644 --- a/include/opcode/crx.h +++ b/include/opcode/crx.h @@ -1,5 +1,5 @@ /* crx.h -- Header file for CRX opcode and register tables. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. Updates, BFDizing, GNUifying and ELF support by Tomer Levi. diff --git a/include/opcode/csky.h b/include/opcode/csky.h index 70368171bd7..ef27eabfe8b 100644 --- a/include/opcode/csky.h +++ b/include/opcode/csky.h @@ -1,5 +1,5 @@ /* C-SKY assembler/disassembler support. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of GDB and GAS. diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h index 9a88b28c16a..c4344429e68 100644 --- a/include/opcode/d10v.h +++ b/include/opcode/d10v.h @@ -1,5 +1,5 @@ /* d10v.h -- Header file for D10V opcode table - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Martin Hunt (hunt@cygnus.com), Cygnus Support This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h index a8db13ef76e..450ce8b2eda 100644 --- a/include/opcode/d30v.h +++ b/include/opcode/d30v.h @@ -1,5 +1,5 @@ /* d30v.h -- Header file for D30V opcode table - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Martin Hunt (hunt@cygnus.com), Cygnus Solutions This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/dlx.h b/include/opcode/dlx.h index 8f4c4cdd4ae..f6a328ef638 100644 --- a/include/opcode/dlx.h +++ b/include/opcode/dlx.h @@ -1,5 +1,5 @@ /* Table of opcodes for the DLX microprocess. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of GDB and GAS. diff --git a/include/opcode/ft32.h b/include/opcode/ft32.h index 754cbce06fd..d6631a094ce 100644 --- a/include/opcode/ft32.h +++ b/include/opcode/ft32.h @@ -1,5 +1,5 @@ /* Definitions for decoding the ft32 opcode table. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by FTDI (support@ftdichip.com) This program is free software; you can redistribute it and/or modify diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index d9121924a6e..df55959e2b3 100644 --- a/include/opcode/h8300.h +++ b/include/opcode/h8300.h @@ -1,5 +1,5 @@ /* Opcode table for the H8/300 - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain . This file is part of GDB, the GNU Debugger and GAS, the GNU Assembler. diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index c14bb14ae3f..28bdc7972c5 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -1,5 +1,5 @@ /* Table of opcodes for the PA-RISC. - Copyright (C) 1990-2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/include/opcode/i386.h b/include/opcode/i386.h index 6f4cf1e1d0a..fd7b3f8abd3 100644 --- a/include/opcode/i386.h +++ b/include/opcode/i386.h @@ -1,5 +1,5 @@ /* opcode/i386.h -- Intel 80386 opcode macros - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler, and GDB, the GNU Debugger. diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index ff339db556e..dd85839d985 100644 --- a/include/opcode/ia64.h +++ b/include/opcode/ia64.h @@ -1,5 +1,5 @@ /* ia64.h -- Header file for ia64 opcode table - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of BFD, the Binary File Descriptor library. diff --git a/include/opcode/kvx.h b/include/opcode/kvx.h index 9a3c39cdb63..ff7ee1c5da4 100644 --- a/include/opcode/kvx.h +++ b/include/opcode/kvx.h @@ -1,6 +1,6 @@ /* KVX assembler/disassembler support. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of GNU Binutils. diff --git a/include/opcode/loongarch.h b/include/opcode/loongarch.h index 3e8a90a2b27..294b9424ee5 100644 --- a/include/opcode/loongarch.h +++ b/include/opcode/loongarch.h @@ -1,6 +1,6 @@ /* LoongArch assembler/disassembler support. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of GNU Binutils. diff --git a/include/opcode/m68hc11.h b/include/opcode/m68hc11.h index cfe24b837d2..191a639eb66 100644 --- a/include/opcode/m68hc11.h +++ b/include/opcode/m68hc11.h @@ -1,5 +1,5 @@ /* m68hc11.h -- Header file for Motorola 68HC11 & 68HC12 opcode table - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/m68k.h b/include/opcode/m68k.h index 5e1ec7b51c0..7bfaa80f061 100644 --- a/include/opcode/m68k.h +++ b/include/opcode/m68k.h @@ -1,5 +1,5 @@ /* Opcode table header for m680[01234]0/m6888[12]/m68851. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/metag.h b/include/opcode/metag.h index bc2b82c51d4..c87869bfec3 100644 --- a/include/opcode/metag.h +++ b/include/opcode/metag.h @@ -1,5 +1,5 @@ /* Imagination Technologies Meta opcode table. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of GDB and GAS. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index e5d9ef38177..1edacd88499 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -1,5 +1,5 @@ /* mips.h. Mips opcode list for GDB, the GNU debugger. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Ralph Campbell and OSF Commented and modified by Ian Lance Taylor, Cygnus Support diff --git a/include/opcode/mmix.h b/include/opcode/mmix.h index 940a8669515..9432c328c84 100644 --- a/include/opcode/mmix.h +++ b/include/opcode/mmix.h @@ -1,5 +1,5 @@ /* mmix.h -- Header file for MMIX opcode table - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com) This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/mn10200.h b/include/opcode/mn10200.h index f1b6c5adf73..844238c7d86 100644 --- a/include/opcode/mn10200.h +++ b/include/opcode/mn10200.h @@ -1,5 +1,5 @@ /* mn10200.h -- Header file for Matsushita 10200 opcode table - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Jeff Law, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h index cd7a9eabcba..eebc99c9be7 100644 --- a/include/opcode/mn10300.h +++ b/include/opcode/mn10300.h @@ -1,5 +1,5 @@ /* mn10300.h -- Header file for Matsushita 10300 opcode table - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Jeff Law, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/moxie.h b/include/opcode/moxie.h index 1f047ba7284..7e27790e3ca 100644 --- a/include/opcode/moxie.h +++ b/include/opcode/moxie.h @@ -1,5 +1,5 @@ /* Definitions for decoding the moxie opcode table. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Anthony Green (green@moxielogic.com). This program is free software; you can redistribute it and/or modify diff --git a/include/opcode/msp430-decode.h b/include/opcode/msp430-decode.h index 4319b736df2..86b96f567ab 100644 --- a/include/opcode/msp430-decode.h +++ b/include/opcode/msp430-decode.h @@ -1,5 +1,5 @@ /* Opcode decoder for the TI MSP430 - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Written by DJ Delorie This file is part of GDB, the GNU Debugger. diff --git a/include/opcode/msp430.h b/include/opcode/msp430.h index 7b1975a56d7..fd4483c9da2 100644 --- a/include/opcode/msp430.h +++ b/include/opcode/msp430.h @@ -1,6 +1,6 @@ /* Opcode table for the TI MSP430 microcontrollers - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky This program is free software; you can redistribute it and/or modify diff --git a/include/opcode/nds32.h b/include/opcode/nds32.h index 200968b053a..6184c4b30b4 100644 --- a/include/opcode/nds32.h +++ b/include/opcode/nds32.h @@ -1,5 +1,5 @@ /* nds32.h -- Header file for nds32 opcode table - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This program is free software; you can redistribute it and/or modify diff --git a/include/opcode/nfp.h b/include/opcode/nfp.h index f1cf88ba357..6395810823d 100644 --- a/include/opcode/nfp.h +++ b/include/opcode/nfp.h @@ -1,5 +1,5 @@ /* nfp.h. NFP opcode list. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Contributed by Francois H. Theron This file is part of the GNU opcodes library. diff --git a/include/opcode/np1.h b/include/opcode/np1.h index 9161f2c57e3..330c744d263 100644 --- a/include/opcode/np1.h +++ b/include/opcode/np1.h @@ -1,5 +1,5 @@ /* Print GOULD NPL instructions for GDB, the GNU debugger. - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/opcode/ns32k.h b/include/opcode/ns32k.h index e8eeea6cee1..9507a53aba2 100644 --- a/include/opcode/ns32k.h +++ b/include/opcode/ns32k.h @@ -1,5 +1,5 @@ /* ns32k-opcode.h -- Opcode table for National Semi 32k processor - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/include/opcode/pdp11.h b/include/opcode/pdp11.h index b907a5350e7..beb2dc7fa78 100644 --- a/include/opcode/pdp11.h +++ b/include/opcode/pdp11.h @@ -1,5 +1,5 @@ /* PDP-11 opcde list. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of GDB and GAS. diff --git a/include/opcode/pj.h b/include/opcode/pj.h index 04d38817a30..d13bf0b4033 100644 --- a/include/opcode/pj.h +++ b/include/opcode/pj.h @@ -1,5 +1,5 @@ /* Definitions for decoding the picoJava opcode table. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Steve Chamberlain of Transmeta (sac@pobox.com). This program is free software; you can redistribute it and/or modify diff --git a/include/opcode/pn.h b/include/opcode/pn.h index 890aab5cdb6..0a2d0a771a7 100644 --- a/include/opcode/pn.h +++ b/include/opcode/pn.h @@ -1,5 +1,5 @@ /* Print GOULD PN (PowerNode) instructions for GDB, the GNU debugger. - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index 2e27f6ba93c..8daf24d2189 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -1,5 +1,5 @@ /* ppc.h -- Header file for PowerPC opcode table - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/pru.h b/include/opcode/pru.h index bbcd0229536..f47860a681c 100644 --- a/include/opcode/pru.h +++ b/include/opcode/pru.h @@ -1,5 +1,5 @@ /* TI PRU opcode list for GAS, the GNU assembler. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of the GNU opcodes library. diff --git a/include/opcode/pyr.h b/include/opcode/pyr.h index 39e6ace52d3..1f17ac64c16 100644 --- a/include/opcode/pyr.h +++ b/include/opcode/pyr.h @@ -1,6 +1,6 @@ /* pyramid.opcode.h -- gdb initial attempt. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 diff --git a/include/opcode/riscv-opc.h b/include/opcode/riscv-opc.h index bce59c7e6f7..6f2775c6152 100644 --- a/include/opcode/riscv-opc.h +++ b/include/opcode/riscv-opc.h @@ -1,5 +1,5 @@ /* riscv-opc.h. RISC-V instruction opcode and CSR macros. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index 858fcce6871..de105f5df8b 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -1,5 +1,5 @@ /* riscv.h. RISC-V opcode list for GDB, the GNU debugger. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/rl78.h b/include/opcode/rl78.h index c3b7e8d543b..2554234d04b 100644 --- a/include/opcode/rl78.h +++ b/include/opcode/rl78.h @@ -1,5 +1,5 @@ /* Opcode decoder for the Renesas RL78 - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Written by DJ Delorie This file is part of GDB, the GNU Debugger and GAS, the GNU Assembler. diff --git a/include/opcode/rx.h b/include/opcode/rx.h index 8a4c81f30af..ad56323e7d4 100644 --- a/include/opcode/rx.h +++ b/include/opcode/rx.h @@ -1,5 +1,5 @@ /* Opcode decoder for the Renesas RX - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Written by DJ Delorie This file is part of GDB, the GNU Debugger and GAS, the GNU Assembler. diff --git a/include/opcode/s390.h b/include/opcode/s390.h index c0a396fc940..85c34a76614 100644 --- a/include/opcode/s390.h +++ b/include/opcode/s390.h @@ -1,5 +1,5 @@ /* s390.h -- Header file for S390 opcode table - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of BFD, the Binary File Descriptor library. diff --git a/include/opcode/score-datadep.h b/include/opcode/score-datadep.h index a4dceb0f00b..a9223c44709 100644 --- a/include/opcode/score-datadep.h +++ b/include/opcode/score-datadep.h @@ -1,5 +1,5 @@ /* score-datadep.h -- Score Instructions data dependency table - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/include/opcode/score-inst.h b/include/opcode/score-inst.h index 5f61a44d455..4ddeb8926ec 100644 --- a/include/opcode/score-inst.h +++ b/include/opcode/score-inst.h @@ -1,5 +1,5 @@ /* score-inst.h -- Score Instructions Table - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h index d9ac1e11e4d..10c76d53cf2 100644 --- a/include/opcode/sparc.h +++ b/include/opcode/sparc.h @@ -1,5 +1,5 @@ /* Definitions for opcode table for the sparc. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and the GNU Binutils. diff --git a/include/opcode/spu-insns.h b/include/opcode/spu-insns.h index fe444f55914..67266762830 100644 --- a/include/opcode/spu-insns.h +++ b/include/opcode/spu-insns.h @@ -1,6 +1,6 @@ /* SPU ELF support for BFD. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/opcode/spu.h b/include/opcode/spu.h index b1082e94221..84612763dc4 100644 --- a/include/opcode/spu.h +++ b/include/opcode/spu.h @@ -1,6 +1,6 @@ /* SPU ELF support for BFD. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/tic30.h b/include/opcode/tic30.h index a1a1fcbe0cb..02a778a1842 100644 --- a/include/opcode/tic30.h +++ b/include/opcode/tic30.h @@ -1,5 +1,5 @@ /* tic30.h -- Header file for TI TMS320C30 opcode table - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/tic4x.h b/include/opcode/tic4x.h index 6555478b101..41bf2505758 100644 --- a/include/opcode/tic4x.h +++ b/include/opcode/tic4x.h @@ -1,6 +1,6 @@ /* Table of opcodes for the Texas Instruments TMS320C[34]X family. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/include/opcode/tic54x.h b/include/opcode/tic54x.h index cbb2595a3f3..59ce97e6898 100644 --- a/include/opcode/tic54x.h +++ b/include/opcode/tic54x.h @@ -1,5 +1,5 @@ /* tic54x.h -- Header file for TI TMS320C54X opcode table - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Timothy Wall (twall@cygnus.com) This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/tic6x-control-registers.h b/include/opcode/tic6x-control-registers.h index 4a133e9d522..76ca72d2db3 100644 --- a/include/opcode/tic6x-control-registers.h +++ b/include/opcode/tic6x-control-registers.h @@ -1,5 +1,5 @@ /* TI C6X control register information. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 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 diff --git a/include/opcode/tic6x-insn-formats.h b/include/opcode/tic6x-insn-formats.h index aa2c2c362dd..dfc504b3daf 100644 --- a/include/opcode/tic6x-insn-formats.h +++ b/include/opcode/tic6x-insn-formats.h @@ -1,5 +1,5 @@ /* TI C6X instruction format information. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 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 diff --git a/include/opcode/tic6x-opcode-table.h b/include/opcode/tic6x-opcode-table.h index bd8588287da..0ec9d6ec1b9 100644 --- a/include/opcode/tic6x-opcode-table.h +++ b/include/opcode/tic6x-opcode-table.h @@ -1,5 +1,5 @@ /* TI C6X opcode table. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 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 diff --git a/include/opcode/tic6x.h b/include/opcode/tic6x.h index 2ffe2a7344c..6577f85efae 100644 --- a/include/opcode/tic6x.h +++ b/include/opcode/tic6x.h @@ -1,5 +1,5 @@ /* TI C6X opcode information. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 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 diff --git a/include/opcode/tilegx.h b/include/opcode/tilegx.h index 0e2f4b24f0b..aeb73ddcec1 100644 --- a/include/opcode/tilegx.h +++ b/include/opcode/tilegx.h @@ -1,6 +1,6 @@ /* TILE-Gx opcode information. * - * Copyright (C) 2011-2025 Free Software Foundation, Inc. + * Copyright (C) 2011-2026 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 diff --git a/include/opcode/tilepro.h b/include/opcode/tilepro.h index 2246512dcba..86b7e90ebf7 100644 --- a/include/opcode/tilepro.h +++ b/include/opcode/tilepro.h @@ -1,6 +1,6 @@ /* TILEPro opcode information. * - * Copyright (C) 2011-2025 Free Software Foundation, Inc. + * Copyright (C) 2011-2026 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 diff --git a/include/opcode/v850.h b/include/opcode/v850.h index 42425a4c2f3..6cb14d72ad4 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -1,5 +1,5 @@ /* v850.h -- Header file for NEC V850 opcode table - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by J.T. Conklin, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. diff --git a/include/opcode/vax.h b/include/opcode/vax.h index dd2400c3395..ec738f0bfdc 100644 --- a/include/opcode/vax.h +++ b/include/opcode/vax.h @@ -1,5 +1,5 @@ /* Vax opcde list. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of GDB and GAS. diff --git a/include/opcode/visium.h b/include/opcode/visium.h index 501bba3fae8..25c30952ef1 100644 --- a/include/opcode/visium.h +++ b/include/opcode/visium.h @@ -1,6 +1,6 @@ /* Opcode table header for Visium. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of GDB, GAS, and GNU binutils. diff --git a/include/opcode/wasm.h b/include/opcode/wasm.h index 43e5550653c..9df044b7167 100644 --- a/include/opcode/wasm.h +++ b/include/opcode/wasm.h @@ -1,5 +1,5 @@ /* WebAssembly assembler/disassembler support. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of GAS, the GNU assembler. diff --git a/include/opcode/xgate.h b/include/opcode/xgate.h index 35133e07885..d04b2030056 100644 --- a/include/opcode/xgate.h +++ b/include/opcode/xgate.h @@ -1,5 +1,5 @@ /* xgate.h -- Freescale XGATE opcode list - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Sean Keys (skeys@ipdatasys.com) This file is part of the GNU opcodes library. diff --git a/include/os9k.h b/include/os9k.h index 61c1efc70c5..22fd46c1061 100644 --- a/include/os9k.h +++ b/include/os9k.h @@ -1,5 +1,5 @@ /* os9k.h - OS-9000 i386 module header definitions - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/include/partition.h b/include/partition.h index c632281c95f..45849cb604d 100644 --- a/include/partition.h +++ b/include/partition.h @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/include/plugin-api.h b/include/plugin-api.h index 2598a76f8cb..fec2e7f126f 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -1,6 +1,6 @@ /* plugin-api.h -- External linker plugin API. */ -/* Copyright (C) 2009-2025 Free Software Foundation, Inc. +/* Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Cary Coutant . This file is part of binutils. diff --git a/include/safe-ctype.h b/include/safe-ctype.h index 4d2a3169268..d5abf5128db 100644 --- a/include/safe-ctype.h +++ b/include/safe-ctype.h @@ -1,6 +1,6 @@ /* replacement macros. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Zack Weinberg . This file is part of the libiberty library. diff --git a/include/same-inode.h b/include/same-inode.h index f65f3d039ed..a1d94c4cbf5 100644 --- a/include/same-inode.h +++ b/include/same-inode.h @@ -1,6 +1,6 @@ /* Determine whether two stat buffers are known to refer to the same file. - Copyright (C) 2006, 2009-2022 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/include/sframe-api.h b/include/sframe-api.h index fc46b855fa5..4a45cb169b7 100644 --- a/include/sframe-api.h +++ b/include/sframe-api.h @@ -1,6 +1,6 @@ /* Public API to SFrame. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/include/sframe-internal.h b/include/sframe-internal.h index a246f26f1bb..34be9cfb4d6 100644 --- a/include/sframe-internal.h +++ b/include/sframe-internal.h @@ -2,7 +2,7 @@ Used by GNU as and ld. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 diff --git a/include/sframe.h b/include/sframe.h index 7458f79c487..82e35ce7bd7 100644 --- a/include/sframe.h +++ b/include/sframe.h @@ -1,5 +1,5 @@ /* SFrame format description. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/include/sha1.h b/include/sha1.h index be290f60dcf..a38b9deb919 100644 --- a/include/sha1.h +++ b/include/sha1.h @@ -1,6 +1,6 @@ /* Declarations of functions and data types used for SHA1 sum library functions. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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/include/sim/callback.h b/include/sim/callback.h index ef6d53d3e09..44a98f58d52 100644 --- a/include/sim/callback.h +++ b/include/sim/callback.h @@ -1,5 +1,5 @@ /* Remote target system call callback support. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 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 eb0a9169239..b222a1ac7b9 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-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-arm.h b/include/sim/sim-arm.h index b4499af31a2..28f1c4191f5 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-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-bfin.h b/include/sim/sim-bfin.h index fa905aa810b..c7f45a39814 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-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 7a6cbdb7a22..59b8b6188be 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-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 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 937db219c34..5d5d77ef3de 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-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 ceecc8089be..01d54e43b85 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-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-ft32.h b/include/sim/sim-ft32.h index f1d4940ea55..c0c9411e5f5 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-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 c4f42ea58a7..d314fb94126 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-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 76356e92b0a..f83691cd471 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 - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 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 450ffdf2270..d5702cf16f4 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-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 ba5aaec9e01..63ff90d8fa8 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-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-riscv.h b/include/sim/sim-riscv.h index 8601293ed17..9af49a232b6 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-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 da4bd981bc9..9e18755eae8 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-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-rx.h b/include/sim/sim-rx.h index eb5efa739f8..f51036f174c 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-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/include/sim/sim-sh.h b/include/sim/sim-sh.h index 6578940a9dc..9baa0dc59c2 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-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/sim/sim.h b/include/sim/sim.h index 202a45df08e..9db880eddc6 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-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/include/simple-object.h b/include/simple-object.h index 2e9fa42682b..7e28c22c39d 100644 --- a/include/simple-object.h +++ b/include/simple-object.h @@ -1,5 +1,5 @@ /* simple-object.h -- simple routines to read and write object files - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/include/som/aout.h b/include/som/aout.h index add4d1fa084..cedc2f4053c 100644 --- a/include/som/aout.h +++ b/include/som/aout.h @@ -1,5 +1,5 @@ /* SOM a.out definitions for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/som/clock.h b/include/som/clock.h index ccf198a34e4..90805389f7a 100644 --- a/include/som/clock.h +++ b/include/som/clock.h @@ -1,5 +1,5 @@ /* SOM clock definition for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/som/internal.h b/include/som/internal.h index 51c11a501ef..a80a0a7f910 100644 --- a/include/som/internal.h +++ b/include/som/internal.h @@ -1,5 +1,5 @@ /* SOM internal definitions for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/som/lst.h b/include/som/lst.h index 72e69b7c0a5..107bef26827 100644 --- a/include/som/lst.h +++ b/include/som/lst.h @@ -1,5 +1,5 @@ /* SOM lst definitions for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/som/reloc.h b/include/som/reloc.h index 6b0c92576f2..27f69033091 100644 --- a/include/som/reloc.h +++ b/include/som/reloc.h @@ -1,5 +1,5 @@ /* SOM relocation definitions for BFD. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/sort.h b/include/sort.h index ba078b45260..1062b889437 100644 --- a/include/sort.h +++ b/include/sort.h @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Mark Mitchell . This file is part of GCC. diff --git a/include/splay-tree.h b/include/splay-tree.h index 47275341d24..81e46525ed9 100644 --- a/include/splay-tree.h +++ b/include/splay-tree.h @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GCC. diff --git a/include/symcat.h b/include/symcat.h index c0dd11b8253..c75fab29a07 100644 --- a/include/symcat.h +++ b/include/symcat.h @@ -1,6 +1,6 @@ /* Symbol concatenation utilities. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 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 diff --git a/include/timeval-utils.h b/include/timeval-utils.h index 67a7fde3609..69916d673a9 100644 --- a/include/timeval-utils.h +++ b/include/timeval-utils.h @@ -1,5 +1,5 @@ /* Basic struct timeval utilities. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/include/vms/dcx.h b/include/vms/dcx.h index f7e57e04860..3203341550c 100644 --- a/include/vms/dcx.h +++ b/include/vms/dcx.h @@ -1,6 +1,6 @@ /* Alpha VMS external format for DeCompression. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/dmt.h b/include/vms/dmt.h index f9e0043ba4f..778aeb68b6f 100644 --- a/include/vms/dmt.h +++ b/include/vms/dmt.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Debug Module Table. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/dsc.h b/include/vms/dsc.h index a69f8708f7c..c7180138bf8 100644 --- a/include/vms/dsc.h +++ b/include/vms/dsc.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Descriptors. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/dst.h b/include/vms/dst.h index d5a655b498b..71067be172b 100644 --- a/include/vms/dst.h +++ b/include/vms/dst.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Debug Symbol Table. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eeom.h b/include/vms/eeom.h index ef578d28708..4bad76a3b83 100644 --- a/include/vms/eeom.h +++ b/include/vms/eeom.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended End Of Module. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/egps.h b/include/vms/egps.h index bee0139b348..df296689497 100644 --- a/include/vms/egps.h +++ b/include/vms/egps.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Program Section Definition. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/egsd.h b/include/vms/egsd.h index 1798cbcee41..b703fa2ac4c 100644 --- a/include/vms/egsd.h +++ b/include/vms/egsd.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Global Symbol Directory. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/egst.h b/include/vms/egst.h index c2b992b8ba9..240c3a6ebd3 100644 --- a/include/vms/egst.h +++ b/include/vms/egst.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Global Symbol Definition. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/egsy.h b/include/vms/egsy.h index 2be54ba5868..da3dca6d899 100644 --- a/include/vms/egsy.h +++ b/include/vms/egsy.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Global Symbol. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eiaf.h b/include/vms/eiaf.h index 870796e1043..7319fca5712 100644 --- a/include/vms/eiaf.h +++ b/include/vms/eiaf.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Activator Fixup section. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eicp.h b/include/vms/eicp.h index 49bfd1d9d47..fbba0e02d3a 100644 --- a/include/vms/eicp.h +++ b/include/vms/eicp.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image section Change Protection. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eidc.h b/include/vms/eidc.h index 19c4986c42f..0d01ce7d0c6 100644 --- a/include/vms/eidc.h +++ b/include/vms/eidc.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Ident Consistency check. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eiha.h b/include/vms/eiha.h index 84be7fccbd2..a8ef80ecfc4 100644 --- a/include/vms/eiha.h +++ b/include/vms/eiha.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Activation. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eihd.h b/include/vms/eihd.h index 2b8e1b12128..925c3db95dc 100644 --- a/include/vms/eihd.h +++ b/include/vms/eihd.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Header. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eihi.h b/include/vms/eihi.h index 05b5d286358..0fa68cf19da 100644 --- a/include/vms/eihi.h +++ b/include/vms/eihi.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Identification. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eihs.h b/include/vms/eihs.h index b5e189706bf..aeb2d92b372 100644 --- a/include/vms/eihs.h +++ b/include/vms/eihs.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Symbols and debug table. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eihvn.h b/include/vms/eihvn.h index de85c871dc4..b4559fa755a 100644 --- a/include/vms/eihvn.h +++ b/include/vms/eihvn.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Header Version. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eisd.h b/include/vms/eisd.h index 38e43605c01..6fc4cb6accb 100644 --- a/include/vms/eisd.h +++ b/include/vms/eisd.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Image Section Descriptor. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/emh.h b/include/vms/emh.h index 33a87c58597..d1cdc0152a9 100644 --- a/include/vms/emh.h +++ b/include/vms/emh.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Module Header. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/eobjrec.h b/include/vms/eobjrec.h index 9d71e39b80c..a6bdc9d1a92 100644 --- a/include/vms/eobjrec.h +++ b/include/vms/eobjrec.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Object Records. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/esdf.h b/include/vms/esdf.h index 1ce243c4e9e..2ad6dcba701 100644 --- a/include/vms/esdf.h +++ b/include/vms/esdf.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended GSD Global Symbol Definition. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/esdfm.h b/include/vms/esdfm.h index be0c554fe7b..799307c1362 100644 --- a/include/vms/esdfm.h +++ b/include/vms/esdfm.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Symbol Definition for version Mask. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/esdfv.h b/include/vms/esdfv.h index 8c05f7cbee8..c1f67f8ad2c 100644 --- a/include/vms/esdfv.h +++ b/include/vms/esdfv.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Symbol Def for Vectored symbols. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/esgps.h b/include/vms/esgps.h index d2741c5ca3d..9a0d8eaa90a 100644 --- a/include/vms/esgps.h +++ b/include/vms/esgps.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Shared Program Section Definition. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/esrf.h b/include/vms/esrf.h index cf38f95249d..55f867de0e8 100644 --- a/include/vms/esrf.h +++ b/include/vms/esrf.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended GSD Global Symbol Reference. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/etir.h b/include/vms/etir.h index b5fc894891d..14c9864b2b1 100644 --- a/include/vms/etir.h +++ b/include/vms/etir.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Extended Text Information and Relocation. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/internal.h b/include/vms/internal.h index fe64893be26..de98b564e4a 100644 --- a/include/vms/internal.h +++ b/include/vms/internal.h @@ -1,6 +1,6 @@ /* Alpha VMS internal format. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/lbr.h b/include/vms/lbr.h index 1c972fe3c98..61408ef886a 100644 --- a/include/vms/lbr.h +++ b/include/vms/lbr.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Libraries. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/prt.h b/include/vms/prt.h index d3a725eea05..f8031e70c7b 100644 --- a/include/vms/prt.h +++ b/include/vms/prt.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Protection values. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vms/shl.h b/include/vms/shl.h index 7e00c4d9f8c..5782afda52e 100644 --- a/include/vms/shl.h +++ b/include/vms/shl.h @@ -1,6 +1,6 @@ /* Alpha VMS external format of Shareable image List. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Tristan Gingold , AdaCore. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/vtv-change-permission.h b/include/vtv-change-permission.h index 24c8932eade..a267bd07276 100644 --- a/include/vtv-change-permission.h +++ b/include/vtv-change-permission.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2025 Free Software Foundation, Inc. +/* Copyright (C) 2013-2026 Free Software Foundation, Inc. This file is part of GCC. diff --git a/include/xregex2.h b/include/xregex2.h index 1ff1b686dd3..745780498f6 100644 --- a/include/xregex2.h +++ b/include/xregex2.h @@ -1,7 +1,7 @@ /* Definitions for data structures and routines for the regular expression library, version 0.12. - Copyright (C) 1985-2025 Free Software Foundation, Inc. + Copyright (C) 1985-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. diff --git a/include/xtensa-config.h b/include/xtensa-config.h index 7c7e537e53c..ef398d896fa 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h @@ -1,5 +1,5 @@ /* Xtensa configuration settings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica. This program is free software; you can redistribute it and/or modify diff --git a/include/xtensa-dynconfig.h b/include/xtensa-dynconfig.h index 2d45dce992d..d55ec036ae8 100644 --- a/include/xtensa-dynconfig.h +++ b/include/xtensa-dynconfig.h @@ -1,5 +1,5 @@ /* Xtensa configuration settings. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 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 diff --git a/include/xtensa-isa-internal.h b/include/xtensa-isa-internal.h index d00b577123c..295576719ab 100644 --- a/include/xtensa-isa-internal.h +++ b/include/xtensa-isa-internal.h @@ -1,5 +1,5 @@ /* Internal definitions for configurable Xtensa ISA support. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/include/xtensa-isa.h b/include/xtensa-isa.h index ff51e8d77ea..5c25f122d29 100644 --- a/include/xtensa-isa.h +++ b/include/xtensa-isa.h @@ -1,5 +1,5 @@ /* Interface definition for configurable Xtensa ISA support. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/ld/ChangeLog b/ld/ChangeLog index d2b7b93cd24..ffac8a831f3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -2616,7 +2616,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/MAINTAINERS b/ld/MAINTAINERS index 68ad5c6cb57..9dfc6d1c708 100644 --- a/ld/MAINTAINERS +++ b/ld/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/Makefile.am b/ld/Makefile.am index 4b0a6ef884f..3f2a9ae9832 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/ld/Makefile.in b/ld/Makefile.in index dc9bef2b26d..0af36e9e310 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/ld/NEWS b/ld/NEWS index 8794e883522..3636714868f 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1105,7 +1105,7 @@ Changes in version 2.1: other utilities should work on Risc/Ultrix and Irix. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/README b/ld/README index 6d51d6e08a5..7ada4a0de10 100644 --- a/ld/README +++ b/ld/README @@ -66,7 +66,7 @@ workarounds to this: genscripts.sh with "sh ${srcdir}..." (no parens) and make sure the emulparams script used exports any shell variables it sets. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/configure.ac b/ld/configure.ac index 67e36011253..40ca00907e0 100644 --- a/ld/configure.ac +++ b/ld/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/ld/configure.host b/ld/configure.host index 89a748f034c..ddb90731cdc 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -3,7 +3,7 @@ # file lets us skip running autoconf when modifying host specific # information. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/ld/configure.tgt b/ld/configure.tgt index 580f665fe67..3594de8ea02 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -1,6 +1,6 @@ # configure.tgt # -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This file 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/ld/deffile.h b/ld/deffile.h index e55a32bb29a..83bc4b1c90d 100644 --- a/ld/deffile.h +++ b/ld/deffile.h @@ -1,5 +1,5 @@ /* deffile.h - header for .DEF file parser - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by DJ Delorie dj@cygnus.com This file is part of the GNU Binutils. diff --git a/ld/deffilep.y b/ld/deffilep.y index 87a053c842d..0b485474057 100644 --- a/ld/deffilep.y +++ b/ld/deffilep.y @@ -1,6 +1,6 @@ %{ /* deffilep.y - parser for .def files */ -/* Copyright (C) 1995-2025 Free Software Foundation, Inc. +/* Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/ld/emulparams/README b/ld/emulparams/README index 5b253ec9eb5..575da905eea 100644 --- a/ld/emulparams/README +++ b/ld/emulparams/README @@ -1,7 +1,7 @@ The files in this directory are read by genscripts.sh as shell commands. They set parameters for the emulations. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/emulparams/elf32kvx.sh b/ld/emulparams/elf32kvx.sh index 2644adeb1d3..f95eca9943f 100755 --- a/ld/emulparams/elf32kvx.sh +++ b/ld/emulparams/elf32kvx.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/ld/emulparams/elf64kvx.sh b/ld/emulparams/elf64kvx.sh index 0bfef9d712f..35ed24a2f23 100644 --- a/ld/emulparams/elf64kvx.sh +++ b/ld/emulparams/elf64kvx.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/ld/emulparams/elf64kvx_linux.sh b/ld/emulparams/elf64kvx_linux.sh index 022cd67f150..08c6d58a11b 100644 --- a/ld/emulparams/elf64kvx_linux.sh +++ b/ld/emulparams/elf64kvx_linux.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/ld/emultempl/README b/ld/emultempl/README index 2d84bec4436..a06420e7374 100644 --- a/ld/emultempl/README +++ b/ld/emultempl/README @@ -2,7 +2,7 @@ The files in this directory are sourced by genscripts.sh, after setting some variables to substitute in, to produce C source files that contain jump tables for each emulation. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em index 91d58d8fe5a..e15eb432458 100644 --- a/ld/emultempl/aarch64elf.em +++ b/ld/emultempl/aarch64elf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 7754c1607b3..071474fc630 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -9,7 +9,7 @@ fragment < AIX support by Ian Lance Taylor AIX 64 bit support by Tom Rix diff --git a/ld/emultempl/alphaelf.em b/ld/emultempl/alphaelf.em index 995d7f07a7f..ad712d56f20 100644 --- a/ld/emultempl/alphaelf.em +++ b/ld/emultempl/alphaelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/arclinux.em b/ld/emultempl/arclinux.em index fcc986de93d..3a8c08efe4b 100644 --- a/ld/emultempl/arclinux.em +++ b/ld/emultempl/arclinux.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # Copyright 2008-2019 Synopsys Inc. # diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em index 6f652c59a3c..557d8aea3dc 100644 --- a/ld/emultempl/armelf.em +++ b/ld/emultempl/armelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 1991-2025 Free Software Foundation, Inc. +# Copyright (C) 1991-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em index ad2de99feee..71e035b74a1 100644 --- a/ld/emultempl/avrelf.em +++ b/ld/emultempl/avrelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/beos.em b/ld/emultempl/beos.em index 4082449f461..e456112fc54 100644 --- a/ld/emultempl/beos.em +++ b/ld/emultempl/beos.em @@ -7,7 +7,7 @@ else fi fragment < # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/crxelf.em b/ld/emultempl/crxelf.em index 9bb2cb19ce3..b73ea80440d 100644 --- a/ld/emultempl/crxelf.em +++ b/ld/emultempl/crxelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/cskyelf.em b/ld/emultempl/cskyelf.em index 525e99b68fe..33ddfff35ea 100644 --- a/ld/emultempl/cskyelf.em +++ b/ld/emultempl/cskyelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This file is part of GNU Binutils. # diff --git a/ld/emultempl/elf-generic.em b/ld/emultempl/elf-generic.em index 27530d33dea..32eaa975182 100644 --- a/ld/emultempl/elf-generic.em +++ b/ld/emultempl/elf-generic.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf-i386-glibc.em b/ld/emultempl/elf-i386-glibc.em index 26a7296cf76..ff4b5635ab7 100644 --- a/ld/emultempl/elf-i386-glibc.em +++ b/ld/emultempl/elf-i386-glibc.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf-x86-64-glibc.em b/ld/emultempl/elf-x86-64-glibc.em index 1e62d4f48bc..d4662922faa 100644 --- a/ld/emultempl/elf-x86-64-glibc.em +++ b/ld/emultempl/elf-x86-64-glibc.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf-x86-64.em b/ld/emultempl/elf-x86-64.em index ca7ccc0f478..ad73583dacf 100644 --- a/ld/emultempl/elf-x86-64.em +++ b/ld/emultempl/elf-x86-64.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf-x86-glibc.em b/ld/emultempl/elf-x86-glibc.em index 0fc37a6b59c..10786615c24 100644 --- a/ld/emultempl/elf-x86-glibc.em +++ b/ld/emultempl/elf-x86-glibc.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf-x86.em b/ld/emultempl/elf-x86.em index 487bbbb496f..cc00387badb 100644 --- a/ld/emultempl/elf-x86.em +++ b/ld/emultempl/elf-x86.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/elf.em b/ld/emultempl/elf.em index 431205fe644..37bdfff051c 100644 --- a/ld/emultempl/elf.em +++ b/ld/emultempl/elf.em @@ -10,7 +10,7 @@ fragment < ELF support by Ian Lance Taylor diff --git a/ld/emultempl/epiphanyelf_4x4.em b/ld/emultempl/epiphanyelf_4x4.em index 9089e86e828..a62b3392628 100644 --- a/ld/emultempl/epiphanyelf_4x4.em +++ b/ld/emultempl/epiphanyelf_4x4.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 1991-2025 Free Software Foundation, Inc. +# Copyright (C) 1991-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/genelf.em b/ld/emultempl/genelf.em index 992888dd45a..bd6d924d335 100644 --- a/ld/emultempl/genelf.em +++ b/ld/emultempl/genelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/generic.em b/ld/emultempl/generic.em index cfdcef02303..e1651f30f0d 100644 --- a/ld/emultempl/generic.em +++ b/ld/emultempl/generic.em @@ -4,7 +4,7 @@ fragment <, based on armelf.em # # This file is part of the GNU Binutils. diff --git a/ld/emultempl/metagelf.em b/ld/emultempl/metagelf.em index b6e59273dda..62cab0787e2 100644 --- a/ld/emultempl/metagelf.em +++ b/ld/emultempl/metagelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This file is part of GNU Binutils. # diff --git a/ld/emultempl/mipself.em b/ld/emultempl/mipself.em index 9aa15bda6e9..f84ad1c6de9 100644 --- a/ld/emultempl/mipself.em +++ b/ld/emultempl/mipself.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/mmix-elfnmmo.em b/ld/emultempl/mmix-elfnmmo.em index 72589416ef0..36b99ecf9c9 100644 --- a/ld/emultempl/mmix-elfnmmo.em +++ b/ld/emultempl/mmix-elfnmmo.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em index 7d86bb7c7c0..23515c3fb41 100644 --- a/ld/emultempl/mmixelf.em +++ b/ld/emultempl/mmixelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/mmo.em b/ld/emultempl/mmo.em index 6ae10207900..6b1a7857a4d 100644 --- a/ld/emultempl/mmo.em +++ b/ld/emultempl/mmo.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/msp430.em b/ld/emultempl/msp430.em index 952e79aa3e6..98547aa9302 100644 --- a/ld/emultempl/msp430.em +++ b/ld/emultempl/msp430.em @@ -4,7 +4,7 @@ fragment <e${EMULATION_NAME}.c # there, now line numbers match ;-) fragment <e${EMULATION_NAME}.c # there, now line numbers match ;-) fragment < This file is part of the GNU Binutils. diff --git a/ld/emultempl/spu_ovl.S b/ld/emultempl/spu_ovl.S index b3b6e975292..84a1b6f6f56 100644 --- a/ld/emultempl/spu_ovl.S +++ b/ld/emultempl/spu_ovl.S @@ -1,6 +1,6 @@ /* Overlay manager for SPU. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/emultempl/spuelf.em b/ld/emultempl/spuelf.em index cda9a06ac08..ae9d6e31f5c 100644 --- a/ld/emultempl/spuelf.em +++ b/ld/emultempl/spuelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/tic6xdsbt.em b/ld/emultempl/tic6xdsbt.em index 4aec9aebe6f..88bc940f7fd 100644 --- a/ld/emultempl/tic6xdsbt.em +++ b/ld/emultempl/tic6xdsbt.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/emultempl/ticoff.em b/ld/emultempl/ticoff.em index 2e6a4a0ae6f..74c4eebd707 100644 --- a/ld/emultempl/ticoff.em +++ b/ld/emultempl/ticoff.em @@ -3,7 +3,7 @@ (echo;echo;echo;echo)>e${EMULATION_NAME}.c # there, now line numbers match ;-) fragment < This file is part of the GNU Binutils. diff --git a/ld/ldctor.c b/ld/ldctor.c index f486b019974..9782bbacf11 100644 --- a/ld/ldctor.c +++ b/ld/ldctor.c @@ -1,5 +1,5 @@ /* ldctor.c -- constructor support routines - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. By Steve Chamberlain This file is part of the GNU Binutils. diff --git a/ld/ldctor.h b/ld/ldctor.h index df6e7f466c2..181220a6c52 100644 --- a/ld/ldctor.h +++ b/ld/ldctor.h @@ -1,5 +1,5 @@ /* ldctor.h - linker constructor support - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldelf.c b/ld/ldelf.c index 03b06ac1425..25e9d68ae62 100644 --- a/ld/ldelf.c +++ b/ld/ldelf.c @@ -1,5 +1,5 @@ /* ELF emulation code for targets using elf.em. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldelf.h b/ld/ldelf.h index e8b7c8c7eb8..2bb2a3fb774 100644 --- a/ld/ldelf.h +++ b/ld/ldelf.h @@ -1,5 +1,5 @@ /* ELF emulation code for targets using elf.em. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldelfgen.c b/ld/ldelfgen.c index 34e0351729d..69b02062ef6 100644 --- a/ld/ldelfgen.c +++ b/ld/ldelfgen.c @@ -1,5 +1,5 @@ /* Emulation code used by all ELF targets. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldelfgen.h b/ld/ldelfgen.h index 08f3d11343e..220a5485c6a 100644 --- a/ld/ldelfgen.h +++ b/ld/ldelfgen.h @@ -1,5 +1,5 @@ /* Emulation code used by all ELF targets. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldemul.c b/ld/ldemul.c index b8517a917e1..d25d3c2c3ff 100644 --- a/ld/ldemul.c +++ b/ld/ldemul.c @@ -1,5 +1,5 @@ /* ldemul.c -- clearing house for ld emulation states - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldemul.h b/ld/ldemul.h index c58d4c26b95..2cc19d3fc17 100644 --- a/ld/ldemul.h +++ b/ld/ldemul.h @@ -1,5 +1,5 @@ /* ld-emul.h - Linker emulation header file - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldexp.c b/ld/ldexp.c index fd741ec7e42..7bda6acc4c9 100644 --- a/ld/ldexp.c +++ b/ld/ldexp.c @@ -1,5 +1,5 @@ /* This module handles expression trees. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support . This file is part of the GNU Binutils. diff --git a/ld/ldexp.h b/ld/ldexp.h index 16953caf7cd..150444128c4 100644 --- a/ld/ldexp.h +++ b/ld/ldexp.h @@ -1,5 +1,5 @@ /* ldexp.h - - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldfile.c b/ld/ldfile.c index 83591fe21db..f47e860d437 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -1,5 +1,5 @@ /* Linker file opening and searching. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldfile.h b/ld/ldfile.h index 813dca511df..35617112ab9 100644 --- a/ld/ldfile.h +++ b/ld/ldfile.h @@ -1,5 +1,5 @@ /* ldfile.h - - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldgram.y b/ld/ldgram.y index 6635e598562..47cc1bb6f05 100644 --- a/ld/ldgram.y +++ b/ld/ldgram.y @@ -1,5 +1,5 @@ /* A YACC grammar to parse a superset of the AT&T linker scripting language. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com). This file is part of the GNU Binutils. diff --git a/ld/ldint.texi b/ld/ldint.texi index c56c736c756..73ec8d307f5 100644 --- a/ld/ldint.texi +++ b/ld/ldint.texi @@ -1,6 +1,6 @@ \input texinfo @setfilename ldint.info -@c Copyright (C) 1992-2025 Free Software Foundation, Inc. +@c Copyright (C) 1992-2026 Free Software Foundation, Inc. @ifnottex @dircategory Software development @@ -12,7 +12,7 @@ @copying This file documents the internals of the GNU linker ld. -Copyright @copyright{} 1992-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1992-2026 Free Software Foundation, Inc. Contributed by Cygnus Support. Permission is granted to copy, distribute and/or modify this document @@ -55,7 +55,7 @@ included in the section entitled ``GNU Free Documentation License''. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1992-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1992-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/ld/ldlang.c b/ld/ldlang.c index 17fb249ef1a..d126ef22755 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -1,5 +1,5 @@ /* Linker command language support. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldlang.h b/ld/ldlang.h index ea7654fad2a..bb1536e994b 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -1,5 +1,5 @@ /* ldlang.h - linker command language support - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldlex-wrapper.c b/ld/ldlex-wrapper.c index dc97a953a0f..f8c69c65311 100644 --- a/ld/ldlex-wrapper.c +++ b/ld/ldlex-wrapper.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldlex.h b/ld/ldlex.h index 24cac1cdfc0..1efbe58002b 100644 --- a/ld/ldlex.h +++ b/ld/ldlex.h @@ -1,5 +1,5 @@ /* ldlex.h - - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldlex.l b/ld/ldlex.l index a7bf4917642..83e0b8e58f0 100644 --- a/ld/ldlex.l +++ b/ld/ldlex.l @@ -2,7 +2,7 @@ %{ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of the GNU Binutils. diff --git a/ld/ldmain.c b/ld/ldmain.c index bfd3923024b..3d1de65a736 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -1,5 +1,5 @@ /* Main program of GNU linker. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain steve@cygnus.com This file is part of the GNU Binutils. diff --git a/ld/ldmain.h b/ld/ldmain.h index ec33b496f86..d11641a471c 100644 --- a/ld/ldmain.h +++ b/ld/ldmain.h @@ -1,5 +1,5 @@ /* ldmain.h - - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldmisc.c b/ld/ldmisc.c index 38cc7ff3a28..8668e55f06d 100644 --- a/ld/ldmisc.c +++ b/ld/ldmisc.c @@ -1,5 +1,5 @@ /* ldmisc.c - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support. This file is part of the GNU Binutils. diff --git a/ld/ldmisc.h b/ld/ldmisc.h index 7103b537108..96d7dcaf7f0 100644 --- a/ld/ldmisc.h +++ b/ld/ldmisc.h @@ -1,5 +1,5 @@ /* ldmisc.h - - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldver.c b/ld/ldver.c index b172a8b8133..0dcd33b39a9 100644 --- a/ld/ldver.c +++ b/ld/ldver.c @@ -1,5 +1,5 @@ /* ldver.c -- Print linker version. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -39,7 +39,7 @@ ldversion (int noisy) if (noisy & 2) { - printf (_("Copyright (C) 2025 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2026 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or (at your option) a later version.\n\ diff --git a/ld/ldver.h b/ld/ldver.h index 1df20705f7f..8c2e29e48c0 100644 --- a/ld/ldver.h +++ b/ld/ldver.h @@ -1,5 +1,5 @@ /* ldver.h -- Header file for ldver.c. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/ldwrite.c b/ld/ldwrite.c index 974245f602e..136309c9dca 100644 --- a/ld/ldwrite.c +++ b/ld/ldwrite.c @@ -1,5 +1,5 @@ /* ldwrite.c -- write out the linked file - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Steve Chamberlain sac@cygnus.com This file is part of the GNU Binutils. diff --git a/ld/ldwrite.h b/ld/ldwrite.h index 5cc7746bd82..d394233c75c 100644 --- a/ld/ldwrite.h +++ b/ld/ldwrite.h @@ -1,5 +1,5 @@ /* ldwrite.h - - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/lexsup.c b/ld/lexsup.c index 5cb77992733..843b809bacb 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -1,5 +1,5 @@ /* Parse options for the GNU linker. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/libdep_plugin.c b/ld/libdep_plugin.c index e1dbf1895b2..950bd7caf4d 100644 --- a/ld/libdep_plugin.c +++ b/ld/libdep_plugin.c @@ -1,5 +1,5 @@ /* libdeps plugin for the GNU linker. - Copyright (C) 2020-2025 Free Software Foundation, Inc. + Copyright (C) 2020-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/mri.c b/ld/mri.c index 586d23d2743..0d137377ce5 100644 --- a/ld/mri.c +++ b/ld/mri.c @@ -1,5 +1,5 @@ /* mri.c -- handle MRI style linker scripts - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Contributed by Steve Chamberlain . This file is part of the GNU Binutils. diff --git a/ld/mri.h b/ld/mri.h index cffcf7641ca..d093b84cf4c 100644 --- a/ld/mri.h +++ b/ld/mri.h @@ -1,5 +1,5 @@ /* mri.h -- header file for MRI scripting functions - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/pdb.c b/ld/pdb.c index 9785f7bbd11..c0ac50b323d 100644 --- a/ld/pdb.c +++ b/ld/pdb.c @@ -1,5 +1,5 @@ /* Support for generating PDB CodeView debugging files. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/pdb.h b/ld/pdb.h index 1282a1cc091..6d365b05b8c 100644 --- a/ld/pdb.h +++ b/ld/pdb.h @@ -1,5 +1,5 @@ /* pdb.h - header file for generating PDB CodeView debugging files. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 37b32dc69a7..2185feba90e 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -1,5 +1,5 @@ /* Routines to help build PEI-format DLLs (Win32 etc) - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by DJ Delorie This file is part of the GNU Binutils. diff --git a/ld/pe-dll.h b/ld/pe-dll.h index 3ae998d513a..a23a7b22ee6 100644 --- a/ld/pe-dll.h +++ b/ld/pe-dll.h @@ -1,5 +1,5 @@ /* pe-dll.h: Header file for routines used to build Windows DLLs. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/pep-dll-aarch64.c b/ld/pep-dll-aarch64.c index f52834d8f16..16f748b33fd 100644 --- a/ld/pep-dll-aarch64.c +++ b/ld/pep-dll-aarch64.c @@ -1,5 +1,5 @@ /* Tiny wrapper over pep-dll.c - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/pep-dll-x86_64.c b/ld/pep-dll-x86_64.c index e6a94e6a199..a61ca3e8216 100644 --- a/ld/pep-dll-x86_64.c +++ b/ld/pep-dll-x86_64.c @@ -1,5 +1,5 @@ /* Tiny wrapper over pep-dll.c - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. This program is free software; you can redistribute it and/or modify diff --git a/ld/pep-dll.c b/ld/pep-dll.c index d60efbe4b8c..7b1e70fd24d 100644 --- a/ld/pep-dll.c +++ b/ld/pep-dll.c @@ -1,5 +1,5 @@ /* Routines to help build PEPI-format DLLs (Win64 etc) - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Written by Kai Tietz, OneVision Software GmbH&CoKg. This file is part of the GNU Binutils. diff --git a/ld/pep-dll.h b/ld/pep-dll.h index 1cfe8e88794..8529e99f30a 100644 --- a/ld/pep-dll.h +++ b/ld/pep-dll.h @@ -1,5 +1,5 @@ /* pep-dll.h: Header file for routines used to build Windows DLLs. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Written by Kai Tietz, OneVision Software GmbH&CoKg. This file is part of the GNU Binutils. diff --git a/ld/plugin.c b/ld/plugin.c index 7e4eaf9cee4..1cf5c915b00 100644 --- a/ld/plugin.c +++ b/ld/plugin.c @@ -1,5 +1,5 @@ /* Plugin control for the GNU linker. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/plugin.h b/ld/plugin.h index 686a799487e..66967557b09 100644 --- a/ld/plugin.h +++ b/ld/plugin.h @@ -1,5 +1,5 @@ /* Plugin control for the GNU linker. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/ld/po/Make-in b/ld/po/Make-in index bd49c08ea2d..e47ed34a72b 100644 --- a/ld/po/Make-in +++ b/ld/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/ld/scripttempl/DWARF.sc b/ld/scripttempl/DWARF.sc index d491af5d145..46cad790b95 100644 --- a/ld/scripttempl/DWARF.sc +++ b/ld/scripttempl/DWARF.sc @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/ld/scripttempl/README b/ld/scripttempl/README index b6ea71df149..f04177951ac 100644 --- a/ld/scripttempl/README +++ b/ld/scripttempl/README @@ -3,7 +3,7 @@ genscripts.sh sets some shell variables, then sources EMULATION.sc, to generate EMULATION.{x,xr,xu,xn,xbn} -- the script files for default, -r, -Ur, -n, -N. -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/scripttempl/aix.sc b/ld/scripttempl/aix.sc index 295024036a9..2b1b5e93c20 100644 --- a/ld/scripttempl/aix.sc +++ b/ld/scripttempl/aix.sc @@ -3,14 +3,14 @@ # unimportant. The native linker aligns the sections on boundaries # specified by the -H option. # -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. cat <. # -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -10,7 +10,7 @@ PAGESIZE=0x10000 cat <. # -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -15,7 +15,7 @@ PAGESIZE=0x10000 BLOCKSIZE=0x200 cat <. # -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -24,7 +24,7 @@ else fi cat <64k sections -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp index 2888ca0b10e..3e5412d6848 100644 --- a/ld/testsuite/ld-elf/shared.exp +++ b/ld/testsuite/ld-elf/shared.exp @@ -1,5 +1,5 @@ # Expect script for various ELF tests. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elf/tls.exp b/ld/testsuite/ld-elf/tls.exp index 1768399309e..515824b7f12 100644 --- a/ld/testsuite/ld-elf/tls.exp +++ b/ld/testsuite/ld-elf/tls.exp @@ -1,5 +1,5 @@ # Expect script for TLS tests. -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elf/tls_common.exp b/ld/testsuite/ld-elf/tls_common.exp index deb22c602fb..350231d41c5 100644 --- a/ld/testsuite/ld-elf/tls_common.exp +++ b/ld/testsuite/ld-elf/tls_common.exp @@ -1,5 +1,5 @@ # Expect script for .tls_common tests -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elf/wrap.exp b/ld/testsuite/ld-elf/wrap.exp index d855aa7dae5..2f85f8d6e7c 100644 --- a/ld/testsuite/ld-elf/wrap.exp +++ b/ld/testsuite/ld-elf/wrap.exp @@ -1,5 +1,5 @@ # Expect script for wrap ELF tests. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elfcomm/elfcomm.exp b/ld/testsuite/ld-elfcomm/elfcomm.exp index 460876dde65..022e297d226 100644 --- a/ld/testsuite/ld-elfcomm/elfcomm.exp +++ b/ld/testsuite/ld-elfcomm/elfcomm.exp @@ -1,5 +1,5 @@ # Expect script for common symbol tests -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elfvers/vers.exp b/ld/testsuite/ld-elfvers/vers.exp index 590b0a42399..0c781855cad 100644 --- a/ld/testsuite/ld-elfvers/vers.exp +++ b/ld/testsuite/ld-elfvers/vers.exp @@ -1,5 +1,5 @@ # Expect script for ld-version tests -# Copyright (C) 1997-2025 Free Software Foundation, Inc. +# Copyright (C) 1997-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-elfweak/elfweak.exp b/ld/testsuite/ld-elfweak/elfweak.exp index 4e5ac42606e..f11e4885d7e 100644 --- a/ld/testsuite/ld-elfweak/elfweak.exp +++ b/ld/testsuite/ld-elfweak/elfweak.exp @@ -1,5 +1,5 @@ # Expect script for ld-weak tests -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-fastcall/fastcall.exp b/ld/testsuite/ld-fastcall/fastcall.exp index 6a4d073b2ec..ca8fc0ecab7 100644 --- a/ld/testsuite/ld-fastcall/fastcall.exp +++ b/ld/testsuite/ld-fastcall/fastcall.exp @@ -1,5 +1,5 @@ # Test that the linker can handle fastcall symbols correctly. -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-frv/fdpic.exp b/ld/testsuite/ld-frv/fdpic.exp index 90134fe8bab..7165dd999e6 100644 --- a/ld/testsuite/ld-frv/fdpic.exp +++ b/ld/testsuite/ld-frv/fdpic.exp @@ -1,5 +1,5 @@ # Expect script for FRV FDPIC linker tests -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-frv/frv-elf.exp b/ld/testsuite/ld-frv/frv-elf.exp index 5af0706ffba..ef597e68429 100644 --- a/ld/testsuite/ld-frv/frv-elf.exp +++ b/ld/testsuite/ld-frv/frv-elf.exp @@ -1,5 +1,5 @@ # Expect script for FRV specific linker tests -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-frv/tls.exp b/ld/testsuite/ld-frv/tls.exp index b75e08f23c4..6e823300c5d 100644 --- a/ld/testsuite/ld-frv/tls.exp +++ b/ld/testsuite/ld-frv/tls.exp @@ -1,5 +1,5 @@ # Expect script for FRV FDPIC TLS linker tests -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-gc/gc.exp b/ld/testsuite/ld-gc/gc.exp index 556c94729a0..211149a99ac 100644 --- a/ld/testsuite/ld-gc/gc.exp +++ b/ld/testsuite/ld-gc/gc.exp @@ -1,5 +1,5 @@ # Expect script for ld-gc tests -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-h8300/h8300.exp b/ld/testsuite/ld-h8300/h8300.exp index 2555ebc5549..ce9266818c1 100644 --- a/ld/testsuite/ld-h8300/h8300.exp +++ b/ld/testsuite/ld-h8300/h8300.exp @@ -1,5 +1,5 @@ # Expect script for ld-h8300 tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-i386/binutils.exp b/ld/testsuite/ld-i386/binutils.exp index 11384487e21..29e6aa7510f 100644 --- a/ld/testsuite/ld-i386/binutils.exp +++ b/ld/testsuite/ld-i386/binutils.exp @@ -1,5 +1,5 @@ # Expect script for ELF/i386 binutils tests on linker outputs. -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-i386/export-class.exp b/ld/testsuite/ld-i386/export-class.exp index 919925ee760..64ffbd3ea52 100644 --- a/ld/testsuite/ld-i386/export-class.exp +++ b/ld/testsuite/ld-i386/export-class.exp @@ -1,6 +1,6 @@ # Expect script for symbol export classes, i386 variation. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp index 3a8a8b1af04..54c80604f24 100644 --- a/ld/testsuite/ld-i386/i386.exp +++ b/ld/testsuite/ld-i386/i386.exp @@ -1,5 +1,5 @@ # Expect script for ld-i386 tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-i386/no-plt.exp b/ld/testsuite/ld-i386/no-plt.exp index 42f6def0dc5..336c9fb4d45 100644 --- a/ld/testsuite/ld-i386/no-plt.exp +++ b/ld/testsuite/ld-i386/no-plt.exp @@ -1,5 +1,5 @@ # Expect script for i386 no-PLT tests. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-i386/tls.exp b/ld/testsuite/ld-i386/tls.exp index f4c8c74e1fc..88a129fd994 100644 --- a/ld/testsuite/ld-i386/tls.exp +++ b/ld/testsuite/ld-i386/tls.exp @@ -1,5 +1,5 @@ # Expect script for i386 TLS tests. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-ia64/ia64.exp b/ld/testsuite/ld-ia64/ia64.exp index a3c4a6b7b8b..130822aff83 100644 --- a/ld/testsuite/ld-ia64/ia64.exp +++ b/ld/testsuite/ld-ia64/ia64.exp @@ -1,5 +1,5 @@ # Expect script for ld-ia64 tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-ia64/line.exp b/ld/testsuite/ld-ia64/line.exp index 62582200f8c..e2ef67ca879 100644 --- a/ld/testsuite/ld-ia64/line.exp +++ b/ld/testsuite/ld-ia64/line.exp @@ -1,6 +1,6 @@ # Test that the linker reports undefined symbol line number correctly. # -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-ifunc/binutils.exp b/ld/testsuite/ld-ifunc/binutils.exp index 2971b022900..f1651e436bc 100644 --- a/ld/testsuite/ld-ifunc/binutils.exp +++ b/ld/testsuite/ld-ifunc/binutils.exp @@ -1,5 +1,5 @@ # Expect script for binutils tests -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index 07a8a2f2bcc..a7da88b3710 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -1,6 +1,6 @@ # Expect script for linker support of IFUNC symbols and relocations. # -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-kvx/kvx-elf.exp b/ld/testsuite/ld-kvx/kvx-elf.exp index fb12ab9eb79..f54859ffccd 100644 --- a/ld/testsuite/ld-kvx/kvx-elf.exp +++ b/ld/testsuite/ld-kvx/kvx-elf.exp @@ -1,5 +1,5 @@ # Expect script for various KVX ELF tests. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Kalray Inc. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-libs/libs.exp b/ld/testsuite/ld-libs/libs.exp index 589e5326a07..ad3b527cc7c 100644 --- a/ld/testsuite/ld-libs/libs.exp +++ b/ld/testsuite/ld-libs/libs.exp @@ -1,5 +1,5 @@ # Expect script for the linker's -l command line option -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-linkonce/linkonce.exp b/ld/testsuite/ld-linkonce/linkonce.exp index 5f3e915aac0..96c54d4a92a 100644 --- a/ld/testsuite/ld-linkonce/linkonce.exp +++ b/ld/testsuite/ld-linkonce/linkonce.exp @@ -1,5 +1,5 @@ # Expect script for ld linkonce tests -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-loongarch-elf/cmodel.exp b/ld/testsuite/ld-loongarch-elf/cmodel.exp index 6a5ba3b2678..9a3867621e8 100644 --- a/ld/testsuite/ld-loongarch-elf/cmodel.exp +++ b/ld/testsuite/ld-loongarch-elf/cmodel.exp @@ -1,5 +1,5 @@ # Expect script for LoongArch ELF linker tests -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-loongarch-elf/ifunc.exp b/ld/testsuite/ld-loongarch-elf/ifunc.exp index 7d9c8599db9..da33eeb8061 100644 --- a/ld/testsuite/ld-loongarch-elf/ifunc.exp +++ b/ld/testsuite/ld-loongarch-elf/ifunc.exp @@ -1,5 +1,5 @@ # Expect script for LoongArch assembler tests. -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp b/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp index 5c4bf3275eb..e030147842b 100644 --- a/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp +++ b/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp @@ -1,5 +1,5 @@ # Expect script for LoongArch ELF linker tests -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-loongarch-elf/pic.exp b/ld/testsuite/ld-loongarch-elf/pic.exp index 177ce89313f..6a585268a91 100644 --- a/ld/testsuite/ld-loongarch-elf/pic.exp +++ b/ld/testsuite/ld-loongarch-elf/pic.exp @@ -1,5 +1,5 @@ # Expect script for LoongArch ELF linker tests -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-loongarch-elf/relax.exp b/ld/testsuite/ld-loongarch-elf/relax.exp index 976ba8df045..7c32a65244c 100644 --- a/ld/testsuite/ld-loongarch-elf/relax.exp +++ b/ld/testsuite/ld-loongarch-elf/relax.exp @@ -1,5 +1,5 @@ # Expect script for LoongArch ELF linker tests -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-m68hc11/m68hc11.exp b/ld/testsuite/ld-m68hc11/m68hc11.exp index 8a29c81fb99..2b5fc99e2dc 100644 --- a/ld/testsuite/ld-m68hc11/m68hc11.exp +++ b/ld/testsuite/ld-m68hc11/m68hc11.exp @@ -1,5 +1,5 @@ # Expect script for run_dump_test based ld-m68hc11 tests. -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-m68k/m68k-got.exp b/ld/testsuite/ld-m68k/m68k-got.exp index 13cf9adb64d..e13fd2d728f 100644 --- a/ld/testsuite/ld-m68k/m68k-got.exp +++ b/ld/testsuite/ld-m68k/m68k-got.exp @@ -1,5 +1,5 @@ # Expect script for run_dump_test based ld-m68k GOT tests. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-m68k/m68k.exp b/ld/testsuite/ld-m68k/m68k.exp index 1f56b5d8956..c2dbe80dd79 100644 --- a/ld/testsuite/ld-m68k/m68k.exp +++ b/ld/testsuite/ld-m68k/m68k.exp @@ -1,5 +1,5 @@ # Expect script for run_dump_test based ld-m68k tests. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-mep/mep.exp b/ld/testsuite/ld-mep/mep.exp index 4dd7ebcd498..406a6e9c964 100644 --- a/ld/testsuite/ld-mep/mep.exp +++ b/ld/testsuite/ld-mep/mep.exp @@ -1,5 +1,5 @@ # Expect script for ld-mep tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-metag/metag.exp b/ld/testsuite/ld-metag/metag.exp index ca8d643af78..ec60ac59367 100644 --- a/ld/testsuite/ld-metag/metag.exp +++ b/ld/testsuite/ld-metag/metag.exp @@ -1,6 +1,6 @@ # Expect script for ld-metag tests # -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # Contributed by Imagination Technologies Ltd. # # This program is free software; you can redistribute it and/or modify diff --git a/ld/testsuite/ld-mips-elf/comm-data.exp b/ld/testsuite/ld-mips-elf/comm-data.exp index f2eebc83a3b..03280a01157 100644 --- a/ld/testsuite/ld-mips-elf/comm-data.exp +++ b/ld/testsuite/ld-mips-elf/comm-data.exp @@ -1,6 +1,6 @@ # Expect script for common symbol override, MIPS variation. # -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-mips-elf/export-class.exp b/ld/testsuite/ld-mips-elf/export-class.exp index 17f5d419a3d..626023f9543 100644 --- a/ld/testsuite/ld-mips-elf/export-class.exp +++ b/ld/testsuite/ld-mips-elf/export-class.exp @@ -1,6 +1,6 @@ # Expect script for symbol export classes, MIPS variation. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-mips-elf/mips-elf-flags.exp b/ld/testsuite/ld-mips-elf/mips-elf-flags.exp index 15bd9b24427..d9981f09dbc 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf-flags.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf-flags.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp index 6350b2432f9..efef8541b52 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf.exp @@ -1,5 +1,5 @@ # Expect script for MIPS ELF linker tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-misc/defsym.exp b/ld/testsuite/ld-misc/defsym.exp index 6fead82184a..9b814bd972e 100644 --- a/ld/testsuite/ld-misc/defsym.exp +++ b/ld/testsuite/ld-misc/defsym.exp @@ -1,5 +1,5 @@ # Test handling of --defsym -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-misc/input-remap.exp b/ld/testsuite/ld-misc/input-remap.exp index a01fb54ffd1..9f59c33fc45 100644 --- a/ld/testsuite/ld-misc/input-remap.exp +++ b/ld/testsuite/ld-misc/input-remap.exp @@ -1,5 +1,5 @@ # Test handling of --input-remap -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-misc/just-symbols.exp b/ld/testsuite/ld-misc/just-symbols.exp index a232ff24c4a..e3bb5188d38 100644 --- a/ld/testsuite/ld-misc/just-symbols.exp +++ b/ld/testsuite/ld-misc/just-symbols.exp @@ -1,5 +1,5 @@ # Expect script for ld --just-symbols tests. -# Copyright (C) 2020-2025 Free Software Foundation, Inc. +# Copyright (C) 2020-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-mmix/mmix.exp b/ld/testsuite/ld-mmix/mmix.exp index 69f967acc70..25b03400b25 100644 --- a/ld/testsuite/ld-mmix/mmix.exp +++ b/ld/testsuite/ld-mmix/mmix.exp @@ -1,5 +1,5 @@ # Expect script for ld-mmix tests -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-mn10300/mn10300.exp b/ld/testsuite/ld-mn10300/mn10300.exp index ae158b5b685..fe1e4a43079 100644 --- a/ld/testsuite/ld-mn10300/mn10300.exp +++ b/ld/testsuite/ld-mn10300/mn10300.exp @@ -1,5 +1,5 @@ # Expect script for ld-mn10300 tests -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file 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/ld/testsuite/ld-msp430-elf/msp430-elf.exp b/ld/testsuite/ld-msp430-elf/msp430-elf.exp index 4b4da2a5884..1a1011dc4b6 100644 --- a/ld/testsuite/ld-msp430-elf/msp430-elf.exp +++ b/ld/testsuite/ld-msp430-elf/msp430-elf.exp @@ -1,5 +1,5 @@ # Expect script for various MSP430 ELF tests. -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-nds32/nds32.exp b/ld/testsuite/ld-nds32/nds32.exp index 7ece9bbf0d1..5c711fa0a3c 100644 --- a/ld/testsuite/ld-nds32/nds32.exp +++ b/ld/testsuite/ld-nds32/nds32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # This program is free software; you can redistribute it and/or modify diff --git a/ld/testsuite/ld-or1k/or1k.exp b/ld/testsuite/ld-or1k/or1k.exp index e8d7b055846..1c3e5006317 100644 --- a/ld/testsuite/ld-or1k/or1k.exp +++ b/ld/testsuite/ld-or1k/or1k.exp @@ -1,5 +1,5 @@ # Expect script for ld-or1k tests -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pdp11/pdp11.exp b/ld/testsuite/ld-pdp11/pdp11.exp index 81dbfd3d11d..c1029acdf60 100644 --- a/ld/testsuite/ld-pdp11/pdp11.exp +++ b/ld/testsuite/ld-pdp11/pdp11.exp @@ -1,5 +1,5 @@ # Expect script for ld-pdp11 tests -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pe/pdb.exp b/ld/testsuite/ld-pe/pdb.exp index 82bed3f36f4..11e950f0e64 100644 --- a/ld/testsuite/ld-pe/pdb.exp +++ b/ld/testsuite/ld-pe/pdb.exp @@ -1,5 +1,5 @@ # Expect script for creating PDB files when linking. -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pe/pe-compile.exp b/ld/testsuite/ld-pe/pe-compile.exp index abe66e5759b..041a1cb9344 100644 --- a/ld/testsuite/ld-pe/pe-compile.exp +++ b/ld/testsuite/ld-pe/pe-compile.exp @@ -1,6 +1,6 @@ # Expect script for complex PE tests that require a C compiler # in addition to the just-built binutils. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pe/pe-run.exp b/ld/testsuite/ld-pe/pe-run.exp index 91957efc7ea..80b46b29999 100644 --- a/ld/testsuite/ld-pe/pe-run.exp +++ b/ld/testsuite/ld-pe/pe-run.exp @@ -1,6 +1,6 @@ # Expect script for complex PE tests that require a C compiler and the ability # to run target executables natively, in addition to the just-built binutils. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pe/pe-run2-def.exp b/ld/testsuite/ld-pe/pe-run2-def.exp index ea4f9e1e3b0..61b06707391 100644 --- a/ld/testsuite/ld-pe/pe-run2-def.exp +++ b/ld/testsuite/ld-pe/pe-run2-def.exp @@ -1,6 +1,6 @@ # Expect script for complex PE tests that require a C compiler and the ability # to run target executables natively, in addition to the just-built binutils. -# Copyright (C) 2020-2025 Free Software Foundation, Inc. +# Copyright (C) 2020-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pe/pe-run2.exp b/ld/testsuite/ld-pe/pe-run2.exp index 3211292a3c3..1b5fa5e5bbf 100644 --- a/ld/testsuite/ld-pe/pe-run2.exp +++ b/ld/testsuite/ld-pe/pe-run2.exp @@ -1,6 +1,6 @@ # Expect script for complex PE tests that require a C compiler and the ability # to run target executables natively, in addition to the just-built binutils. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pe/pe.exp b/ld/testsuite/ld-pe/pe.exp index 41b7330d46d..b95f61b8578 100644 --- a/ld/testsuite/ld-pe/pe.exp +++ b/ld/testsuite/ld-pe/pe.exp @@ -1,5 +1,5 @@ # Expect script for simple PE tests that require the just-built binutils only. -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-pie/pie.exp b/ld/testsuite/ld-pie/pie.exp index fc4884e1fc7..cf106cd6a21 100644 --- a/ld/testsuite/ld-pie/pie.exp +++ b/ld/testsuite/ld-pie/pie.exp @@ -1,5 +1,5 @@ # Expect script for various PIE tests. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-plugin/lto-binutils.exp b/ld/testsuite/ld-plugin/lto-binutils.exp index 1e156e4fc78..77da082822b 100644 --- a/ld/testsuite/ld-plugin/lto-binutils.exp +++ b/ld/testsuite/ld-plugin/lto-binutils.exp @@ -1,5 +1,5 @@ # Expect script for binutils tests with LTO -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-plugin/lto.exp b/ld/testsuite/ld-plugin/lto.exp index 05eaf7102d6..139bc0b9f98 100644 --- a/ld/testsuite/ld-plugin/lto.exp +++ b/ld/testsuite/ld-plugin/lto.exp @@ -1,5 +1,5 @@ # Expect script for ld-plugin LTO tests -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-plugin/plugin.exp b/ld/testsuite/ld-plugin/plugin.exp index 2e148e4cbf8..2dfcbfe4cee 100644 --- a/ld/testsuite/ld-plugin/plugin.exp +++ b/ld/testsuite/ld-plugin/plugin.exp @@ -1,5 +1,5 @@ # Expect script for ld-plugin tests -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-powerpc/aix52.exp b/ld/testsuite/ld-powerpc/aix52.exp index 760f98d6796..02de82c67ed 100644 --- a/ld/testsuite/ld-powerpc/aix52.exp +++ b/ld/testsuite/ld-powerpc/aix52.exp @@ -1,5 +1,5 @@ # Expect script for AIX 5.2+ tests -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-powerpc/export-class.exp b/ld/testsuite/ld-powerpc/export-class.exp index 6dab7f95927..d8104f69fc7 100644 --- a/ld/testsuite/ld-powerpc/export-class.exp +++ b/ld/testsuite/ld-powerpc/export-class.exp @@ -1,6 +1,6 @@ # Expect script for symbol export classes, PowerPC variation. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-powerpc/powerpc.exp b/ld/testsuite/ld-powerpc/powerpc.exp index e2d89a34d94..416c28b0427 100644 --- a/ld/testsuite/ld-powerpc/powerpc.exp +++ b/ld/testsuite/ld-powerpc/powerpc.exp @@ -1,5 +1,5 @@ # Expect script for ld-powerpc tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp index b0d510ac8da..f6706b2c6a3 100644 --- a/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp +++ b/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp @@ -1,5 +1,5 @@ # Expect script for RISC-V ELF linker tests -# Copyright (C) 2017-2025 Free Software Foundation, Inc. +# Copyright (C) 2017-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-s12z/s12z.exp b/ld/testsuite/ld-s12z/s12z.exp index f328f5f0dff..edc4694e264 100644 --- a/ld/testsuite/ld-s12z/s12z.exp +++ b/ld/testsuite/ld-s12z/s12z.exp @@ -1,5 +1,5 @@ # Expect script for run_dump_test based ld-m68hc11 tests. -# Copyright (C) 2018-2025 Free Software Foundation, Inc. +# Copyright (C) 2018-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-s390/binutils.exp b/ld/testsuite/ld-s390/binutils.exp index c7d7192eba9..1731bc09d97 100644 --- a/ld/testsuite/ld-s390/binutils.exp +++ b/ld/testsuite/ld-s390/binutils.exp @@ -1,5 +1,5 @@ # Expect script for ELF/s390 binutils tests on linker outputs. -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-s390/s390.exp b/ld/testsuite/ld-s390/s390.exp index 014754f9486..b81ebe280da 100644 --- a/ld/testsuite/ld-s390/s390.exp +++ b/ld/testsuite/ld-s390/s390.exp @@ -1,5 +1,5 @@ # Expect script for ld-s390 tests -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/align.exp b/ld/testsuite/ld-scripts/align.exp index 7289d98103f..faee2b13a57 100644 --- a/ld/testsuite/ld-scripts/align.exp +++ b/ld/testsuite/ld-scripts/align.exp @@ -1,6 +1,6 @@ # Test ALIGN in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/alignof.exp b/ld/testsuite/ld-scripts/alignof.exp index b26af6330c1..02e00af3a54 100644 --- a/ld/testsuite/ld-scripts/alignof.exp +++ b/ld/testsuite/ld-scripts/alignof.exp @@ -1,5 +1,5 @@ # Test ALIGNOF in a linker script. -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # Contributed by Nathan Sidwell # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-scripts/assert.exp b/ld/testsuite/ld-scripts/assert.exp index f18c2794495..8289043791c 100644 --- a/ld/testsuite/ld-scripts/assert.exp +++ b/ld/testsuite/ld-scripts/assert.exp @@ -1,6 +1,6 @@ # Test ASSERT in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/crossref.exp b/ld/testsuite/ld-scripts/crossref.exp index 154d5515c24..a3dd7102cd6 100644 --- a/ld/testsuite/ld-scripts/crossref.exp +++ b/ld/testsuite/ld-scripts/crossref.exp @@ -1,6 +1,6 @@ # Test NOCROSSREFS in a linker script. # By Ian Lance Taylor, Cygnus Support. -# Copyright (C) 2000-2025 Free Software Foundation, Inc. +# Copyright (C) 2000-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/data.exp b/ld/testsuite/ld-scripts/data.exp index 810b2c265df..a4c30058bc8 100644 --- a/ld/testsuite/ld-scripts/data.exp +++ b/ld/testsuite/ld-scripts/data.exp @@ -1,6 +1,6 @@ # Test DATA STATEMENT in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/default-script.exp b/ld/testsuite/ld-scripts/default-script.exp index c8ee419cc80..14c907b4f51 100644 --- a/ld/testsuite/ld-scripts/default-script.exp +++ b/ld/testsuite/ld-scripts/default-script.exp @@ -1,5 +1,5 @@ # Test --default-script/-dT -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/defined.exp b/ld/testsuite/ld-scripts/defined.exp index d409302dcd6..0d2d8a313aa 100644 --- a/ld/testsuite/ld-scripts/defined.exp +++ b/ld/testsuite/ld-scripts/defined.exp @@ -1,6 +1,6 @@ # Test DEFINED in a linker script. # By Ian Lance Taylor, Cygnus Support. -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/dynamic-sections.exp b/ld/testsuite/ld-scripts/dynamic-sections.exp index c35f0fa7822..64b4f326cd9 100644 --- a/ld/testsuite/ld-scripts/dynamic-sections.exp +++ b/ld/testsuite/ld-scripts/dynamic-sections.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/empty-address.exp b/ld/testsuite/ld-scripts/empty-address.exp index ed75edee4eb..c1a357b2451 100644 --- a/ld/testsuite/ld-scripts/empty-address.exp +++ b/ld/testsuite/ld-scripts/empty-address.exp @@ -1,6 +1,6 @@ # Make sure that "dot" is updated for empty sections if their addresses # are set. -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/empty-aligned.exp b/ld/testsuite/ld-scripts/empty-aligned.exp index 54a69ae1ef5..ab6735e1290 100644 --- a/ld/testsuite/ld-scripts/empty-aligned.exp +++ b/ld/testsuite/ld-scripts/empty-aligned.exp @@ -1,5 +1,5 @@ # Make sure empty aligned sections do not change output layout. -# Copyright (C) 2005-2025 Free Software Foundation, Inc. +# Copyright (C) 2005-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/empty-orphan.exp b/ld/testsuite/ld-scripts/empty-orphan.exp index 7e230607c94..1874b800743 100644 --- a/ld/testsuite/ld-scripts/empty-orphan.exp +++ b/ld/testsuite/ld-scripts/empty-orphan.exp @@ -1,6 +1,6 @@ # Make sure orphan sections do not lead to huge output files. # By David Heine, Tensilica, Inc. -# Copyright (C) 2005-2025 Free Software Foundation, Inc. +# Copyright (C) 2005-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/exclude-file.exp b/ld/testsuite/ld-scripts/exclude-file.exp index d3aa0b9f392..5188d588e08 100644 --- a/ld/testsuite/ld-scripts/exclude-file.exp +++ b/ld/testsuite/ld-scripts/exclude-file.exp @@ -1,6 +1,6 @@ # Test EXCLUDE_FILE in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/expr.exp b/ld/testsuite/ld-scripts/expr.exp index 56897f86a57..27a2a6ac31a 100644 --- a/ld/testsuite/ld-scripts/expr.exp +++ b/ld/testsuite/ld-scripts/expr.exp @@ -1,6 +1,6 @@ # Test expressions in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/extern.exp b/ld/testsuite/ld-scripts/extern.exp index 329e6700305..1e78cba5cd7 100644 --- a/ld/testsuite/ld-scripts/extern.exp +++ b/ld/testsuite/ld-scripts/extern.exp @@ -1,6 +1,6 @@ # Test EXTERN in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/include.exp b/ld/testsuite/ld-scripts/include.exp index 27ec3ca9939..e69b1c36acb 100644 --- a/ld/testsuite/ld-scripts/include.exp +++ b/ld/testsuite/ld-scripts/include.exp @@ -1,5 +1,5 @@ # Test for proper diagnosis of overflowed memory regions. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/log2.exp b/ld/testsuite/ld-scripts/log2.exp index 724d6abba23..9d6fbc8945e 100644 --- a/ld/testsuite/ld-scripts/log2.exp +++ b/ld/testsuite/ld-scripts/log2.exp @@ -1,6 +1,6 @@ # Test LOG2() expression in linker script language. # By Clemens Lang -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/map-address.exp b/ld/testsuite/ld-scripts/map-address.exp index 776fed4357f..12277f9733b 100644 --- a/ld/testsuite/ld-scripts/map-address.exp +++ b/ld/testsuite/ld-scripts/map-address.exp @@ -1,5 +1,5 @@ # Test address printed by --print-map -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/overlay-size.exp b/ld/testsuite/ld-scripts/overlay-size.exp index 14cfb61d2b1..6f682e798fa 100644 --- a/ld/testsuite/ld-scripts/overlay-size.exp +++ b/ld/testsuite/ld-scripts/overlay-size.exp @@ -1,5 +1,5 @@ # Test the OVERLAY statement. -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/phdrs.exp b/ld/testsuite/ld-scripts/phdrs.exp index de62c16e33b..dc7037453a5 100644 --- a/ld/testsuite/ld-scripts/phdrs.exp +++ b/ld/testsuite/ld-scripts/phdrs.exp @@ -1,6 +1,6 @@ # Test PHDRS in a linker script. # By Ian Lance Taylor, Cygnus Support. -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/phdrs2.exp b/ld/testsuite/ld-scripts/phdrs2.exp index 4d5cd3197b6..f4e89d1c054 100644 --- a/ld/testsuite/ld-scripts/phdrs2.exp +++ b/ld/testsuite/ld-scripts/phdrs2.exp @@ -1,5 +1,5 @@ # Test PHDRS with empty sections in a linker script. -# Copyright (C) 2005-2025 Free Software Foundation, Inc. +# Copyright (C) 2005-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/phdrs3.exp b/ld/testsuite/ld-scripts/phdrs3.exp index 3b64d20abf6..696963715cb 100644 --- a/ld/testsuite/ld-scripts/phdrs3.exp +++ b/ld/testsuite/ld-scripts/phdrs3.exp @@ -1,6 +1,6 @@ # Test PHDRS in a linker script. # By Nathan Sidwell -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/print-memory-usage.exp b/ld/testsuite/ld-scripts/print-memory-usage.exp index edcf3488947..7d30b0816b3 100644 --- a/ld/testsuite/ld-scripts/print-memory-usage.exp +++ b/ld/testsuite/ld-scripts/print-memory-usage.exp @@ -1,6 +1,6 @@ # Test --print-memory-usage linker functionality # By Tristan Gingold, AdaCore -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/provide.exp b/ld/testsuite/ld-scripts/provide.exp index f11a8307b9f..f142d380bfa 100644 --- a/ld/testsuite/ld-scripts/provide.exp +++ b/ld/testsuite/ld-scripts/provide.exp @@ -1,6 +1,6 @@ # Test PROVIDE in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/rgn-at.exp b/ld/testsuite/ld-scripts/rgn-at.exp index 030d9fa1f43..8997f786964 100644 --- a/ld/testsuite/ld-scripts/rgn-at.exp +++ b/ld/testsuite/ld-scripts/rgn-at.exp @@ -1,5 +1,5 @@ # Test for proper diagnosis of overflowed memory regions. -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/rgn-over.exp b/ld/testsuite/ld-scripts/rgn-over.exp index 38770ce1338..2556ee155ce 100644 --- a/ld/testsuite/ld-scripts/rgn-over.exp +++ b/ld/testsuite/ld-scripts/rgn-over.exp @@ -1,5 +1,5 @@ # Test for proper diagnosis of overflowed memory regions. -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/script.exp b/ld/testsuite/ld-scripts/script.exp index 7a23f435121..ed4cbf7660e 100644 --- a/ld/testsuite/ld-scripts/script.exp +++ b/ld/testsuite/ld-scripts/script.exp @@ -1,6 +1,6 @@ # Test basic linker script functionality # By Ian Lance Taylor, Cygnus Support -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/section-flags.exp b/ld/testsuite/ld-scripts/section-flags.exp index 223a94c7c0b..3a66cfd61eb 100644 --- a/ld/testsuite/ld-scripts/section-flags.exp +++ b/ld/testsuite/ld-scripts/section-flags.exp @@ -2,7 +2,7 @@ # # This file is part of the GNU Binutils. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 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 diff --git a/ld/testsuite/ld-scripts/section-match.exp b/ld/testsuite/ld-scripts/section-match.exp index 9a928d27704..d892f58e5bc 100644 --- a/ld/testsuite/ld-scripts/section-match.exp +++ b/ld/testsuite/ld-scripts/section-match.exp @@ -1,5 +1,5 @@ # Expect script for section regular expressions tests -# Copyright (C) 2010-2025 Free Software Foundation, Inc. +# Copyright (C) 2010-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/section-order.exp b/ld/testsuite/ld-scripts/section-order.exp index a8365504c7d..ac0f291020b 100644 --- a/ld/testsuite/ld-scripts/section-order.exp +++ b/ld/testsuite/ld-scripts/section-order.exp @@ -1,5 +1,5 @@ # Test for --section-ordering-file FILE. -# Copyright (C) 2024-2025 Free Software Foundation, Inc. +# Copyright (C) 2024-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/sizeof.exp b/ld/testsuite/ld-scripts/sizeof.exp index cc68bde9912..da8eb182c0b 100644 --- a/ld/testsuite/ld-scripts/sizeof.exp +++ b/ld/testsuite/ld-scripts/sizeof.exp @@ -1,7 +1,7 @@ # Test SIZEOF in a linker script. # By Ian Lance Taylor, Cygnus Support # Based on a bug report from anders.blomdell@control.lth.se. -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/sort.exp b/ld/testsuite/ld-scripts/sort.exp index f3bb6878cd4..826521a8397 100644 --- a/ld/testsuite/ld-scripts/sort.exp +++ b/ld/testsuite/ld-scripts/sort.exp @@ -1,6 +1,6 @@ # Test SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT in a linker script. # By H.J. Lu -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/sysroot-prefix.exp b/ld/testsuite/ld-scripts/sysroot-prefix.exp index 13a5d9f54d0..acf59dafbe2 100644 --- a/ld/testsuite/ld-scripts/sysroot-prefix.exp +++ b/ld/testsuite/ld-scripts/sysroot-prefix.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-scripts/weak.exp b/ld/testsuite/ld-scripts/weak.exp index e450502a7a2..54fdbc6c37d 100644 --- a/ld/testsuite/ld-scripts/weak.exp +++ b/ld/testsuite/ld-scripts/weak.exp @@ -1,6 +1,6 @@ # Test weak symbols. # By Ian Lance Taylor, Cygnus Solutions. -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-selective/sel-dump.exp b/ld/testsuite/ld-selective/sel-dump.exp index 5acd0c8bb6b..3a38e74c372 100644 --- a/ld/testsuite/ld-selective/sel-dump.exp +++ b/ld/testsuite/ld-selective/sel-dump.exp @@ -1,5 +1,5 @@ # Expect script for ld selective linking tests running run_dump_test -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 0d765e717a3..04fce1d2728 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -1,5 +1,5 @@ # Expect script for LD selective linking tests -# Copyright (C) 1998-2025 Free Software Foundation, Inc. +# Copyright (C) 1998-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-sframe/sframe.exp b/ld/testsuite/ld-sframe/sframe.exp index c9c3bed9df3..ab386d7ca65 100644 --- a/ld/testsuite/ld-sframe/sframe.exp +++ b/ld/testsuite/ld-sframe/sframe.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-sh/arch/arch.exp b/ld/testsuite/ld-sh/arch/arch.exp index dcdbe5c986a..a22a89df99a 100644 --- a/ld/testsuite/ld-sh/arch/arch.exp +++ b/ld/testsuite/ld-sh/arch/arch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2025 Free Software Foundation, Inc. +# Copyright (C) 2004-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-sh/rd-sh.exp b/ld/testsuite/ld-sh/rd-sh.exp index 1d36d3957e3..ec60b1f3400 100644 --- a/ld/testsuite/ld-sh/rd-sh.exp +++ b/ld/testsuite/ld-sh/rd-sh.exp @@ -1,5 +1,5 @@ # Expect script for run_dump_test based ld-sh tests. -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-sh/sh-vxworks.exp b/ld/testsuite/ld-sh/sh-vxworks.exp index 220e991bf96..d56ccae21ff 100644 --- a/ld/testsuite/ld-sh/sh-vxworks.exp +++ b/ld/testsuite/ld-sh/sh-vxworks.exp @@ -1,5 +1,5 @@ # Expect script for VxWorks targeted SH linker tests -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-sh/sh.exp b/ld/testsuite/ld-sh/sh.exp index 14b203a61e3..ba25b1f7765 100644 --- a/ld/testsuite/ld-sh/sh.exp +++ b/ld/testsuite/ld-sh/sh.exp @@ -1,5 +1,5 @@ # Expect script for ld-sh tests -# Copyright (C) 1995-2025 Free Software Foundation, Inc. +# Copyright (C) 1995-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index c67084c0cf6..c274d659c69 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -1,5 +1,5 @@ # Expect script for ld-shared tests -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-size/size.exp b/ld/testsuite/ld-size/size.exp index ae24f3b6633..604c354872b 100644 --- a/ld/testsuite/ld-size/size.exp +++ b/ld/testsuite/ld-size/size.exp @@ -1,6 +1,6 @@ # Expect script for linker support of size relocations. # -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-sparc/sparc.exp b/ld/testsuite/ld-sparc/sparc.exp index 3e21ed738c4..8053e8bf4f3 100644 --- a/ld/testsuite/ld-sparc/sparc.exp +++ b/ld/testsuite/ld-sparc/sparc.exp @@ -1,5 +1,5 @@ # Expect script for ld-sparc tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-spu/spu.exp b/ld/testsuite/ld-spu/spu.exp index e70635c61b7..8681e9e204c 100644 --- a/ld/testsuite/ld-spu/spu.exp +++ b/ld/testsuite/ld-spu/spu.exp @@ -1,5 +1,5 @@ # Expect script for ld-spu tests -# Copyright (C) 2006-2025 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 227411a9f8a..39efcc49852 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -1,6 +1,6 @@ # Test linking directly to S-records. # By Ian Lance Taylor, Cygnus Support. -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-tic6x/tic6x.exp b/ld/testsuite/ld-tic6x/tic6x.exp index 7daa8330723..fb91a5d51ef 100644 --- a/ld/testsuite/ld-tic6x/tic6x.exp +++ b/ld/testsuite/ld-tic6x/tic6x.exp @@ -1,6 +1,6 @@ # Expect script for ld-tic6x tests # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-tilegx/tilegx.exp b/ld/testsuite/ld-tilegx/tilegx.exp index 63be1d1bc3f..bc6538da61d 100644 --- a/ld/testsuite/ld-tilegx/tilegx.exp +++ b/ld/testsuite/ld-tilegx/tilegx.exp @@ -1,5 +1,5 @@ # Expect script for TILE-Gx linker tests. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-tilepro/tilepro.exp b/ld/testsuite/ld-tilepro/tilepro.exp index 736a3a2c5a9..3a69beeb7eb 100644 --- a/ld/testsuite/ld-tilepro/tilepro.exp +++ b/ld/testsuite/ld-tilepro/tilepro.exp @@ -1,5 +1,5 @@ # Expect script for TILEPro linker tests. -# Copyright (C) 2011-2025 Free Software Foundation, Inc. +# Copyright (C) 2011-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-undefined/entry.exp b/ld/testsuite/ld-undefined/entry.exp index 7543bb059d7..b6d862920ce 100644 --- a/ld/testsuite/ld-undefined/entry.exp +++ b/ld/testsuite/ld-undefined/entry.exp @@ -1,5 +1,5 @@ # Expect script for ld --entry tests -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-undefined/require-defined.exp b/ld/testsuite/ld-undefined/require-defined.exp index 61e700739eb..8c09950a65f 100644 --- a/ld/testsuite/ld-undefined/require-defined.exp +++ b/ld/testsuite/ld-undefined/require-defined.exp @@ -1,5 +1,5 @@ # Expect script for ld --undefined and --require-defined testing. -# Copyright (C) 2015-2025 Free Software Foundation, Inc. +# Copyright (C) 2015-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 9cdb900c49d..45c70b4732b 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -1,7 +1,7 @@ # Test that the linker reports undefined symbol errors correctly. # By Ian Lance Taylor, Cygnus Support # -# Copyright (C) 1995-2025 Free Software Foundation, Inc. +# Copyright (C) 1995-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-undefined/weak-undef.exp b/ld/testsuite/ld-undefined/weak-undef.exp index 071fbebb927..421ff5f57b1 100644 --- a/ld/testsuite/ld-undefined/weak-undef.exp +++ b/ld/testsuite/ld-undefined/weak-undef.exp @@ -1,5 +1,5 @@ # Test handling of weak undefined symbols -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp index fe77516eaac..e9b8c7ba528 100644 --- a/ld/testsuite/ld-unique/unique.exp +++ b/ld/testsuite/ld-unique/unique.exp @@ -1,6 +1,6 @@ # Expect script for linker support of STB_GNU_UNIQUE symbols # -# Copyright (C) 2009-2025 Free Software Foundation, Inc. +# Copyright (C) 2009-2026 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of the GNU Binutils. diff --git a/ld/testsuite/ld-v850/v850.exp b/ld/testsuite/ld-v850/v850.exp index ba557001ec6..e9cbd5003e6 100644 --- a/ld/testsuite/ld-v850/v850.exp +++ b/ld/testsuite/ld-v850/v850.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # This file is part of the GNU Binutils. # # This program is free software; you can redistribute it and/or modify diff --git a/ld/testsuite/ld-vax-elf/export-class.exp b/ld/testsuite/ld-vax-elf/export-class.exp index 40e5746be17..d90c9be4fd0 100644 --- a/ld/testsuite/ld-vax-elf/export-class.exp +++ b/ld/testsuite/ld-vax-elf/export-class.exp @@ -1,6 +1,6 @@ # Expect script for symbol export classes, VAX variation. # -# Copyright (C) 2013-2025 Free Software Foundation, Inc. +# Copyright (C) 2013-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-vax-elf/vax-elf.exp b/ld/testsuite/ld-vax-elf/vax-elf.exp index 22a3a5fff8b..9b61e23cea9 100644 --- a/ld/testsuite/ld-vax-elf/vax-elf.exp +++ b/ld/testsuite/ld-vax-elf/vax-elf.exp @@ -1,5 +1,5 @@ # Expect script for VAX ELF linker tests -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-visium/visium.exp b/ld/testsuite/ld-visium/visium.exp index a4d0144abef..86440672992 100644 --- a/ld/testsuite/ld-visium/visium.exp +++ b/ld/testsuite/ld-visium/visium.exp @@ -1,5 +1,5 @@ # Expect script for Visium tests. -# Copyright (C) 2014-2025 Free Software Foundation, Inc. +# Copyright (C) 2014-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-vsb/vsb.exp b/ld/testsuite/ld-vsb/vsb.exp index 8eff759327e..03bfd1b241f 100644 --- a/ld/testsuite/ld-vsb/vsb.exp +++ b/ld/testsuite/ld-vsb/vsb.exp @@ -1,5 +1,5 @@ # Expect script for ld-visibility tests -# Copyright (C) 2000-2025 Free Software Foundation, Inc. +# Copyright (C) 2000-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-vxworks/vxworks.exp b/ld/testsuite/ld-vxworks/vxworks.exp index cb0808524aa..bee4e35a6d6 100644 --- a/ld/testsuite/ld-vxworks/vxworks.exp +++ b/ld/testsuite/ld-vxworks/vxworks.exp @@ -1,5 +1,5 @@ # Expect script for VxWorks tests -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/binutils.exp b/ld/testsuite/ld-x86-64/binutils.exp index 4a0b211f100..4d04ef6bced 100644 --- a/ld/testsuite/ld-x86-64/binutils.exp +++ b/ld/testsuite/ld-x86-64/binutils.exp @@ -1,5 +1,5 @@ # Expect script for ELF/x86-64 binutils tests on linker outputs. -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/dwarfreloc.exp b/ld/testsuite/ld-x86-64/dwarfreloc.exp index 625f1a8c2d4..04137dd9fd3 100644 --- a/ld/testsuite/ld-x86-64/dwarfreloc.exp +++ b/ld/testsuite/ld-x86-64/dwarfreloc.exp @@ -1,5 +1,5 @@ # Expect script for DWARF relocation test. -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/export-class.exp b/ld/testsuite/ld-x86-64/export-class.exp index fa2786d9586..79bce1ae5e7 100644 --- a/ld/testsuite/ld-x86-64/export-class.exp +++ b/ld/testsuite/ld-x86-64/export-class.exp @@ -1,6 +1,6 @@ # Expect script for symbol export classes, x86-64 variation. # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/line.exp b/ld/testsuite/ld-x86-64/line.exp index ff215ef5ac2..077e182941a 100644 --- a/ld/testsuite/ld-x86-64/line.exp +++ b/ld/testsuite/ld-x86-64/line.exp @@ -1,6 +1,6 @@ # Test that the linker reports undefined symbol line number correctly. # -# Copyright (C) 2007-2025 Free Software Foundation, Inc. +# Copyright (C) 2007-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/no-plt.exp b/ld/testsuite/ld-x86-64/no-plt.exp index eb636700438..235bcb8b48d 100644 --- a/ld/testsuite/ld-x86-64/no-plt.exp +++ b/ld/testsuite/ld-x86-64/no-plt.exp @@ -1,5 +1,5 @@ # Expect script for x86-64 no-PLT tests. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/pe-x86-64.exp b/ld/testsuite/ld-x86-64/pe-x86-64.exp index 6a89e89f247..ff17cce04ac 100644 --- a/ld/testsuite/ld-x86-64/pe-x86-64.exp +++ b/ld/testsuite/ld-x86-64/pe-x86-64.exp @@ -1,5 +1,5 @@ # Expect script for ELF tests with pe-x86-64 inputs. -# Copyright (C) 2020-2025 Free Software Foundation, Inc. +# Copyright (C) 2020-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/tls.exp b/ld/testsuite/ld-x86-64/tls.exp index 61af79a8b08..e77036631f0 100644 --- a/ld/testsuite/ld-x86-64/tls.exp +++ b/ld/testsuite/ld-x86-64/tls.exp @@ -1,5 +1,5 @@ # Expect script for x86-64 TLS tests. -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index f04ae923ebc..f80f718c15b 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1,5 +1,5 @@ # Expect script for ld-x86_64 tests -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-xstormy16/xstormy16.exp b/ld/testsuite/ld-xstormy16/xstormy16.exp index 1ee4914e8f2..16eeddd0961 100644 --- a/ld/testsuite/ld-xstormy16/xstormy16.exp +++ b/ld/testsuite/ld-xstormy16/xstormy16.exp @@ -1,5 +1,5 @@ # Expect script for ld-xstormy16 tests -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-xtensa/xtensa-linux.exp b/ld/testsuite/ld-xtensa/xtensa-linux.exp index faec81cd461..b30cc4beeed 100644 --- a/ld/testsuite/ld-xtensa/xtensa-linux.exp +++ b/ld/testsuite/ld-xtensa/xtensa-linux.exp @@ -1,5 +1,5 @@ # Expect script for ld-xtensa tests -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-xtensa/xtensa.exp b/ld/testsuite/ld-xtensa/xtensa.exp index 96935258865..7173c6b21b2 100644 --- a/ld/testsuite/ld-xtensa/xtensa.exp +++ b/ld/testsuite/ld-xtensa/xtensa.exp @@ -1,5 +1,5 @@ # Expect script for ld-xtensa tests -# Copyright (C) 2008-2025 Free Software Foundation, Inc. +# Copyright (C) 2008-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-z80/z80.exp b/ld/testsuite/ld-z80/z80.exp index 84d658eec48..15911fe6853 100644 --- a/ld/testsuite/ld-z80/z80.exp +++ b/ld/testsuite/ld-z80/z80.exp @@ -1,5 +1,5 @@ # Expect script for ld-z80 tests -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/ld-z8k/z8k.exp b/ld/testsuite/ld-z8k/z8k.exp index 4b910b1e10b..c06feb8ccae 100644 --- a/ld/testsuite/ld-z8k/z8k.exp +++ b/ld/testsuite/ld-z8k/z8k.exp @@ -1,5 +1,5 @@ # Expect script for ld-z8k tests -# Copyright (C) 2016-2025 Free Software Foundation, Inc. +# Copyright (C) 2016-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index d1343eb12ca..4b8708f789f 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1,5 +1,5 @@ # Support routines for LD testsuite. -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/ChangeLog b/libctf/ChangeLog index a687793aaad..c38b49b1e59 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -892,7 +892,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libctf/Makefile.am b/libctf/Makefile.am index 6e136220497..d0abaa73edf 100644 --- a/libctf/Makefile.am +++ b/libctf/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file 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/libctf/Makefile.in b/libctf/Makefile.in index 7c309b1fc04..0ac364e09cc 100644 --- a/libctf/Makefile.in +++ b/libctf/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ # # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file 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/libctf/configure.ac b/libctf/configure.ac index 62e62250c80..1e1b429c98e 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2019-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2019-2026 Free Software Foundation, Inc. dnl dnl This file 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/libctf/ctf-archive.c b/libctf/ctf-archive.c index 63184e66244..4531e21e9bf 100644 --- a/libctf/ctf-archive.c +++ b/libctf/ctf-archive.c @@ -1,5 +1,5 @@ /* CTF archive files. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-create.c b/libctf/ctf-create.c index 5820830f086..a5caafa02fc 100644 --- a/libctf/ctf-create.c +++ b/libctf/ctf-create.c @@ -1,5 +1,5 @@ /* CTF dict creation. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decl.c b/libctf/ctf-decl.c index e5331b4e5d9..59dfaefc292 100644 --- a/libctf/ctf-decl.c +++ b/libctf/ctf-decl.c @@ -1,5 +1,5 @@ /* C declarator syntax glue. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decls.h b/libctf/ctf-decls.h index ec1a20326e4..c170fb4e23d 100644 --- a/libctf/ctf-decls.h +++ b/libctf/ctf-decls.h @@ -1,5 +1,5 @@ /* Declarations for missing functions. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dedup.c b/libctf/ctf-dedup.c index c7c2eddc2b2..cd45c6aca5a 100644 --- a/libctf/ctf-dedup.c +++ b/libctf/ctf-dedup.c @@ -1,5 +1,5 @@ /* CTF type deduplication. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dump.c b/libctf/ctf-dump.c index 57fbd64b530..3fd8cb87f9f 100644 --- a/libctf/ctf-dump.c +++ b/libctf/ctf-dump.c @@ -1,5 +1,5 @@ /* Textual dumping of CTF data. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-endian.h b/libctf/ctf-endian.h index cedc3916b80..74769be3e40 100644 --- a/libctf/ctf-endian.h +++ b/libctf/ctf-endian.h @@ -1,5 +1,5 @@ /* Interface to endianness-neutrality functions. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c index 37efeebbb31..4f2bace21f7 100644 --- a/libctf/ctf-error.c +++ b/libctf/ctf-error.c @@ -1,5 +1,5 @@ /* Error table. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-hash.c b/libctf/ctf-hash.c index abd0140aeaf..f20ff824bb6 100644 --- a/libctf/ctf-hash.c +++ b/libctf/ctf-hash.c @@ -1,5 +1,5 @@ /* Interface to hashtable implementations. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 3217f921254..9988aa114a7 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -1,5 +1,5 @@ /* Implementation header. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-inlines.h b/libctf/ctf-inlines.h index d1f0691bdae..916c8c8d229 100644 --- a/libctf/ctf-inlines.h +++ b/libctf/ctf-inlines.h @@ -1,5 +1,5 @@ /* Inline functions. - Copyright (C) 2020-2025 Free Software Foundation, Inc. + Copyright (C) 2020-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-intl.h b/libctf/ctf-intl.h index 7de469ecbca..9cb32846c79 100644 --- a/libctf/ctf-intl.h +++ b/libctf/ctf-intl.h @@ -1,5 +1,5 @@ /* ctf-intl.h - libctf specific header for gettext code. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by Tom Tromey diff --git a/libctf/ctf-labels.c b/libctf/ctf-labels.c index 6a7b4525d5b..3c72ccbd5d0 100644 --- a/libctf/ctf-labels.c +++ b/libctf/ctf-labels.c @@ -1,5 +1,5 @@ /* Labelled ranges of type IDs. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-link.c b/libctf/ctf-link.c index 524ed7e2466..04c019cc85c 100644 --- a/libctf/ctf-link.c +++ b/libctf/ctf-link.c @@ -1,5 +1,5 @@ /* CTF linking. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-lookup.c b/libctf/ctf-lookup.c index af35be01671..474513d68cc 100644 --- a/libctf/ctf-lookup.c +++ b/libctf/ctf-lookup.c @@ -1,5 +1,5 @@ /* Symbol, variable and name lookup. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open-bfd.c b/libctf/ctf-open-bfd.c index 7241de70709..b291651fd6d 100644 --- a/libctf/ctf-open-bfd.c +++ b/libctf/ctf-open-bfd.c @@ -1,5 +1,5 @@ /* Opening CTF files with BFD. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c index 8c086674836..03992ef4c1a 100644 --- a/libctf/ctf-open.c +++ b/libctf/ctf-open.c @@ -1,5 +1,5 @@ /* Opening CTF files. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-qsort_r.c b/libctf/ctf-qsort_r.c index 95f8af86fd8..0e6fe5dcbc3 100644 --- a/libctf/ctf-qsort_r.c +++ b/libctf/ctf-qsort_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of libctf (imported from Gnulib). Written by Douglas C. Schmidt (schmidt@ics.uci.edu). diff --git a/libctf/ctf-serialize.c b/libctf/ctf-serialize.c index f04c278344c..a03a6994385 100644 --- a/libctf/ctf-serialize.c +++ b/libctf/ctf-serialize.c @@ -1,5 +1,5 @@ /* CTF dict creation. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-sha1.c b/libctf/ctf-sha1.c index 271480b1019..b7eae175715 100644 --- a/libctf/ctf-sha1.c +++ b/libctf/ctf-sha1.c @@ -1,5 +1,5 @@ /* SHA-1 thunks. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-sha1.h b/libctf/ctf-sha1.h index 3fbedbf0d98..2df7790122d 100644 --- a/libctf/ctf-sha1.h +++ b/libctf/ctf-sha1.h @@ -1,5 +1,5 @@ /* SHA-1 thunks. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-string.c b/libctf/ctf-string.c index 8943d971287..a9de2cc3b8a 100644 --- a/libctf/ctf-string.c +++ b/libctf/ctf-string.c @@ -1,5 +1,5 @@ /* CTF string table management. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-subr.c b/libctf/ctf-subr.c index 12f8469b44c..bf90c9720bb 100644 --- a/libctf/ctf-subr.c +++ b/libctf/ctf-subr.c @@ -1,5 +1,5 @@ /* Simple subrs. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-types.c b/libctf/ctf-types.c index d08d4542dc1..caaed84ed17 100644 --- a/libctf/ctf-types.c +++ b/libctf/ctf-types.c @@ -1,5 +1,5 @@ /* Type handling functions. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-util.c b/libctf/ctf-util.c index b1bb4309e2c..f21cb8bfb3d 100644 --- a/libctf/ctf-util.c +++ b/libctf/ctf-util.c @@ -1,5 +1,5 @@ /* Miscellaneous utilities. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/doc/ctf-spec.texi b/libctf/doc/ctf-spec.texi index b9f60d300fc..ffc3f34e2b5 100644 --- a/libctf/doc/ctf-spec.texi +++ b/libctf/doc/ctf-spec.texi @@ -9,7 +9,7 @@ @synindex vr cp @copying -Copyright @copyright{} 2021-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2021-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any diff --git a/libctf/doc/local.mk b/libctf/doc/local.mk index 80048b3fafd..894f862262f 100644 --- a/libctf/doc/local.mk +++ b/libctf/doc/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file 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/libctf/elf.h b/libctf/elf.h index 2b0857fa85d..b7bfd839d0c 100644 --- a/libctf/elf.h +++ b/libctf/elf.h @@ -1,5 +1,5 @@ /* This file defines standard ELF types, structures, and macros. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/libctf.ver b/libctf/libctf.ver index 40b1f7adf1b..221daf62c0d 100644 --- a/libctf/libctf.ver +++ b/libctf/libctf.ver @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2025 Free Software Foundation, Inc. +/* Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/swap.h b/libctf/swap.h index fd0b415138f..15cc61c8b59 100644 --- a/libctf/swap.h +++ b/libctf/swap.h @@ -1,5 +1,5 @@ /* Interface to byteswapping functions. - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/testsuite/config/default.exp b/libctf/testsuite/config/default.exp index d5e51f418ca..46cbdeec391 100644 --- a/libctf/testsuite/config/default.exp +++ b/libctf/testsuite/config/default.exp @@ -1,5 +1,5 @@ # Basic expect script for libctf lookup tests -# Copyright (C) 1993-2025 Free Software Foundation, Inc. +# Copyright (C) 1993-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/lib/ctf-lib.exp b/libctf/testsuite/lib/ctf-lib.exp index da44396b162..cbbd147f1f2 100644 --- a/libctf/testsuite/lib/ctf-lib.exp +++ b/libctf/testsuite/lib/ctf-lib.exp @@ -1,5 +1,5 @@ # Support routines for libctf testsuite. -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-lookup/lookup.exp b/libctf/testsuite/libctf-lookup/lookup.exp index d15c315729d..c5e2be671ad 100644 --- a/libctf/testsuite/libctf-lookup/lookup.exp +++ b/libctf/testsuite/libctf-lookup/lookup.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp b/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp index 7c19fe8f6a7..a600648b55a 100644 --- a/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp +++ b/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-regression/regression.exp b/libctf/testsuite/libctf-regression/regression.exp index 0270cca0cba..7b6a5dda39b 100644 --- a/libctf/testsuite/libctf-regression/regression.exp +++ b/libctf/testsuite/libctf-regression/regression.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-writable/writable.exp b/libctf/testsuite/libctf-writable/writable.exp index 4434a1bac68..2683d54adb5 100644 --- a/libctf/testsuite/libctf-writable/writable.exp +++ b/libctf/testsuite/libctf-writable/writable.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2025 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index d507f27a9ef..6d8c88ebfe7 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -1,7 +1,7 @@ # Makefile for the libiberty library. # Originally written by K. Richard Pixley . # -# Copyright (C) 1990-2025 Free Software Foundation, Inc. +# Copyright (C) 1990-2026 Free Software Foundation, Inc. # # This file is part of the libiberty library. # Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/_doprnt.c b/libiberty/_doprnt.c index 46e17f24e99..271faf78dcc 100644 --- a/libiberty/_doprnt.c +++ b/libiberty/_doprnt.c @@ -1,5 +1,5 @@ /* Provide a version of _doprnt in terms of fprintf. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98 This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/acinclude.m4 b/libiberty/acinclude.m4 index 2ca5b971821..49f621bf629 100644 --- a/libiberty/acinclude.m4 +++ b/libiberty/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2000-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2026 Free Software Foundation, Inc. dnl dnl GCC 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/libiberty/argv.c b/libiberty/argv.c index c64db28db09..64127f70c99 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -1,5 +1,5 @@ /* Create and destroy argument vectors (argv's) - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support This file is part of the libiberty library. diff --git a/libiberty/asprintf.c b/libiberty/asprintf.c index c542b154a1a..bfd61acc427 100644 --- a/libiberty/asprintf.c +++ b/libiberty/asprintf.c @@ -1,6 +1,6 @@ /* Like sprintf but provides a pointer to malloc'd storage, which must be freed by the caller. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the libiberty library. diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index bcc47ade68d..db6c6b7cab3 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -1,5 +1,5 @@ /* Utility to pick a temporary filename prefix. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/clock.c b/libiberty/clock.c index 241204547eb..9e425e8c879 100644 --- a/libiberty/clock.c +++ b/libiberty/clock.c @@ -1,5 +1,5 @@ /* ANSI-compatible clock function. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/concat.c b/libiberty/concat.c index c0aa1f544a3..b3fe1b4a026 100644 --- a/libiberty/concat.c +++ b/libiberty/concat.c @@ -1,5 +1,5 @@ /* Concatenate variable number of strings. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support This file is part of the libiberty library. diff --git a/libiberty/copying-lib.texi b/libiberty/copying-lib.texi index eb4a2b656a4..39909788d0c 100644 --- a/libiberty/copying-lib.texi +++ b/libiberty/copying-lib.texi @@ -5,7 +5,7 @@ @center Version 2.1, February 1999 @display -Copyright @copyright{} 1991-2025 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2026 Free Software Foundation, Inc. 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 1922046a62e..e3c9ca10434 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -1,5 +1,5 @@ /* Demangler for g++ V3 ABI. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cp-demangle.h b/libiberty/cp-demangle.h index 4525c9a9761..b3a926936dc 100644 --- a/libiberty/cp-demangle.h +++ b/libiberty/cp-demangle.h @@ -1,5 +1,5 @@ /* Internal demangler interface for g++ V3 ABI. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cp-demint.c b/libiberty/cp-demint.c index f0c8e52555e..e6d8d3552de 100644 --- a/libiberty/cp-demint.c +++ b/libiberty/cp-demint.c @@ -1,5 +1,5 @@ /* Demangler component interface functions. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index c40658c7828..b882b659236 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -1,5 +1,5 @@ /* Demangler for GNU C++ - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.uucp) Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling Modified by Satish Pai (pai@apollo.hp.com) for HP demangling diff --git a/libiberty/crc32.c b/libiberty/crc32.c index e40443628cd..a883870c598 100644 --- a/libiberty/crc32.c +++ b/libiberty/crc32.c @@ -1,5 +1,5 @@ /* crc32.c - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of the libiberty library. diff --git a/libiberty/d-demangle.c b/libiberty/d-demangle.c index 81c12095c2f..f059f5690bb 100644 --- a/libiberty/d-demangle.c +++ b/libiberty/d-demangle.c @@ -1,5 +1,5 @@ /* Demangler for the D programming language - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Written by Iain Buclaw (ibuclaw@gdcproject.org) This file is part of the libiberty library. diff --git a/libiberty/dwarfnames.c b/libiberty/dwarfnames.c index cf0780cfa31..f6d92d36190 100644 --- a/libiberty/dwarfnames.c +++ b/libiberty/dwarfnames.c @@ -1,5 +1,5 @@ /* Names of various DWARF tags. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/libiberty/dyn-string.c b/libiberty/dyn-string.c index 4ad88b69be0..8f0a566ed23 100644 --- a/libiberty/dyn-string.c +++ b/libiberty/dyn-string.c @@ -1,5 +1,5 @@ /* An abstract string datatype. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GNU CC. diff --git a/libiberty/fdmatch.c b/libiberty/fdmatch.c index 3eca15a4ac0..11853ac3e1a 100644 --- a/libiberty/fdmatch.c +++ b/libiberty/fdmatch.c @@ -1,5 +1,5 @@ /* Compare two open file descriptors to see if they refer to the same file. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/fibheap.c b/libiberty/fibheap.c index e755911dec8..ee1f674215f 100644 --- a/libiberty/fibheap.c +++ b/libiberty/fibheap.c @@ -1,5 +1,5 @@ /* A Fibonacci heap datatype. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). This file is part of GNU CC. diff --git a/libiberty/filedescriptor.c b/libiberty/filedescriptor.c index d7b19f42b45..b2006dbb4c1 100644 --- a/libiberty/filedescriptor.c +++ b/libiberty/filedescriptor.c @@ -1,6 +1,6 @@ /* File descriptor related functions. - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of the libiberty library. diff --git a/libiberty/filename_cmp.c b/libiberty/filename_cmp.c index 9055b20ea9f..f85b89c5468 100644 --- a/libiberty/filename_cmp.c +++ b/libiberty/filename_cmp.c @@ -1,6 +1,6 @@ /* File name comparison routine. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 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 diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index fe82e019cc9..454b6354428 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -1,5 +1,5 @@ /* IEEE floating point support routines, for GDB, the GNU Debugger. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of GDB. diff --git a/libiberty/fnmatch.c b/libiberty/fnmatch.c index dd81122f9e6..a103aeba952 100644 --- a/libiberty/fnmatch.c +++ b/libiberty/fnmatch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/fopen_unlocked.c b/libiberty/fopen_unlocked.c index 23f53f792b9..b1856f8728d 100644 --- a/libiberty/fopen_unlocked.c +++ b/libiberty/fopen_unlocked.c @@ -1,5 +1,5 @@ /* Implement fopen_unlocked and related functions. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/gather-docs b/libiberty/gather-docs index 3fa8f60184a..6b4be0afdd3 100644 --- a/libiberty/gather-docs +++ b/libiberty/gather-docs @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the libiberty library. # Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/getopt.c b/libiberty/getopt.c index 0f64a8f5d30..3b6e35946e1 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -3,7 +3,7 @@ "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/getopt1.c b/libiberty/getopt1.c index 6a3f9018732..6a3e9abd6f4 100644 --- a/libiberty/getopt1.c +++ b/libiberty/getopt1.c @@ -1,5 +1,5 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index 0f226f802a8..f03b7d31073 100644 --- a/libiberty/getruntime.c +++ b/libiberty/getruntime.c @@ -1,5 +1,5 @@ /* Return time used so far, in microseconds. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index 705a59c26ba..71e4bae950a 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Vladimir Makarov (vmakarov@cygnus.com). This file is part of the libiberty library. diff --git a/libiberty/hex.c b/libiberty/hex.c index 4be701d5600..23524fc8661 100644 --- a/libiberty/hex.c +++ b/libiberty/hex.c @@ -1,5 +1,5 @@ /* Hex character manipulation support. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/lbasename.c b/libiberty/lbasename.c index 61af0c378bb..b43e0bff470 100644 --- a/libiberty/lbasename.c +++ b/libiberty/lbasename.c @@ -1,6 +1,6 @@ /* Libiberty basename. Like basename, but is not overridden by the system C library. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/ldirname.c b/libiberty/ldirname.c index e3cd5c816c1..c5e17a80ca4 100644 --- a/libiberty/ldirname.c +++ b/libiberty/ldirname.c @@ -1,6 +1,6 @@ /* Libiberty dirname. Like dirname, but is not overridden by the system C library. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/libiberty.texi b/libiberty/libiberty.texi index 6809834de6d..c325d000105 100644 --- a/libiberty/libiberty.texi +++ b/libiberty/libiberty.texi @@ -24,7 +24,7 @@ @ifinfo This manual describes the GNU @libib library of utility subroutines. -Copyright @copyright{} 2001-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2001-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -50,7 +50,7 @@ notice identical to this one except for the removal of this paragraph @vskip 0pt plus 1filll -Copyright @copyright{} 2001-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2001-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/libiberty/lrealpath.c b/libiberty/lrealpath.c index 03e3b5b0b96..ce228dbb366 100644 --- a/libiberty/lrealpath.c +++ b/libiberty/lrealpath.c @@ -1,7 +1,7 @@ /* Libiberty realpath. Like realpath, but more consistent behavior. Based on gdb_realpath from GDB. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of the libiberty library. diff --git a/libiberty/maint-tool b/libiberty/maint-tool index d544577d22b..38bd0f66bca 100644 --- a/libiberty/maint-tool +++ b/libiberty/maint-tool @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# Copyright (C) 2001-2025 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # # This file is part of the libiberty library. # Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/make-relative-prefix.c b/libiberty/make-relative-prefix.c index 642eaeeb23b..58cab574151 100644 --- a/libiberty/make-relative-prefix.c +++ b/libiberty/make-relative-prefix.c @@ -1,5 +1,5 @@ /* Relative (relocatable) prefix support. - Copyright (C) 1987-2025 Free Software Foundation, Inc. + Copyright (C) 1987-2026 Free Software Foundation, Inc. This file is part of libiberty. diff --git a/libiberty/make-temp-file.c b/libiberty/make-temp-file.c index 01aa8cc70f7..a19ded1b65a 100644 --- a/libiberty/make-temp-file.c +++ b/libiberty/make-temp-file.c @@ -1,5 +1,5 @@ /* Utility to pick a temporary filename prefix. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/md5.c b/libiberty/md5.c index 92264be10ac..273cbdd05da 100644 --- a/libiberty/md5.c +++ b/libiberty/md5.c @@ -1,6 +1,6 @@ /* md5.c - Functions to compute MD5 message digest of files or memory blocks according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libiberty/memmem.c b/libiberty/memmem.c index fdb77ee1c95..76ce8bf4d8b 100644 --- a/libiberty/memmem.c +++ b/libiberty/memmem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify diff --git a/libiberty/mempcpy.c b/libiberty/mempcpy.c index 9fa710a3097..e3ad367b642 100644 --- a/libiberty/mempcpy.c +++ b/libiberty/mempcpy.c @@ -1,5 +1,5 @@ /* Implement the mempcpy function. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 916d06ef3e9..e822a63d25d 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is derived from mkstemp.c from the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c index 218a557a762..263d4b67a98 100644 --- a/libiberty/objalloc.c +++ b/libiberty/objalloc.c @@ -1,5 +1,5 @@ /* objalloc.c -- routines to allocate memory for objects - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Solutions. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/obstack.c b/libiberty/obstack.c index 4e4f4168344..02a96897075 100644 --- a/libiberty/obstack.c +++ b/libiberty/obstack.c @@ -1,5 +1,5 @@ /* obstack.c - subroutines used implicitly by object stack macros - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/partition.c b/libiberty/partition.c index 984a26c4782..73e3c707a10 100644 --- a/libiberty/partition.c +++ b/libiberty/partition.c @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GNU CC. diff --git a/libiberty/pex-common.c b/libiberty/pex-common.c index 515794050d5..801a03d1795 100644 --- a/libiberty/pex-common.c +++ b/libiberty/pex-common.c @@ -1,5 +1,5 @@ /* Common code for executing a program in a sub-process. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library. diff --git a/libiberty/pex-common.h b/libiberty/pex-common.h index 84f37498058..b72a23b6fe2 100644 --- a/libiberty/pex-common.h +++ b/libiberty/pex-common.h @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Shared logic. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pex-djgpp.c b/libiberty/pex-djgpp.c index af3e840096d..fe5ae717835 100644 --- a/libiberty/pex-djgpp.c +++ b/libiberty/pex-djgpp.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. DJGPP specialization. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pex-msdos.c b/libiberty/pex-msdos.c index dfdcc4f3cde..3c3182ee3e6 100644 --- a/libiberty/pex-msdos.c +++ b/libiberty/pex-msdos.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic MSDOS specialization. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pex-one.c b/libiberty/pex-one.c index 8736acacdf3..71e5edcbd9a 100644 --- a/libiberty/pex-one.c +++ b/libiberty/pex-one.c @@ -1,5 +1,5 @@ /* Execute a program and wait for a result. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c index 90c6b99711c..dab7cd96ddc 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -1,7 +1,7 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic Unix version (also used for UWIN and VMS). - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pex-win32.c b/libiberty/pex-win32.c index 3a12fd830a1..2ba9b69b830 100644 --- a/libiberty/pex-win32.c +++ b/libiberty/pex-win32.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. Generic Win32 specialization. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index e86b66eb55d..f3b08fd1e0a 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -1,6 +1,6 @@ /* Utilities to execute a program in a subprocess (possibly linked by pipes with other subprocesses), and wait for it. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/physmem.c b/libiberty/physmem.c index 62253e120e2..c7eaa48068e 100644 --- a/libiberty/physmem.c +++ b/libiberty/physmem.c @@ -1,5 +1,5 @@ /* Calculate the size of physical memory. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 diff --git a/libiberty/putenv.c b/libiberty/putenv.c index 734236c5698..5c05f44a140 100644 --- a/libiberty/putenv.c +++ b/libiberty/putenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2025 Free Software Foundation, Inc. +/* Copyright (C) 1991-2026 Free Software Foundation, Inc. This file based on putenv.c in the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/regex.c b/libiberty/regex.c index 8337deaef5a..459911eaa14 100644 --- a/libiberty/regex.c +++ b/libiberty/regex.c @@ -3,7 +3,7 @@ (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/rust-demangle.c b/libiberty/rust-demangle.c index 30e1ea9a252..19070999654 100644 --- a/libiberty/rust-demangle.c +++ b/libiberty/rust-demangle.c @@ -1,5 +1,5 @@ /* Demangler for the Rust programming language - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Written by David Tolnay (dtolnay@gmail.com). Rewritten by Eduard-Mihai Burtescu (eddyb@lyken.rs) for v0 support. diff --git a/libiberty/safe-ctype.c b/libiberty/safe-ctype.c index 95d3f6dcf1a..b9220f8181e 100644 --- a/libiberty/safe-ctype.c +++ b/libiberty/safe-ctype.c @@ -1,6 +1,6 @@ /* replacement macros. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Zack Weinberg . This file is part of the libiberty library. diff --git a/libiberty/setenv.c b/libiberty/setenv.c index c2c006ecdd0..61112eb052f 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2025 Free Software Foundation, Inc. +/* Copyright (C) 1992-2026 Free Software Foundation, Inc. This file based on setenv.c in the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/libiberty/setproctitle.c b/libiberty/setproctitle.c index 3e0cabb30e8..d724e273655 100644 --- a/libiberty/setproctitle.c +++ b/libiberty/setproctitle.c @@ -1,5 +1,5 @@ /* Set the title of a process. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/sha1.c b/libiberty/sha1.c index 27ceccc027b..464919d2597 100644 --- a/libiberty/sha1.c +++ b/libiberty/sha1.c @@ -1,7 +1,7 @@ /* sha1.c - Functions to compute SHA1 message digest of files or memory blocks according to the NIST specification FIPS-180-1. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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/libiberty/simple-object-coff.c b/libiberty/simple-object-coff.c index 922477f7445..2cc94495a13 100644 --- a/libiberty/simple-object-coff.c +++ b/libiberty/simple-object-coff.c @@ -1,5 +1,5 @@ /* simple-object-coff.c -- routines to manipulate COFF object files. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object-common.h b/libiberty/simple-object-common.h index 462db9cbb7e..af6f94e9b64 100644 --- a/libiberty/simple-object-common.h +++ b/libiberty/simple-object-common.h @@ -1,5 +1,5 @@ /* simple-object-common.h -- common structs for object file manipulation. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/simple-object-elf.c b/libiberty/simple-object-elf.c index 3a0097032d5..ef6ec8619c1 100644 --- a/libiberty/simple-object-elf.c +++ b/libiberty/simple-object-elf.c @@ -1,5 +1,5 @@ /* simple-object-elf.c -- routines to manipulate ELF object files. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object-mach-o.c b/libiberty/simple-object-mach-o.c index e70e98ee306..3e98c7c7786 100644 --- a/libiberty/simple-object-mach-o.c +++ b/libiberty/simple-object-mach-o.c @@ -1,5 +1,5 @@ /* simple-object-mach-o.c -- routines to manipulate Mach-O object files. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object-xcoff.c b/libiberty/simple-object-xcoff.c index 5bfd4b9ae2f..9c65ffa0cff 100644 --- a/libiberty/simple-object-xcoff.c +++ b/libiberty/simple-object-xcoff.c @@ -1,5 +1,5 @@ /* simple-object-coff.c -- routines to manipulate XCOFF object files. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google and David Edelsohn, IBM. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/simple-object.c b/libiberty/simple-object.c index 07c9ad82986..6742d3a75f4 100644 --- a/libiberty/simple-object.c +++ b/libiberty/simple-object.c @@ -1,5 +1,5 @@ /* simple-object.c -- simple routines to read and write object files. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it diff --git a/libiberty/snprintf.c b/libiberty/snprintf.c index 9a2bc0123e2..e6ededc9c7c 100644 --- a/libiberty/snprintf.c +++ b/libiberty/snprintf.c @@ -1,5 +1,5 @@ /* Implement the snprintf function. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. This library is free diff --git a/libiberty/sort.c b/libiberty/sort.c index c14533a4762..7bcbd2cef50 100644 --- a/libiberty/sort.c +++ b/libiberty/sort.c @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Mark Mitchell . This file is part of GNU CC. diff --git a/libiberty/spaces.c b/libiberty/spaces.c index 5e6f7f5c5eb..f609ff47d78 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -1,5 +1,5 @@ /* Allocate memory region filled with spaces. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c index 755a10125d3..199bb5ef968 100644 --- a/libiberty/splay-tree.c +++ b/libiberty/splay-tree.c @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GNU CC. diff --git a/libiberty/stack-limit.c b/libiberty/stack-limit.c index e1b8f80df64..3a505238d06 100644 --- a/libiberty/stack-limit.c +++ b/libiberty/stack-limit.c @@ -1,5 +1,5 @@ /* Increase stack size limit if possible. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/stpcpy.c b/libiberty/stpcpy.c index a1784e3dc23..3b889e15c69 100644 --- a/libiberty/stpcpy.c +++ b/libiberty/stpcpy.c @@ -1,5 +1,5 @@ /* Implement the stpcpy function. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/stpncpy.c b/libiberty/stpncpy.c index 568fc0ec307..bb0b2f99b9b 100644 --- a/libiberty/stpncpy.c +++ b/libiberty/stpncpy.c @@ -1,5 +1,5 @@ /* Implement the stpncpy function. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/strndup.c b/libiberty/strndup.c index fe571583075..9f635654962 100644 --- a/libiberty/strndup.c +++ b/libiberty/strndup.c @@ -1,5 +1,5 @@ /* Implement the strndup function. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/strtod.c b/libiberty/strtod.c index b4c8706c691..29f782248cb 100644 --- a/libiberty/strtod.c +++ b/libiberty/strtod.c @@ -1,5 +1,5 @@ /* Implementation of strtod for systems with atof. - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/strverscmp.c b/libiberty/strverscmp.c index 56f0184e857..5fce70d839e 100644 --- a/libiberty/strverscmp.c +++ b/libiberty/strverscmp.c @@ -1,5 +1,5 @@ /* Compare strings while treating digits characters numerically. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Contributed by Jean-François Bignolles , 1997. diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index ef549ca910a..b2675182259 100644 --- a/libiberty/testsuite/Makefile.in +++ b/libiberty/testsuite/Makefile.in @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 1999-2025 Free Software Foundation, Inc. +# Copyright (C) 1999-2026 Free Software Foundation, Inc. # # This file is part of the libiberty library. # Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/testsuite/demangler-fuzzer.c b/libiberty/testsuite/demangler-fuzzer.c index 2b54f0c787f..f971b31dacd 100644 --- a/libiberty/testsuite/demangler-fuzzer.c +++ b/libiberty/testsuite/demangler-fuzzer.c @@ -1,6 +1,6 @@ /* Demangler fuzzer. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. This file is part of GNU libiberty. diff --git a/libiberty/testsuite/test-demangle.c b/libiberty/testsuite/test-demangle.c index c6f37d92707..3af7979982f 100644 --- a/libiberty/testsuite/test-demangle.c +++ b/libiberty/testsuite/test-demangle.c @@ -1,5 +1,5 @@ /* Demangler test program, - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Written by Zack Weinberg This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/testsuite/test-pexecute.c b/libiberty/testsuite/test-pexecute.c index f900e58baed..3aaf268bdfe 100644 --- a/libiberty/testsuite/test-pexecute.c +++ b/libiberty/testsuite/test-pexecute.c @@ -1,5 +1,5 @@ /* Pexecute test program, - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU libiberty. diff --git a/libiberty/testsuite/test-strtol.c b/libiberty/testsuite/test-strtol.c index 5613afe59fc..e16d8158555 100644 --- a/libiberty/testsuite/test-strtol.c +++ b/libiberty/testsuite/test-strtol.c @@ -1,5 +1,5 @@ /* Test program for strtol family of funtions, - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Written by Yury Gribov This file is part of the libiberty library, which is part of GCC. diff --git a/libiberty/timeval-utils.c b/libiberty/timeval-utils.c index fc679bd52b2..54b58d7c2ab 100644 --- a/libiberty/timeval-utils.c +++ b/libiberty/timeval-utils.c @@ -1,5 +1,5 @@ /* Basic struct timeval utilities. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index f6ecd908209..d1bc536a2e0 100644 --- a/libiberty/unlink-if-ordinary.c +++ b/libiberty/unlink-if-ordinary.c @@ -1,5 +1,5 @@ /* unlink-if-ordinary.c - remove link to a file unless it is special - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/vasprintf.c b/libiberty/vasprintf.c index 768f4133380..6b659738d04 100644 --- a/libiberty/vasprintf.c +++ b/libiberty/vasprintf.c @@ -1,6 +1,6 @@ /* Like vsprintf but provides a pointer to malloc'd storage, which must be freed by the caller. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/vfprintf.c b/libiberty/vfprintf.c index 9fe72828731..702651ee2ec 100644 --- a/libiberty/vfprintf.c +++ b/libiberty/vfprintf.c @@ -1,6 +1,6 @@ /* Provide a version vfprintf in terms of _doprnt. By Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98 - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. */ #include "ansidecl.h" diff --git a/libiberty/vprintf-support.c b/libiberty/vprintf-support.c index 6aa07d03cca..5a998fbf4ae 100644 --- a/libiberty/vprintf-support.c +++ b/libiberty/vprintf-support.c @@ -1,6 +1,6 @@ /* Estimate the length of the string generated by a vprintf-like function. Used by vasprintf and xvasprintf. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/vprintf-support.h b/libiberty/vprintf-support.h index f81f0387c72..8e56f970606 100644 --- a/libiberty/vprintf-support.h +++ b/libiberty/vprintf-support.h @@ -1,6 +1,6 @@ /* Estimate the length of the string generated by a vprintf-like function. Use by vasprintf and xvasprintf. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/vsnprintf.c b/libiberty/vsnprintf.c index 77538ad8a9a..5f36707f0c0 100644 --- a/libiberty/vsnprintf.c +++ b/libiberty/vsnprintf.c @@ -1,5 +1,5 @@ /* Implement the vsnprintf function. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. This library is free diff --git a/libiberty/vsprintf.c b/libiberty/vsprintf.c index 2cd1fc0d468..1a2cb69996e 100644 --- a/libiberty/vsprintf.c +++ b/libiberty/vsprintf.c @@ -3,7 +3,7 @@ implementations of stdio; newer ones should already have vsprintf. Written by Per Bothner of Cygnus Support. Based on libg++'s "form" (written by Doug Lea; dl@rocky.oswego.edu). - Copyright (C) 1991-2025 Free Software Foundation, Inc. + Copyright (C) 1991-2026 Free Software Foundation, Inc. This file is part of the libiberty library. This library is free software; you can redistribute it and/or modify it under the diff --git a/libiberty/xasprintf.c b/libiberty/xasprintf.c index 139b83806d0..745728faf5c 100644 --- a/libiberty/xasprintf.c +++ b/libiberty/xasprintf.c @@ -1,5 +1,5 @@ /* Implement the xasprintf function. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Manuel Lopez-Ibanez. This file is part of the libiberty library. diff --git a/libiberty/xexit.c b/libiberty/xexit.c index 40611d6f437..4fccd1be8b3 100644 --- a/libiberty/xexit.c +++ b/libiberty/xexit.c @@ -1,5 +1,5 @@ /* xexit.c -- Run any exit handlers, then exit. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index 87b4952e483..f38cc06c814 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -1,5 +1,5 @@ /* memory allocation routines with error checking. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/libiberty/xstrndup.c b/libiberty/xstrndup.c index 12bcf4daeee..f01e9ff7f88 100644 --- a/libiberty/xstrndup.c +++ b/libiberty/xstrndup.c @@ -1,5 +1,5 @@ /* Implement the xstrndup function. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. diff --git a/libiberty/xvasprintf.c b/libiberty/xvasprintf.c index 77c558a3276..3f022d1814b 100644 --- a/libiberty/xvasprintf.c +++ b/libiberty/xvasprintf.c @@ -1,5 +1,5 @@ /* Implement the xvasprintf function. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Manuel Lopez-Ibanez. This file is part of the libiberty library. diff --git a/libsframe/Makefile.am b/libsframe/Makefile.am index 864e4975e8c..8f4ed7e1f8b 100644 --- a/libsframe/Makefile.am +++ b/libsframe/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file 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/libsframe/Makefile.in b/libsframe/Makefile.in index c3135064754..660b3e38116 100644 --- a/libsframe/Makefile.in +++ b/libsframe/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -508,7 +508,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file 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/libsframe/configure.ac b/libsframe/configure.ac index cf4285fefac..256f3cd8729 100644 --- a/libsframe/configure.ac +++ b/libsframe/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2022-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2022-2026 Free Software Foundation, Inc. dnl dnl This file 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/libsframe/doc/local.mk b/libsframe/doc/local.mk index abd767b5b89..fe45bdbd1ef 100644 --- a/libsframe/doc/local.mk +++ b/libsframe/doc/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 Free Software Foundation, Inc. # # This file 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/libsframe/doc/sframe-spec.texi b/libsframe/doc/sframe-spec.texi index 689cc28add7..306f21e82c9 100644 --- a/libsframe/doc/sframe-spec.texi +++ b/libsframe/doc/sframe-spec.texi @@ -3,7 +3,7 @@ @settitle The SFrame Format @copying -Copyright @copyright{} 2021-2025 Free Software Foundation, Inc. +Copyright @copyright{} 2021-2026 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any diff --git a/libsframe/sframe-dump.c b/libsframe/sframe-dump.c index 763ff8144df..f4551236105 100644 --- a/libsframe/sframe-dump.c +++ b/libsframe/sframe-dump.c @@ -1,6 +1,6 @@ /* sframe-dump.c - Textual dump of .sframe. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-error.c b/libsframe/sframe-error.c index 8e499e91ab3..7c8bbfaf43c 100644 --- a/libsframe/sframe-error.c +++ b/libsframe/sframe-error.c @@ -1,6 +1,6 @@ /* sframe-error.c - Error messages. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-impl.h b/libsframe/sframe-impl.h index 65acb975862..9deea816b40 100644 --- a/libsframe/sframe-impl.h +++ b/libsframe/sframe-impl.h @@ -1,6 +1,6 @@ /* Implementation header. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe.c b/libsframe/sframe.c index 289589043be..609a13e66d6 100644 --- a/libsframe/sframe.c +++ b/libsframe/sframe.c @@ -1,6 +1,6 @@ /* sframe.c - SFrame decoder/encoder. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/testsuite/config/default.exp b/libsframe/testsuite/config/default.exp index 3999215acd2..861e0620e6f 100644 --- a/libsframe/testsuite/config/default.exp +++ b/libsframe/testsuite/config/default.exp @@ -1,5 +1,5 @@ # Basic expect script for libsframe decoder tests. -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.decode/be-flipping.c b/libsframe/testsuite/libsframe.decode/be-flipping.c index 5f9759418a3..54ecd5b1ab4 100644 --- a/libsframe/testsuite/libsframe.decode/be-flipping.c +++ b/libsframe/testsuite/libsframe.decode/be-flipping.c @@ -1,6 +1,6 @@ /* be-flipping.c -- Test for handling different endianness in libsframe. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 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 diff --git a/libsframe/testsuite/libsframe.decode/decode.exp b/libsframe/testsuite/libsframe.decode/decode.exp index 7d8d919212f..d35b89467cb 100644 --- a/libsframe/testsuite/libsframe.decode/decode.exp +++ b/libsframe/testsuite/libsframe.decode/decode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.decode/frecnt-1.c b/libsframe/testsuite/libsframe.decode/frecnt-1.c index 53d70a0ef77..bff2f67a281 100644 --- a/libsframe/testsuite/libsframe.decode/frecnt-1.c +++ b/libsframe/testsuite/libsframe.decode/frecnt-1.c @@ -1,6 +1,6 @@ /* frecnt-1.c -- Test for decoder in libsframe. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 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 diff --git a/libsframe/testsuite/libsframe.decode/frecnt-2.c b/libsframe/testsuite/libsframe.decode/frecnt-2.c index a8ca69f2dd7..0bda1965a24 100644 --- a/libsframe/testsuite/libsframe.decode/frecnt-2.c +++ b/libsframe/testsuite/libsframe.decode/frecnt-2.c @@ -1,6 +1,6 @@ /* frecnt-2.c -- Test for decoder in libsframe. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 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 diff --git a/libsframe/testsuite/libsframe.encode/encode-1.c b/libsframe/testsuite/libsframe.encode/encode-1.c index 5e401422974..9ced70259e2 100644 --- a/libsframe/testsuite/libsframe.encode/encode-1.c +++ b/libsframe/testsuite/libsframe.encode/encode-1.c @@ -1,6 +1,6 @@ /* encode-1.c -- Test for encoder in libsframe. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 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 diff --git a/libsframe/testsuite/libsframe.encode/encode.exp b/libsframe/testsuite/libsframe.encode/encode.exp index afd892618de..fb084cf48bb 100644 --- a/libsframe/testsuite/libsframe.encode/encode.exp +++ b/libsframe/testsuite/libsframe.encode/encode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2025 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.find/find.exp b/libsframe/testsuite/libsframe.find/find.exp index 62471a39ab3..bbe9e1f4623 100644 --- a/libsframe/testsuite/libsframe.find/find.exp +++ b/libsframe/testsuite/libsframe.find/find.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 Free Software Foundation, Inc. +# Copyright (C) 2023-2026 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.find/findfre-1.c b/libsframe/testsuite/libsframe.find/findfre-1.c index eae9c2798e2..cf1475eb74f 100644 --- a/libsframe/testsuite/libsframe.find/findfre-1.c +++ b/libsframe/testsuite/libsframe.find/findfre-1.c @@ -1,6 +1,6 @@ /* findfre-1.c -- Test for sframe_find_fre in libsframe. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 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 diff --git a/libsframe/testsuite/libsframe.find/findfunc-1.c b/libsframe/testsuite/libsframe.find/findfunc-1.c index 80e9faccec1..d5b99a9420e 100644 --- a/libsframe/testsuite/libsframe.find/findfunc-1.c +++ b/libsframe/testsuite/libsframe.find/findfunc-1.c @@ -1,6 +1,6 @@ /* findfunc-1.c -- Test for sframe_get_funcdesc_with_addr in libsframe. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 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 diff --git a/libsframe/testsuite/libsframe.find/plt-findfre-1.c b/libsframe/testsuite/libsframe.find/plt-findfre-1.c index 6a0809af35e..e9cb3ac8c4a 100644 --- a/libsframe/testsuite/libsframe.find/plt-findfre-1.c +++ b/libsframe/testsuite/libsframe.find/plt-findfre-1.c @@ -1,6 +1,6 @@ /* plt-findfre-1.c -- Test for sframe_find_fre for SFRAME_FDE_TYPE_PCMASK. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 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 diff --git a/libsframe/testsuite/libsframe.find/plt-findfre-2.c b/libsframe/testsuite/libsframe.find/plt-findfre-2.c index 1e0036c2721..25e76a599ce 100644 --- a/libsframe/testsuite/libsframe.find/plt-findfre-2.c +++ b/libsframe/testsuite/libsframe.find/plt-findfre-2.c @@ -1,7 +1,7 @@ /* plt-findfre-2.c -- Test for sframe_find_fre for SFrame FDE of type PCMASK with with one SFrame FRE only. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 diff --git a/libsframe/testsuite/sframe-test.h b/libsframe/testsuite/sframe-test.h index 8b430e4ac35..1e645655ab6 100644 --- a/libsframe/testsuite/sframe-test.h +++ b/libsframe/testsuite/sframe-test.h @@ -1,6 +1,6 @@ /* sframe-test.h -- Common libsframe testsuite header. - Copyright (C) 2022-2025 Free Software Foundation, Inc. + Copyright (C) 2022-2026 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 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 13659e317eb..56df9a560d1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1494,7 +1494,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2025 Free Software Foundation, Inc. +Copyright (C) 2021-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/opcodes/MAINTAINERS b/opcodes/MAINTAINERS index 2ba4daff4b4..dc2f62e1fc6 100644 --- a/opcodes/MAINTAINERS +++ b/opcodes/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -Copyright (C) 2012-2025 Free Software Foundation, Inc. +Copyright (C) 2012-2026 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index c5b055dad57..a0fcf4d5ec7 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/opcodes/Makefile.in b/opcodes/Makefile.in index 0aeeb81d705..c5449bebf54 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/opcodes/aarch64-asm-2.c b/opcodes/aarch64-asm-2.c index 8d32ac79c35..d1b5a5b94ab 100644 --- a/opcodes/aarch64-asm-2.c +++ b/opcodes/aarch64-asm-2.c @@ -1,5 +1,5 @@ /* This file is automatically generated by aarch64-gen. Do not edit! */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Arm Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-asm.c b/opcodes/aarch64-asm.c index 2bb9108fdaa..b2fc48e2ee7 100644 --- a/opcodes/aarch64-asm.c +++ b/opcodes/aarch64-asm.c @@ -1,5 +1,5 @@ /* aarch64-asm.c -- AArch64 assembler support. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-asm.h b/opcodes/aarch64-asm.h index 4063fccfd74..0801051ed15 100644 --- a/opcodes/aarch64-asm.h +++ b/opcodes/aarch64-asm.h @@ -1,5 +1,5 @@ /* aarch64-asm.h -- Header file for aarch64-asm.c and aarch64-asm-2.c. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-dis-2.c b/opcodes/aarch64-dis-2.c index b8d6c7fc0c4..ac3aa499066 100644 --- a/opcodes/aarch64-dis-2.c +++ b/opcodes/aarch64-dis-2.c @@ -1,5 +1,5 @@ /* This file is automatically generated by aarch64-gen. Do not edit! */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Arm Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-dis.c b/opcodes/aarch64-dis.c index 8a50b46f40f..55a9952d36a 100644 --- a/opcodes/aarch64-dis.c +++ b/opcodes/aarch64-dis.c @@ -1,5 +1,5 @@ /* aarch64-dis.c -- AArch64 disassembler. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-dis.h b/opcodes/aarch64-dis.h index 7c53e0fbb06..42cc99c5015 100644 --- a/opcodes/aarch64-dis.h +++ b/opcodes/aarch64-dis.h @@ -1,5 +1,5 @@ /* aarch64-dis.h -- Header file for aarch64-dis.c and aarch64-dis-2.c. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-gen.c b/opcodes/aarch64-gen.c index 308d2c22aa1..7ba4decbd8d 100644 --- a/opcodes/aarch64-gen.c +++ b/opcodes/aarch64-gen.c @@ -1,6 +1,6 @@ /* aarch64-gen.c -- Generate tables and routines for opcode lookup and instruction encoding and decoding. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. @@ -1393,7 +1393,7 @@ main (int argc, char **argv) ("/* This file is automatically generated by aarch64-gen. " "Do not edit! */\n"); printf - ("/* Copyright (C) 2012-2025 Free Software Foundation, Inc.\n" + ("/* Copyright (C) 2012-2026 Free Software Foundation, Inc.\n" " Contributed by Arm Ltd.\n\n" " This file is part of the GNU opcodes library.\n\n" " This library is free software; you can redistribute it and/or modify\n" diff --git a/opcodes/aarch64-opc-2.c b/opcodes/aarch64-opc-2.c index c4fd0f75da9..6000ed8bfef 100644 --- a/opcodes/aarch64-opc-2.c +++ b/opcodes/aarch64-opc-2.c @@ -1,5 +1,5 @@ /* This file is automatically generated by aarch64-gen. Do not edit! */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Arm Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-opc.c b/opcodes/aarch64-opc.c index ae96d42a7ef..0b78e5243d6 100644 --- a/opcodes/aarch64-opc.c +++ b/opcodes/aarch64-opc.c @@ -1,5 +1,5 @@ /* aarch64-opc.c -- AArch64 opcode support. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-opc.h b/opcodes/aarch64-opc.h index c8fb2691029..a612c3a3db9 100644 --- a/opcodes/aarch64-opc.h +++ b/opcodes/aarch64-opc.h @@ -1,5 +1,5 @@ /* aarch64-opc.h -- Header file for aarch64-opc.c and aarch64-opc-2.c. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-sys-regs.def b/opcodes/aarch64-sys-regs.def index 17c1c9d0c01..d107a8ac2aa 100644 --- a/opcodes/aarch64-sys-regs.def +++ b/opcodes/aarch64-sys-regs.def @@ -1,5 +1,5 @@ /* aarch64-system-regs.def -- AArch64 opcode support. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-tbl-2.h b/opcodes/aarch64-tbl-2.h index 3d719a6c236..734dd2f5cb2 100644 --- a/opcodes/aarch64-tbl-2.h +++ b/opcodes/aarch64-tbl-2.h @@ -1,5 +1,5 @@ /* This file is automatically generated by aarch64-gen. Do not edit! */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Arm Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/aarch64-tbl.h b/opcodes/aarch64-tbl.h index 2b78f3b2b38..3796a476880 100644 --- a/opcodes/aarch64-tbl.h +++ b/opcodes/aarch64-tbl.h @@ -1,6 +1,6 @@ /* aarch64-tbl.h -- AArch64 opcode description table and instruction operand description table. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c index 1ff9c7f23c7..7b55df6dcb9 100644 --- a/opcodes/alpha-dis.c +++ b/opcodes/alpha-dis.c @@ -1,5 +1,5 @@ /* alpha-dis.c -- Disassemble Alpha AXP instructions - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Richard Henderson , patterned after the PPC opcode handling written by Ian Lance Taylor. diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c index 6845743e827..0071dff1d96 100644 --- a/opcodes/alpha-opc.c +++ b/opcodes/alpha-opc.c @@ -1,5 +1,5 @@ /* alpha-opc.c -- Alpha AXP opcode list - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Richard Henderson , patterned after the PPC opcode handling written by Ian Lance Taylor. diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index f162725d617..bdb66a71373 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for the ARC. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arc-dis.h b/opcodes/arc-dis.h index fb98c941b57..66fee042e26 100644 --- a/opcodes/arc-dis.h +++ b/opcodes/arc-dis.h @@ -1,5 +1,5 @@ /* Disassembler structures definitions for the ARC. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arc-ext-tbl.h b/opcodes/arc-ext-tbl.h index 3a674dc5cc5..30d71122009 100644 --- a/opcodes/arc-ext-tbl.h +++ b/opcodes/arc-ext-tbl.h @@ -1,5 +1,5 @@ /* ARC instruction defintions. - Copyright (C) 2016-2025 Free Software Foundation, Inc. + Copyright (C) 2016-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arc-ext.c b/opcodes/arc-ext.c index 16414d093a5..c99a6d2c3b5 100644 --- a/opcodes/arc-ext.c +++ b/opcodes/arc-ext.c @@ -1,5 +1,5 @@ /* ARC target-dependent stuff. Extension structure access functions - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/arc-ext.h b/opcodes/arc-ext.h index 7b12b446f8d..3feadb3d723 100644 --- a/opcodes/arc-ext.h +++ b/opcodes/arc-ext.h @@ -1,5 +1,5 @@ /* ARC target-dependent stuff. Extension data structures. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/arc-fxi.h b/opcodes/arc-fxi.h index 0cdd5a79d3b..a2e815da3f0 100644 --- a/opcodes/arc-fxi.h +++ b/opcodes/arc-fxi.h @@ -1,5 +1,5 @@ /* Insert/extract functions for the ARC opcodes. - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c index e9ea1b46b75..a4344ad7303 100644 --- a/opcodes/arc-opc.c +++ b/opcodes/arc-opc.c @@ -1,5 +1,5 @@ /* Opcode table for the ARC. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arc-regs.h b/opcodes/arc-regs.h index c37eea9f49d..4db7e4cf9fa 100644 --- a/opcodes/arc-regs.h +++ b/opcodes/arc-regs.h @@ -1,5 +1,5 @@ /* ARC Auxiliary register definitions - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arc-tbl.h b/opcodes/arc-tbl.h index c13633038ef..db176f6ce44 100644 --- a/opcodes/arc-tbl.h +++ b/opcodes/arc-tbl.h @@ -1,5 +1,5 @@ /* ARC instruction defintions. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index a548cdb3dcd..d4c1f2453e4 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for the ARM - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) Modification by James G. Smith (jsmith@cygnus.co.uk) diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c index 75796727f9f..1d9e2f1c1ea 100644 --- a/opcodes/avr-dis.c +++ b/opcodes/avr-dis.c @@ -1,5 +1,5 @@ /* Disassemble AVR instructions. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Denis Chertykov diff --git a/opcodes/bfin-dis.c b/opcodes/bfin-dis.c index f4f1574f7d4..914cc96ea4b 100644 --- a/opcodes/bfin-dis.c +++ b/opcodes/bfin-dis.c @@ -1,5 +1,5 @@ /* Disassemble ADI Blackfin Instructions. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/bpf-dis.c b/opcodes/bpf-dis.c index c7d71497908..7b89a7994ee 100644 --- a/opcodes/bpf-dis.c +++ b/opcodes/bpf-dis.c @@ -1,5 +1,5 @@ /* bpf-dis.c - BPF disassembler. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. Contributed by Oracle Inc. diff --git a/opcodes/bpf-opc.c b/opcodes/bpf-opc.c index 66a34e376e9..91ee561ea10 100644 --- a/opcodes/bpf-opc.c +++ b/opcodes/bpf-opc.c @@ -1,5 +1,5 @@ /* bpf-opc.c - BPF opcodes. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 Free Software Foundation, Inc. Contributed by Oracle Inc. diff --git a/opcodes/cgen-asm.c b/opcodes/cgen-asm.c index f2c67eca4d0..0e1814cb28d 100644 --- a/opcodes/cgen-asm.c +++ b/opcodes/cgen-asm.c @@ -1,5 +1,5 @@ /* CGEN generic assembler support code. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen-asm.in b/opcodes/cgen-asm.in index 66fd4549d03..e0cd6a9b5fe 100644 --- a/opcodes/cgen-asm.in +++ b/opcodes/cgen-asm.in @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen-bitset.c b/opcodes/cgen-bitset.c index 895d0b43991..c5438167d60 100644 --- a/opcodes/cgen-bitset.c +++ b/opcodes/cgen-bitset.c @@ -1,5 +1,5 @@ /* CGEN generic opcode support. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen-dis.c b/opcodes/cgen-dis.c index d8014eaa7a8..263156da30d 100644 --- a/opcodes/cgen-dis.c +++ b/opcodes/cgen-dis.c @@ -1,5 +1,5 @@ /* CGEN generic disassembler support code. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in index 71fd8125e75..aaffd18b469 100644 --- a/opcodes/cgen-dis.in +++ b/opcodes/cgen-dis.in @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen-ibld.in b/opcodes/cgen-ibld.in index af4725b17dd..165d4c636b0 100644 --- a/opcodes/cgen-ibld.in +++ b/opcodes/cgen-ibld.in @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen-opc.c b/opcodes/cgen-opc.c index 036f2489fb2..80f8f1ef437 100644 --- a/opcodes/cgen-opc.c +++ b/opcodes/cgen-opc.c @@ -1,6 +1,6 @@ /* CGEN generic opcode support. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/cgen.sh b/opcodes/cgen.sh index a9325d26218..07870970223 100644 --- a/opcodes/cgen.sh +++ b/opcodes/cgen.sh @@ -1,7 +1,7 @@ #! /bin/sh # CGEN generic assembler support code. # -# Copyright (C) 2000-2025 Free Software Foundation, Inc. +# Copyright (C) 2000-2026 Free Software Foundation, Inc. # # This file is part of the GNU opcodes library. # diff --git a/opcodes/configure.ac b/opcodes/configure.ac index 675f0662700..2c2556598c9 100644 --- a/opcodes/configure.ac +++ b/opcodes/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2025 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2026 Free Software Foundation, Inc. dnl dnl This file 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/opcodes/configure.com b/opcodes/configure.com index 5d3d5ad3f72..f9e4ef59f3e 100644 --- a/opcodes/configure.com +++ b/opcodes/configure.com @@ -6,7 +6,7 @@ $! to execute it. $! $! Written by Tristan Gingold (gingold@adacore.com) $! -$! Copyright (C) 2012-2025 Free Software Foundation, Inc. +$! Copyright (C) 2012-2026 Free Software Foundation, Inc. $! $! This file 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/opcodes/cr16-dis.c b/opcodes/cr16-dis.c index af75415e76e..6ae9b6619d2 100644 --- a/opcodes/cr16-dis.c +++ b/opcodes/cr16-dis.c @@ -1,5 +1,5 @@ /* Disassembler code for CR16. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by M R Swami Reddy (MR.Swami.Reddy@nsc.com). This file is part of GAS, GDB and the GNU binutils. diff --git a/opcodes/cr16-opc.c b/opcodes/cr16-opc.c index ae6ca342486..3438cbafd0d 100644 --- a/opcodes/cr16-opc.c +++ b/opcodes/cr16-opc.c @@ -1,5 +1,5 @@ /* cr16-opc.c -- Table of opcodes for the CR16 processor. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by M R Swami Reddy (MR.Swami.Reddy@nsc.com) This file is part of the GNU opcodes library. diff --git a/opcodes/cris-desc.c b/opcodes/cris-desc.c index e98702e5b91..06c52b09c8c 100644 --- a/opcodes/cris-desc.c +++ b/opcodes/cris-desc.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/cris-desc.h b/opcodes/cris-desc.h index aef7c729742..2f1a8141d97 100644 --- a/opcodes/cris-desc.h +++ b/opcodes/cris-desc.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/cris-dis.c b/opcodes/cris-dis.c index 3c33c34f343..3e96c6c22bb 100644 --- a/opcodes/cris-dis.c +++ b/opcodes/cris-dis.c @@ -1,5 +1,5 @@ /* Disassembler code for CRIS. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Written by Hans-Peter Nilsson. diff --git a/opcodes/cris-opc.c b/opcodes/cris-opc.c index d2426940351..ca5c16c5437 100644 --- a/opcodes/cris-opc.c +++ b/opcodes/cris-opc.c @@ -1,5 +1,5 @@ /* cris-opc.c -- Table of opcodes for the CRIS processor. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. Reorganized by Hans-Peter Nilsson. diff --git a/opcodes/cris-opc.h b/opcodes/cris-opc.h index ad94cecc0c1..0acd5eaa95e 100644 --- a/opcodes/cris-opc.h +++ b/opcodes/cris-opc.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/crx-dis.c b/opcodes/crx-dis.c index 19cf294c9dc..3f6c65b0b6b 100644 --- a/opcodes/crx-dis.c +++ b/opcodes/crx-dis.c @@ -1,5 +1,5 @@ /* Disassembler code for CRX. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Written by Tomer Levi. diff --git a/opcodes/crx-opc.c b/opcodes/crx-opc.c index 5cf15018910..1b08eed90e7 100644 --- a/opcodes/crx-opc.c +++ b/opcodes/crx-opc.c @@ -1,5 +1,5 @@ /* crx-opc.c -- Table of opcodes for the CRX processor. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 Free Software Foundation, Inc. Contributed by Tomer Levi NSC, Israel. Originally written for GAS 2.12 by Tomer Levi. diff --git a/opcodes/csky-dis.c b/opcodes/csky-dis.c index afe54c444b5..aaf6ffd1b85 100644 --- a/opcodes/csky-dis.c +++ b/opcodes/csky-dis.c @@ -1,5 +1,5 @@ /* C-SKY disassembler. - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of the GNU opcodes library. diff --git a/opcodes/csky-opc.h b/opcodes/csky-opc.h index 2d1be0d5c2d..cbf84227bfd 100644 --- a/opcodes/csky-opc.h +++ b/opcodes/csky-opc.h @@ -1,5 +1,5 @@ /* Declarations for C-SKY opcode table - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. Contributed by C-SKY Microsystems and Mentor Graphics. This file is part of the GNU opcodes library. diff --git a/opcodes/d10v-dis.c b/opcodes/d10v-dis.c index f53589f14bd..e9095aafb78 100644 --- a/opcodes/d10v-dis.c +++ b/opcodes/d10v-dis.c @@ -1,5 +1,5 @@ /* Disassemble D10V instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/d10v-opc.c b/opcodes/d10v-opc.c index 99e1b3a020c..e78875a717a 100644 --- a/opcodes/d10v-opc.c +++ b/opcodes/d10v-opc.c @@ -1,5 +1,5 @@ /* d10v-opc.c -- D10V opcode list - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support This file is part of the GNU opcodes library. diff --git a/opcodes/d30v-dis.c b/opcodes/d30v-dis.c index a66937ec0f9..9fb0dcc9e45 100644 --- a/opcodes/d30v-dis.c +++ b/opcodes/d30v-dis.c @@ -1,5 +1,5 @@ /* Disassemble D30V instructions. - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/d30v-opc.c b/opcodes/d30v-opc.c index 232a470d2f7..dabdae7247c 100644 --- a/opcodes/d30v-opc.c +++ b/opcodes/d30v-opc.c @@ -1,5 +1,5 @@ /* d30v-opc.c -- D30V opcode list - Copyright (C) 1997-2025 Free Software Foundation, Inc. + Copyright (C) 1997-2026 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support This file is part of the GNU opcodes library. diff --git a/opcodes/dis-buf.c b/opcodes/dis-buf.c index 342e76d2dfd..83fce0a2fc3 100644 --- a/opcodes/dis-buf.c +++ b/opcodes/dis-buf.c @@ -1,5 +1,5 @@ /* Disassemble from a buffer, for GNU. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/dis-init.c b/opcodes/dis-init.c index 08ee0db28dc..efd9b58b42e 100644 --- a/opcodes/dis-init.c +++ b/opcodes/dis-init.c @@ -1,6 +1,6 @@ /* Initialize "struct disassemble_info". - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c index 0fb24ae4352..77d44bb08db 100644 --- a/opcodes/disassemble.c +++ b/opcodes/disassemble.c @@ -1,5 +1,5 @@ /* Select disassembly routine for specified architecture. - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/disassemble.h b/opcodes/disassemble.h index a6c7d8fb756..2157790c947 100644 --- a/opcodes/disassemble.h +++ b/opcodes/disassemble.h @@ -1,6 +1,6 @@ /* Header only used inside opcodes library for disassemble. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 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 diff --git a/opcodes/dlx-dis.c b/opcodes/dlx-dis.c index 5279f8352fb..da198ae74cf 100644 --- a/opcodes/dlx-dis.c +++ b/opcodes/dlx-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for the DLX Microprocessor - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Kuang Hwa Lin. Written by Kuang Hwa Lin, 03/2002. This file is part of the GNU opcodes library. diff --git a/opcodes/epiphany-asm.c b/opcodes/epiphany-asm.c index 9ebf2a6fa42..6be81a6a0fb 100644 --- a/opcodes/epiphany-asm.c +++ b/opcodes/epiphany-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/epiphany-desc.c b/opcodes/epiphany-desc.c index 6e85a7e8e9b..16fd7f6b50d 100644 --- a/opcodes/epiphany-desc.c +++ b/opcodes/epiphany-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/epiphany-desc.h b/opcodes/epiphany-desc.h index 7cfc9a7929e..ba1345ab92b 100644 --- a/opcodes/epiphany-desc.h +++ b/opcodes/epiphany-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/epiphany-dis.c b/opcodes/epiphany-dis.c index 228d6d446fa..8016cf6f37d 100644 --- a/opcodes/epiphany-dis.c +++ b/opcodes/epiphany-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/epiphany-ibld.c b/opcodes/epiphany-ibld.c index 51e163f88c5..f330fe8fc62 100644 --- a/opcodes/epiphany-ibld.c +++ b/opcodes/epiphany-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/epiphany-opc.c b/opcodes/epiphany-opc.c index b77917f5a17..a1e3824390f 100644 --- a/opcodes/epiphany-opc.c +++ b/opcodes/epiphany-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/epiphany-opc.h b/opcodes/epiphany-opc.h index af845328b13..9dd7199405e 100644 --- a/opcodes/epiphany-opc.h +++ b/opcodes/epiphany-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/fr30-asm.c b/opcodes/fr30-asm.c index 6b6cc7e6b85..2d3b642a596 100644 --- a/opcodes/fr30-asm.c +++ b/opcodes/fr30-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/fr30-desc.c b/opcodes/fr30-desc.c index 612bd61e395..c201e6d895c 100644 --- a/opcodes/fr30-desc.c +++ b/opcodes/fr30-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/fr30-desc.h b/opcodes/fr30-desc.h index 189475e1fc2..1d6e99b42dc 100644 --- a/opcodes/fr30-desc.h +++ b/opcodes/fr30-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/fr30-dis.c b/opcodes/fr30-dis.c index 1d137e70570..c35b4baad1a 100644 --- a/opcodes/fr30-dis.c +++ b/opcodes/fr30-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/fr30-ibld.c b/opcodes/fr30-ibld.c index 11090c9feda..3a6e610256a 100644 --- a/opcodes/fr30-ibld.c +++ b/opcodes/fr30-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/fr30-opc.c b/opcodes/fr30-opc.c index 6e5637bfa08..1c28baec5ef 100644 --- a/opcodes/fr30-opc.c +++ b/opcodes/fr30-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/fr30-opc.h b/opcodes/fr30-opc.h index e5dce324186..26dd2581aef 100644 --- a/opcodes/fr30-opc.h +++ b/opcodes/fr30-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/frv-asm.c b/opcodes/frv-asm.c index f2777caedd2..43f0a6c8cbb 100644 --- a/opcodes/frv-asm.c +++ b/opcodes/frv-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/frv-desc.c b/opcodes/frv-desc.c index 88030451b91..ed04e60c113 100644 --- a/opcodes/frv-desc.c +++ b/opcodes/frv-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/frv-desc.h b/opcodes/frv-desc.h index d16e7930041..d20202a3097 100644 --- a/opcodes/frv-desc.h +++ b/opcodes/frv-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/frv-dis.c b/opcodes/frv-dis.c index 58e3b514549..f55b1c940cb 100644 --- a/opcodes/frv-dis.c +++ b/opcodes/frv-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/frv-ibld.c b/opcodes/frv-ibld.c index ca58a36a58b..d607b812015 100644 --- a/opcodes/frv-ibld.c +++ b/opcodes/frv-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/frv-opc.c b/opcodes/frv-opc.c index b793ae1a7c2..de65a52a863 100644 --- a/opcodes/frv-opc.c +++ b/opcodes/frv-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/frv-opc.h b/opcodes/frv-opc.h index e1215412bec..46ee343d7b9 100644 --- a/opcodes/frv-opc.h +++ b/opcodes/frv-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/ft32-dis.c b/opcodes/ft32-dis.c index 158d4b1678d..19ab0df189e 100644 --- a/opcodes/ft32-dis.c +++ b/opcodes/ft32-dis.c @@ -1,5 +1,5 @@ /* Disassemble ft32 instructions. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by FTDI (support@ftdichip.com) This file is part of the GNU opcodes library. diff --git a/opcodes/ft32-opc.c b/opcodes/ft32-opc.c index ccd66e308cf..1a45ce1a9d6 100644 --- a/opcodes/ft32-opc.c +++ b/opcodes/ft32-opc.c @@ -1,5 +1,5 @@ /* ft32-opc.c -- Definitions for ft32 opcodes. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by FTDI (support@ftdichip.com) This file is part of the GNU opcodes library. diff --git a/opcodes/h8300-dis.c b/opcodes/h8300-dis.c index c38ece84d17..2a3192a456e 100644 --- a/opcodes/h8300-dis.c +++ b/opcodes/h8300-dis.c @@ -1,5 +1,5 @@ /* Disassemble h8300 instructions. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index ceb97bb6a72..a85856f2faa 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -1,5 +1,5 @@ /* Disassembler for the PA-RISC. Somewhat derived from sparc-pinsn.c. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 9b007054d48..21f37bc7509 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -1,5 +1,5 @@ /* Print i386 instructions for GDB, the GNU debugger. - Copyright (C) 1988-2025 Free Software Foundation, Inc. + Copyright (C) 1988-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index b33aec4d546..be580d48a18 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -669,7 +669,7 @@ static void process_copyright (FILE *fp) { fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc.\n\ +/* Copyright (C) 2007-2026 Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ \n\ diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index a5be55d08dd..c10928125a7 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -1,5 +1,5 @@ /* This file is automatically generated by i386-gen. Do not edit! */ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/i386-mnem.h b/opcodes/i386-mnem.h index 4253556ff2d..c44849c9984 100644 --- a/opcodes/i386-mnem.h +++ b/opcodes/i386-mnem.h @@ -1,5 +1,5 @@ /* This file is automatically generated by i386-gen. Do not edit! */ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index f6c3a5f70fc..54038f90761 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -1,5 +1,5 @@ /* Declarations for Intel 80386 opcode table - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl index f5b2fe100cb..4d247b5c7f4 100644 --- a/opcodes/i386-opc.tbl +++ b/opcodes/i386-opc.tbl @@ -1,5 +1,5 @@ // i386 opcode table. -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // // This file is part of the GNU opcodes library. // diff --git a/opcodes/i386-reg.tbl b/opcodes/i386-reg.tbl index e1868144d68..74234c503d6 100644 --- a/opcodes/i386-reg.tbl +++ b/opcodes/i386-reg.tbl @@ -1,5 +1,5 @@ // i386 register table. -// Copyright (C) 2007-2025 Free Software Foundation, Inc. +// Copyright (C) 2007-2026 Free Software Foundation, Inc. // // This file is part of the GNU opcodes library. // diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index e76c23c62fc..33dee8b02d0 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -1,5 +1,5 @@ /* This file is automatically generated by i386-gen. Do not edit! */ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-asmtab.c b/opcodes/ia64-asmtab.c index 6ffe2604927..0e5de7d1e3d 100644 --- a/opcodes/ia64-asmtab.c +++ b/opcodes/ia64-asmtab.c @@ -1,5 +1,5 @@ /* This file is automatically generated by ia64-gen. Do not edit! */ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-asmtab.h b/opcodes/ia64-asmtab.h index 05004117e38..8d3a8a255cb 100644 --- a/opcodes/ia64-asmtab.h +++ b/opcodes/ia64-asmtab.h @@ -1,5 +1,5 @@ /* ia64-asmtab.h -- Header for compacted IA-64 opcode tables. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Bob Manson of Cygnus Support This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-dis.c b/opcodes/ia64-dis.c index 63de3547e39..2e2e544ff47 100644 --- a/opcodes/ia64-dis.c +++ b/opcodes/ia64-dis.c @@ -1,5 +1,5 @@ /* ia64-dis.c -- Disassemble ia64 instructions - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c index 91510cffeb9..5ba90fe5b8d 100644 --- a/opcodes/ia64-gen.c +++ b/opcodes/ia64-gen.c @@ -1,5 +1,5 @@ /* ia64-gen.c -- Generate a shrunk set of opcode tables - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Bob Manson, Cygnus Solutions, This file is part of the GNU opcodes library. @@ -2835,7 +2835,7 @@ main (int argc, char **argv) collapse_redundant_completers (); printf ("/* This file is automatically generated by ia64-gen. Do not edit! */\n"); - printf ("/* Copyright (C) 2007-2025 Free Software Foundation, Inc.\n\ + printf ("/* Copyright (C) 2007-2026 Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ \n\ diff --git a/opcodes/ia64-opc-a.c b/opcodes/ia64-opc-a.c index cfbda68d6bd..8254ebd2a94 100644 --- a/opcodes/ia64-opc-a.c +++ b/opcodes/ia64-opc-a.c @@ -1,5 +1,5 @@ /* ia64-opc-a.c -- IA-64 `A' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc-b.c b/opcodes/ia64-opc-b.c index 2e55c66791b..c0853b6c16a 100644 --- a/opcodes/ia64-opc-b.c +++ b/opcodes/ia64-opc-b.c @@ -1,5 +1,5 @@ /* ia64-opc-b.c -- IA-64 `B' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc-d.c b/opcodes/ia64-opc-d.c index df216615e37..5a4cd03aa58 100644 --- a/opcodes/ia64-opc-d.c +++ b/opcodes/ia64-opc-d.c @@ -1,5 +1,5 @@ /* ia64-opc-d.c -- IA-64 `D' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc-f.c b/opcodes/ia64-opc-f.c index cdd201d93f0..34459b56972 100644 --- a/opcodes/ia64-opc-f.c +++ b/opcodes/ia64-opc-f.c @@ -1,5 +1,5 @@ /* ia64-opc-f.c -- IA-64 `F' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc-i.c b/opcodes/ia64-opc-i.c index e7760c004ec..09f5c86dc60 100644 --- a/opcodes/ia64-opc-i.c +++ b/opcodes/ia64-opc-i.c @@ -1,5 +1,5 @@ /* ia64-opc-i.c -- IA-64 `I' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc-m.c b/opcodes/ia64-opc-m.c index 18d32b8996e..7dfb16a9af2 100644 --- a/opcodes/ia64-opc-m.c +++ b/opcodes/ia64-opc-m.c @@ -1,5 +1,5 @@ /* ia64-opc-m.c -- IA-64 `M' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc-x.c b/opcodes/ia64-opc-x.c index df8fa6eb3c4..1da2619384e 100644 --- a/opcodes/ia64-opc-x.c +++ b/opcodes/ia64-opc-x.c @@ -1,5 +1,5 @@ /* ia64-opc-x.c -- IA-64 `X' opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Timothy Wall This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc.c b/opcodes/ia64-opc.c index f41442d2435..5d79cf3d041 100644 --- a/opcodes/ia64-opc.c +++ b/opcodes/ia64-opc.c @@ -1,5 +1,5 @@ /* ia64-opc.c -- Functions to access the compacted opcode table - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Bob Manson of Cygnus Solutions, This file is part of the GNU opcodes library. diff --git a/opcodes/ia64-opc.h b/opcodes/ia64-opc.h index 9275e2a898e..a3ba52ba99c 100644 --- a/opcodes/ia64-opc.h +++ b/opcodes/ia64-opc.h @@ -1,5 +1,5 @@ /* ia64-opc.h -- IA-64 opcode table. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of the GNU opcodes library. diff --git a/opcodes/ip2k-asm.c b/opcodes/ip2k-asm.c index 995e19f11d5..18bd98a2846 100644 --- a/opcodes/ip2k-asm.c +++ b/opcodes/ip2k-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/ip2k-desc.c b/opcodes/ip2k-desc.c index c2a5e0b4c40..fc4c675e79e 100644 --- a/opcodes/ip2k-desc.c +++ b/opcodes/ip2k-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/ip2k-desc.h b/opcodes/ip2k-desc.h index 95c9b39a3b4..0c4ae707d98 100644 --- a/opcodes/ip2k-desc.h +++ b/opcodes/ip2k-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/ip2k-dis.c b/opcodes/ip2k-dis.c index db4fba2040a..e065e6e07e8 100644 --- a/opcodes/ip2k-dis.c +++ b/opcodes/ip2k-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/ip2k-ibld.c b/opcodes/ip2k-ibld.c index b692e7d40a9..89ae94a06fd 100644 --- a/opcodes/ip2k-ibld.c +++ b/opcodes/ip2k-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/ip2k-opc.c b/opcodes/ip2k-opc.c index 09fd424e654..648cd450c79 100644 --- a/opcodes/ip2k-opc.c +++ b/opcodes/ip2k-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/ip2k-opc.h b/opcodes/ip2k-opc.h index 41ea09ade6a..69389d496de 100644 --- a/opcodes/ip2k-opc.h +++ b/opcodes/ip2k-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/iq2000-asm.c b/opcodes/iq2000-asm.c index 63ab80ceaf8..f9acdd8e013 100644 --- a/opcodes/iq2000-asm.c +++ b/opcodes/iq2000-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/iq2000-desc.c b/opcodes/iq2000-desc.c index 75bbae4a0e7..3beaed13638 100644 --- a/opcodes/iq2000-desc.c +++ b/opcodes/iq2000-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/iq2000-desc.h b/opcodes/iq2000-desc.h index af29b90f847..357b4f01898 100644 --- a/opcodes/iq2000-desc.h +++ b/opcodes/iq2000-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/iq2000-dis.c b/opcodes/iq2000-dis.c index 2783129fa6e..df6c827d4ee 100644 --- a/opcodes/iq2000-dis.c +++ b/opcodes/iq2000-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/iq2000-ibld.c b/opcodes/iq2000-ibld.c index ee728a8cdbf..081aa206b0a 100644 --- a/opcodes/iq2000-ibld.c +++ b/opcodes/iq2000-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/iq2000-opc.c b/opcodes/iq2000-opc.c index 8860ecbcfe1..979566add34 100644 --- a/opcodes/iq2000-opc.c +++ b/opcodes/iq2000-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/iq2000-opc.h b/opcodes/iq2000-opc.h index 3ac2aa50388..fde883ce1c2 100644 --- a/opcodes/iq2000-opc.h +++ b/opcodes/iq2000-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/kvx-dis.c b/opcodes/kvx-dis.c index 1dcbfd2f468..76afa359dac 100644 --- a/opcodes/kvx-dis.c +++ b/opcodes/kvx-dis.c @@ -1,5 +1,5 @@ /* kvx-dis.c -- Kalray MPPA generic disassembler. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of the GNU opcodes library. diff --git a/opcodes/kvx-dis.h b/opcodes/kvx-dis.h index 6687e9b9af6..e570a7834f4 100644 --- a/opcodes/kvx-dis.h +++ b/opcodes/kvx-dis.h @@ -1,5 +1,5 @@ /* kvx-dis.h -- Header file kvx-dis.c - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of the GNU opcodes library. diff --git a/opcodes/kvx-opc.c b/opcodes/kvx-opc.c index 220a4a1e011..e6504924094 100644 --- a/opcodes/kvx-opc.c +++ b/opcodes/kvx-opc.c @@ -1,5 +1,5 @@ /* kvx-opc.c -- KVX opcode support. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Kalray SA. This file is part of the GNU opcodes library. diff --git a/opcodes/lm32-asm.c b/opcodes/lm32-asm.c index 4c9b59a743c..97f54dbb1de 100644 --- a/opcodes/lm32-asm.c +++ b/opcodes/lm32-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/lm32-desc.c b/opcodes/lm32-desc.c index c793e18aad7..2bbf1b00ea9 100644 --- a/opcodes/lm32-desc.c +++ b/opcodes/lm32-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/lm32-desc.h b/opcodes/lm32-desc.h index 28c20e359c5..96a37a881a0 100644 --- a/opcodes/lm32-desc.h +++ b/opcodes/lm32-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/lm32-dis.c b/opcodes/lm32-dis.c index 41aa30c5968..59cc3194712 100644 --- a/opcodes/lm32-dis.c +++ b/opcodes/lm32-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/lm32-ibld.c b/opcodes/lm32-ibld.c index f79e3fd22c5..ae2ad762c09 100644 --- a/opcodes/lm32-ibld.c +++ b/opcodes/lm32-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/lm32-opc.c b/opcodes/lm32-opc.c index 40805b56730..2e51daa6dd6 100644 --- a/opcodes/lm32-opc.c +++ b/opcodes/lm32-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/lm32-opc.h b/opcodes/lm32-opc.h index c1e0eef61a0..af4afaa6b81 100644 --- a/opcodes/lm32-opc.h +++ b/opcodes/lm32-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/lm32-opinst.c b/opcodes/lm32-opinst.c index 45bd47ae09a..f7ff5e18f1e 100644 --- a/opcodes/lm32-opinst.c +++ b/opcodes/lm32-opinst.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/loongarch-coder.c b/opcodes/loongarch-coder.c index e13d6862b86..673077c5b6c 100644 --- a/opcodes/loongarch-coder.c +++ b/opcodes/loongarch-coder.c @@ -1,5 +1,5 @@ /* LoongArch opcode support. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/loongarch-dis.c b/opcodes/loongarch-dis.c index 05907db2caa..e243963ed49 100644 --- a/opcodes/loongarch-dis.c +++ b/opcodes/loongarch-dis.c @@ -1,5 +1,5 @@ /* LoongArch opcode support. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/loongarch-opc.c b/opcodes/loongarch-opc.c index 6604bd73f00..115d451a41a 100644 --- a/opcodes/loongarch-opc.c +++ b/opcodes/loongarch-opc.c @@ -1,5 +1,5 @@ /* LoongArch opcode support. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 Free Software Foundation, Inc. Contributed by Loongson Ltd. This file is part of the GNU opcodes library. diff --git a/opcodes/m10200-dis.c b/opcodes/m10200-dis.c index 3ffe0a60239..af9227f7ddb 100644 --- a/opcodes/m10200-dis.c +++ b/opcodes/m10200-dis.c @@ -1,5 +1,5 @@ /* Disassemble MN10200 instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/m10200-opc.c b/opcodes/m10200-opc.c index a0affed3264..dc8038a6e6a 100644 --- a/opcodes/m10200-opc.c +++ b/opcodes/m10200-opc.c @@ -1,5 +1,5 @@ /* Assemble Matsushita MN10200 instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/m10300-dis.c b/opcodes/m10300-dis.c index a2ba1ccee31..a9f2a5d9305 100644 --- a/opcodes/m10300-dis.c +++ b/opcodes/m10300-dis.c @@ -1,5 +1,5 @@ /* Disassemble MN10300 instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/m10300-opc.c b/opcodes/m10300-opc.c index 0b13cf225dc..cc2e8550e03 100644 --- a/opcodes/m10300-opc.c +++ b/opcodes/m10300-opc.c @@ -1,5 +1,5 @@ /* Assemble Matsushita MN10300 instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/m32c-asm.c b/opcodes/m32c-asm.c index 716de3bb283..7433672164e 100644 --- a/opcodes/m32c-asm.c +++ b/opcodes/m32c-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/m32c-desc.c b/opcodes/m32c-desc.c index 2519c1a19b1..69a33d6ceb1 100644 --- a/opcodes/m32c-desc.c +++ b/opcodes/m32c-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32c-desc.h b/opcodes/m32c-desc.h index 0dbd877c8db..4a86eb5ef9a 100644 --- a/opcodes/m32c-desc.h +++ b/opcodes/m32c-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32c-dis.c b/opcodes/m32c-dis.c index 2c22f934ebc..ed0897856e4 100644 --- a/opcodes/m32c-dis.c +++ b/opcodes/m32c-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/m32c-ibld.c b/opcodes/m32c-ibld.c index bbe58d81d80..344b228123d 100644 --- a/opcodes/m32c-ibld.c +++ b/opcodes/m32c-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/m32c-opc.c b/opcodes/m32c-opc.c index 85690a1d29d..a1e0ccd8318 100644 --- a/opcodes/m32c-opc.c +++ b/opcodes/m32c-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32c-opc.h b/opcodes/m32c-opc.h index 97eb68dbf47..644e5b9f362 100644 --- a/opcodes/m32c-opc.h +++ b/opcodes/m32c-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32r-asm.c b/opcodes/m32r-asm.c index 98efbd18ae5..ac9a8e550e7 100644 --- a/opcodes/m32r-asm.c +++ b/opcodes/m32r-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/m32r-desc.c b/opcodes/m32r-desc.c index 3eb932c514e..4150d4041bd 100644 --- a/opcodes/m32r-desc.c +++ b/opcodes/m32r-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32r-desc.h b/opcodes/m32r-desc.h index 74ed6289da6..9f22d0751ad 100644 --- a/opcodes/m32r-desc.h +++ b/opcodes/m32r-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32r-dis.c b/opcodes/m32r-dis.c index 5c336ea0b81..6e0afac5b42 100644 --- a/opcodes/m32r-dis.c +++ b/opcodes/m32r-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/m32r-ibld.c b/opcodes/m32r-ibld.c index 534515be49f..a2d2e25e608 100644 --- a/opcodes/m32r-ibld.c +++ b/opcodes/m32r-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 3162f65dadd..06dbb202c77 100644 --- a/opcodes/m32r-opc.c +++ b/opcodes/m32r-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32r-opc.h b/opcodes/m32r-opc.h index c370d3a35a1..4f5f015c167 100644 --- a/opcodes/m32r-opc.h +++ b/opcodes/m32r-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m32r-opinst.c b/opcodes/m32r-opinst.c index 5b9c3a497a1..4a96d113967 100644 --- a/opcodes/m32r-opinst.c +++ b/opcodes/m32r-opinst.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/m68hc11-dis.c b/opcodes/m68hc11-dis.c index eec2b9cdf86..b079349510f 100644 --- a/opcodes/m68hc11-dis.c +++ b/opcodes/m68hc11-dis.c @@ -1,5 +1,5 @@ /* m68hc11-dis.c -- Motorola 68HC11 & 68HC12 disassembly - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) XGATE and S12X added by James Murray (jsm@jsm-net.demon.co.uk) diff --git a/opcodes/m68hc11-opc.c b/opcodes/m68hc11-opc.c index 2a893c5f25c..0c554e9fb62 100644 --- a/opcodes/m68hc11-opc.c +++ b/opcodes/m68hc11-opc.c @@ -1,5 +1,5 @@ /* m68hc11-opc.c -- Motorola 68HC11, 68HC12, 9S12X and XGATE opcode list - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) XGATE and S12X added by James Murray (jsm@jsm-net.demon.co.uk) Note: min/max cycles not updated for S12X opcodes. diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c index e75d0d8a2ec..7a0636ff3f3 100644 --- a/opcodes/m68k-dis.c +++ b/opcodes/m68k-dis.c @@ -1,5 +1,5 @@ /* Print Motorola 68k instructions. - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 87a1f269fb3..33fa16180c4 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -1,5 +1,5 @@ /* Opcode table for m680[012346]0/m6888[12]/m68851/mcf5200. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/makefile.vms b/opcodes/makefile.vms index 26306996b35..903d51bcc93 100644 --- a/opcodes/makefile.vms +++ b/opcodes/makefile.vms @@ -5,7 +5,7 @@ # # Created by Klaus K"ampf, kkaempf@progis.de # -# Copyright (C) 2012-2025 Free Software Foundation, Inc. +# Copyright (C) 2012-2026 Free Software Foundation, Inc. # # This file 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/opcodes/mcore-dis.c b/opcodes/mcore-dis.c index 5b282859423..2cf84270014 100644 --- a/opcodes/mcore-dis.c +++ b/opcodes/mcore-dis.c @@ -1,5 +1,5 @@ /* Disassemble Motorola M*Core instructions. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h index a871ab792cc..986082f5854 100644 --- a/opcodes/mcore-opc.h +++ b/opcodes/mcore-opc.h @@ -1,5 +1,5 @@ /* Assembler instructions for Motorola's Mcore processor - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/mep-asm.c b/opcodes/mep-asm.c index a818b1d60e1..a5f59334993 100644 --- a/opcodes/mep-asm.c +++ b/opcodes/mep-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/mep-desc.c b/opcodes/mep-desc.c index a17e47e7ba4..0ae65f5d93c 100644 --- a/opcodes/mep-desc.c +++ b/opcodes/mep-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/mep-desc.h b/opcodes/mep-desc.h index e490078c601..9940d7a4c8d 100644 --- a/opcodes/mep-desc.h +++ b/opcodes/mep-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/mep-dis.c b/opcodes/mep-dis.c index 08b4e591e12..b18454d6156 100644 --- a/opcodes/mep-dis.c +++ b/opcodes/mep-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/mep-ibld.c b/opcodes/mep-ibld.c index 5fd742ace5a..a3da4f16863 100644 --- a/opcodes/mep-ibld.c +++ b/opcodes/mep-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/mep-opc.c b/opcodes/mep-opc.c index ddab0be4e91..34b8baf9ce5 100644 --- a/opcodes/mep-opc.c +++ b/opcodes/mep-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/mep-opc.h b/opcodes/mep-opc.h index 24730003718..5b7952ed63d 100644 --- a/opcodes/mep-opc.h +++ b/opcodes/mep-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/metag-dis.c b/opcodes/metag-dis.c index 7cc3cf61f97..4436b1d40de 100644 --- a/opcodes/metag-dis.c +++ b/opcodes/metag-dis.c @@ -1,5 +1,5 @@ /* Disassemble Imagination Technologies Meta instructions. - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This library is free software; you can redistribute it and/or modify diff --git a/opcodes/microblaze-dis.c b/opcodes/microblaze-dis.c index 6153f4b2e4b..89770a7abe5 100644 --- a/opcodes/microblaze-dis.c +++ b/opcodes/microblaze-dis.c @@ -1,6 +1,6 @@ /* Disassemble Xilinx microblaze instructions. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/microblaze-dis.h b/opcodes/microblaze-dis.h index e2fe0f0dcd9..f0988ca6784 100644 --- a/opcodes/microblaze-dis.h +++ b/opcodes/microblaze-dis.h @@ -1,6 +1,6 @@ /* Disassemble Xilinx microblaze instructions. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/microblaze-opc.h b/opcodes/microblaze-opc.h index 26fe731d0b5..849769dbadc 100644 --- a/opcodes/microblaze-opc.h +++ b/opcodes/microblaze-opc.h @@ -1,6 +1,6 @@ /* microblaze-opc.h -- MicroBlaze Opcodes - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/microblaze-opcm.h b/opcodes/microblaze-opcm.h index 8622da78cd7..faa520ff269 100644 --- a/opcodes/microblaze-opcm.h +++ b/opcodes/microblaze-opcm.h @@ -1,6 +1,6 @@ /* microblaze-opcm.h -- Header used in microblaze-opc.h - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/micromips-opc.c b/opcodes/micromips-opc.c index 2099637671c..dac79abc1bf 100644 --- a/opcodes/micromips-opc.c +++ b/opcodes/micromips-opc.c @@ -1,5 +1,5 @@ /* micromips-opc.c. microMIPS opcode table. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Chao-ying Fu, MIPS Technologies, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index a4cff73e268..c0e3509a1ba 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -1,5 +1,5 @@ /* Print mips instructions for GDB, the GNU debugger, or for objdump. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. Contributed by Nobuyuki Hikichi(hikichi@sra.co.jp). This file is part of the GNU opcodes library. diff --git a/opcodes/mips-formats.h b/opcodes/mips-formats.h index 4fca8bec35c..aa90b2f085c 100644 --- a/opcodes/mips-formats.h +++ b/opcodes/mips-formats.h @@ -1,5 +1,5 @@ /* mips-formats.h - Copyright (C) 2013-2025 Free Software Foundation, Inc. + Copyright (C) 2013-2026 Free Software Foundation, Inc. This library 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/opcodes/mips-opc.c b/opcodes/mips-opc.c index e4b1b9dbeaf..234e8bb3409 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -1,5 +1,5 @@ /* mips-opc.c -- MIPS opcode list. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. Contributed by Ralph Campbell and OSF Commented and modified by Ian Lance Taylor, Cygnus Support Extended for MIPS32 support by Anders Norlander, and by SiByte, Inc. diff --git a/opcodes/mips16-opc.c b/opcodes/mips16-opc.c index 72d298d18ff..42b512f0b4b 100644 --- a/opcodes/mips16-opc.c +++ b/opcodes/mips16-opc.c @@ -1,5 +1,5 @@ /* mips16-opc.c. Mips16 opcode table. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. Contributed by Ian Lance Taylor, Cygnus Support This file is part of the GNU opcodes library. diff --git a/opcodes/mmix-dis.c b/opcodes/mmix-dis.c index a744db08cdc..6e9d10ffbe3 100644 --- a/opcodes/mmix-dis.c +++ b/opcodes/mmix-dis.c @@ -1,5 +1,5 @@ /* mmix-dis.c -- Disassemble MMIX instructions. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com) This file is part of the GNU opcodes library. diff --git a/opcodes/mmix-opc.c b/opcodes/mmix-opc.c index 73f2f2930c1..2245f6b6c05 100644 --- a/opcodes/mmix-opc.c +++ b/opcodes/mmix-opc.c @@ -1,5 +1,5 @@ /* mmix-opc.c -- MMIX opcode table - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com) This file is part of the GNU opcodes library. diff --git a/opcodes/moxie-dis.c b/opcodes/moxie-dis.c index b5f11a8b25b..4074fd1c695 100644 --- a/opcodes/moxie-dis.c +++ b/opcodes/moxie-dis.c @@ -1,5 +1,5 @@ /* Disassemble moxie instructions. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/moxie-opc.c b/opcodes/moxie-opc.c index 33558234523..63a00b71625 100644 --- a/opcodes/moxie-opc.c +++ b/opcodes/moxie-opc.c @@ -1,5 +1,5 @@ /* moxie-opc.c -- Definitions for moxie opcodes. - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by Anthony Green (green@moxielogic.com). This file is part of the GNU opcodes library. diff --git a/opcodes/msp430-decode.c b/opcodes/msp430-decode.c index 83e073c8b59..b9d729f7357 100644 --- a/opcodes/msp430-decode.c +++ b/opcodes/msp430-decode.c @@ -1,7 +1,7 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ #line 1 "msp430-decode.opc" /* -*- c -*- */ -/* Copyright (C) 2013-2025 Free Software Foundation, Inc. +/* Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/msp430-decode.opc b/opcodes/msp430-decode.opc index eb34c897ad8..30176a9864c 100644 --- a/opcodes/msp430-decode.opc +++ b/opcodes/msp430-decode.opc @@ -1,5 +1,5 @@ /* -*- c -*- */ -/* Copyright (C) 2013-2025 Free Software Foundation, Inc. +/* Copyright (C) 2013-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/msp430-dis.c b/opcodes/msp430-dis.c index 4285e8818c6..649c5f41564 100644 --- a/opcodes/msp430-dis.c +++ b/opcodes/msp430-dis.c @@ -1,5 +1,5 @@ /* Disassemble MSP430 instructions. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Dmitry Diky diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c index a8a041c637d..c650b7cb89e 100644 --- a/opcodes/mt-asm.c +++ b/opcodes/mt-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/mt-desc.c b/opcodes/mt-desc.c index 91be5f44ee0..7f35db86ff6 100644 --- a/opcodes/mt-desc.c +++ b/opcodes/mt-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/mt-desc.h b/opcodes/mt-desc.h index 6354e203bf5..7df36b9e03c 100644 --- a/opcodes/mt-desc.h +++ b/opcodes/mt-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/mt-dis.c b/opcodes/mt-dis.c index de0a33e7c95..2cc82dde2cf 100644 --- a/opcodes/mt-dis.c +++ b/opcodes/mt-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/mt-ibld.c b/opcodes/mt-ibld.c index 1a236a26fed..fe8961e140c 100644 --- a/opcodes/mt-ibld.c +++ b/opcodes/mt-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/mt-opc.c b/opcodes/mt-opc.c index 3c067baae81..aa7651fbfe1 100644 --- a/opcodes/mt-opc.c +++ b/opcodes/mt-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/mt-opc.h b/opcodes/mt-opc.h index 539469af36a..f319a5a1f76 100644 --- a/opcodes/mt-opc.h +++ b/opcodes/mt-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/nds32-asm.c b/opcodes/nds32-asm.c index 16725092287..975d58d7ad2 100644 --- a/opcodes/nds32-asm.c +++ b/opcodes/nds32-asm.c @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/opcodes/nds32-asm.h b/opcodes/nds32-asm.h index 0eff5f77de7..745ed5405b2 100644 --- a/opcodes/nds32-asm.h +++ b/opcodes/nds32-asm.h @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/opcodes/nds32-dis.c b/opcodes/nds32-dis.c index da049886989..9577d4da521 100644 --- a/opcodes/nds32-dis.c +++ b/opcodes/nds32-dis.c @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/opcodes/nds32-opc.h b/opcodes/nds32-opc.h index e3901b8a0c5..2126532243f 100644 --- a/opcodes/nds32-opc.h +++ b/opcodes/nds32-opc.h @@ -1,5 +1,5 @@ /* NDS32-specific support for 32-bit ELF. - Copyright (C) 2012-2025 Free Software Foundation, Inc. + Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. diff --git a/opcodes/nfp-dis.c b/opcodes/nfp-dis.c index b5a7111a663..2ff75650818 100644 --- a/opcodes/nfp-dis.c +++ b/opcodes/nfp-dis.c @@ -1,5 +1,5 @@ /* Print NFP instructions for objdump. - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. Contributed by Francois H. Theron This file is part of the GNU opcodes library. diff --git a/opcodes/ns32k-dis.c b/opcodes/ns32k-dis.c index 7d842bebc22..f0ef6d8802c 100644 --- a/opcodes/ns32k-dis.c +++ b/opcodes/ns32k-dis.c @@ -1,5 +1,5 @@ /* Print National Semiconductor 32000 instructions. - Copyright (C) 1986-2025 Free Software Foundation, Inc. + Copyright (C) 1986-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/opc2c.c b/opcodes/opc2c.c index 8651f7fa563..5e5fba67add 100644 --- a/opcodes/opc2c.c +++ b/opcodes/opc2c.c @@ -1,6 +1,6 @@ /* opc2c.c --- generate C opcode decoder code from from .opc file - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU opcode library. diff --git a/opcodes/opintl.h b/opcodes/opintl.h index d728876708e..6704d9bd94d 100644 --- a/opcodes/opintl.h +++ b/opcodes/opintl.h @@ -1,5 +1,5 @@ /* opintl.h - opcodes specific header for gettext code. - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Written by Tom Tromey diff --git a/opcodes/or1k-asm.c b/opcodes/or1k-asm.c index a5faae379a9..a923338cf74 100644 --- a/opcodes/or1k-asm.c +++ b/opcodes/or1k-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/or1k-desc.c b/opcodes/or1k-desc.c index 90db200fc6c..195435e5545 100644 --- a/opcodes/or1k-desc.c +++ b/opcodes/or1k-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/or1k-desc.h b/opcodes/or1k-desc.h index 90426b2be16..d89ff4a289e 100644 --- a/opcodes/or1k-desc.h +++ b/opcodes/or1k-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/or1k-dis.c b/opcodes/or1k-dis.c index c4765ddef23..80cd355ca5b 100644 --- a/opcodes/or1k-dis.c +++ b/opcodes/or1k-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/or1k-ibld.c b/opcodes/or1k-ibld.c index 3786935e655..5b1224fcd49 100644 --- a/opcodes/or1k-ibld.c +++ b/opcodes/or1k-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/or1k-opc.c b/opcodes/or1k-opc.c index 4b8ad712d50..1573b608102 100644 --- a/opcodes/or1k-opc.c +++ b/opcodes/or1k-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/or1k-opc.h b/opcodes/or1k-opc.h index 6eec8006828..c1698d6ec7d 100644 --- a/opcodes/or1k-opc.h +++ b/opcodes/or1k-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/or1k-opinst.c b/opcodes/or1k-opinst.c index b3a5b6da876..62940c92797 100644 --- a/opcodes/or1k-opinst.c +++ b/opcodes/or1k-opinst.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/pdp11-dis.c b/opcodes/pdp11-dis.c index d36b0b16763..9487fd4fbf7 100644 --- a/opcodes/pdp11-dis.c +++ b/opcodes/pdp11-dis.c @@ -1,5 +1,5 @@ /* Print DEC PDP-11 instructions. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/pdp11-opc.c b/opcodes/pdp11-opc.c index b2623cd0193..39250d91a5a 100644 --- a/opcodes/pdp11-opc.c +++ b/opcodes/pdp11-opc.c @@ -1,5 +1,5 @@ /* Opcode table for PDP-11. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/pj-dis.c b/opcodes/pj-dis.c index 38addeab9b3..c4866346ac1 100644 --- a/opcodes/pj-dis.c +++ b/opcodes/pj-dis.c @@ -1,5 +1,5 @@ /* pj-dis.c -- Disassemble picoJava instructions. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Steve Chamberlain, of Transmeta (sac@pobox.com). This file is part of the GNU opcodes library. diff --git a/opcodes/pj-opc.c b/opcodes/pj-opc.c index 6f40f80b4a2..4ded33938af 100644 --- a/opcodes/pj-opc.c +++ b/opcodes/pj-opc.c @@ -1,5 +1,5 @@ /* pj-opc.c -- Definitions for picoJava opcodes. - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Steve Chamberlain of Transmeta (sac@pobox.com). This file is part of the GNU opcodes library. diff --git a/opcodes/po/Make-in b/opcodes/po/Make-in index fa3f53049c3..1a834dc41c8 100644 --- a/opcodes/po/Make-in +++ b/opcodes/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c index 1ded17f71db..3618e70a94e 100644 --- a/opcodes/ppc-dis.c +++ b/opcodes/ppc-dis.c @@ -1,5 +1,5 @@ /* ppc-dis.c -- Disassemble PowerPC instructions - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of the GNU opcodes library. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 867801a83d2..ddf0a8ca69c 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -1,5 +1,5 @@ /* ppc-opc.c -- PowerPC opcode list - Copyright (C) 1994-2025 Free Software Foundation, Inc. + Copyright (C) 1994-2026 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of the GNU opcodes library. diff --git a/opcodes/pru-dis.c b/opcodes/pru-dis.c index 922d3b34af0..5465c26a138 100644 --- a/opcodes/pru-dis.c +++ b/opcodes/pru-dis.c @@ -1,5 +1,5 @@ /* TI PRU disassemble routines - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of the GNU opcodes library. diff --git a/opcodes/pru-opc.c b/opcodes/pru-opc.c index 966dceed08c..ee7fb16d8d4 100644 --- a/opcodes/pru-opc.c +++ b/opcodes/pru-opc.c @@ -1,5 +1,5 @@ /* TI PRU opcode list. - Copyright (C) 2014-2025 Free Software Foundation, Inc. + Copyright (C) 2014-2026 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of the GNU opcodes library. diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c index fa2d44af28f..03c8cf1e344 100644 --- a/opcodes/riscv-dis.c +++ b/opcodes/riscv-dis.c @@ -1,5 +1,5 @@ /* RISC-V disassembler - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. diff --git a/opcodes/riscv-opc.c b/opcodes/riscv-opc.c index e6fe5e9afba..54887c97880 100644 --- a/opcodes/riscv-opc.c +++ b/opcodes/riscv-opc.c @@ -1,5 +1,5 @@ /* RISC-V opcode list - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. diff --git a/opcodes/rl78-decode.c b/opcodes/rl78-decode.c index 2e8d9e03338..27781b0876b 100644 --- a/opcodes/rl78-decode.c +++ b/opcodes/rl78-decode.c @@ -1,7 +1,7 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ #line 1 "rl78-decode.opc" /* -*- c -*- */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/rl78-decode.opc b/opcodes/rl78-decode.opc index 9410e707c52..256ae907810 100644 --- a/opcodes/rl78-decode.opc +++ b/opcodes/rl78-decode.opc @@ -1,5 +1,5 @@ /* -*- c -*- */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/rl78-dis.c b/opcodes/rl78-dis.c index b49c311c045..2e2e82a6706 100644 --- a/opcodes/rl78-dis.c +++ b/opcodes/rl78-dis.c @@ -1,5 +1,5 @@ /* Disassembler code for Renesas RL78. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/rx-decode.c b/opcodes/rx-decode.c index affff4573c1..9505efa2e43 100644 --- a/opcodes/rx-decode.c +++ b/opcodes/rx-decode.c @@ -1,7 +1,7 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ #line 1 "rx-decode.opc" /* -*- c -*- */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/rx-decode.opc b/opcodes/rx-decode.opc index 4afa6b92944..264e428adde 100644 --- a/opcodes/rx-decode.opc +++ b/opcodes/rx-decode.opc @@ -1,5 +1,5 @@ /* -*- c -*- */ -/* Copyright (C) 2012-2025 Free Software Foundation, Inc. +/* Copyright (C) 2012-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/rx-dis.c b/opcodes/rx-dis.c index 9ad3b8238a4..4f1d6c8a729 100644 --- a/opcodes/rx-dis.c +++ b/opcodes/rx-dis.c @@ -1,5 +1,5 @@ /* Disassembler code for Renesas RX. - Copyright (C) 2008-2025 Free Software Foundation, Inc. + Copyright (C) 2008-2026 Free Software Foundation, Inc. Contributed by Red Hat. Written by DJ Delorie. diff --git a/opcodes/s12z-dis.c b/opcodes/s12z-dis.c index a88f1ac0510..0bffd6c75b2 100644 --- a/opcodes/s12z-dis.c +++ b/opcodes/s12z-dis.c @@ -1,5 +1,5 @@ /* s12z-dis.c -- Freescale S12Z disassembly - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/s12z-opc.c b/opcodes/s12z-opc.c index 398171a956d..209f4b01449 100644 --- a/opcodes/s12z-opc.c +++ b/opcodes/s12z-opc.c @@ -1,5 +1,5 @@ /* s12z-decode.c -- Freescale S12Z disassembly - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/s12z-opc.h b/opcodes/s12z-opc.h index 0209ed7ef00..48139cd2b5b 100644 --- a/opcodes/s12z-opc.h +++ b/opcodes/s12z-opc.h @@ -1,5 +1,5 @@ /* s12z-dis.h -- Header file for s12z-dis.c and s12z-decode.c - Copyright (C) 2019-2025 Free Software Foundation, Inc. + Copyright (C) 2019-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c index 0d32d050d65..f3ea0032ded 100644 --- a/opcodes/s390-dis.c +++ b/opcodes/s390-dis.c @@ -1,5 +1,5 @@ /* s390-dis.c -- Disassemble S390 instructions - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU opcodes library. diff --git a/opcodes/s390-mkopc.c b/opcodes/s390-mkopc.c index 907f081862e..4c31cb7320e 100644 --- a/opcodes/s390-mkopc.c +++ b/opcodes/s390-mkopc.c @@ -1,5 +1,5 @@ /* s390-mkopc.c -- Generates opcode table out of s390-opc.txt - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU opcodes library. diff --git a/opcodes/s390-opc.c b/opcodes/s390-opc.c index 2955d3c1987..1dfc8b08f04 100644 --- a/opcodes/s390-opc.c +++ b/opcodes/s390-opc.c @@ -1,5 +1,5 @@ /* s390-opc.c -- S390 opcode list - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU opcodes library. diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 0dceaf32721..6511059400b 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -1,5 +1,5 @@ # S/390 opcodes list. Use s390-mkopc to convert it into the opcode table. -# Copyright (C) 2000-2025 Free Software Foundation, Inc. +# Copyright (C) 2000-2026 Free Software Foundation, Inc. # Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 5a a RX_RRRD "add" g5 esa,zarch 6a ad RX_FRRD "add normalized (long)" g5 esa,zarch diff --git a/opcodes/score-dis.c b/opcodes/score-dis.c index 86226e3cee7..3236bd8578a 100644 --- a/opcodes/score-dis.c +++ b/opcodes/score-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for Score - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/opcodes/score-opc.h b/opcodes/score-opc.h index ff3dae933e8..be52efd335c 100644 --- a/opcodes/score-opc.h +++ b/opcodes/score-opc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2025 Free Software Foundation, Inc. +/* Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/score7-dis.c b/opcodes/score7-dis.c index b9aeba04d81..3979c8e4580 100644 --- a/opcodes/score7-dis.c +++ b/opcodes/score7-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for Score - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/opcodes/sh-dis.c b/opcodes/sh-dis.c index 658960c6676..62856584a55 100644 --- a/opcodes/sh-dis.c +++ b/opcodes/sh-dis.c @@ -1,5 +1,5 @@ /* Disassemble SH instructions. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index d5c76c0a671..a45a380f99d 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -1,5 +1,5 @@ /* Definitions for SH opcodes. - Copyright (C) 1993-2025 Free Software Foundation, Inc. + Copyright (C) 1993-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/sparc-dis.c b/opcodes/sparc-dis.c index f9357834ff9..6fb414de63d 100644 --- a/opcodes/sparc-dis.c +++ b/opcodes/sparc-dis.c @@ -1,5 +1,5 @@ /* Print SPARC instructions. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/sparc-opc.c b/opcodes/sparc-opc.c index f5d41127b94..59a109c9e69 100644 --- a/opcodes/sparc-opc.c +++ b/opcodes/sparc-opc.c @@ -1,5 +1,5 @@ /* Table of opcodes for the sparc. - Copyright (C) 1989-2025 Free Software Foundation, Inc. + Copyright (C) 1989-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/spu-dis.c b/opcodes/spu-dis.c index 2c74ae18e85..2517185d31a 100644 --- a/opcodes/spu-dis.c +++ b/opcodes/spu-dis.c @@ -1,6 +1,6 @@ /* Disassemble SPU instructions - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/spu-opc.c b/opcodes/spu-opc.c index 8e78f44a2f9..7ba91eb0d73 100644 --- a/opcodes/spu-opc.c +++ b/opcodes/spu-opc.c @@ -1,6 +1,6 @@ /* SPU opcode list - Copyright (C) 2006-2025 Free Software Foundation, Inc. + Copyright (C) 2006-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/sysdep.h b/opcodes/sysdep.h index bdd0e9dea5f..d4ecffd08db 100644 --- a/opcodes/sysdep.h +++ b/opcodes/sysdep.h @@ -1,5 +1,5 @@ /* Random host-dependent support code. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Written by Ken Raeburn. This file is part of the GNU opcodes library. diff --git a/opcodes/tic30-dis.c b/opcodes/tic30-dis.c index 26d0af4491f..d91618e9ffe 100644 --- a/opcodes/tic30-dis.c +++ b/opcodes/tic30-dis.c @@ -1,5 +1,5 @@ /* Disassembly routines for TMS320C30 architecture - Copyright (C) 1998-2025 Free Software Foundation, Inc. + Copyright (C) 1998-2026 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of the GNU opcodes library. diff --git a/opcodes/tic4x-dis.c b/opcodes/tic4x-dis.c index dc4e2e19e56..98fe7f5f0c1 100644 --- a/opcodes/tic4x-dis.c +++ b/opcodes/tic4x-dis.c @@ -1,6 +1,6 @@ /* Print instructions for the Texas TMS320C[34]X, for GDB and GNU Binutils. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/opcodes/tic54x-dis.c b/opcodes/tic54x-dis.c index 5eb524fb43f..4d4215f1a15 100644 --- a/opcodes/tic54x-dis.c +++ b/opcodes/tic54x-dis.c @@ -1,5 +1,5 @@ /* Disassembly routines for TMS320C54X architecture - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of the GNU opcodes library. diff --git a/opcodes/tic54x-opc.c b/opcodes/tic54x-opc.c index a71f7da837c..56c7a9e787a 100644 --- a/opcodes/tic54x-opc.c +++ b/opcodes/tic54x-opc.c @@ -1,5 +1,5 @@ /* Table of opcodes for the Texas Instruments TMS320C54X - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of the GNU opcodes library. diff --git a/opcodes/tic6x-dis.c b/opcodes/tic6x-dis.c index 1dc63833e7b..ca0156e21e3 100644 --- a/opcodes/tic6x-dis.c +++ b/opcodes/tic6x-dis.c @@ -1,5 +1,5 @@ /* TI C6X disassembler. - Copyright (C) 2010-2025 Free Software Foundation, Inc. + Copyright (C) 2010-2026 Free Software Foundation, Inc. Contributed by Joseph Myers Bernd Schmidt diff --git a/opcodes/tilegx-dis.c b/opcodes/tilegx-dis.c index 9af036a603c..b19afdfa454 100644 --- a/opcodes/tilegx-dis.c +++ b/opcodes/tilegx-dis.c @@ -1,5 +1,5 @@ /* tilegx-dis.c. Disassembly routines for the TILE-Gx architecture. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/tilegx-opc.c b/opcodes/tilegx-opc.c index e86d9825acd..db762e22493 100644 --- a/opcodes/tilegx-opc.c +++ b/opcodes/tilegx-opc.c @@ -1,6 +1,6 @@ /* TILE-Gx opcode information. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 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 diff --git a/opcodes/tilepro-dis.c b/opcodes/tilepro-dis.c index 12cd465525b..aa9b532e2aa 100644 --- a/opcodes/tilepro-dis.c +++ b/opcodes/tilepro-dis.c @@ -1,5 +1,5 @@ /* tilepro-dis.c. Disassembly routines for the TILEPro architecture. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/tilepro-opc.c b/opcodes/tilepro-opc.c index 3882fda8473..664122b05d5 100644 --- a/opcodes/tilepro-opc.c +++ b/opcodes/tilepro-opc.c @@ -1,6 +1,6 @@ /* TILEPro opcode information. - Copyright (C) 2011-2025 Free Software Foundation, Inc. + Copyright (C) 2011-2026 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 diff --git a/opcodes/v850-dis.c b/opcodes/v850-dis.c index 1fee631bd37..6adea7f2307 100644 --- a/opcodes/v850-dis.c +++ b/opcodes/v850-dis.c @@ -1,5 +1,5 @@ /* Disassemble V850 instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 97d4490f920..42a33599bf3 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -1,5 +1,5 @@ /* Assemble V850 instructions. - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/vax-dis.c b/opcodes/vax-dis.c index 3846d57f41e..39f25155223 100644 --- a/opcodes/vax-dis.c +++ b/opcodes/vax-dis.c @@ -1,5 +1,5 @@ /* Print VAX instructions. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. Contributed by Pauline Middelink This file is part of the GNU opcodes library. diff --git a/opcodes/visium-dis.c b/opcodes/visium-dis.c index 9e477d303e9..aa3415e354a 100644 --- a/opcodes/visium-dis.c +++ b/opcodes/visium-dis.c @@ -1,6 +1,6 @@ /* Single instruction disassembler for the Visium. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/visium-opc.c b/opcodes/visium-opc.c index c866b52a756..f0e457bdda2 100644 --- a/opcodes/visium-opc.c +++ b/opcodes/visium-opc.c @@ -1,6 +1,6 @@ /* Opcode table for the Visium. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/wasm32-dis.c b/opcodes/wasm32-dis.c index bdc860b54fc..c99fadeb0a7 100644 --- a/opcodes/wasm32-dis.c +++ b/opcodes/wasm32-dis.c @@ -1,5 +1,5 @@ /* Opcode printing code for the WebAssembly target - Copyright (C) 2017-2025 Free Software Foundation, Inc. + Copyright (C) 2017-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/xgate-dis.c b/opcodes/xgate-dis.c index 946e8ee229d..8608299abdd 100644 --- a/opcodes/xgate-dis.c +++ b/opcodes/xgate-dis.c @@ -1,5 +1,5 @@ /* xgate-dis.c -- Freescale XGATE disassembly - Copyright (C) 2009-2025 Free Software Foundation, Inc. + Copyright (C) 2009-2026 Free Software Foundation, Inc. Written by Sean Keys (skeys@ipdatasys.com) This file is part of the GNU opcodes library. diff --git a/opcodes/xgate-opc.c b/opcodes/xgate-opc.c index 0ec6f99fcb3..dce15b673b7 100644 --- a/opcodes/xgate-opc.c +++ b/opcodes/xgate-opc.c @@ -1,5 +1,5 @@ /* mc9xgate-opc.c -- Freescale XGATE opcode list - Copyright (C) 1999-2025 Free Software Foundation, Inc. + Copyright (C) 1999-2026 Free Software Foundation, Inc. Written by Sean Keys (skeys@ipdatasys.com) This file is part of the GNU opcodes library. diff --git a/opcodes/xstormy16-asm.c b/opcodes/xstormy16-asm.c index 351e1c70c72..fd4c1620b2e 100644 --- a/opcodes/xstormy16-asm.c +++ b/opcodes/xstormy16-asm.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-asm.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/xstormy16-desc.c b/opcodes/xstormy16-desc.c index 4af4e698550..ae62a353adf 100644 --- a/opcodes/xstormy16-desc.c +++ b/opcodes/xstormy16-desc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/xstormy16-desc.h b/opcodes/xstormy16-desc.h index 2f1bf1874f6..a8e3c3efbf5 100644 --- a/opcodes/xstormy16-desc.h +++ b/opcodes/xstormy16-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/xstormy16-dis.c b/opcodes/xstormy16-dis.c index 48b8afe6af8..c26cc422e05 100644 --- a/opcodes/xstormy16-dis.c +++ b/opcodes/xstormy16-dis.c @@ -5,7 +5,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/xstormy16-ibld.c b/opcodes/xstormy16-ibld.c index db57e2d03cf..48ac0e38c29 100644 --- a/opcodes/xstormy16-ibld.c +++ b/opcodes/xstormy16-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2025 Free Software Foundation, Inc. + Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of libopcodes. diff --git a/opcodes/xstormy16-opc.c b/opcodes/xstormy16-opc.c index 07b9b5be3e5..2715174df3a 100644 --- a/opcodes/xstormy16-opc.c +++ b/opcodes/xstormy16-opc.c @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/xstormy16-opc.h b/opcodes/xstormy16-opc.h index c11770be2ae..ce094be19ec 100644 --- a/opcodes/xstormy16-opc.h +++ b/opcodes/xstormy16-opc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2025 Free Software Foundation, Inc. +Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/opcodes/xtensa-dis.c b/opcodes/xtensa-dis.c index ea19787a620..9b17e5e1f7a 100644 --- a/opcodes/xtensa-dis.c +++ b/opcodes/xtensa-dis.c @@ -1,5 +1,5 @@ /* xtensa-dis.c. Disassembly functions for Xtensa. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 Free Software Foundation, Inc. Contributed by Bob Wilson at Tensilica, Inc. (bwilson@tensilica.com) This file is part of the GNU opcodes library. diff --git a/opcodes/z80-dis.c b/opcodes/z80-dis.c index aa4c5705d97..0c0c19092a2 100644 --- a/opcodes/z80-dis.c +++ b/opcodes/z80-dis.c @@ -1,5 +1,5 @@ /* Print Z80, Z180, EZ80 and R800 instructions - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 Free Software Foundation, Inc. Contributed by Arnold Metselaar This file is part of the GNU opcodes library. diff --git a/opcodes/z8k-dis.c b/opcodes/z8k-dis.c index d3cab6adcc4..25627a8850e 100644 --- a/opcodes/z8k-dis.c +++ b/opcodes/z8k-dis.c @@ -1,5 +1,5 @@ /* Disassemble z8000 code. - Copyright (C) 1992-2025 Free Software Foundation, Inc. + Copyright (C) 1992-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/z8k-opc.h b/opcodes/z8k-opc.h index 933615eb0ea..e8db0802c60 100644 --- a/opcodes/z8k-opc.h +++ b/opcodes/z8k-opc.h @@ -1,7 +1,7 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically generated by z8kgen. */ -/* Copyright (C) 2007-2025 Free Software Foundation, Inc. +/* Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. diff --git a/opcodes/z8kgen.c b/opcodes/z8kgen.c index 1b2da6b6d05..8c6c68b726f 100644 --- a/opcodes/z8kgen.c +++ b/opcodes/z8kgen.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2025 Free Software Foundation, Inc. +/* Copyright (C) 2001-2026 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -987,7 +987,7 @@ gas (void) printf ("/* DO NOT EDIT! -*- buffer-read-only: t -*-\n"); printf (" This file is automatically generated by z8kgen. */\n\n"); - printf ("/* Copyright (C) 2007-2025 Free Software Foundation, Inc.\n\ + printf ("/* Copyright (C) 2007-2026 Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ \n\