ICU-2959 Add copyright notices to the binaries.

X-SVN-Rev: 12219
This commit is contained in:
George Rhoten 2003-06-02 18:40:09 +00:00
parent 3b9026f1ea
commit 509391d3dd
2 changed files with 6 additions and 0 deletions

View File

@ -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*/

View File

@ -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