Commit d4f4bc84 by Jakub Jelinek Committed by Jakub Jelinek

gcc.c (process_command): Update copyright notice dates.

	* 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.

	* 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.

From-SVN: r143907
parent f6294de7
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> 2009-02-03 Joseph Myers <joseph@codesourcery.com>
PR c/35433 PR c/35433
......
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> 2009-01-28 Paul Thomas <pault@gcc.gnu.org>
PR fortran/38852 PR fortran/38852
......
/* Specific flags and argument handling of the Fortran front-end. /* Specific flags and argument handling of the Fortran front-end.
Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008 2007, 2008, 2009
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -379,7 +379,7 @@ lang_specific_driver (int *in_argc, const char *const **in_argv, ...@@ -379,7 +379,7 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
case OPTION_version: case OPTION_version:
printf ("GNU Fortran %s%s\n", pkgversion_string, version_string); 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)")); _("(C)"));
printf (_("GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\ printf (_("GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
You may redistribute copies of GNU Fortran\n\ You may redistribute copies of GNU Fortran\n\
......
...@@ -3641,7 +3641,7 @@ process_command (int argc, const char **argv) ...@@ -3641,7 +3641,7 @@ process_command (int argc, const char **argv)
/* translate_options () has turned --version into -fversion. */ /* translate_options () has turned --version into -fversion. */
printf (_("%s %s%s\n"), programname, pkgversion_string, printf (_("%s %s%s\n"), programname, pkgversion_string,
version_string); version_string);
printf ("Copyright %s 2008 Free Software Foundation, Inc.\n", printf ("Copyright %s 2009 Free Software Foundation, Inc.\n",
_("(C)")); _("(C)"));
fputs (_("This is free software; see the source for copying conditions. There is NO\n\ 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"), warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
......
/* Dump a gcov file, for debugging use. /* 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. Free Software Foundation, Inc.
Contributed by Nathan Sidwell <nathan@codesourcery.com> Contributed by Nathan Sidwell <nathan@codesourcery.com>
...@@ -121,7 +121,7 @@ static void ...@@ -121,7 +121,7 @@ static void
print_version (void) print_version (void)
{ {
printf ("gcov-dump %s%s\n", pkgversion_string, version_string); 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" printf ("This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or \n" "There is NO warranty; not even for MERCHANTABILITY or \n"
"FITNESS FOR A PARTICULAR PURPOSE.\n\n"); "FITNESS FOR A PARTICULAR PURPOSE.\n\n");
......
/* Gcov.c: prepend line execution counts and branch probabilities to a /* Gcov.c: prepend line execution counts and branch probabilities to a
source file. source file.
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 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. Free Software Foundation, Inc.
Contributed by James E. Wilson of Cygnus Support. Contributed by James E. Wilson of Cygnus Support.
Mangled by Bob Manson of Cygnus Support. Mangled by Bob Manson of Cygnus Support.
...@@ -426,7 +426,7 @@ static void ...@@ -426,7 +426,7 @@ static void
print_version (void) print_version (void)
{ {
fnotice (stdout, "gcov %s%s\n", pkgversion_string, version_string); 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)")); _("(C)"));
fnotice (stdout, fnotice (stdout,
_("This is free software; see the source for copying conditions.\n" _("This is free software; see the source for copying conditions.\n"
......
2009-02-03 Jakub Jelinek <jakub@redhat.com>
* jcf-dump.c (version): Update copyright notice dates.
2009-01-16 Richard Guenther <rguenther@suse.de> 2009-01-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38835 PR tree-optimization/38835
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Functionally similar to Sun's javap. Functionally similar to Sun's javap.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 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. This file is part of GCC.
...@@ -1167,7 +1167,7 @@ static void ...@@ -1167,7 +1167,7 @@ static void
version (void) version (void)
{ {
printf ("jcf-dump %s%s\n\n", pkgversion_string, version_string); 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" 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")); "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"));
exit (0); exit (0);
......
/* Read and manage MIPS symbol tables from object modules. /* Read and manage MIPS symbol tables from object modules.
Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 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, Contributed by hartzell@boulder.colorado.edu,
Rewritten by meissner@osf.org. Rewritten by meissner@osf.org.
...@@ -1414,7 +1414,7 @@ main (int argc, char **argv) ...@@ -1414,7 +1414,7 @@ main (int argc, char **argv)
if (version) if (version)
{ {
printf ("mips-tdump %s%s\n", pkgversion_string, version_string); 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\ 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", warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n",
stdout); stdout);
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
in the form of comments (the mips assembler does not support in the form of comments (the mips assembler does not support
assembly access to debug information). assembly access to debug information).
Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 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). Contributed by Michael Meissner (meissner@cygnus.com).
This file is part of GCC. This file is part of GCC.
...@@ -4780,7 +4781,7 @@ main (int argc, char **argv) ...@@ -4780,7 +4781,7 @@ main (int argc, char **argv)
if (version) if (version)
{ {
printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string); 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\ 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"), warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
stdout); stdout);
......
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> 2009-01-26 Jakub Jelinek <jakub@redhat.com>
PR libgcj/38872 PR libgcj/38872
......
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> 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate. * configure: Regenerate.
......
/* RegistryImpl.java -- /* 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. Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -111,7 +111,7 @@ public static void version() { ...@@ -111,7 +111,7 @@ public static void version() {
+ System.getProperty("java.vm.name") + System.getProperty("java.vm.name")
+ ") " + ") "
+ System.getProperty("java.vm.version")); + 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("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.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
System.exit(0); System.exit(0);
......
/* NamingServicePersistent.java -- The persistent naming service. /* 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. This file is part of GNU Classpath.
...@@ -179,7 +179,7 @@ public class Main ...@@ -179,7 +179,7 @@ public class Main
System.out.println("GNU Classpath persistent naming service " System.out.println("GNU Classpath persistent naming service "
+ "started at " + iorr.Internet.host + ":" + "started at " + iorr.Internet.host + ":"
+ iorr.Internet.port + " key 'NameService'.\n\n" + 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 tool comes with ABSOLUTELY NO WARRANTY. "
+ "This is free software, and you are\nwelcome to " + "This is free software, and you are\nwelcome to "
+ "redistribute it under conditions, defined in " + "redistribute it under conditions, defined in "
......
/* 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. This file is part of libgcj.
...@@ -45,7 +46,7 @@ public class Convert ...@@ -45,7 +46,7 @@ public class Convert
+ ") " + ") "
+ System.getProperty("java.vm.version")); + System.getProperty("java.vm.version"));
System.out.println(); 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("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.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
System.exit(0); System.exit(0);
......
/* 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. This file is part of libgcj.
...@@ -46,7 +46,7 @@ public class Main ...@@ -46,7 +46,7 @@ public class Main
+ ") " + ") "
+ System.getProperty("java.vm.version")); + System.getProperty("java.vm.version"));
System.out.println(); 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("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.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
return; return;
......
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> 2009-01-23 Jie Zhang <jie.zhang@analog.com>
* mf-impl.h (__mf_get_state, __mf_set_state): Don't use * mf-impl.h (__mf_get_state, __mf_set_state): Don't use
......
/* Mudflap: narrow-pointer bounds-checking by tree rewriting. /* 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. Free Software Foundation, Inc.
Contributed by Frank Ch. Eigler <fche@redhat.com> Contributed by Frank Ch. Eigler <fche@redhat.com>
and Graydon Hoare <graydon@redhat.com> and Graydon Hoare <graydon@redhat.com>
...@@ -445,7 +445,7 @@ __mf_usage () ...@@ -445,7 +445,7 @@ __mf_usage ()
fprintf (stderr, fprintf (stderr,
"This is a %s%sGCC \"mudflap\" memory-checked binary.\n" "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" "\n"
"The mudflap code can be controlled by an environment variable:\n" "The mudflap code can be controlled by an environment variable:\n"
"\n" "\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment