ICU-2959 Add copyright notices to the binaries.
X-SVN-Rev: 12219
This commit is contained in:
parent
3b9026f1ea
commit
509391d3dd
@ -126,6 +126,9 @@
|
|||||||
/* Define the extension for data files, again... */
|
/* Define the extension for data files, again... */
|
||||||
#define DATA_TYPE "dat"
|
#define DATA_TYPE "dat"
|
||||||
|
|
||||||
|
/* Leave this copyright notice here! */
|
||||||
|
static const char copyright[] = U_COPYRIGHT_STRING;
|
||||||
|
|
||||||
/* floating point implementations ------------------------------------------- */
|
/* floating point implementations ------------------------------------------- */
|
||||||
|
|
||||||
/* We return QNAN rather than SNAN*/
|
/* We return QNAN rather than SNAN*/
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
#include "ucln.h"
|
#include "ucln.h"
|
||||||
#include "ucln_in.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)
|
static UBool i18n_cleanup(void)
|
||||||
{
|
{
|
||||||
#if !UCONFIG_NO_TRANSLITERATION
|
#if !UCONFIG_NO_TRANSLITERATION
|
||||||
|
Loading…
Reference in New Issue
Block a user