diff --git a/icu4c/source/common/rbbi.cpp b/icu4c/source/common/rbbi.cpp index e13036696b..83e82e0734 100644 --- a/icu4c/source/common/rbbi.cpp +++ b/icu4c/source/common/rbbi.cpp @@ -4,10 +4,10 @@ // class RuleBasedBreakIterator // /* -********************************************************************** -* Copyright (C) 1999-2002 International Business Machines Corporation * -* and others. All rights reserved. * -********************************************************************** +*************************************************************************** +* Copyright (C) 1999-2003 International Business Machines Corporation * +* and others. All rights reserved. * +*************************************************************************** */ #include "unicode/utypes.h" diff --git a/icu4c/source/common/rbbicst.pl b/icu4c/source/common/rbbicst.pl index 11ecd9bc94..0fee67d493 100755 --- a/icu4c/source/common/rbbicst.pl +++ b/icu4c/source/common/rbbicst.pl @@ -1,7 +1,7 @@ -#********************************************************************* -# Copyright (C) 2002 International Business Machines Corporation * -# and others. All rights reserved. * -#********************************************************************* +#************************************************************************** +# Copyright (C) 2002-2003 International Business Machines Corporation * +# and others. All rights reserved. * +#************************************************************************** # # rbbicst Compile the RBBI rule paser state table data into initialized C data. # Usage: @@ -205,8 +205,8 @@ if ($javaOutput) { print " *******************************************************************************\n"; print " *\n"; print " * \$Source: /xsrl/Nsvn/icu/icu/source/common/rbbicst.pl,v $\n"; - print " * \$Date: 2003/02/11 23:30:08 $\n"; - print " * \$Revision: 1.7 $\n"; + print " * \$Date: 2003/06/02 22:21:58 $\n"; + print " * \$Revision: 1.8 $\n"; print " *\n"; print " *******************************************************************************\n"; print " */\n"; diff --git a/icu4c/source/common/rbbidata.cpp b/icu4c/source/common/rbbidata.cpp index 9492be183a..1a78537ca8 100644 --- a/icu4c/source/common/rbbidata.cpp +++ b/icu4c/source/common/rbbidata.cpp @@ -1,6 +1,6 @@ /* *************************************************************************** -* Copyright (C) 1999-2002 International Business Machines Corporation * +* Copyright (C) 1999-2003 International Business Machines Corporation * * and others. All rights reserved. * *************************************************************************** */ diff --git a/icu4c/source/common/rbbinode.cpp b/icu4c/source/common/rbbinode.cpp index 3dae1b9c32..f3a0a67911 100644 --- a/icu4c/source/common/rbbinode.cpp +++ b/icu4c/source/common/rbbinode.cpp @@ -1,8 +1,8 @@ /* -********************************************************************** -* Copyright (C) 2002 International Business Machines Corporation * -* and others. All rights reserved. * -********************************************************************** +*************************************************************************** +* Copyright (C) 2002-2003 International Business Machines Corporation * +* and others. All rights reserved. * +*************************************************************************** */ // diff --git a/icu4c/source/common/rbbirb.cpp b/icu4c/source/common/rbbirb.cpp index 6dd24a6ab0..409c5ab0e9 100644 --- a/icu4c/source/common/rbbirb.cpp +++ b/icu4c/source/common/rbbirb.cpp @@ -1,7 +1,7 @@ // // file: rbbirb.cpp // -// Copyright (C) 2002, International Business Machines Corporation and others. +// Copyright (C) 2002-2003, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains the RBBIRuleBuilder class implementation. This is the main class for diff --git a/icu4c/source/common/rbbiscan.cpp b/icu4c/source/common/rbbiscan.cpp index 9f9947e683..c5f15635fa 100644 --- a/icu4c/source/common/rbbiscan.cpp +++ b/icu4c/source/common/rbbiscan.cpp @@ -2,7 +2,7 @@ // // file: rbbiscan.cpp // -// Copyright (C) 2002, International Business Machines Corporation and others. +// Copyright (C) 2002-2003, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains the Rule Based Break Iterator Rule Builder functions for diff --git a/icu4c/source/common/rbbisetb.cpp b/icu4c/source/common/rbbisetb.cpp index 95e7efb5fe..261aba2371 100644 --- a/icu4c/source/common/rbbisetb.cpp +++ b/icu4c/source/common/rbbisetb.cpp @@ -2,10 +2,10 @@ // rbbisetb.cpp // /* -********************************************************************** -* Copyright (C) 2002 International Business Machines Corporation * -* and others. All rights reserved. * -********************************************************************** +*************************************************************************** +* Copyright (C) 2002-2003 International Business Machines Corporation * +* and others. All rights reserved. * +*************************************************************************** */ // // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules diff --git a/icu4c/source/common/rbbistbl.cpp b/icu4c/source/common/rbbistbl.cpp index 14aa1e57b8..99e22123da 100644 --- a/icu4c/source/common/rbbistbl.cpp +++ b/icu4c/source/common/rbbistbl.cpp @@ -2,10 +2,10 @@ // file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class // /* -********************************************************************** -* Copyright (C) 2002 International Business Machines Corporation * -* and others. All rights reserved. * -********************************************************************** +*************************************************************************** +* Copyright (C) 2002-2003 International Business Machines Corporation * +* and others. All rights reserved. * +*************************************************************************** */ #include "unicode/utypes.h" diff --git a/icu4c/source/common/unicode/dbbi.h b/icu4c/source/common/unicode/dbbi.h index 4653c1e26f..6982b2e201 100644 --- a/icu4c/source/common/unicode/dbbi.h +++ b/icu4c/source/common/unicode/dbbi.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 1999-2001 IBM Corp. All rights reserved. +* Copyright (C) 1999-2003 IBM Corp. All rights reserved. ********************************************************************** * Date Name Description * 12/1/99 rgillam Complete port from Java. diff --git a/icu4c/source/common/unicode/rbbi.h b/icu4c/source/common/unicode/rbbi.h index 0851bf8728..6be69fdae0 100644 --- a/icu4c/source/common/unicode/rbbi.h +++ b/icu4c/source/common/unicode/rbbi.h @@ -1,6 +1,6 @@ /* *************************************************************************** -* Copyright (C) 1999-2002 International Business Machines Corporation * +* Copyright (C) 1999-2003 International Business Machines Corporation * * and others. All rights reserved. * *************************************************************************** diff --git a/icu4c/source/common/unicode/ubrk.h b/icu4c/source/common/unicode/ubrk.h index 03a6f5aa1f..38c508d5eb 100644 --- a/icu4c/source/common/unicode/ubrk.h +++ b/icu4c/source/common/unicode/ubrk.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 1996-2002, International Business Machines Corporation and others. All Rights Reserved. +* Copyright (C) 1996-2003, International Business Machines Corporation and others. All Rights Reserved. ***************************************************************************************** */ diff --git a/icu4c/source/i18n/regexcst.h b/icu4c/source/i18n/regexcst.h index eddc31d853..8847c46883 100644 --- a/icu4c/source/i18n/regexcst.h +++ b/icu4c/source/i18n/regexcst.h @@ -5,7 +5,7 @@ // It is generated by the Perl script "regexcst.pl" from // the rule parser state definitions file "regexcst.txt". // -// Copyright (C) 2002 International Business Machines Corporation +// Copyright (C) 2002-2003 International Business Machines Corporation // and others. All rights reserved. // //--------------------------------------------------------------------------------- diff --git a/icu4c/source/i18n/regexcst.pl b/icu4c/source/i18n/regexcst.pl index 9ccca1a2dd..b525cf88b8 100755 --- a/icu4c/source/i18n/regexcst.pl +++ b/icu4c/source/i18n/regexcst.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # ******************************************************************** # * COPYRIGHT: -# * Copyright (c) 2002, International Business Machines Corporation and +# * Copyright (c) 2002-2003, International Business Machines Corporation and # * others. All Rights Reserved. # ******************************************************************** # @@ -210,7 +210,7 @@ print "// This file contains the state table for the ICU Regular Expression P print "// It is generated by the Perl script \"regexcst.pl\" from\n"; print "// the rule parser state definitions file \"regexcst.txt\".\n"; print "//\n"; -print "// Copyright (C) 2002 International Business Machines Corporation \n"; +print "// Copyright (C) 2002-2003 International Business Machines Corporation \n"; print "// and others. All rights reserved. \n"; print "//\n"; print "//---------------------------------------------------------------------------------\n"; diff --git a/icu4c/source/i18n/regexcst.txt b/icu4c/source/i18n/regexcst.txt index d90c091255..f1c98786cc 100644 --- a/icu4c/source/i18n/regexcst.txt +++ b/icu4c/source/i18n/regexcst.txt @@ -1,7 +1,7 @@ #***************************************************************************** # -# Copyright (C) 2002, International Business Machines Corporation and others. +# Copyright (C) 2002-2003, International Business Machines Corporation and others. # All Rights Reserved. # #***************************************************************************** diff --git a/icu4c/source/i18n/regeximp.h b/icu4c/source/i18n/regeximp.h index f88b19d69d..cc3ebf85b6 100644 --- a/icu4c/source/i18n/regeximp.h +++ b/icu4c/source/i18n/regeximp.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2002 International Business Machines Corporation +// Copyright (C) 2002-2003 International Business Machines Corporation // and others. All rights reserved. // // file: regeximp.h