diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-01-21 18:22:19 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2006-01-21 18:22:19 +0000 |
commit | a6d6c2c0e61a1f023ce17e81208318210baa5108 (patch) | |
tree | 56cc98a51ecbab43f9ec2dba6ef0a76a72839b39 /gcc/java | |
parent | a55b8e1826cd3c5e399fdcb4802f1603e49f8ba9 (diff) | |
download | gcc-a6d6c2c0e61a1f023ce17e81208318210baa5108.zip gcc-a6d6c2c0e61a1f023ce17e81208318210baa5108.tar.gz gcc-a6d6c2c0e61a1f023ce17e81208318210baa5108.tar.bz2 |
gcov.c (print_version), [...]): Update copyright notice dates.
* gcov.c (print_version), gcov-dump.c (print_version),
mips-tdump.c (main), mips-tfile.c (main): Update copyright notice
dates.
fortran:
* gfortranspec.c (lang_specific_driver): Update copyright notice
date.
java: * jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
Update copyright notice dates.
treelang:
* spec.c (lang_specific_driver): Update copyright notice date.
From-SVN: r110069
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/java/gjavah.c | 4 | ||||
-rw-r--r-- | gcc/java/jcf-dump.c | 6 | ||||
-rw-r--r-- | gcc/java/jv-scan.c | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index c4882ec..f1aa40e 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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. diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index 02fd779..35bcdea 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -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 @@ static void 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); diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c index a1aad37..b02dfce 100644 --- a/gcc/java/jcf-dump.c +++ b/gcc/java/jcf-dump.c @@ -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 @@ static void 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); diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c index fc90b1d..cb2bace 100644 --- a/gcc/java/jv-scan.c +++ b/gcc/java/jv-scan.c @@ -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 @@ static void 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); |