ICU-2959 update copyright notices to 2003

X-SVN-Rev: 12452
This commit is contained in:
Alan Liu 2003-06-11 16:31:31 +00:00
parent d06542ba39
commit 266539b3e0
4 changed files with 13 additions and 13 deletions

View file

@ -1,12 +1,12 @@
/**
*******************************************************************************
* Copyright (C) 1996-2001, International Business Machines Corporation and *
* Copyright (C) 1996-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/UCharacterUtility.java,v $
* $Date: 2003/06/09 23:15:00 $
* $Revision: 1.2 $
* $Date: 2003/06/11 16:31:31 $
* $Revision: 1.3 $
*
*******************************************************************************
*/

View file

@ -1,12 +1,12 @@
/*
*******************************************************************************
* Copyright (C) 2002, International Business Machines
* Copyright (C) 2002-2003, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/USerializedSet.java,v $
* $Date: 2003/06/09 23:31:09 $
* $Revision: 1.4 $
* $Date: 2003/06/11 16:31:31 $
* $Revision: 1.5 $
*
*****************************************************************************************
*/

View file

@ -1,12 +1,12 @@
/*
*******************************************************************************
* Copyright (C) 1996-2000, International Business Machines Corporation and *
* Copyright (C) 1996-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java,v $
* $Date: 2003/06/03 18:34:21 $
* $Revision: 1.12 $
* $Date: 2003/06/11 16:31:31 $
* $Revision: 1.13 $
*
*****************************************************************************************
*/

View file

@ -1,12 +1,12 @@
/*
*******************************************************************************
* Copyright (C) 1996-2000, International Business Machines Corporation and *
* Copyright (C) 1996-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/NFRule.java,v $
* $Date: 2003/06/05 23:05:17 $
* $Revision: 1.7 $
* $Date: 2003/06/11 16:31:31 $
* $Revision: 1.8 $
*
*****************************************************************************************
*/
@ -20,7 +20,7 @@ import java.text.*;
* A class represnting a single rule in a RuleBasedNumberFormat. A rule
* inserts its text into the result string and then passes control to its
* substitutions, which do the same thing.
* $RCSfile: NFRule.java,v $ $Revision: 1.7 $ $Date: 2003/06/05 23:05:17 $
* $RCSfile: NFRule.java,v $ $Revision: 1.8 $ $Date: 2003/06/11 16:31:31 $
*/
final class NFRule {
//-----------------------------------------------------------------------