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 /binutils | |
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 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/README | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7c258f6..07c3d9a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2014-03-03 Alan Modra <amodra@gmail.com> + + * README: Add "Copyright Notices" paragraph. + 2014-02-11 Cary Coutant <ccoutant@google.com> * binutils/dwarf.c (read_and_display_attr_value): Don't warn diff --git a/binutils/README b/binutils/README index d11e945..0ad1df1 100644 --- a/binutils/README +++ b/binutils/README @@ -13,6 +13,15 @@ There are README and NEWS files in most of the program sub-directories which give more information about those specific programs. +Copyright Notices +================= + +Copyright years on binutils source files may be listed using range +notation, e.g., 1991-2012, indicating that every year in the range, +inclusive, is a copyrightable year that could otherwise be listed +individually. + + Unpacking and Installation -- quick overview ============================================ |