Fix various copyright issues
authorAlan Modra <amodra@gmail.com>
Sat, 1 Mar 2014 11:25:26 +0000 (21:55 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 3 Mar 2014 00:33:08 +0000 (11:03 +1030)
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.

17 files changed:
binutils/ChangeLog
binutils/README
gas/ChangeLog
gas/config/bfin-lex-wrapper.c
gas/config/tc-frv.c
gas/config/tc-ip2k.c
gas/config/tc-iq2000.c
gas/config/tc-mep.c
gas/config/tc-tic4x.c
gas/config/tc-tic4x.h
gold/ChangeLog
gold/dwp.cc
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/phdrs2.exp
ld/testsuite/ld-v850/v850.exp
opcodes/ChangeLog
opcodes/i386-gen.c

index 7c258f6c719daac194731b43b2974d3bede7d727..07c3d9a710d8db23ee0bcdb8e34c12cdc56a711b 100644 (file)
@@ -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
index d11e94532c5062b1453fc409b3f3a192b81066ff..0ad1df135bd7278a2beffeb5022b21c37b077de8 100644 (file)
@@ -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
 ============================================
 
index 19783a9616ce1e01e3cb87724dcee385940a067c..69a7c5c960de0e87c3c9d5674cec669265bc5f0b 100644 (file)
@@ -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.
index e61118cc0aca873d7a75854fb7e37ba3cacb2ce9..5cb9d7bedff76666b1832509d6f52cdaf5bb4296 100644 (file)
@@ -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.
 
index 9cdbe2651a6a94ff6daceff5eed34d34f2352d5f..33451f0be0a97f46ec10521ff45d1568428943db 100644 (file)
@@ -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.
 
index 3836cc9ecd3980860a11ff1aeac9b500549c820a..c6bc9b6456ff40259ae36237bb58419acd1317ee 100644 (file)
@@ -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.
 
index e8ed21d6be91422358ee76469486ee572d917786..c29cdfa294ccbeafc8654bb9ceb972088648b46d 100644 (file)
@@ -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.
 
index 377e4c3f36ed875e0846c9935dbeae72952c54d3..a83e4e341002491c9608c45372203ad640c3072a 100644 (file)
@@ -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.
 
index 0dcf5bdd0bca30fa43c22da3eb7e9c3ca056d83b..d9c5ec5b5f2ba1bfeea7ddecb505c281c8f13dba 100644 (file)
@@ -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)
 
index b35eaa77d637df4779dcb0c35537f3eb6414907f..7a80f0cddbc61d344a57dc58824434dd360629e1 100644 (file)
@@ -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)
 
index 3ef176b0afc6d19e2bf305a630987bdcd252e3eb..f600b843c5631fc6b2d69973bdd20d488dda4e7c 100644 (file)
@@ -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.
index 04a144735ebef3dc9752d1ec95d1f0c31e9f16c8..51d47022b3e9cf061e834603f50dce945435cef1 100644 (file)
@@ -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\
index 0c9f3ce20195d319b4f9e18b5a21e32759f6e819..701b0880bbb13f30eabc07c82060ea62e2b027a8 100644 (file)
@@ -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.
index b680d854553b32b392b62d32646a2bb3d5c7c4be..8b28156c36fd0cde2ca7512be0171e9f940cc89e 100644 (file)
@@ -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.
 #
index 2a2f9aec2bac5d9f1ab2a5a2a9827f7e2db50d8f..dcaee1ebbe2319ccdbe599306976cf3e4d3a8ec4 100644 (file)
@@ -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
index a909bb0e553a43bb77e97919aee40a1f85d65134..43d0cb3220e0bda8575d5a3e074ab548fab16858 100644 (file)
@@ -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.
index e55e8a10d399e7f352c940d70aad37d4ff23468f..6585f372139fa1b41108c56068388cf7a262b19c 100644 (file)
@@ -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\
This page took 0.036592 seconds and 4 git commands to generate.