ICU-5425 Add copyright strings to laiyout libraries.

X-SVN-Rev: 21578
This commit is contained in:
Eric Mader 2007-05-23 23:56:20 +00:00
parent efd76e19f8
commit 0784e0cdf8
2 changed files with 7 additions and 1 deletions

View File

@ -34,6 +34,9 @@
U_NAMESPACE_BEGIN 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[] = { const LEUnicode32 DefaultCharMapper::controlChars[] = {
0x0009, 0x000A, 0x000D, 0x0009, 0x000A, 0x000D,
/*0x200C, 0x200D,*/ 0x200E, 0x200F, /*0x200C, 0x200D,*/ 0x200E, 0x200F,

View File

@ -1,6 +1,6 @@
/* /*
********************************************************************** **********************************************************************
* Copyright (C) 2002-2006, International Business Machines * Copyright (C) 2002-2007, International Business Machines
* Corporation and others. All Rights Reserved. * Corporation and others. All Rights Reserved.
********************************************************************** **********************************************************************
*/ */
@ -30,6 +30,9 @@ U_NAMESPACE_BEGIN
#define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) #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 class StyleRuns
{ {
public: public: