gcc.c (process_command): Update copyright notice dates.
authorJakub Jelinek <jakub@redhat.com>
Sun, 1 Jan 2012 19:09:46 +0000 (20:09 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 1 Jan 2012 19:09:46 +0000 (20:09 +0100)
gcc/
* 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.
gcc/fortran/
* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.
gcc/java/
* jcf-dump.c (version): Update copyright notice dates.
libmudflap/
* mf-runtime.c (__mf_usage): Update copyright notice dates.
libjava/
* gnu/gcj/convert/Convert.java (version): Update copyright notice
dates.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
libjava/classpath/
* gnu/java/rmi/registry/RegistryImpl.java (version): Update
copyright notice dates.
* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.

From-SVN: r182773

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 d2989d42639007061753fbb4b80409f4becd275a..9f48a4a7c98bd5909994da8dddc65c34f59fcbbc 100644 (file)
@@ -1,3 +1,11 @@
+2012-01-01  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.
+
 2012-01-01  Ira Rosen  <irar@il.ibm.com>
 
        PR tree-optimization/51704
index c7ac160386c68bd0460e99808e9df2c01c769136..a17aa4d707d0b494a33f97ec2a53758321c77b6d 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * gfortranspec.c (lang_specific_driver): Update copyright notice
+       dates.
+
 2011-12-31  Thomas König  <tkoenig@gcc.gnu.org>
 
        PR fortran/51502
index 75ce05fca1c9795e709e60c5f514bf53501a1275..2240bfb99858e0dc28fcaaa782fe785c51d1fe07 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, 2010, 2011
+   2007, 2008, 2009, 2010, 2011, 2012
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -301,7 +301,7 @@ lang_specific_driver (struct cl_decoded_option **in_decoded_options,
 
        case OPT__version:
          printf ("GNU Fortran %s%s\n", pkgversion_string, version_string);
-         printf ("Copyright %s 2011 Free Software Foundation, Inc.\n\n",
+         printf ("Copyright %s 2012 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 46130dc1001020dccedad7828b55d2463c22db39..71b369c23e2918610770f36d7ba6a42d5632b2e1 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1,7 +1,7 @@
 /* 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, 2008, 2009,
-   2010, 2011
+   2010, 2011, 2012
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -6557,7 +6557,7 @@ main (int argc, char **argv)
     {
       printf (_("%s %s%s\n"), progname, pkgversion_string,
              version_string);
-      printf ("Copyright %s 2011 Free Software Foundation, Inc.\n",
+      printf ("Copyright %s 2012 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 da0aa59d1767dd8018fecd97997e80f45ae9a321..e49cb3c093dd3697d3e475946aa13c3f527c43c5 100644 (file)
@@ -1,6 +1,6 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
+   2012 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
@@ -135,7 +135,7 @@ static void
 print_version (void)
 {
   printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
-  printf ("Copyright (C) 2011 Free Software Foundation, Inc.\n");
+  printf ("Copyright (C) 2012 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 da9f85c780a31a191edf9fa019e2ccf5563fd979..aa857b7e4f38bedd57769208debde21225cf415a 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, 2010, 2011
+   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    Free Software Foundation, Inc.
    Contributed by James E. Wilson of Cygnus Support.
    Mangled by Bob Manson of Cygnus Support.
@@ -486,7 +486,7 @@ static void
 print_version (void)
 {
   fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string);
-  fprintf (stdout, "Copyright %s 2011 Free Software Foundation, Inc.\n",
+  fprintf (stdout, "Copyright %s 2012 Free Software Foundation, Inc.\n",
           _("(C)"));
   fnotice (stdout,
           _("This is free software; see the source for copying conditions.\n"
index 762872a7cf1ead0d130a3b5b6cb0dace87036a8c..64abeace4584ff1708194461918cd8f8644a127a 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * jcf-dump.c (version): Update copyright notice dates.
+
 2011-12-03  Matthias Klose  <doko@ubuntu.com>
 
        * expr.c (SPECIAL_WIDE): Fix typo in message.
index fecca155db11ef85301734515d25cf7d10157e96..0c5878cc57969af18c76b478d1f2f2bfe538fa39 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, 2010, 2011 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1162,7 +1162,7 @@ static void
 version (void)
 {
   printf ("jcf-dump %s%s\n\n", pkgversion_string, version_string);
-  printf ("Copyright %s 2011 Free Software Foundation, Inc.\n", _("(C)"));
+  printf ("Copyright %s 2012 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 f39b5a310f6a431ceb837356da3144e4aed0ca4f..49ebb89d7f702a1b70afb1798cae2bec13f2ca08 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, 2010, 2011 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
    Contributed by hartzell@boulder.colorado.edu,
    Rewritten by meissner@osf.org.
 
@@ -1405,7 +1405,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf ("mips-tdump %s%s\n", pkgversion_string, version_string);
-      fputs ("Copyright (C) 2011 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2012 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 3af6266b45c1da5c8140722f054b083a57fb2fb2..25f732a296642d2b7846a3cc170ff97bf977e0cd 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, 2010, 2011
+   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
@@ -4715,7 +4715,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string);
-      fputs ("Copyright (C) 2011 Free Software Foundation, Inc.\n", stdout);
+      fputs ("Copyright (C) 2012 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 841dfb753aebee48f11de558e0112f54dba95ecb..219e0607b5d37da705d10c27226d3f131ebc7f07 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * gnu/gcj/convert/Convert.java (version): Update copyright notice
+       dates.
+       * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
+
 2011-12-27  Uros Bizjak  <ubizjak@gmail.com>
 
        PR libgcj/49193
index 0f537912e8cbba491d6e4780f44bf17079cb3081..eae363d067f7ab18a0c0f9d1ab8e48a0862027ac 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-01  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.
+
 2011-11-29  Andreas Tobler  <andreast@fgznet.ch>
 
        * config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up.
index acdd463b165b9a951aed98a0dafbd2b107c2c08e..c95a1e3508be05c55c69ddbe2c2ec10d15cd4fbe 100644 (file)
@@ -1,6 +1,6 @@
 /* RegistryImpl.java --
-   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005, 2008, 2009, 2010, 2011,
+   2012 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 2011 Free Software Foundation, Inc.");
+        System.out.println("Copyright 2012 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 7e970adfbbfcdaf6345fd47e360e5ba947f05748..33de649959c53e06a515fca7ac76e27d14d572fc 100644 (file)
@@ -1,5 +1,6 @@
 /* NamingServicePersistent.java -- The persistent naming service.
-   Copyright (C) 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2008, 2009, 2010, 2011, 2012
+   Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -179,7 +180,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) 2011 Free Software Foundation\n"
+                           + "Copyright (C) 2012 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 e0662b7107ffadf491e7339733428efa28f894aa..27ddc883551aca77d7eeef50261be31b847cc1a5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+/* Copyright (C) 1999, 2002, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    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) 2011 Free Software Foundation, Inc.");
+    System.out.println("Copyright (C) 2012 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 e5e3e44ae2624f370acd7bd5fa00d9e82766a974..51dc12f07f40496287fbaf0c08fff9f6f20797f5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
    Free Software Foundation
 
    This file is part of libgcj.
@@ -47,7 +47,7 @@ public class Main
                           + ") "
                           + System.getProperty("java.vm.version"));
        System.out.println();
-       System.out.println("Copyright 2011 Free Software Foundation, Inc.");
+       System.out.println("Copyright 2012 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 355286092e57e4a1651e228f0847cfb25bce9809..edcfb19959943ed24cce8c9be172b29b6cb052c8 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * mf-runtime.c (__mf_usage): Update copyright notice dates.
+
 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
 
        * configure: Regenerate.
index 1036ccc93db01b9203015ab537e1a48cef0ed7d4..5d3e3a2275f06d4c0dc5bbdcfb01dcb1c7adcbad 100644 (file)
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012
    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-2011 Free Software Foundation, Inc.\n"
+           "Mudflap is Copyright (C) 2002-2012 Free Software Foundation, Inc.\n"
            "\n"
            "Unless setuid, a program's mudflap options be set by an environment variable:\n"
            "\n"