]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
* gcc.c (process_command): Update copyright notice dates.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jan 2010 00:00:42 +0000 (00:00 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jan 2010 00:00:42 +0000 (00:00 +0000)
* gcov.c (print_version): Likewise.
* gcov-dump.c (print_version): Likewise.
* mips-tfile.c (main): Likewise.
* mips-tdump.c (main): Likewise.

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

* jcf-dump.c (version): 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@155749 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 c6343625d22e1ff630f34eec69f7acf4d95d2dca..708dbf6803f18cf07599cf41d33ae6165fe4b810 100644 (file)
@@ -1,3 +1,11 @@
+2010-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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.
+
 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
 
        PR target/41885
index 79b5174deade6df8757927ae2773645ac9c7dcd9..cb77adfaf69febd36b029cd466c368eccf9481ee 100644 (file)
@@ -1,4 +1,9 @@
-2010-01-08  Tobias Burnus  <burnus@net-b.de
+2010-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortranspec.c (lang_specific_driver): Update copyright notice
+       dates.
+
+2010-01-08  Tobias Burnus  <burnus@net-b.de>
 
        PR/fortran 25829
        * symbol.c (check_conflict, gfc_copy_attr): Add
index 534fe897bfe591dabcd294de5552c058787d64da..8f860a6b2d72375ce2c13aac4cf0a3fdd486ae8f 100644 (file)
@@ -1,6 +1,6 @@
 /* Specific flags and argument handling of the Fortran front-end.
    Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009
+   2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -369,7 +369,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 2009 Free Software Foundation, Inc.\n\n",
+         printf ("Copyright %s 2010 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 d001273da70e96775ad2b1fcb248f77759742d17..d7d2b3bd6417835a6fb8652e0d218de861bc3a55 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -7234,7 +7234,7 @@ main (int argc, char **argv)
     {
       printf (_("%s %s%s\n"), programname, pkgversion_string,
              version_string);
-      printf ("Copyright %s 2009 Free Software Foundation, Inc.\n",
+      printf ("Copyright %s 2010 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 c090c986784676a9997b9f67b30be6f62b77b6db..6b06d95929422fcb6007353de53df848835905a2 100644 (file)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
@@ -121,7 +121,7 @@ static void
 print_version (void)
 {
   printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
-  printf ("Copyright (C) 2009 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2010 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 1d1fc0bc3585a9cb466ac2979a0002b2a91ecc4f..1c1403d927ddd4cc14dee5afdef22da8ef58e3dc 100644 (file)
@@ -1,7 +1,7 @@
 /* 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, 2008, 2009
+   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
    Contributed by James E. Wilson of Cygnus Support.
    Mangled by Bob Manson of Cygnus Support.
@@ -426,7 +426,7 @@ static void
 print_version (void)
 {
   fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string);
-  fprintf (stdout, "Copyright %s 2009 Free Software Foundation, Inc.\n",
+  fprintf (stdout, "Copyright %s 2010 Free Software Foundation, Inc.\n",
           _("(C)"));
   fnotice (stdout,
           _("This is free software; see the source for copying conditions.\n"
index e61a00eefaa39115a8e4c9c1d2ae4988351ccf93..579982c5c463cf792da21bce96df528c9cd7c0ce 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * jcf-dump.c (version): Update copyright notice dates.
+
 2009-11-28  Jakub Jelinek  <jakub@redhat.com>
 
        * jvspec.c (lang_specific_driver): Remove unused
index a36029eff7a3094a242923025844a2f5ad640d8e..b29c7e4fb8e6821efdf1e7c86af0f5800fc09e60 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, 2008, 2009 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1167,7 +1167,7 @@ static void
 version (void)
 {
   printf ("jcf-dump %s%s\n\n", pkgversion_string, version_string);
-  printf ("Copyright %s 2009 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2010 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 240e9e8b887d3d26b880c0cec917227d6ea3a28f..cfdc0d4ddc62c3dc66ae80f41eb01df2b9586026 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, 2008, 2009 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    Contributed by hartzell@boulder.colorado.edu,
    Rewritten by meissner@osf.org.
 
@@ -1414,7 +1414,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf ("mips-tdump %s%s\n", pkgversion_string, version_string);
-      fputs ("Copyright (C) 2009 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2010 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 dfd630867daadff5bf777e7d757298d65e8bcd9e..1475e9599db122e3f06cd1b4c986de5d2e866f96 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, 2008, 2009
+   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
@@ -4786,7 +4786,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string);
-      fputs ("Copyright (C) 2009 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2010 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 941154b1ff3b3923f890e8b27888edd6a5db824c..d9e46976da21b45e013a3909fc90c3ff56e91935 100644 (file)
@@ -1,3 +1,9 @@
+2010-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * gnu/gcj/convert/Convert.java (version): Update copyright notice
+       dates.
+       * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
+
 2010-01-06  Matthias Klose  <doko@ubuntu.com>
 
        * Regenerate .class files with updated ecj.jar (based on 3.5.1).
index 4b93934c3bec78b0bccff3b9d454693004bc2ba3..b6256a9b1597363dfbc7fab332d0b546ed7ed814 100644 (file)
@@ -1,3 +1,9 @@
+2010-01-09  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.
+
 2009-07-01  Jakub Jelinek  <jakub@redhat.com>
 
        * gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
index 5fe0173592e427153c7620552a06d4b03f990a40..ed80310a4e44108b9c985b8cfbe6afe0c8549ba5 100644 (file)
@@ -1,5 +1,5 @@
 /* RegistryImpl.java --
-   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008, 2009
+   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008, 2009, 2010
    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 2009 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2010 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 35c45ef5ba3a04f4b536dbd9999d4f3c3a2ff639..09478438faa0a0a3a47b033d8108b2ae2cff101a 100644 (file)
@@ -1,5 +1,5 @@
 /* NamingServicePersistent.java -- The persistent naming service.
-   Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -179,7 +179,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) 2009 Free Software Foundation\n"
+                           + "Copyright (C) 2010 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 96fe28d42e4c17a80a74ac4c4a6f9c8f9a5c5d7c..5b15014f76c8edc0b248eb88a6936386042073bd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008, 2009
+/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008, 2009, 2010
    Free Software Foundation
 
    This file is part of libgcj.
@@ -46,7 +46,7 @@ public class Convert
                       + ") "
                       + System.getProperty("java.vm.version"));
     System.out.println();
-    System.out.println("Copyright (C) 2009 Free Software Foundation, Inc.");
+    System.out.println("Copyright (C) 2010 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 bc40a5dedfb2e9fd88a90a196df5996e6859cbdb..706bc9cacbbad88038e02aab082d9bd2d2a88326 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation
+/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
+   Free Software Foundation
 
    This file is part of libgcj.
 
@@ -46,7 +47,7 @@ public class Main
                           + ") "
                           + System.getProperty("java.vm.version"));
        System.out.println();
-       System.out.println("Copyright 2009 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2010 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 07d3c8edde32db8e4559a499365e1cc57fc7c674..679f8f254956abd290084021d51ce1b293eaf48e 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * mf-runtime.c (__mf_usage): Update copyright notice dates.
+
 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.in: Regenerate.
index 08a50c218073285abf2fde95be08abf9486edfb1..25e49ba9d997554ee6d100f5eb6e29fc82a8c518 100644 (file)
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010
    Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
@@ -448,7 +448,7 @@ __mf_usage ()
 
   fprintf (stderr,
            "This is a %s%sGCC \"mudflap\" memory-checked binary.\n"
-           "Mudflap is Copyright (C) 2002-2009 Free Software Foundation, Inc.\n"
+           "Mudflap is Copyright (C) 2002-2010 Free Software Foundation, Inc.\n"
            "\n"
            "Unless setuid, a program's mudflap options be set by an environment variable:\n"
            "\n"