+Copyright (C) 2016 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html#License
+
Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
This example demonstrates running an instance of ICU 1.8.1. together with a current version of ICU. It only tests u_getVersion and several collation APIs.
/*
*******************************************************************************
*
+* Copyright (C) 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+*
+*******************************************************************************
+*******************************************************************************
+*
* Copyright (C) 2001 - 2005, International Business Machines
* Corporation and others. All Rights Reserved.
*
#!/usr/bin/perl
# ********************************************************************
+# * Copyright (C) 2016 and later: Unicode, Inc. and others.
+# * License & terms of use: http://www.unicode.org/copyright.html#License
+# ********************************************************************
# * COPYRIGHT:
# * Copyright (c) 2002-2013, International Business Machines Corporation and
# * others. All Rights Reserved.
## Makefile.in for ICU - test/perf/collationperf
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html#License
+##
## Copyright (c) 2001-2011, International Business Machines Corporation and
## others. All Rights Reserved.
-/********************************************************************
+/***********************************************************************
+ * Copyright (C) 2016 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ ***********************************************************************
+ ***********************************************************************
* COPYRIGHT:
* Copyright (C) 2001-2012 IBM, Inc. All Rights Reserved.
*
- ********************************************************************/
+ ***********************************************************************/
/********************************************************************************
*
* File CALLCOLL.C
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
- <meta name="Copyright" content="Copyright (c) 2002-2008, International Business Machines Corporation and others. All Rights Reserved.">
+ <meta name="Copyright" content="Copyright (C) 2016 and later: Unicode, Inc. and others.
+ License & terms of use: http://www.unicode.org/copyright.html#License
+ Copyright (c) 2002-2008, International Business Machines Corporation and others. All Rights Reserved.">
<META NAME="GENERATOR" Content="Visual Page 2.0 for Windows">
<TITLE>collperf</TITLE>
</HEAD>
</BODY>
-</HTML>
\ No newline at end of file
+</HTML>
/***************************************************************************
*
+* Copyright (C) 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+*
+****************************************************************************/
+/***************************************************************************
+*
* Copyright (C) 1998-2013, International Business Machines
* Corporation and others. All Rights Reserved.
*
/***************************************************************************
*
+* Copyright (C) 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+*
+****************************************************************************/
+/***************************************************************************
+*
* Copyright (C) 1998-2013, International Business Machines
* Corporation and others. All Rights Reserved.
*
/*
-**********************************************************************
+***********************************************************************
+* Copyright (C) 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html#License
+***********************************************************************
+***********************************************************************
* Copyright (c) 2002-2005, International Business Machines
* Corporation and others. All Rights Reserved.
-**********************************************************************
+***********************************************************************
* 2005Nov22 Raymond Yang
*
* migrate old test created by aliu to perf test framework.