X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/i18n/regexcst.pl?ds=sidebyside diff --git a/icuSources/i18n/regexcst.pl b/icuSources/i18n/regexcst.pl index b525cf88..f1dc06af 100644 --- a/icuSources/i18n/regexcst.pl +++ b/icuSources/i18n/regexcst.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # ******************************************************************** # * COPYRIGHT: -# * Copyright (c) 2002-2003, International Business Machines Corporation and +# * Copyright (c) 2002-2007, International Business Machines Corporation and # * others. All Rights Reserved. # ******************************************************************** # @@ -22,10 +22,6 @@ # for the Rule Based Break Iterator Rule Parser. Perhaps they could be # merged? # -#********************************************************************* -# Copyright (C) 2002 International Business Machines Corporation * -# and others. All rights reserved. * -#********************************************************************* $num_states = 1; # Always the state number for the line being compiled. @@ -210,7 +206,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-2003 International Business Machines Corporation \n"; +print "// Copyright (C) 2002-2007 International Business Machines Corporation \n"; print "// and others. All rights reserved. \n"; print "//\n"; print "//---------------------------------------------------------------------------------\n";