diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-01 21:42:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-01 21:42:17 +0000 |
commit | 4fb3aee212ad7ebb51327a61db1066303084d515 (patch) | |
tree | 4a6b987af33354fd4f792fb7a6d35984707c6061 /opcodes | |
parent | 0db46eb4033d426b3ce741a9fa67b12af7f44ffa (diff) | |
download | fsf-binutils-gdb-4fb3aee212ad7ebb51327a61db1066303084d515.zip fsf-binutils-gdb-4fb3aee212ad7ebb51327a61db1066303084d515.tar.gz fsf-binutils-gdb-4fb3aee212ad7ebb51327a61db1066303084d515.tar.bz2 |
Update copyright in comments to 2011.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/i386-gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index a0d0627..81e51dd 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -1,4 +1,4 @@ -/* Copyright 2007, 2008, 2009, 2010 +/* Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -466,7 +466,7 @@ static void process_copyright (FILE *fp) { fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\ -/* Copyright 2007, 2008, 2009, 2010, 2010\n\ +/* Copyright 2007, 2008, 2009, 2010, 2011\n\ Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ |