diff options
author | Alan Modra <amodra@gmail.com> | 2023-01-01 16:38:42 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-01-01 21:50:11 +1030 |
commit | d87bef3a7bc827fa36a69d2c334aa82f7d188d81 (patch) | |
tree | 93fdac0ecd3a4096fcc8b7815f5b11734fa10093 /bfd/elf64-bpf.c | |
parent | 004cb07ebf48833dbb6e5bbd209cc6ad410b3178 (diff) | |
download | binutils-gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.gz |
Update year range in copyright notice of binutils files
The newer update-copyright.py fixes file encoding too, removing cr/lf
on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and
embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
Diffstat (limited to 'bfd/elf64-bpf.c')
-rw-r--r-- | bfd/elf64-bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-bpf.c b/bfd/elf64-bpf.c index e7c27544af5..4f9949b515b 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-2022 Free Software Foundation, Inc. + Copyright (C) 2019-2023 Free Software Foundation, Inc. Contributed by Oracle Inc. This file is part of BFD, the Binary File Descriptor library. |