mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Fix various copyright issues
binutils/ * README: Add "Copyright Notices" paragraph. gas/ * config/bfin-lex-wrapper.c: Correct copyright date. * config/tc-frv.c: Correct copyright punctuation. * config/tc-ip2k.c: Likewise. * config/tc-iq2000.c: Likewise. * config/tc-mep.c: Likewise. * config/tc-tic4x.c: Likewise. * config/tc-tic4x.h: Likewise. ld/testsuite/ * ld-scripts/phdrs2.exp: Correct copyright punctuation. * ld-v850/v850.exp: Correct copyright typo. opcodes/ * i386-gen.c (process_copyright): Emit copyright notice on one line. gold/ * dwp.cc (print_version): Update copyright year to current.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2014-03-03 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* i386-gen.c (process_copyright): Emit copyright notice on one line.
|
||||
|
||||
2014-02-28 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* msp430-decode.c: Regenerate.
|
||||
|
@ -579,8 +579,7 @@ static void
|
||||
process_copyright (FILE *fp)
|
||||
{
|
||||
fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\
|
||||
/* Copyright 2007-2014\n\
|
||||
Free Software Foundation, Inc.\n\
|
||||
/* Copyright 2007-2014 Free Software Foundation, Inc.\n\
|
||||
\n\
|
||||
This file is part of the GNU opcodes library.\n\
|
||||
\n\
|
||||
|
Reference in New Issue
Block a user