Index: scripts/unicode-muncher.pl =================================================================== RCS file: /cvsroot/classpath/classpath/scripts/unicode-muncher.pl,v retrieving revision 1.3 diff -u -r1.3 unicode-muncher.pl --- scripts/unicode-muncher.pl 9 Mar 2002 21:20:04 -0000 1.3 +++ scripts/unicode-muncher.pl 23 Apr 2004 05:45:30 -0000 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # unicode-muncher.pl -- generate Unicode database for java.lang.Character -# Copyright (C) 1998, 2002 Free Software Foundation, Inc. +# Copyright (C) 1998, 2002, 2004 Free Software Foundation, Inc. # # This file is part of GNU Classpath. # @@ -370,7 +370,7 @@ * java.lang.Character needs. It is generated automatically from * $ARGV[0] and * $ARGV[1], by some - * perl scripts. These Unicode definition file can be found on the + * perl scripts. These Unicode definition files can be found on the * http://www.unicode.org website. * JDK 1.4 uses Unicode version 3.0.0. *