Imported Upstream version 58.1
[platform/upstream/icu.git] / source / samples / plurfmtsample / plurfmtsample.cpp
index 48bd206..f3a9ce6 100644 (file)
@@ -1,7 +1,11 @@
 /********************************************************************************
+* Copyright (C) 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+********************************************************************************
+********************************************************************************
 * Copyright (C) 2008-2013, International Business Machines Corporation and
 * others. All Rights Reserved.
-*******************************************************************************
+********************************************************************************
 */
 
 //! [PluralFormatExample1]
@@ -96,4 +100,4 @@ int main (int argc, char* argv[])
 {
        PluralFormatExample();
        return 0;
-}
\ No newline at end of file
+}