]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
PR driver/35420
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Mar 2008 22:50:02 +0000 (22:50 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Mar 2008 22:50:02 +0000 (22:50 +0000)
* gcc.c (process_command): Update copyright notice dates.
* gcov.c (print_version): Likewise.
* gcov-dump.c (print_version): Likewise.
* mips-tfile.c (main): Likewise.
* mips-tdump.c (main): Likewise.

* jcf-dump.c (version): Update copyright notice dates.

* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.

* mf-runtime.c (__mf_usage): Update copyright notice dates.

* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.

* gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132823 138bc75d-0d04-0410-961f-82ee72b054a4

18 files changed:
gcc/ChangeLog
gcc/fortran/ChangeLog
gcc/fortran/gfortranspec.c
gcc/gcc.c
gcc/gcov-dump.c
gcc/gcov.c
gcc/java/ChangeLog
gcc/java/jcf-dump.c
gcc/mips-tdump.c
gcc/mips-tfile.c
libjava/ChangeLog
libjava/classpath/ChangeLog.gcj
libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java
libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java
libjava/gnu/gcj/convert/Convert.java
libjava/gnu/gcj/tools/gcj_dbtool/Main.java
libmudflap/ChangeLog
libmudflap/mf-runtime.c

index c2200cb0a3a7c05a1482e7480ccb4d4045b4eb52..38741292a540df3b9cfb2d802e3c322c293e0ecc 100644 (file)
@@ -1,3 +1,12 @@
+2008-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR driver/35420
+       * gcc.c (process_command): Update copyright notice dates.
+       * gcov.c (print_version): Likewise.
+       * gcov-dump.c (print_version): Likewise.
+       * mips-tfile.c (main): Likewise.
+       * mips-tdump.c (main): Likewise.
+
 2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
 
        PR 24924
index 841c9d4c0d8e706b9c91915539f3caafca870d22..9f513021fdaaabbecd10b363de881f7388e634e2 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortranspec.c (lang_specific_driver): Update copyright notice
+       dates.
+
 2008-02-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/35059
index c8263ad49dfae28759e6b81fe43b9c82c928677a..9a4428728b9c8cfbb1c1723d05798a57a6650278 100644 (file)
@@ -377,7 +377,7 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
 
        case OPTION_version:
          printf ("GNU Fortran %s%s\n", pkgversion_string, version_string);
-         printf ("Copyright %s 2007 Free Software Foundation, Inc.\n\n",
+         printf ("Copyright %s 2008 Free Software Foundation, Inc.\n\n",
                  _("(C)"));
          printf (_("GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Fortran\n\
index b63c0da1d1aa6593aa98ee1cf2437d70c2b5e2c7..087fdfe0af3f43dadb74a18e9226b89f31abe9b0 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1,6 +1,6 @@
 /* Compiler driver program that can handle many languages.
    Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -3605,7 +3605,7 @@ process_command (int argc, const char **argv)
          /* translate_options () has turned --version into -fversion.  */
          printf (_("%s %s%s\n"), programname, pkgversion_string,
                  version_string);
-         printf ("Copyright %s 2007 Free Software Foundation, Inc.\n",
+         printf ("Copyright %s 2008 Free Software Foundation, Inc.\n",
                  _("(C)"));
          fputs (_("This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
index b47873342a7cbab66aa959f58d1be8d555af0bce..916d73ce698631ede7ae3963a67f9f782abb6f20 100644 (file)
@@ -1,5 +1,6 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
@@ -120,7 +121,7 @@ static void
 print_version (void)
 {
   printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
-  printf ("Copyright (C) 2007 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2008 Free Software Foundation, Inc.\n");
   printf ("This is free software; see the source for copying conditions.\n"
          "There is NO warranty; not even for MERCHANTABILITY or \n"
          "FITNESS FOR A PARTICULAR PURPOSE.\n\n");
index 34ad98dda341d1fe0a849e72b650545f76be1602..4f259a9228f6a55a87b4865bbddd3909d076bd9c 100644 (file)
@@ -1,7 +1,8 @@
 /* Gcov.c: prepend line execution counts and branch probabilities to a
    source file.
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by James E. Wilson of Cygnus Support.
    Mangled by Bob Manson of Cygnus Support.
    Mangled further by Nathan Sidwell <nathan@codesourcery.com>
@@ -422,7 +423,7 @@ static void
 print_version (void)
 {
   fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string);
-  fprintf (stdout, "Copyright %s 2007 Free Software Foundation, Inc.\n",
+  fprintf (stdout, "Copyright %s 2008 Free Software Foundation, Inc.\n",
           _("(C)"));
   fnotice (stdout,
           _("This is free software; see the source for copying conditions.\n"
index eed2fd2c6763130313aaf082d0d5edf53d05f536..a27c1cbe661ea7847512b41d8f5cea876f78fa24 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * jcf-dump.c (version): Update copyright notice dates.
+
 2008-02-29  Tom Tromey  <tromey@redhat.com>
 
        * expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on
index 2901e335b8408101be5e2c4ecabdb6f73f382e14..3cc996a9a60df5b63ee23eccf1e757821b7aae81 100644 (file)
@@ -2,7 +2,7 @@
    Functionally similar to Sun's javap.
 
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007 Free Software Foundation, Inc.
+   2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1165,7 +1165,7 @@ static void
 version (void)
 {
   printf ("jcf-dump %s%s\n\n", pkgversion_string, version_string);
-  printf ("Copyright %s 2007 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2008 Free Software Foundation, Inc.\n", _("(C)"));
   printf (_("This is free software; see the source for copying conditions.  There is NO\n"
            "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"));
   exit (0);
index a6dcb57cfa063c17bbba71144dc2f5b20c757182..cc43e85bdbe6bc787f3c6453c36e260fae393c4b 100644 (file)
@@ -1,6 +1,6 @@
 /* Read and manage MIPS symbol tables from object modules.
    Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
-   2006, 2007 Free Software Foundation, Inc.
+   2006, 2007, 2008 Free Software Foundation, Inc.
    Contributed by hartzell@boulder.colorado.edu,
    Rewritten by meissner@osf.org.
 
@@ -1411,7 +1411,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf ("mips-tdump %s%s\n", pkgversion_string, version_string);
-      fputs ("Copyright (C) 2007 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2008 Free Software Foundation, Inc.\n", stdout);
       fputs ("This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n",
              stdout);
index 2bf4932478e83fde8cd0b48a2d76863cc327f9db..7a122a1e88a944d2178cef4a677d8536ca786db4 100644 (file)
@@ -3,7 +3,7 @@
    in the form of comments (the mips assembler does not support
    assembly access to debug information).
    Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4779,7 +4779,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string);
-      fputs ("Copyright (C) 2007 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2008 Free Software Foundation, Inc.\n", stdout);
       fputs (_("This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
             stdout);
index dbad79f083d24b86493ddba10266d0aa5a213095..76e9a8a8f2e9568b9d11d04f4186b17d9d931aea 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * gnu/gcj/convert/Convert.java (version): Update copyright notice
+       dates.
+       * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
+
 2008-02-27  David Daney  <ddaney@avtrex.com>
 
        * HACKING: Correct typo in find command.
index ef35119e8ff4d4ccfcdc9bc5116a1c601f0842f1..ffc357133b676798211528f5a2cb92bdbf8ab152 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * gnu/java/rmi/registry/RegistryImpl.java (version): Update
+       copyright notice dates.
+       * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
+
 2008-02-20  Matthias Klose  <doko@ubuntu.com>
 
        * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change,
index 7dcca612ab2436947c44f0b5f13f8f8fd5357dab..ec076d0b774a760db8ded3a6f57b8a698192438f 100644 (file)
@@ -1,5 +1,5 @@
 /* RegistryImpl.java --
-   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005
+   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008
    Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
@@ -111,7 +111,7 @@ public static void version() {
                           + System.getProperty("java.vm.name")
                           + ") "
                           + System.getProperty("java.vm.version"));
-       System.out.println("Copyright 2006 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2008 Free Software Foundation, Inc.");
        System.out.println("This is free software; see the source for copying conditions.  There is NO");
        System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
        System.exit(0);
index 91c50d7f8c7d9fe18345b9e73eeaefa3571bd76d..afb30ad7224b4d3c430d37e23517bd2ff549b53e 100644 (file)
@@ -1,5 +1,5 @@
 /* NamingServicePersistent.java -- The persistent naming service.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -181,7 +181,7 @@ public class Main
         System.out.println("GNU Classpath persistent naming service "
                            + "started at " + iorr.Internet.host + ":"
                            + iorr.Internet.port + " key 'NameService'.\n\n"
-                           + "Copyright (C) 2006 Free Software Foundation\n"
+                           + "Copyright (C) 2008 Free Software Foundation\n"
                            + "This tool comes with ABSOLUTELY NO WARRANTY. "
                            + "This is free software, and you are\nwelcome to "
                            + "redistribute it under conditions, defined in "
index cf67061d6b7860bc46cb97114eb0b1f7e12c13fe..2d5c053cb9fa32245a870a88400fc55ced6832fa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2002, 2005, 2006, 2007  Free Software Foundation
+/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -45,7 +45,7 @@ public class Convert
                       + ") "
                       + System.getProperty("java.vm.version"));
     System.out.println();
-    System.out.println("Copyright (C) 2006 Free Software Foundation, Inc.");
+    System.out.println("Copyright (C) 2008 Free Software Foundation, Inc.");
     System.out.println("This is free software; see the source for copying conditions.  There is NO");
     System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
     System.exit(0);
index 6ad5fd1b786735dfb2424795183434583b99085a..f1c45471186e07ed66028e78636715e7ea469a4c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006, 2007  Free Software Foundation
+/* Copyright (C) 2004, 2005, 2006, 2007, 2008  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -46,7 +46,7 @@ public class Main
                           + ") "
                           + System.getProperty("java.vm.version"));
        System.out.println();
-       System.out.println("Copyright 2006 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2008 Free Software Foundation, Inc.");
        System.out.println("This is free software; see the source for copying conditions.  There is NO");
        System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
        return;
index 4882eaf7ac1c0ed84ee0474910973cc789ddf6e6..211026175975cadb6ada38198b1b5b30ec24ab5d 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * mf-runtime.c (__mf_usage): Update copyright notice dates.
+
 2008-02-21  Uros Bizjak  <ubizjak@gmail.com>
 
        * testsuite/libmudflap.c/fail8-frag.c: Adjust scan pattern for
index 93765ab42204f2e00b8f2f769f3c865aff38af57..79fdb323dbed334eca9cd6e11f747ee9425e8b21 100644 (file)
@@ -1,5 +1,6 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008
+   Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
    Splay Tree code originally by Mark Mitchell <mark@markmitchell.com>,
@@ -444,7 +445,7 @@ __mf_usage ()
 
   fprintf (stderr,
            "This is a %s%sGCC \"mudflap\" memory-checked binary.\n"
-           "Mudflap is Copyright (C) 2002-2004 Free Software Foundation, Inc.\n"
+           "Mudflap is Copyright (C) 2002-2008 Free Software Foundation, Inc.\n"
            "\n"
            "The mudflap code can be controlled by an environment variable:\n"
            "\n"