diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
commit | 4b95cf5c0c75d6efc1b2f96af72317aecca079f1 (patch) | |
tree | 665946eb3fd6cfcaac5029a0d44741e7fdc08d3e /opcodes/aarch64-gen.c | |
parent | Support R_PPC64_ADDR64_LOCAL (diff) | |
download | binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.gz binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.bz2 binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.zip |
Update copyright years
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 66e2f0f4a9a..e04a3d5546f 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 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. @@ -1242,7 +1242,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 2012, 2013 Free Software Foundation, Inc.\n\ + printf ("/* Copyright (C) 2012-2014 Free Software Foundation, Inc.\n\ Contributed by ARM Ltd.\n\ \n\ This file is part of the GNU opcodes library.\n\ |