ICU-5316 Move copyright statement into ucln_io.c.
X-SVN-Rev: 20049
This commit is contained in:
parent
11a487441d
commit
13a2bd3fbb
@ -1,7 +1,7 @@
|
||||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 1998-2005, International Business Machines
|
||||
* Copyright (C) 1998-2006, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
@ -36,9 +36,6 @@
|
||||
#define DELIM_LS 0x2028
|
||||
#define DELIM_PS 0x2029
|
||||
|
||||
/* Leave this copyright notice here! */
|
||||
static const char copyright[] = U_COPYRIGHT_STRING;
|
||||
|
||||
/* TODO: is this correct for all codepages? Should we just use \n and let the converter handle it? */
|
||||
#ifdef U_WINDOWS
|
||||
static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };
|
||||
|
Loading…
Reference in New Issue
Block a user