Update copyright date to 2001
authorNick Clifton <nickc@redhat.com>
Fri, 12 Jan 2001 18:01:56 +0000 (18:01 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 12 Jan 2001 18:01:56 +0000 (18:01 +0000)
binutils/ChangeLog
binutils/version.c
gas/ChangeLog
gas/as.c
ld/ChangeLog
ld/lexsup.c

index bc8e6740f9906c133d3268c8c9169b4c1fccff2a..1dce9af01258a34cf38f47298c4fa77ecb447461 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-12  Nick Clifton  <nickc@redhat.com>
+
+       * version.c (print_version): Update copyright date.
+
 2001-01-11  Peter Targett  <peter.targett@arccores.com>
 
        * readelf.c (dump_relocations): Include selection with EM_ARC.
 2001-01-11  Peter Targett  <peter.targett@arccores.com>
 
        * readelf.c (dump_relocations): Include selection with EM_ARC.
index cb893cf9837e6b5f2c15b31050ad5db802f8452a..5bd1907a813673b939015cc47c159565e1aa6a7b 100644 (file)
@@ -1,5 +1,5 @@
 /* version.c -- binutils version information
 /* version.c -- binutils version information
-   Copyright 1991, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1991, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
 
 This file is part of GNU Binutils.
 
@@ -36,7 +36,7 @@ print_version (name)
   /* This output is intended to follow the GNU standards document.  */
   /* xgettext:c-format */
   printf ("GNU %s %s\n", name, program_version);
   /* This output is intended to follow the GNU standards document.  */
   /* xgettext:c-format */
   printf ("GNU %s %s\n", name, program_version);
-  printf (_("Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.\n"));
+  printf (_("Copyright 1997, 98, 99, 2000, 2001 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.  This program has absolutely no warranty.\n"));
   printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License.  This program has absolutely no warranty.\n"));
index 869fa43603058d86ed4129f653a79a6eb4e30b4f..76c3d9e254536fdb8b39de949794474adc10297b 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-12  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (print_args): Update copyright date to 2001.
+
 2001-01-12  Peter Targett  <peter.targett@arccores.com>
 
        * doc/c-arc.texi: New file.
 2001-01-12  Peter Targett  <peter.targett@arccores.com>
 
        * doc/c-arc.texi: New file.
index 376af1fa994329ffd255dc86664a4908f45d30b7..6cf324d1d90862b2e01823cb7d7061a7933e04fe 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -1,5 +1,5 @@
 /* as.c - GAS main program.
 /* as.c - GAS main program.
-   Copyright (C) 1987, 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright (C) 1987, 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -525,7 +525,7 @@ parse_args (pargc, pargv)
        case OPTION_VERSION:
          /* This output is intended to follow the GNU standards document.  */
          printf (_("GNU assembler %s\n"), VERSION);
        case OPTION_VERSION:
          /* This output is intended to follow the GNU standards document.  */
          printf (_("GNU assembler %s\n"), VERSION);
-         printf (_("Copyright 2000 Free Software Foundation, Inc.\n"));
+         printf (_("Copyright 2001 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.  This program has absolutely no warranty.\n"));
          printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License.  This program has absolutely no warranty.\n"));
index a2fc7330f0867036d840573966457cce68a4040c..154e0dcf2d6fc25e22ae1939d65a05c1a9340d86 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-12  Nick Clifton  <nickc@redhat.com>
+
+       * lexsup.c (parse_args): Update copyright date.
+
 2001-01-12  Philip Blundell  <pb@futuretv.com>
 
        * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
 2001-01-12  Philip Blundell  <pb@futuretv.com>
 
        * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
index 80ccc6e0e2de5d473264b59648793ca7546478da..914ff7f7cf40ad6b35381bb5b2bc3da12d3b7883 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse options for the GNU linker.
 /* Parse options for the GNU linker.
-   Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
    Free Software Foundation, Inc.
 
 This file is part of GLD, the Gnu Linker.
    Free Software Foundation, Inc.
 
 This file is part of GLD, the Gnu Linker.
@@ -983,7 +983,7 @@ parse_args (argc, argv)
        case OPTION_VERSION:
          /* This output is intended to follow the GNU standards document.  */
          printf ("GNU ld %s\n", ld_program_version);
        case OPTION_VERSION:
          /* This output is intended to follow the GNU standards document.  */
          printf ("GNU ld %s\n", ld_program_version);
-         printf (_("Copyright 2000 Free Software Foundation, Inc.\n"));
+         printf (_("Copyright 2001 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.  This program has absolutely no warranty.\n"));
          printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License.  This program has absolutely no warranty.\n"));
This page took 0.032774 seconds and 4 git commands to generate.