Browse Source

Update year range in copyright notice of binutils files

The result of running etc/update-copyright.py --this-year, fixing all
the files whose mode is changed by the script, plus a build with
--enable-maintainer-mode --enable-cgen-maint=yes, then checking
out */po/*.pot which we don't update frequently.

The copy of cgen was with commit d1dd5fcc38ead reverted as that commit
breaks building of bfp opcodes files.
binutils-2_38-branch
Alan Modra 4 years ago
parent
commit
a2c5833233
  1. 2
      bfd/ChangeLog
  2. 2
      bfd/MAINTAINERS
  3. 2
      bfd/Makefile.am
  4. 2
      bfd/Makefile.in
  5. 2
      bfd/PORTING
  6. 2
      bfd/README
  7. 2
      bfd/TODO
  8. 2
      bfd/acinclude.m4
  9. 2
      bfd/aix386-core.c
  10. 2
      bfd/aix5ppc-core.c
  11. 2
      bfd/aout-cris.c
  12. 2
      bfd/aout-ns32k.c
  13. 2
      bfd/aout-target.h
  14. 2
      bfd/aout32.c
  15. 2
      bfd/aout64.c
  16. 2
      bfd/aoutx.h
  17. 2
      bfd/arc-got.h
  18. 2
      bfd/arc-plt.def
  19. 2
      bfd/arc-plt.h
  20. 2
      bfd/archive.c
  21. 2
      bfd/archive64.c
  22. 2
      bfd/archures.c
  23. 2
      bfd/bfd-in.h
  24. 2
      bfd/bfd-in2.h
  25. 2
      bfd/bfd.c
  26. 2
      bfd/bfd.m4
  27. 2
      bfd/bfdio.c
  28. 2
      bfd/bfdwin.c
  29. 2
      bfd/binary.c
  30. 2
      bfd/cache.c
  31. 2
      bfd/cf-i386lynx.c
  32. 2
      bfd/cisco-core.c
  33. 2
      bfd/coff-aarch64.c
  34. 2
      bfd/coff-alpha.c
  35. 2
      bfd/coff-arm.c
  36. 2
      bfd/coff-arm.h
  37. 2
      bfd/coff-bfd.c
  38. 2
      bfd/coff-bfd.h
  39. 2
      bfd/coff-go32.c
  40. 2
      bfd/coff-i386.c
  41. 2
      bfd/coff-ia64.c
  42. 2
      bfd/coff-mcore.c
  43. 2
      bfd/coff-mips.c
  44. 2
      bfd/coff-rs6000.c
  45. 2
      bfd/coff-sh.c
  46. 2
      bfd/coff-stgo32.c
  47. 2
      bfd/coff-tic30.c
  48. 2
      bfd/coff-tic4x.c
  49. 2
      bfd/coff-tic54x.c
  50. 2
      bfd/coff-x86_64.c
  51. 2
      bfd/coff-z80.c
  52. 2
      bfd/coff-z8k.c
  53. 2
      bfd/coff64-rs6000.c
  54. 2
      bfd/coffcode.h
  55. 2
      bfd/coffgen.c
  56. 2
      bfd/cofflink.c
  57. 2
      bfd/coffswap.h
  58. 2
      bfd/compress.c
  59. 2
      bfd/config.bfd
  60. 2
      bfd/configure.ac
  61. 2
      bfd/configure.com
  62. 2
      bfd/configure.host
  63. 2
      bfd/corefile.c
  64. 2
      bfd/cpu-aarch64.c
  65. 2
      bfd/cpu-aarch64.h
  66. 2
      bfd/cpu-alpha.c
  67. 2
      bfd/cpu-arc.c
  68. 2
      bfd/cpu-arm.c
  69. 2
      bfd/cpu-arm.h
  70. 2
      bfd/cpu-avr.c
  71. 2
      bfd/cpu-bfin.c
  72. 2
      bfd/cpu-bpf.c
  73. 2
      bfd/cpu-cr16.c
  74. 2
      bfd/cpu-cris.c
  75. 2
      bfd/cpu-crx.c
  76. 2
      bfd/cpu-csky.c
  77. 2
      bfd/cpu-d10v.c
  78. 2
      bfd/cpu-d30v.c
  79. 2
      bfd/cpu-dlx.c
  80. 2
      bfd/cpu-epiphany.c
  81. 2
      bfd/cpu-fr30.c
  82. 2
      bfd/cpu-frv.c
  83. 2
      bfd/cpu-ft32.c
  84. 2
      bfd/cpu-h8300.c
  85. 2
      bfd/cpu-h8300.h
  86. 2
      bfd/cpu-hppa.c
  87. 2
      bfd/cpu-i386.c
  88. 2
      bfd/cpu-ia64-opc.c
  89. 2
      bfd/cpu-ia64.c
  90. 2
      bfd/cpu-iamcu.c
  91. 2
      bfd/cpu-ip2k.c
  92. 2
      bfd/cpu-iq2000.c
  93. 2
      bfd/cpu-k1om.c
  94. 2
      bfd/cpu-l1om.c
  95. 2
      bfd/cpu-lm32.c
  96. 2
      bfd/cpu-loongarch.c
  97. 2
      bfd/cpu-m10200.c
  98. 2
      bfd/cpu-m10300.c
  99. 2
      bfd/cpu-m32c.c
  100. 2
      bfd/cpu-m32r.c

2
bfd/ChangeLog

@ -2139,7 +2139,7 @@
For older changes see ChangeLog-2020
Copyright (C) 2021 Free Software Foundation, Inc.
Copyright (C) 2021-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

2
bfd/MAINTAINERS

@ -1,6 +1,6 @@
See ../binutils/MAINTAINERS
Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

2
bfd/Makefile.am

@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
# Copyright (C) 2012-2022 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

2
bfd/Makefile.in

@ -15,7 +15,7 @@
@SET_MAKE@
#
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
# Copyright (C) 2012-2022 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

2
bfd/PORTING

@ -82,7 +82,7 @@ TARGETNAME
The name of the target, for run-time lookups.
Usually "a.out-<target>"
Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

2
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-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

2
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-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

2
bfd/acinclude.m4

@ -1,5 +1,5 @@
dnl
dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
dnl Copyright (C) 2012-2022 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

2
bfd/aix386-core.c

@ -1,7 +1,7 @@
/* BFD back-end for AIX on PS/2 core files.
This was based on trad-core.c, which was written by John Gilmore of
Cygnus Support.
Copyright (C) 1988-2021 Free Software Foundation, Inc.
Copyright (C) 1988-2022 Free Software Foundation, Inc.
Written by Minh Tran-Le <TRANLE@INTELLICORP.COM>.
Converted to back end form by Ian Lance Taylor <ian@cygnus.com>.

2
bfd/aix5ppc-core.c

@ -1,5 +1,5 @@
/* IBM RS/6000 "XCOFF" back-end for BFD.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
Copyright (C) 2001-2022 Free Software Foundation, Inc.
Written by Tom Rix
Contributed by Red Hat Inc.

2
bfd/aout-cris.c

@ -1,5 +1,5 @@
/* BFD backend for CRIS a.out binaries.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
Copyright (C) 2000-2022 Free Software Foundation, Inc.
Contributed by Axis Communications AB.
Written by Hans-Peter Nilsson.

2
bfd/aout-ns32k.c

@ -1,5 +1,5 @@
/* BFD back-end for ns32k a.out-ish binaries.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Contributed by Ian Dall (idall@eleceng.adelaide.edu.au).
This file is part of BFD, the Binary File Descriptor library.

2
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-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/aout32.c

@ -1,5 +1,5 @@
/* BFD back-end for 32-bit a.out files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/aout64.c

@ -1,5 +1,5 @@
/* BFD back-end for 64-bit a.out files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/aoutx.h

@ -1,5 +1,5 @@
/* BFD semi-generic back-end for a.out binaries.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/arc-got.h

@ -1,5 +1,5 @@
/* ARC-specific support for 32-bit ELF
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
This file is part of BFD, the Binary File Descriptor library.

2
bfd/arc-plt.def

@ -1,5 +1,5 @@
/* Arc V2 Related PLT entries.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
Copyright (C) 2016-2022 Free Software Foundation, Inc.
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
This file is part of BFD, the Binary File Descriptor library.

2
bfd/arc-plt.h

@ -1,5 +1,5 @@
/* ARC-specific header file for PLT support.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
Copyright (C) 2016-2022 Free Software Foundation, Inc.
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
This file is part of BFD, the Binary File Descriptor library.

2
bfd/archive.c

@ -1,5 +1,5 @@
/* BFD back-end for archive files (libraries).
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 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.

2
bfd/archive64.c

@ -1,5 +1,5 @@
/* Support for 64-bit archives.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 Free Software Foundation, Inc.
Ian Lance Taylor, Cygnus Support
Linker support added by Mark Mitchell, CodeSourcery, LLC.
<mark@codesourcery.com>

2
bfd/archures.c

@ -1,5 +1,5 @@
/* BFD library support routines for architectures.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 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.

2
bfd/bfd-in.h

@ -1,6 +1,6 @@
/* Main header file for the bfd library -- portable access to object files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Contributed by Cygnus Support.

2
bfd/bfd-in2.h

@ -7,7 +7,7 @@
/* Main header file for the bfd library -- portable access to object files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Contributed by Cygnus Support.

2
bfd/bfd.c

@ -1,5 +1,5 @@
/* Generic BFD library interface and support routines.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/bfd.m4

@ -1,6 +1,6 @@
dnl This file was derived from acinclude.m4.
dnl
dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
dnl Copyright (C) 2012-2022 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

2
bfd/bfdio.c

@ -1,6 +1,6 @@
/* Low-level I/O routines for BFDs.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.

2
bfd/bfdwin.c

@ -1,5 +1,5 @@
/* Support for memory-mapped windows into a BFD.
Copyright (C) 1995-2021 Free Software Foundation, Inc.
Copyright (C) 1995-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/binary.c

@ -1,5 +1,5 @@
/* BFD back-end for binary objects.
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cache.c

@ -1,6 +1,6 @@
/* BFD library -- caching of file descriptors.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Hacked by Steve Chamberlain of Cygnus Support (steve@cygnus.com).

2
bfd/cf-i386lynx.c

@ -1,5 +1,5 @@
/* BFD back-end for Intel 386 COFF LynxOS files.
Copyright (C) 1993-2021 Free Software Foundation, Inc.
Copyright (C) 1993-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cisco-core.c

@ -1,5 +1,5 @@
/* BFD back-end for CISCO crash dumps.
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-aarch64.c

@ -1,5 +1,5 @@
/* BFD back-end for AArch64 COFF files.
Copyright (C) 2021 Free Software Foundation, Inc.
Copyright (C) 2021-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-alpha.c

@ -1,5 +1,5 @@
/* BFD back-end for ALPHA Extended-Coff files.
Copyright (C) 1993-2021 Free Software Foundation, Inc.
Copyright (C) 1993-2022 Free Software Foundation, Inc.
Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and
Ian Lance Taylor <ian@cygnus.com>.

2
bfd/coff-arm.c

@ -1,5 +1,5 @@
/* BFD back-end for ARM COFF files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-arm.h

@ -1,5 +1,5 @@
/* BFD back-end for ARM COFF files.
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-bfd.c

@ -1,5 +1,5 @@
/* BFD COFF interfaces used outside of BFD.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-bfd.h

@ -1,5 +1,5 @@
/* BFD COFF interfaces used outside of BFD.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-go32.c

@ -1,5 +1,5 @@
/* BFD back-end for Intel 386 COFF files (DJGPP variant).
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by DJ Delorie.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-i386.c

@ -1,5 +1,5 @@
/* BFD back-end for Intel 386 COFF files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-ia64.c

@ -1,5 +1,5 @@
/* BFD back-end for HP/Intel IA-64 COFF files.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
Copyright (C) 1999-2022 Free Software Foundation, Inc.
Contributed by David Mosberger <davidm@hpl.hp.com>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-mcore.c

@ -1,5 +1,5 @@
/* BFD back-end for Motorola MCore COFF/PE
Copyright (C) 1999-2021 Free Software Foundation, Inc.
Copyright (C) 1999-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-mips.c

@ -1,5 +1,5 @@
/* BFD back-end for MIPS Extended-Coff files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Original version by Per Bothner.
Full support added by Ian Lance Taylor, ian@cygnus.com.

2
bfd/coff-rs6000.c

@ -1,5 +1,5 @@
/* BFD back-end for IBM RS/6000 "XCOFF" files.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 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.

2
bfd/coff-sh.c

@ -1,5 +1,5 @@
/* BFD back-end for Renesas Super-H COFF binaries.
Copyright (C) 1993-2021 Free Software Foundation, Inc.
Copyright (C) 1993-2022 Free Software Foundation, Inc.
Contributed by Cygnus Support.
Written by Steve Chamberlain, <sac@cygnus.com>.
Relaxing code written by Ian Lance Taylor, <ian@cygnus.com>.

2
bfd/coff-stgo32.c

@ -1,5 +1,5 @@
/* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
Copyright (C) 1997-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
Written by Robert Hoehne.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-tic30.c

@ -1,5 +1,5 @@
/* BFD back-end for TMS320C30 coff binaries.
Copyright (C) 1998-2021 Free Software Foundation, Inc.
Copyright (C) 1998-2022 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.

2
bfd/coff-tic4x.c

@ -1,5 +1,5 @@
/* BFD back-end for TMS320C4X coff binaries.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)

2
bfd/coff-tic54x.c

@ -1,5 +1,5 @@
/* BFD back-end for TMS320C54X coff binaries.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
Copyright (C) 1999-2022 Free Software Foundation, Inc.
Contributed by Timothy Wall (twall@cygnus.com)
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-x86_64.c

@ -1,5 +1,5 @@
/* BFD back-end for AMD 64 COFF files.
Copyright (C) 2006-2021 Free Software Foundation, Inc.
Copyright (C) 2006-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-z80.c

@ -1,5 +1,5 @@
/* BFD back-end for Zilog Z80 COFF binaries.
Copyright (C) 2005-2021 Free Software Foundation, Inc.
Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Arnold Metselaar <arnold_m@operamail.com>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coff-z8k.c

@ -1,5 +1,5 @@
/* BFD back-end for Zilog Z800n COFF binaries.
Copyright (C) 1992-2021 Free Software Foundation, Inc.
Copyright (C) 1992-2022 Free Software Foundation, Inc.
Contributed by Cygnus Support.
Written by Steve Chamberlain, <sac@cygnus.com>.

2
bfd/coff64-rs6000.c

@ -1,5 +1,5 @@
/* BFD back-end for IBM RS/6000 "XCOFF64" files.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
Copyright (C) 2000-2022 Free Software Foundation, Inc.
Written Clinton Popetz.
Contributed by Cygnus Support.

2
bfd/coffcode.h

@ -1,5 +1,5 @@
/* Support for the generic parts of most COFF variants, for BFD.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coffgen.c

@ -1,5 +1,5 @@
/* Support for the generic parts of COFF, for BFD.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cofflink.c

@ -1,5 +1,5 @@
/* COFF specific linker code.
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/coffswap.h

@ -1,5 +1,5 @@
/* Generic COFF swapping routines, for BFD.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/compress.c

@ -1,5 +1,5 @@
/* Compressed section support (intended for debug sections).
Copyright (C) 2008-2021 Free Software Foundation, Inc.
Copyright (C) 2008-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/config.bfd

@ -1,6 +1,6 @@
# config.bfd
#
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
# Copyright (C) 2012-2022 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

2
bfd/configure.ac

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
dnl Copyright (C) 2012-2022 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

2
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-2021 Free Software Foundation, Inc.
$! Copyright (C) 2012-2022 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

2
bfd/configure.host

@ -1,5 +1,5 @@
#
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
# Copyright (C) 2012-2022 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

2
bfd/corefile.c

@ -1,5 +1,5 @@
/* Core file generic interface routines for BFD.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-aarch64.c

@ -1,5 +1,5 @@
/* BFD support for AArch64.
Copyright (C) 2009-2021 Free Software Foundation, Inc.
Copyright (C) 2009-2022 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-aarch64.h

@ -1,5 +1,5 @@
/* ELF AArch64 mapping symbol support
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-alpha.c

@ -1,5 +1,5 @@
/* BFD support for the Alpha architecture.
Copyright (C) 1992-2021 Free Software Foundation, Inc.
Copyright (C) 1992-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-arc.c

@ -1,5 +1,5 @@
/* BFD support for the ARC processor
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
Contributed by Doug Evans (dje@cygnus.com).
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-arm.c

@ -1,5 +1,5 @@
/* BFD support for the ARM processor
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-arm.h

@ -1,5 +1,5 @@
/* BFD support for the ARM processor
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-avr.c

@ -1,5 +1,5 @@
/* BFD library support routines for the AVR architecture.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
Copyright (C) 1999-2022 Free Software Foundation, Inc.
Contributed by Denis Chertykov <denisc@overta.ru>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-bfin.c

@ -1,6 +1,6 @@
/* BFD Support for the ADI Blackfin processor.
Copyright (C) 2005-2021 Free Software Foundation, Inc.
Copyright (C) 2005-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-bpf.c

@ -1,5 +1,5 @@
/* BFD support for the BPF processor.
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 Free Software Foundation, Inc.
Contributed by Oracle Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-cr16.c

@ -1,5 +1,5 @@
/* BFD support for the CR16 processor.
Copyright (C) 2007-2021 Free Software Foundation, Inc.
Copyright (C) 2007-2022 Free Software Foundation, Inc.
Written by M R Swami Reddy
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-cris.c

@ -1,5 +1,5 @@
/* BFD support for the Axis CRIS architecture.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
Copyright (C) 2000-2022 Free Software Foundation, Inc.
Contributed by Axis Communications AB.
Written by Hans-Peter Nilsson.

2
bfd/cpu-crx.c

@ -1,5 +1,5 @@
/* BFD support for the CRX processor.
Copyright (C) 2004-2021 Free Software Foundation, Inc.
Copyright (C) 2004-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-csky.c

@ -1,5 +1,5 @@
/* BFD support for C-SKY processors.
Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 1994-2022 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-d10v.c

@ -1,5 +1,5 @@
/* BFD support for the D10V processor
Copyright (C) 1996-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 Free Software Foundation, Inc.
Contributed by Martin Hunt (hunt@cygnus.com).
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-d30v.c

@ -1,5 +1,5 @@
/* BFD support for the Mitsubishi D30V processor
Copyright (C) 1997-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
Contributed by Martin Hunt (hunt@cygnus.com).
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-dlx.c

@ -1,5 +1,5 @@
/* BFD support for the DLX Microprocessor architecture.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
Copyright (C) 2002-2022 Free Software Foundation, Inc.
Hacked by Kuang Hwa Lin <kuang@sbcglobal.net>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-epiphany.c

@ -1,5 +1,5 @@
/* BFD support for the Adapteva EPIPHANY processor.
Copyright (C) 2009-2021 Free Software Foundation, Inc.
Copyright (C) 2009-2022 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-fr30.c

@ -1,5 +1,5 @@
/* BFD support for the FR30 processor.
Copyright (C) 1998-2021 Free Software Foundation, Inc.
Copyright (C) 1998-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-frv.c

@ -1,5 +1,5 @@
/* BFD support for the FRV processor.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
Copyright (C) 2002-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-ft32.c

@ -1,5 +1,5 @@
/* BFD support for the ft32 processor.
Copyright (C) 2013-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 Free Software Foundation, Inc.
Written by FTDI (support@ftdichip.com)
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-h8300.c

@ -1,5 +1,5 @@
/* BFD library support routines for the Renesas H8/300 architecture.
Copyright (C) 1990-2021 Free Software Foundation, Inc.
Copyright (C) 1990-2022 Free Software Foundation, Inc.
Hacked by Steve Chamberlain of Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-h8300.h

@ -1,5 +1,5 @@
/* H8/300 functions.
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-hppa.c

@ -1,5 +1,5 @@
/* BFD support for the HP Precision Architecture architecture.
Copyright (C) 1992-2021 Free Software Foundation, Inc.
Copyright (C) 1992-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-i386.c

@ -1,5 +1,5 @@
/* BFD support for the Intel 386 architecture.
Copyright (C) 1992-2021 Free Software Foundation, Inc.
Copyright (C) 1992-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-ia64-opc.c

@ -1,4 +1,4 @@
/* Copyright (C) 1998-2021 Free Software Foundation, Inc.
/* Copyright (C) 1998-2022 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-ia64.c

@ -1,5 +1,5 @@
/* BFD support for the ia64 architecture.
Copyright (C) 1998-2021 Free Software Foundation, Inc.
Copyright (C) 1998-2022 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-iamcu.c

@ -1,5 +1,5 @@
/* BFD support for the Intel MCU architecture.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-ip2k.c

@ -1,5 +1,5 @@
/* BFD support for the Scenix IP2xxx processor.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
Copyright (C) 2000-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-iq2000.c

@ -1,5 +1,5 @@
/* BFD support for the Vitesse IQ2000 processor.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
Copyright (C) 2003-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-k1om.c

@ -1,5 +1,5 @@
/* BFD support for the Intel K1OM architecture.
Copyright (C) 2011-2021 Free Software Foundation, Inc.
Copyright (C) 2011-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-l1om.c

@ -1,5 +1,5 @@
/* BFD support for the Intel L1OM architecture.
Copyright (C) 2009-2021 Free Software Foundation, Inc.
Copyright (C) 2009-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-lm32.c

@ -1,5 +1,5 @@
/* BFD support for the Lattice Mico32 architecture.
Copyright (C) 2008-2021 Free Software Foundation, Inc.
Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Jon Beniston <jon@beniston.com>
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-loongarch.c

@ -1,5 +1,5 @@
/* BFD support for LoongArch.
Copyright (C) 2021 Free Software Foundation, Inc.
Copyright (C) 2021-2022 Free Software Foundation, Inc.
Contributed by Loongson Ltd.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-m10200.c

@ -1,5 +1,5 @@
/* BFD support for the Matsushita 10200 processor
Copyright (C) 1996-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-m10300.c

@ -1,5 +1,5 @@
/* BFD support for the Matsushita 10300 processor
Copyright (C) 1996-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-m32c.c

@ -1,5 +1,5 @@
/* BFD support for the M16C/M32C processors.
Copyright (C) 2004-2021 Free Software Foundation, Inc.
Copyright (C) 2004-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

2
bfd/cpu-m32r.c

@ -1,5 +1,5 @@
/* BFD support for the M32R processor.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save