diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-01 21:55:26 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-03 11:03:08 +1030 |
commit | 2c80b75360d2e31dec9e4b32b2d5034b1de10eb6 (patch) | |
tree | fde2a786beed381e6e573fb3a3a59ead6e45431e /gas/ChangeLog | |
parent | 74cc2cc5925b047bb67aaaf2b3e147e11648b466 (diff) | |
download | gdb-2c80b75360d2e31dec9e4b32b2d5034b1de10eb6.zip gdb-2c80b75360d2e31dec9e4b32b2d5034b1de10eb6.tar.gz gdb-2c80b75360d2e31dec9e4b32b2d5034b1de10eb6.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 19783a9..69a7c5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2014-03-03 Alan Modra <amodra@gmail.com> + + * 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. + 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * config/tc-avr.c: Remove atxmega16x1. |