]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/datecal/cal.cpp
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / datecal / cal.cpp
index f06538418f92bda1ee3d1682233915af2e2eab6e..1af3a699dd28514fe71d2a3eb8db8b54dc4092bb 100644 (file)
@@ -1,7 +1,13 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2002-2003, International Business Machines
+*   © 2016 and later: Unicode, Inc. and others.
+*   License & terms of use: http://www.unicode.org/copyright.html#License
+*
+*******************************************************************************
+*******************************************************************************
+*
+*   Copyright (C) 2002-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -11,7 +17,7 @@
 #include "unicode/gregocal.h"
 #include <stdio.h>
 
-extern "C" {  extern void c_main(); };
+extern "C" void c_main();
 
 void cpp_main()
 {