From: Joseph Myers Date: Wed, 23 May 2001 18:10:30 +0000 (+0100) Subject: jv-scan.c (version): Update copyright year. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=719f0fde70cd6182862533567af5e005ca512180;p=gcc.git 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 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 7b4c0e54ed0..df340665bb2 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2001-05-23 Joseph S. Myers + + * jv-scan.c (version): Update copyright year. + 2001-05-21 Per Bothner * jcf-parse.c (read_class): If class is from .class or .zip file diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c index d5b0d0a6783..e1844e69b1d 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); diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 45a8f13748e..3f098c22c02 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2001-05-23 Joseph S. Myers + + * gij.cc (version): Update copyright year. + 2001-05-22 Anthony Green * configure.in: Tweak canadian cross test, and don't redefine GCJ diff --git a/libjava/gij.cc b/libjava/gij.cc index 47faed37597..11d4a163de3 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -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);