diff options
Diffstat (limited to 'gcc/java/jcf-dump.c')
-rw-r--r-- | gcc/java/jcf-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c index 72f9c68..de9758d 100644 --- a/gcc/java/jcf-dump.c +++ b/gcc/java/jcf-dump.c @@ -823,7 +823,7 @@ static void version () { printf ("jcf-dump (%s)\n\n", version_string); - printf ("Copyright (C) 2000 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2001 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); |