diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-05-23 19:10:30 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-05-23 19:10:30 +0100 |
commit | 719f0fde70cd6182862533567af5e005ca512180 (patch) | |
tree | d9d710cfb8a9686f2addd788602d165b1ee3b59d /gcc/java/jv-scan.c | |
parent | b1a86a997eb13363622ec2a8d8d4b5917272ecfe (diff) | |
download | gcc-719f0fde70cd6182862533567af5e005ca512180.zip gcc-719f0fde70cd6182862533567af5e005ca512180.tar.gz gcc-719f0fde70cd6182862533567af5e005ca512180.tar.bz2 |
jv-scan.c (version): Update copyright year.
gcc/java:
* jv-scan.c (version): Update copyright year.
libjava:
* gij.cc (version): Update copyright year.
From-SVN: r42505
Diffstat (limited to 'gcc/java/jv-scan.c')
-rw-r--r-- | gcc/java/jv-scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c index d5b0d0a..e1844e6 100644 --- a/gcc/java/jv-scan.c +++ b/gcc/java/jv-scan.c @@ -119,7 +119,7 @@ static void version () { printf ("jv-scan (%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); |