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
This commit is contained in:
parent
b1a86a997e
commit
719f0fde70
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-05-23 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* jv-scan.c (version): Update copyright year.
|
||||
|
||||
2001-05-21 Per Bothner <per@bothner.com>
|
||||
|
||||
* jcf-parse.c (read_class): If class is from .class or .zip file
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-05-23 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* gij.cc (version): Update copyright year.
|
||||
|
||||
2001-05-22 Anthony Green <green@redhat.com>
|
||||
|
||||
* configure.in: Tweak canadian cross test, and don't redefine GCJ
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1999, 2000 Free Software Foundation
|
||||
/* Copyright (C) 1999, 2000, 2001 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
|
@ -41,7 +41,7 @@ static void
|
|||
version ()
|
||||
{
|
||||
printf ("gij (GNU libgcj) version %s\n\n", VERSION);
|
||||
printf ("Copyright (C) 1999, 2000 Free Software Foundation.\n");
|
||||
printf ("Copyright (C) 2001 Free Software Foundation.\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");
|
||||
exit (0);
|
||||
|
|
Loading…
Add table
Reference in a new issue