X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..c5116b9f5a666b9d59f443b3770acd6ef64dc6c3:/icuSources/samples/msgfmt/util.cpp?ds=sidebyside diff --git a/icuSources/samples/msgfmt/util.cpp b/icuSources/samples/msgfmt/util.cpp index 9f0013c3..7966e7ab 100644 --- a/icuSources/samples/msgfmt/util.cpp +++ b/icuSources/samples/msgfmt/util.cpp @@ -1,13 +1,19 @@ -/******************************************************************** +/********************************************************************** + * © 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + *********************************************************************** + *********************************************************************** * COPYRIGHT: * Copyright (c) 1999-2010, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + ***********************************************************************/ #include "unicode/unistr.h" #include #include +using namespace icu; + // Verify that a UErrorCode is successful; exit(1) if not void check(UErrorCode& status, const char* msg) { if (U_FAILURE(status)) {