diff --git a/icu4c/source/common/rbbi.cpp b/icu4c/source/common/rbbi.cpp index e13036696b5..83e82e0734a 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 11ecd9bc94f..0fee67d493e 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 9492be183ab..1a78537ca8f 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 3dae1b9c323..f3a0a67911e 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 6dd24a6ab07..409c5ab0e9c 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 9f9947e6839..c5f15635fa2 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 95e7efb5fe6..261aba23712 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 14aa1e57b8b..99e22123da6 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 4653c1e26fc..6982b2e2019 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 0851bf87285..6be69fdae08 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 03a6f5aa1f6..38c508d5eba 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 eddc31d853e..8847c468838 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 9ccca1a2dd7..b525cf88b8d 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 d90c0912556..f1c98786cc2 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 f88b19d69d6..cc3ebf85b69 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