CollationKey.java: Merged copyright and dat from classpath.

2003-05-19  Michael Koch  <konqueror@gmx.de>

	* java/text/CollationKey.java:
	Merged copyright and dat from classpath.
	* java/text/RuleBasedCollator.java:
	Merged class documentation from classpath.

From-SVN: r66955
This commit is contained in:
Michael Koch 2003-05-19 09:09:23 +00:00 committed by Michael Koch
parent 6208b55d98
commit 66852893a2
3 changed files with 95 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/* CollationKey.java -- Precomputed collation value
Copyright (C) 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
@ -61,6 +61,7 @@ package java.text;
*
* @author Aaron M. Renn <arenn@urbanophile.com>
* @author Tom Tromey <tromey@cygnus.com>
* @date March 25, 1999
*/
public final class CollationKey implements Comparable
{