#!/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.
# ********************************************************************
#
# 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.
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";