]> 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>
Tue, 3 Feb 2009 20:48:23 +0000 (20:48 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Feb 2009 20:48:23 +0000 (20:48 +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@143907 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 3bf728a5485dd0001957b753fac6d30b1b2d7c5f..af8d0e919f68d8605e8bafa8ee2d416e6e8df1f8 100644 (file)
@@ -1,3 +1,11 @@
+2009-02-03  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.
+
 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
 
        PR c/35433
index 1186064d02936b3119623d1d2188c5dbb537c9e8..4655ffe384a044bf4b8f9f5cec35a4a222da57bf 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortranspec.c (lang_specific_driver): Update copyright notice
+       dates.
+
 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/38852
index 4a7d02f11ebfd215cfc8877cf7cf14e36fe032a1..0e5e7913e9741479ef5d4bb76e76aa7b9e689e00 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
+   2007, 2008, 2009
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -379,7 +379,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 2008 Free Software Foundation, Inc.\n\n",
+         printf ("Copyright %s 2009 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 e85d25de708938352ba73ec42c38e232e417dc28..0a78282d87e4eeccb26558ce4327b3000f1293e8 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3641,7 +3641,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 2008 Free Software Foundation, Inc.\n",
+         printf ("Copyright %s 2009 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 ae8504669fb36e4613c017a73def9654ae43ad29..174a02daface999a79981c22c069c10bf7b0b9af 100644 (file)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
    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) 2008 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2009 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 a92ce91f2a3d5a01e50bb66e5d2e93087ad942b3..61ac7ed697482f3be48cefae2ea004c7fc9fcfb4 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
+   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
    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 2008 Free Software Foundation, Inc.\n",
+  fprintf (stdout, "Copyright %s 2009 Free Software Foundation, Inc.\n",
           _("(C)"));
   fnotice (stdout,
           _("This is free software; see the source for copying conditions.\n"
index dd696e689da35068cb631d5eee7a9333cfd44039..7726ca483d1e314b6d2a51575f051422341e0a1c 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * jcf-dump.c (version): Update copyright notice dates.
+
 2009-01-16  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/38835
index 7615f97b7f20e7716b497f405d45eee8d6c48b2a..8008dd2073fa0c21d4d3db4111e60f4f5ece430c 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 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009 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 2008 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2009 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 2164a6e4b488c899caf3c3d8bdf5f58e0ea87120..df902a6deb47d8f765054e8950b1a9740cbf6e6f 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 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009 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) 2008 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2009 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 b984f47cb3faedec5019deba02c1bea85cd289db..f8bb492b38147429c21b767d6e43e8ab242fd944 100644 (file)
@@ -3,7 +3,8 @@
    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 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+   Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4780,7 +4781,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string);
-      fputs ("Copyright (C) 2008 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2009 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 d28dcc86ec8aa24c00793447b84773756cf66e4a..96e39ca4a6d9838aecc6793318b537d34c3f7855 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * gnu/gcj/convert/Convert.java (version): Update copyright notice
+       dates.
+       * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
+
 2009-01-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR libgcj/38872
index aff0225dd16b23a78c541f43062913a468cb6d55..8a813baac126cb3e84453382ffbbb98347dbfa76 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-03  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-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * configure: Regenerate.
index ec076d0b774a760db8ded3a6f57b8a698192438f..5fe0173592e427153c7620552a06d4b03f990a40 100644 (file)
@@ -1,5 +1,5 @@
 /* RegistryImpl.java --
-   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008
+   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008, 2009
    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 2008 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2009 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 15f3612cc9a6ab1ecbeb7aedaba64a92b059bc6e..35c45ef5ba3a04f4b536dbd9999d4f3c3a2ff639 100644 (file)
@@ -1,5 +1,5 @@
 /* NamingServicePersistent.java -- The persistent naming service.
-   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2008, 2009 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) 2008 Free Software Foundation\n"
+                           + "Copyright (C) 2009 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 2d5c053cb9fa32245a870a88400fc55ced6832fa..96fe28d42e4c17a80a74ac4c4a6f9c8f9a5c5d7c 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008  Free Software Foundation
+/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008, 2009
+   Free Software Foundation
 
    This file is part of libgcj.
 
@@ -45,7 +46,7 @@ public class Convert
                       + ") "
                       + System.getProperty("java.vm.version"));
     System.out.println();
-    System.out.println("Copyright (C) 2008 Free Software Foundation, Inc.");
+    System.out.println("Copyright (C) 2009 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 f1c45471186e07ed66028e78636715e7ea469a4c..bc40a5dedfb2e9fd88a90a196df5996e6859cbdb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008  Free Software Foundation
+/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  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 2008 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2009 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 e42a15b5605f6dd9dfcbf16b1634e8a7e7ec5920..d291462db3cbda67e2b2c4285d37040940a7645b 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * mf-runtime.c (__mf_usage): Update copyright notice dates.
+
 2009-01-23  Jie Zhang  <jie.zhang@analog.com>
 
        * mf-impl.h (__mf_get_state, __mf_set_state): Don't use
index 93b895a15734a43c7cdbe0013c00a37d4cea579a..0f122cb79775ac5e48b04006d5054664a1636746 100644 (file)
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009
    Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
@@ -445,7 +445,7 @@ __mf_usage ()
 
   fprintf (stderr,
            "This is a %s%sGCC \"mudflap\" memory-checked binary.\n"
-           "Mudflap is Copyright (C) 2002-2008 Free Software Foundation, Inc.\n"
+           "Mudflap is Copyright (C) 2002-2009 Free Software Foundation, Inc.\n"
            "\n"
            "The mudflap code can be controlled by an environment variable:\n"
            "\n"