Patches to update --version copyright notices

Joseph S. Myers joseph@codesourcery.com
Mon Jan 23 15:59:00 GMT 2006


I've applied the attached patches to update --version copyright notices to 
say 2006 (mainline and active release branches), per the FSF principles 
that (1) the --version date should be just the most recent year, not a 
list of dates and (2) the dates should cover all changes to the package 
rather than needing to track when particular parts changed. (If we really 
want to apply that principle to *all* copyright notices, and update every 
file on January 1 each year rather than subsequently forgetting to update 
notices, we'll need a script to do so.)
I've only touched gcc/, not programs outside there (e.g. libjava) with 
--version copyright notices, and haven't touched the various such notices 
in gcc/ada (which use ranges of years and in some cases are in the name of 
the FSF, in other cases in the name of AdaCore).
-- 
Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/
 jsm@polyomino.org.uk (personal mail)
 joseph@codesourcery.com (CodeSourcery mail)
 jsm28@gcc.gnu.org (Bugzilla assignments and CCs)
-------------- next part --------------
Index: java/jv-scan.c
===================================================================
--- java/jv-scan.c	(revision 110068)
+++ java/jv-scan.c	(working copy)
@@ -1,5 +1,5 @@
 /* Main for jv-scan
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 Free Software Foundation, Inc.
 Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
@@ -126,7 +126,7 @@
 version (void)
 {
 printf ("jv-scan (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/jcf-dump.c
===================================================================
--- java/jcf-dump.c	(revision 110068)
+++ java/jcf-dump.c	(working copy)
@@ -1,8 +1,8 @@
 /* Program to dump out a Java(TM) .class file.
 Functionally similar to Sun's javap.
 
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
- Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -928,7 +928,7 @@
 version (void)
 {
 printf ("jcf-dump (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/gjavah.c
===================================================================
--- java/gjavah.c	(revision 110068)
+++ java/gjavah.c	(working copy)
@@ -1,7 +1,7 @@
 /* Program to write C++-suitable header files from a Java(TM) .class
 file. This is similar to SUN's javah.
 
-Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -2403,7 +2403,7 @@
 version (void)
 {
 printf (TOOLNAME " (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/ChangeLog
===================================================================
--- java/ChangeLog	(revision 110068)
+++ java/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
+	Update copyright notice dates.
+
 2006年01月16日 Rafael ?vila de Esp?ndola <rafael.espindola@gmail.com>
 
 	* jvspec.c (lang_specific_spec_functions): Remove.
Index: mips-tdump.c
===================================================================
--- mips-tdump.c	(revision 110068)
+++ mips-tdump.c	(working copy)
@@ -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
- Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
+ 2006 Free Software Foundation, Inc.
 Contributed by hartzell@boulder.colorado.edu,
 Rewritten by meissner@osf.org.
 
@@ -1412,7 +1412,7 @@
 if (version)
 {
 printf ("mips-tdump (GCC) %s\n", version_string);
- fputs ("Copyright (C) 2003 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: mips-tfile.c
===================================================================
--- mips-tfile.c	(revision 110068)
+++ mips-tfile.c	(working copy)
@@ -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 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4767,7 +4767,7 @@
 if (version)
 {
 printf (_("mips-tfile (GCC) %s\n"), version_string);
- fputs ("Copyright (C) 2004 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: gcov.c
===================================================================
--- gcov.c	(revision 110068)
+++ gcov.c	(working copy)
@@ -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 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006 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>
@@ -411,7 +411,7 @@
 print_version (void)
 {
 fnotice (stdout, "gcov (GCC) %s\n", version_string);
- fprintf (stdout, "Copyright %s 2004 Free Software Foundation, Inc.\n",
+ fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n",
 	 _("(C)"));
 fnotice (stdout,
 	 _("This is free software; see the source for copying conditions.\n"
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 110068)
+++ ChangeLog	(working copy)
@@ -1,3 +1,9 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gcov.c (print_version), gcov-dump.c (print_version),
+	mips-tdump.c (main), mips-tfile.c (main): Update copyright notice
+	dates.
+
 2005年01月21日 Kenneth Zadeck <zadeck@naturalbridge.com>
 
 	* df-scan.c (problem_SCAN): Added NULL reset function.
Index: fortran/ChangeLog
===================================================================
--- fortran/ChangeLog	(revision 110068)
+++ fortran/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gfortranspec.c (lang_specific_driver): Update copyright notice
+	date.
+
 2005年01月21日 Paul Thomas <pault@gcc.gnu.org>
 
 	PR fortran/25124
Index: fortran/gfortranspec.c
===================================================================
--- fortran/gfortranspec.c	(revision 110068)
+++ fortran/gfortranspec.c	(working copy)
@@ -345,7 +345,7 @@
 
 	case OPTION_version:
 	 printf ("GNU Fortran 95 (GCC) %s\n", version_string);
-	 printf ("Copyright %s 2005 Free Software Foundation, Inc.\n\n",
+	 printf ("Copyright %s 2006 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: treelang/ChangeLog
===================================================================
--- treelang/ChangeLog	(revision 110068)
+++ treelang/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* spec.c (lang_specific_driver): Update copyright notice date.
+
 2006年01月16日 Rafael ?vila de Esp?ndola <rafael.espindola@gmail.com>
 
 	* spec.c (lang_specific_spec_functions): remove
Index: treelang/spec.c
===================================================================
--- treelang/spec.c	(revision 110068)
+++ treelang/spec.c	(working copy)
@@ -1,5 +1,5 @@
 /* Specific flags and argument handling of the Treelang front-end.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -38,7 +38,7 @@
 	{
 	 printf ("\
 GNU Treelang (GCC %s)\n\
-Copyright (C) 2005 Free Software Foundation, Inc.\n\
+Copyright (C) 2006 Free Software Foundation, Inc.\n\
 \n\
 GNU Treelang comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Treelang\n\
Index: gcov-dump.c
===================================================================
--- gcov-dump.c	(revision 110068)
+++ gcov-dump.c	(working copy)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
- Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
@@ -121,7 +121,7 @@
 print_version (void)
 {
 printf ("gcov-dump (GCC) %s\n", version_string);
- printf ("Copyright (C) 2003 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 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");
-------------- next part --------------
Index: java/jv-scan.c
===================================================================
--- java/jv-scan.c	(revision 110068)
+++ java/jv-scan.c	(working copy)
@@ -1,5 +1,5 @@
 /* Main for jv-scan
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 Free Software Foundation, Inc.
 Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
@@ -126,7 +126,7 @@
 version (void)
 {
 printf ("jv-scan (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/jcf-dump.c
===================================================================
--- java/jcf-dump.c	(revision 110068)
+++ java/jcf-dump.c	(working copy)
@@ -1,8 +1,8 @@
 /* Program to dump out a Java(TM) .class file.
 Functionally similar to Sun's javap.
 
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
- Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -928,7 +928,7 @@
 version (void)
 {
 printf ("jcf-dump (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/gjavah.c
===================================================================
--- java/gjavah.c	(revision 110068)
+++ java/gjavah.c	(working copy)
@@ -1,7 +1,7 @@
 /* Program to write C++-suitable header files from a Java(TM) .class
 file. This is similar to SUN's javah.
 
-Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -2403,7 +2403,7 @@
 version (void)
 {
 printf (TOOLNAME " (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/ChangeLog
===================================================================
--- java/ChangeLog	(revision 110068)
+++ java/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
+	Update copyright notice dates.
+
 2006年01月16日 Andrew Haley <aph@redhat.com>
 
 	PR java/25535
Index: mips-tdump.c
===================================================================
--- mips-tdump.c	(revision 110068)
+++ mips-tdump.c	(working copy)
@@ -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
- Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
+ 2006 Free Software Foundation, Inc.
 Contributed by hartzell@boulder.colorado.edu,
 Rewritten by meissner@osf.org.
 
@@ -1412,7 +1412,7 @@
 if (version)
 {
 printf ("mips-tdump (GCC) %s\n", version_string);
- fputs ("Copyright (C) 2003 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: mips-tfile.c
===================================================================
--- mips-tfile.c	(revision 110068)
+++ mips-tfile.c	(working copy)
@@ -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 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4767,7 +4767,7 @@
 if (version)
 {
 printf (_("mips-tfile (GCC) %s\n"), version_string);
- fputs ("Copyright (C) 2004 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: gcc.c
===================================================================
--- gcc.c	(revision 110068)
+++ gcc.c	(working copy)
@@ -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 Free Software Foundation,
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 Inc.
 
 This file is part of GCC.
@@ -3420,7 +3420,7 @@
 	{
 	 /* translate_options () has turned --version into -fversion. */
 	 printf (_("%s (GCC) %s\n"), programname, version_string);
-	 printf ("Copyright %s 2005 Free Software Foundation, Inc.\n",
+	 printf ("Copyright %s 2006 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: gcov.c
===================================================================
--- gcov.c	(revision 110068)
+++ gcov.c	(working copy)
@@ -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 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006 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>
@@ -411,7 +411,7 @@
 print_version (void)
 {
 fnotice (stdout, "gcov (GCC) %s\n", version_string);
- fprintf (stdout, "Copyright %s 2004 Free Software Foundation, Inc.\n",
+ fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n",
 	 _("(C)"));
 fnotice (stdout,
 	 _("This is free software; see the source for copying conditions.\n"
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 110068)
+++ ChangeLog	(working copy)
@@ -1,3 +1,9 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gcc.c (process_command), gcov.c (print_version), gcov-dump.c
+	(print_version), mips-tdump.c (main), mips-tfile.c (main): Update
+	copyright notice dates.
+
 2006年01月19日 Paul Brook <paul@codesourcery.com>
 
 	* gcc/config/arm/arm.c (arm_compute_func_type): Treat all functions
Index: fortran/ChangeLog
===================================================================
--- fortran/ChangeLog	(revision 110068)
+++ fortran/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gfortranspec.c (lang_specific_driver): Update copyright notice
+	date.
+
 2006年01月18日 Paul Thomas <pault@gcc.gnu.org>
 
 	PR fortran/20869
Index: fortran/gfortranspec.c
===================================================================
--- fortran/gfortranspec.c	(revision 110068)
+++ fortran/gfortranspec.c	(working copy)
@@ -347,7 +347,7 @@
 
 	case OPTION_version:
 	 printf ("GNU Fortran 95 (GCC) %s\n", version_string);
-	 printf ("Copyright %s 2005 Free Software Foundation, Inc.\n\n",
+	 printf ("Copyright %s 2006 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: treelang/ChangeLog
===================================================================
--- treelang/ChangeLog	(revision 110068)
+++ treelang/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* spec.c (lang_specific_driver): Update copyright notice date.
+
 2005年11月07日 James A. Morrison <phython@gcc.gnu.org>
 
 	PR treelang/24066
Index: treelang/spec.c
===================================================================
--- treelang/spec.c	(revision 110068)
+++ treelang/spec.c	(working copy)
@@ -1,5 +1,5 @@
 /* Specific flags and argument handling of the Treelang front-end.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -40,7 +40,7 @@
 	{
 	 printf ("\
 GNU Treelang (GCC %s)\n\
-Copyright (C) 2005 Free Software Foundation, Inc.\n\
+Copyright (C) 2006 Free Software Foundation, Inc.\n\
 \n\
 GNU Treelang comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Treelang\n\
Index: gcov-dump.c
===================================================================
--- gcov-dump.c	(revision 110068)
+++ gcov-dump.c	(working copy)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
- Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
@@ -121,7 +121,7 @@
 print_version (void)
 {
 printf ("gcov-dump (GCC) %s\n", version_string);
- printf ("Copyright (C) 2003 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 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");
-------------- next part --------------
Index: java/jv-scan.c
===================================================================
--- java/jv-scan.c	(revision 110070)
+++ java/jv-scan.c	(revision 110071)
@@ -1,5 +1,5 @@
 /* Main for jv-scan
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 Free Software Foundation, Inc.
 Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
@@ -125,7 +125,7 @@
 version (void)
 {
 printf ("jv-scan (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/jcf-dump.c
===================================================================
--- java/jcf-dump.c	(revision 110070)
+++ java/jcf-dump.c	(revision 110071)
@@ -1,8 +1,8 @@
 /* Program to dump out a Java(TM) .class file.
 Functionally similar to Sun's javap.
 
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
- Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -913,7 +913,7 @@
 version (void)
 {
 printf ("jcf-dump (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/gjavah.c
===================================================================
--- java/gjavah.c	(revision 110070)
+++ java/gjavah.c	(revision 110071)
@@ -1,7 +1,7 @@
 /* Program to write C++-suitable header files from a Java(TM) .class
 file. This is similar to SUN's javah.
 
-Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -2403,7 +2403,7 @@
 version (void)
 {
 printf (TOOLNAME " (GCC) %s\n\n", version_string);
- printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", _("(C)"));
+ printf ("Copyright %s 2006 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: java/ChangeLog
===================================================================
--- java/ChangeLog	(revision 110070)
+++ java/ChangeLog	(revision 110071)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
+	Update copyright notice dates.
+
 2005年12月16日 Alexandre Oliva <aoliva@redhat.com>
 
 	* jcf-parse.c (set_source_filename): Set the decl source location
Index: treelang/ChangeLog
===================================================================
--- treelang/ChangeLog	(revision 110070)
+++ treelang/ChangeLog	(revision 110071)
@@ -1,3 +1,7 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* spec.c (lang_specific_driver): Update copyright notice date.
+
 2005年11月06日 James A. Morrison <phython@gcc.gnu.org>
 	Backport:
 	2005年08月06日 James A. Morrison <phython@gcc.gnu.org>
Index: treelang/spec.c
===================================================================
--- treelang/spec.c	(revision 110070)
+++ treelang/spec.c	(revision 110071)
@@ -1,5 +1,5 @@
 /* Specific flags and argument handling of the Treelang front-end.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -40,7 +40,7 @@
 	{
 	 printf ("\
 GNU Treelang (GCC %s)\n\
-Copyright (C) 2005 Free Software Foundation, Inc.\n\
+Copyright (C) 2006 Free Software Foundation, Inc.\n\
 \n\
 GNU Treelang comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Treelang\n\
Index: mips-tdump.c
===================================================================
--- mips-tdump.c	(revision 110070)
+++ mips-tdump.c	(revision 110071)
@@ -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
- Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
+ 2006 Free Software Foundation, Inc.
 Contributed by hartzell@boulder.colorado.edu,
 Rewritten by meissner@osf.org.
 
@@ -1412,7 +1412,7 @@
 if (version)
 {
 printf ("mips-tdump (GCC) %s\n", version_string);
- fputs ("Copyright (C) 2003 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: mips-tfile.c
===================================================================
--- mips-tfile.c	(revision 110070)
+++ mips-tfile.c	(revision 110071)
@@ -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 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4773,7 +4773,7 @@
 if (version)
 {
 printf (_("mips-tfile (GCC) %s\n"), version_string);
- fputs ("Copyright (C) 2004 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: gcc.c
===================================================================
--- gcc.c	(revision 110070)
+++ gcc.c	(revision 110071)
@@ -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 Free Software Foundation,
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 Inc.
 
 This file is part of GCC.
@@ -3401,7 +3401,7 @@
 	{
 	 /* translate_options () has turned --version into -fversion. */
 	 printf (_("%s (GCC) %s\n"), programname, version_string);
-	 printf ("Copyright %s 2005 Free Software Foundation, Inc.\n",
+	 printf ("Copyright %s 2006 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: gcov.c
===================================================================
--- gcov.c	(revision 110070)
+++ gcov.c	(revision 110071)
@@ -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 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006 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>
@@ -411,7 +411,7 @@
 print_version (void)
 {
 fnotice (stdout, "gcov (GCC) %s\n", version_string);
- fprintf (stdout, "Copyright %s 2004 Free Software Foundation, Inc.\n",
+ fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n",
 	 _("(C)"));
 fnotice (stdout,
 	 _("This is free software; see the source for copying conditions.\n"
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 110070)
+++ ChangeLog	(revision 110071)
@@ -1,3 +1,9 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gcc.c (process_command), gcov.c (print_version), gcov-dump.c
+	(print_version), mips-tdump.c (main), mips-tfile.c (main): Update
+	copyright notice dates.
+
 2006年01月19日 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
 
 	PR testsuite/25171
Index: gcov-dump.c
===================================================================
--- gcov-dump.c	(revision 110070)
+++ gcov-dump.c	(revision 110071)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
@@ -121,7 +121,7 @@
 print_version (void)
 {
 printf ("gcov-dump (GCC) %s\n", version_string);
- printf ("Copyright (C) 2003 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 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: fortran/ChangeLog
===================================================================
--- fortran/ChangeLog	(revision 110070)
+++ fortran/ChangeLog	(revision 110071)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gfortranspec.c (lang_specific_driver): Update copyright notice
+	date.
+
 2005年12月30日 Erik Edelmann <eedelman@gcc.gnu.org>
 
 	PR fortran/22607
Index: fortran/gfortranspec.c
===================================================================
--- fortran/gfortranspec.c	(revision 110070)
+++ fortran/gfortranspec.c	(revision 110071)
@@ -347,7 +347,7 @@
 	case OPTION_version:
 	 printf ("\
 GNU Fortran 95 (GCC %s)\n\
-Copyright (C) 2005 Free Software Foundation, Inc.\n\
+Copyright (C) 2006 Free Software Foundation, Inc.\n\
 \n\
 GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n\
 You may redistribute copies of GNU Fortran\n\
-------------- next part --------------
Index: java/jv-scan.c
===================================================================
--- java/jv-scan.c	(revision 110068)
+++ java/jv-scan.c	(working copy)
@@ -1,5 +1,5 @@
 /* Main for jv-scan
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006
 Free Software Foundation, Inc.
 Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
@@ -122,7 +122,7 @@
 version (void)
 {
 printf ("jv-scan (GCC) %s\n\n", version_string);
- printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 Free Software Foundation, Inc.\n");
 printf ("This is free software; see the source for copying conditions. There is NO\n");
 printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
 exit (0);
Index: java/jcf-dump.c
===================================================================
--- java/jcf-dump.c	(revision 110068)
+++ java/jcf-dump.c	(working copy)
@@ -1,7 +1,7 @@
 /* Program to dump out a Java(TM) .class file.
 Functionally similar to Sun's javap.
 
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006
 Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -896,7 +896,7 @@
 version (void)
 {
 printf ("jcf-dump (GCC) %s\n\n", version_string);
- printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 Free Software Foundation, Inc.\n");
 printf ("This is free software; see the source for copying conditions. There is NO\n");
 printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
 exit (0);
Index: java/gjavah.c
===================================================================
--- java/gjavah.c	(revision 110068)
+++ java/gjavah.c	(working copy)
@@ -1,7 +1,7 @@
 /* Program to write C++-suitable header files from a Java(TM) .class
 file. This is similar to SUN's javah.
 
-Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003
+Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2006
 Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -2298,7 +2298,7 @@
 version (void)
 {
 printf ("gcjh (GCC) %s\n\n", version_string);
- printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 Free Software Foundation, Inc.\n");
 printf ("This is free software; see the source for copying conditions. There is NO\n");
 printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
 exit (0);
Index: java/ChangeLog
===================================================================
--- java/ChangeLog	(revision 110068)
+++ java/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
+	Update copyright notice dates.
+
 2005年11月30日 Release Manager
 
 	* GCC 3.4.5 released.
Index: f/ChangeLog
===================================================================
--- f/ChangeLog	(revision 110068)
+++ f/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2006年01月21日 Joseph Myers <joseph@codesourcery.com>
+
+	* g77spec.c (lang_specific_driver): Update copyright notice date.
+
 2005年12月27日 Toon Moene <toon@moene.indiv.nluug.nl>
 
 	PR/25494
Index: f/g77spec.c
===================================================================
--- f/g77spec.c	(revision 110068)
+++ f/g77spec.c	(working copy)
@@ -1,5 +1,5 @@
 /* Specific flags and argument handling of the Fortran front-end.
- Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004
+ Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2006
 Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -347,7 +347,7 @@
 
 	case OPTION_version:
 	 printf ("GNU Fortran (GCC) %s\n", version_string);
-	 printf ("Copyright %s 2004 Free Software Foundation, Inc.\n",
+	 printf ("Copyright %s 2006 Free Software Foundation, Inc.\n",
 		 _("(C)"));
 	 printf ("\n");
 	 printf (_("\
Index: mips-tdump.c
===================================================================
--- mips-tdump.c	(revision 110068)
+++ mips-tdump.c	(working copy)
@@ -1,5 +1,5 @@
 /* Read and manage MIPS symbol tables from object modules.
- Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003
+ Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2006
 Free Software Foundation, Inc.
 Contributed by hartzell@boulder.colorado.edu,
 Rewritten by meissner@osf.org.
@@ -1412,7 +1412,7 @@
 if (version)
 {
 printf ("mips-tdump (GCC) %s\n", version_string);
- fputs ("Copyright (C) 2003 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: mips-tfile.c
===================================================================
--- mips-tfile.c	(revision 110068)
+++ mips-tfile.c	(working copy)
@@ -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 Free Software Foundation, Inc.
+ 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4774,7 +4774,7 @@
 if (version)
 {
 printf (_("mips-tfile (GCC) %s\n"), version_string);
- fputs ("Copyright (C) 2004 Free Software Foundation, Inc.\n", stdout);
+ fputs ("Copyright (C) 2006 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: gcc.c
===================================================================
--- gcc.c	(revision 110068)
+++ gcc.c	(working copy)
@@ -1,6 +1,8 @@
 /* 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 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
+ Inc.
 
 This file is part of GCC.
 
@@ -3362,7 +3364,7 @@
 	{
 	 /* translate_options () has turned --version into -fversion. */
 	 printf (_("%s (GCC) %s\n"), programname, version_string);
-	 printf ("Copyright %s 2004 Free Software Foundation, Inc.\n",
+	 printf ("Copyright %s 2006 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: gcov.c
===================================================================
--- gcov.c	(revision 110068)
+++ gcov.c	(working copy)
@@ -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 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006 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>
@@ -420,7 +420,7 @@
 print_version (void)
 {
 fnotice (stdout, "gcov (GCC) %s\n", version_string);
- fprintf (stdout, "Copyright %s 2004 Free Software Foundation, Inc.\n",
+ fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n",
 	 _("(C)"));
 fnotice (stdout,
 	 _("This is free software; see the source for copying conditions.\n"
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 110068)
+++ ChangeLog	(working copy)
@@ -1,3 +1,9 @@
+2006年01月21日 Joseph S. Myers <joseph@codesourcery.com>
+
+	* gcc.c (process_command), gcov.c (print_version), gcov-dump.c
+	(print_version), mips-tdump.c (main), mips-tfile.c (main): Update
+	copyright notice dates.
+
 2006年01月12日 Kaz Kojima <kkojima@gcc.gnu.org>
 
 	PR target/25613
Index: gcov-dump.c
===================================================================
--- gcov-dump.c	(revision 110068)
+++ gcov-dump.c	(working copy)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
 Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
@@ -118,7 +118,7 @@
 print_version (void)
 {
 printf ("gcov-dump (GCC) %s\n", version_string);
- printf ("Copyright (C) 2003 Free Software Foundation, Inc.\n");
+ printf ("Copyright (C) 2006 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");


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /