mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2959 Add copyright notices to the binaries.
X-SVN-Rev: 12219
This commit is contained in:
parent
3b9026f1ea
commit
509391d3dd
2 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,9 @@
|
|||
/* Define the extension for data files, again... */
|
||||
#define DATA_TYPE "dat"
|
||||
|
||||
/* Leave this copyright notice here! */
|
||||
static const char copyright[] = U_COPYRIGHT_STRING;
|
||||
|
||||
/* floating point implementations ------------------------------------------- */
|
||||
|
||||
/* We return QNAN rather than SNAN*/
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
#include "ucln.h"
|
||||
#include "ucln_in.h"
|
||||
|
||||
/* Leave this copyright notice here! It needs to go somewhere in this library. */
|
||||
static const char copyright[] = U_COPYRIGHT_STRING;
|
||||
|
||||
static UBool i18n_cleanup(void)
|
||||
{
|
||||
#if !UCONFIG_NO_TRANSLITERATION
|
||||
|
|
Loading…
Add table
Reference in a new issue