Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: source/i18n/regexcst.pl

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/regexcst.h ('k') | source/i18n/regexcst.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/regexcst.pl
diff --git a/source/i18n/regexcst.pl b/source/i18n/regexcst.pl
index d52093629c53e6dff02ba98006a20654276b8487..384281ffbad9fe673988725af96b276a6937df8a 100755
--- a/source/i18n/regexcst.pl
+++ b/source/i18n/regexcst.pl
@@ -1,7 +1,9 @@
#!/usr/bin/perl
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
# ********************************************************************
# * COPYRIGHT:
-# * Copyright (c) 2002-2015, International Business Machines Corporation and
+# * Copyright (c) 2002-2016, International Business Machines Corporation and
# * others. All Rights Reserved.
# ********************************************************************
#
@@ -206,13 +208,15 @@ 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-2015 International Business Machines Corporation \n";
+print "// Copyright (C) 2002-2016 International Business Machines Corporation \n";
print "// and others. All rights reserved. \n";
print "//\n";
print "//---------------------------------------------------------------------------------\n";
print "#ifndef RBBIRPT_H\n";
print "#define RBBIRPT_H\n";
print "\n";
+print "#include \"unicode/utypes.h\"\n";
+print "\n";
print "U_NAMESPACE_BEGIN\n";
#
« no previous file with comments | « source/i18n/regexcst.h ('k') | source/i18n/regexcst.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698