mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5425 Add copyright strings to laiyout libraries.
X-SVN-Rev: 21578
This commit is contained in:
parent
efd76e19f8
commit
0784e0cdf8
2 changed files with 7 additions and 1 deletions
|
@ -34,6 +34,9 @@
|
|||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
/* Leave this copyright notice here! It needs to go somewhere in this library. */
|
||||
static const char copyright[] = U_COPYRIGHT_STRING;
|
||||
|
||||
const LEUnicode32 DefaultCharMapper::controlChars[] = {
|
||||
0x0009, 0x000A, 0x000D,
|
||||
/*0x200C, 0x200D,*/ 0x200E, 0x200F,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
**********************************************************************
|
||||
* Copyright (C) 2002-2006, International Business Machines
|
||||
* Copyright (C) 2002-2007, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
*/
|
||||
|
@ -30,6 +30,9 @@ U_NAMESPACE_BEGIN
|
|||
|
||||
#define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
|
||||
|
||||
/* Leave this copyright notice here! It needs to go somewhere in this library. */
|
||||
static const char copyright[] = U_COPYRIGHT_STRING;
|
||||
|
||||
class StyleRuns
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue