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:
parent
74cc2cc592
commit
2c80b75360
17 changed files with 47 additions and 13 deletions
|
@ -2347,7 +2347,7 @@ print_version()
|
|||
{
|
||||
// This output is intended to follow the GNU standards.
|
||||
printf("GNU dwp %s\n", BFD_VERSION_STRING);
|
||||
printf(_("Copyright 2012 Free Software Foundation, Inc.\n"));
|
||||
printf(_("Copyright 2014 Free Software Foundation, Inc.\n"));
|
||||
printf(_("\
|
||||
This program is free software; you may redistribute it under the terms of\n\
|
||||
the GNU General Public License version 3 or (at your option) any later version.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue