From 0784e0cdf8dd8a63785164f223a0e4ad53eefa0a Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Wed, 23 May 2007 23:56:20 +0000 Subject: [PATCH] ICU-5425 Add copyright strings to laiyout libraries. X-SVN-Rev: 21578 --- icu4c/source/layout/LayoutEngine.cpp | 3 +++ icu4c/source/layoutex/ParagraphLayout.cpp | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/icu4c/source/layout/LayoutEngine.cpp b/icu4c/source/layout/LayoutEngine.cpp index e3f0e282b79..d2d9fe581d8 100644 --- a/icu4c/source/layout/LayoutEngine.cpp +++ b/icu4c/source/layout/LayoutEngine.cpp @@ -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, diff --git a/icu4c/source/layoutex/ParagraphLayout.cpp b/icu4c/source/layoutex/ParagraphLayout.cpp index ba5ac417aaf..4ce0b9152db 100644 --- a/icu4c/source/layoutex/ParagraphLayout.cpp +++ b/icu4c/source/layoutex/ParagraphLayout.cpp @@ -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: