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 /opcodes/aarch64-gen.c | |
parent | 004cb07ebf48833dbb6e5bbd209cc6ad410b3178 (diff) | |
download | binutils-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.zip binutils-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.gz binutils-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.bz2 |
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 'opcodes/aarch64-gen.c')
-rw-r--r-- | opcodes/aarch64-gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/aarch64-gen.c b/opcodes/aarch64-gen.c index bcee1a3..da82895 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-2022 Free Software Foundation, Inc. + Copyright (C) 2012-2023 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. @@ -1246,7 +1246,7 @@ main (int argc, char **argv) print_divide_result (decoder_tree); printf ("/* This file is automatically generated by aarch64-gen. Do not edit! */\n"); - printf ("/* Copyright (C) 2012-2022 Free Software Foundation, Inc.\n\ + printf ("/* Copyright (C) 2012-2023 Free Software Foundation, Inc.\n\ Contributed by ARM Ltd.\n\ \n\ This file is part of the GNU opcodes library.\n\ |