mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +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>
|
||||
|
||||
* README: Add "Copyright Notices" paragraph.
|
||||
|
||||
2014-02-11 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
* binutils/dwarf.c (read_and_display_attr_value): Don't warn
|
||||
|
@ -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
|
||||
============================================
|
||||
|
||||
|
Reference in New Issue
Block a user