+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
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);
+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
-/* Copyright (C) 1999, 2000 Free Software Foundation
+/* Copyright (C) 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
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);