aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jv-scan.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-01-21 18:22:19 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2006-01-21 18:22:19 +0000
commita6d6c2c0e61a1f023ce17e81208318210baa5108 (patch)
tree56cc98a51ecbab43f9ec2dba6ef0a76a72839b39 /gcc/java/jv-scan.c
parenta55b8e1826cd3c5e399fdcb4802f1603e49f8ba9 (diff)
downloadgcc-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/jv-scan.c')
-rw-r--r--gcc/java/jv-scan.c4
1 files changed, 2 insertions, 2 deletions
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);