From 66852893a2fbd4917d8f3efb88e48a384010cf23 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Mon, 19 May 2003 09:09:23 +0000 Subject: CollationKey.java: Merged copyright and dat from classpath. 2003-05-19 Michael Koch * java/text/CollationKey.java: Merged copyright and dat from classpath. * java/text/RuleBasedCollator.java: Merged class documentation from classpath. From-SVN: r66955 --- libjava/java/text/CollationKey.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libjava/java/text/CollationKey.java') diff --git a/libjava/java/text/CollationKey.java b/libjava/java/text/CollationKey.java index ff57446..9517756 100644 --- a/libjava/java/text/CollationKey.java +++ b/libjava/java/text/CollationKey.java @@ -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 * @author Tom Tromey + * @date March 25, 1999 */ public final class CollationKey implements Comparable { -- cgit v1.1