From 509391d3dd0d9ec8fe5fb381525cc4e03a7c77c7 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 2 Jun 2003 18:40:09 +0000 Subject: [PATCH] ICU-2959 Add copyright notices to the binaries. X-SVN-Rev: 12219 --- icu4c/source/common/putil.c | 3 +++ icu4c/source/i18n/ucln_in.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/icu4c/source/common/putil.c b/icu4c/source/common/putil.c index 27d1e11235c..c4db2e27a36 100644 --- a/icu4c/source/common/putil.c +++ b/icu4c/source/common/putil.c @@ -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*/ diff --git a/icu4c/source/i18n/ucln_in.c b/icu4c/source/i18n/ucln_in.c index 58bf661ef5b..44a1e782120 100644 --- a/icu4c/source/i18n/ucln_in.c +++ b/icu4c/source/i18n/ucln_in.c @@ -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