From 2c80b75360d2e31dec9e4b32b2d5034b1de10eb6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 1 Mar 2014 21:55:26 +1030 Subject: 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. --- binutils/ChangeLog | 4 ++++ binutils/README | 9 +++++++++ 2 files changed, 13 insertions(+) (limited to 'binutils') 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 + + * README: Add "Copyright Notices" paragraph. + 2014-02-11 Cary Coutant * 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 ============================================ -- cgit v1.1