diff options
author | Alan Modra <amodra@gmail.com> | 2018-01-03 15:47:27 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-01-03 17:49:56 +1030 |
commit | 219d1afa89d0d53ca93a684cac341f16470f3ca0 (patch) | |
tree | 19d69ea0e6d037331f5cb47a1252e0efe704ee50 /opcodes/aarch64-gen.c | |
parent | 1e563868718a69231c80a1d86698cee0cf847e72 (diff) | |
download | binutils-219d1afa89d0d53ca93a684cac341f16470f3ca0.zip binutils-219d1afa89d0d53ca93a684cac341f16470f3ca0.tar.gz binutils-219d1afa89d0d53ca93a684cac341f16470f3ca0.tar.bz2 |
Update year range in copyright notice of binutils files
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 229da21..994805f 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-2017 Free Software Foundation, Inc. + Copyright (C) 2012-2018 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. @@ -1244,7 +1244,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-2017 Free Software Foundation, Inc.\n\ + printf ("/* Copyright (C) 2012-2018 Free Software Foundation, Inc.\n\ Contributed by ARM Ltd.\n\ \n\ This file is part of the GNU opcodes library.\n\ |