From 221fd5d598e7dcf7b953150986a501b462b99891 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 8 Jan 2014 05:48:12 -0800 Subject: Update copyright year to 2014 binutils/ * version.c (print_version): Update copyright year to 2014. gas/ * as.c (parse_args): Update copyright year to 2014. gold/ * version.cc (print_version): Update copyright year to 2014. ld/ * ldver.c (ldversion): Update copyright year to 2014. opcodes/ * i386-gen.c (process_copyright): Update copyright year to 2014. --- opcodes/ChangeLog | 4 ++++ opcodes/i386-gen.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3147f6f..8f080b6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2014-01-08 H.J. Lu + + * i386-gen.c (process_copyright): Update copyright year to 2014. + 2014-01-03 Maciej W. Rozycki * nds32-asm.c (parse_operand): Fix out-of-range integer constant. diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 62cfbad..09f8280 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -1,4 +1,4 @@ -/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013 +/* Copyright 2007-2014 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -567,7 +567,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, 2011, 2012, 2013\n\ +/* Copyright 2007-2014\n\ Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ -- cgit v1.1