aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/README9
-rw-r--r--gas/ChangeLog10
-rw-r--r--gas/config/bfin-lex-wrapper.c3
-rw-r--r--gas/config/tc-frv.c2
-rw-r--r--gas/config/tc-ip2k.c2
-rw-r--r--gas/config/tc-iq2000.c2
-rw-r--r--gas/config/tc-mep.c2
-rw-r--r--gas/config/tc-tic4x.c2
-rw-r--r--gas/config/tc-tic4x.h2
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/dwp.cc2
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-scripts/phdrs2.exp2
-rw-r--r--ld/testsuite/ld-v850/v850.exp2
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-gen.c3
17 files changed, 47 insertions, 13 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
============================================
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.
diff --git a/gas/config/bfin-lex-wrapper.c b/gas/config/bfin-lex-wrapper.c
index e61118c..5cb9d7b 100644
--- a/gas/config/bfin-lex-wrapper.c
+++ b/gas/config/bfin-lex-wrapper.c
@@ -1,5 +1,4 @@
-/* Copyright 20012
- Free Software Foundation, Inc.
+/* Copyright 2012 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c
index 9cdbe26..33451f0 100644
--- a/gas/config/tc-frv.c
+++ b/gas/config/tc-frv.c
@@ -1,6 +1,6 @@
/* tc-frv.c -- Assembler for the Fujitsu FRV.
Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
- Free Software Foundation. Inc.
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c
index 3836cc9..c6bc9b6 100644
--- a/gas/config/tc-ip2k.c
+++ b/gas/config/tc-ip2k.c
@@ -1,6 +1,6 @@
/* tc-ip2k.c -- Assembler for the Scenix IP2xxx.
Copyright (C) 2000, 2002, 2003, 2005, 2006, 2007, 2009
- Free Software Foundation. Inc.
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c
index e8ed21d..c29cdfa 100644
--- a/gas/config/tc-iq2000.c
+++ b/gas/config/tc-iq2000.c
@@ -1,6 +1,6 @@
/* tc-iq2000.c -- Assembler for the Sitera IQ2000.
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010
- Free Software Foundation. Inc.
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-mep.c b/gas/config/tc-mep.c
index 377e4c3..a83e4e3 100644
--- a/gas/config/tc-mep.c
+++ b/gas/config/tc-mep.c
@@ -1,6 +1,6 @@
/* tc-mep.c -- Assembler for the Toshiba Media Processor.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2012
- Free Software Foundation. Inc.
+ Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c
index 0dcf5bd..d9c5ec5 100644
--- a/gas/config/tc-tic4x.c
+++ b/gas/config/tc-tic4x.c
@@ -1,6 +1,6 @@
/* tc-tic4x.c -- Assemble for the Texas Instruments TMS320C[34]x.
Copyright (C) 1997,1998, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010,
- 2012 Free Software Foundation. Inc.
+ 2012 Free Software Foundation, Inc.
Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
diff --git a/gas/config/tc-tic4x.h b/gas/config/tc-tic4x.h
index b35eaa7..7a80f0c 100644
--- a/gas/config/tc-tic4x.h
+++ b/gas/config/tc-tic4x.h
@@ -1,6 +1,6 @@
/* tc-tic4x.h -- Assemble for the Texas TMS320C[34]X.
Copyright (C) 1997, 2002, 2003, 2005, 2007, 2008
- Free Software Foundation. Inc.
+ Free Software Foundation, Inc.
Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 3ef176b..f600b84 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-03 Alan Modra <amodra@gmail.com>
+
+ * dwp.cc (print_version): Update copyright year to current.
+
2014-02-10 Alan Modra <amodra@gmail.com>
* po/gold.pot: Regenerate.
diff --git a/gold/dwp.cc b/gold/dwp.cc
index 04a1447..51d4702 100644
--- a/gold/dwp.cc
+++ b/gold/dwp.cc
@@ -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\
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 0c9f3ce..701b088 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-03 Alan Modra <amodra@gmail.com>
+
+ * ld-scripts/phdrs2.exp: Correct copyright punctuation.
+ * ld-v850/v850.exp: Correct copyright typo.
+
2014-03-01 Yuri Gribov <y.gribov@samsung.com>
* ld-arm/long-plt-format.d, ld-arm/arm-elf.exp: Adjust for arm-eabi.
diff --git a/ld/testsuite/ld-scripts/phdrs2.exp b/ld/testsuite/ld-scripts/phdrs2.exp
index b680d85..8b28156 100644
--- a/ld/testsuite/ld-scripts/phdrs2.exp
+++ b/ld/testsuite/ld-scripts/phdrs2.exp
@@ -1,5 +1,5 @@
# Test PHDRS with empty sections in a linker script.
-# Copyright 2006, 2005, 2007, 2010 Free Software Foundation, Inc,
+# Copyright 2006, 2005, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/ld/testsuite/ld-v850/v850.exp b/ld/testsuite/ld-v850/v850.exp
index 2a2f9ae..dcaee1e 100644
--- a/ld/testsuite/ld-v850/v850.exp
+++ b/ld/testsuite/ld-v850/v850.exp
@@ -1,4 +1,4 @@
-# Copyright 2007 Free Software Foundtaion, Inc.
+# Copyright 2007 Free Software Foundation, Inc.
# This file is part of the GNU Binutils.
#
# This program is free software; you can redistribute it and/or modify
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a909bb0..43d0cb3 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-03 Alan Modra <amodra@gmail.com>
+
+ * i386-gen.c (process_copyright): Emit copyright notice on one line.
+
2014-02-28 Alan Modra <amodra@gmail.com>
* msp430-decode.c: Regenerate.
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index e55e8a1..6585f37 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -579,8 +579,7 @@ static void
process_copyright (FILE *fp)
{
fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\
-/* Copyright 2007-2014\n\
- Free Software Foundation, Inc.\n\
+/* Copyright 2007-2014 Free Software Foundation, Inc.\n\
\n\
This file is part of the GNU opcodes library.\n\
\n\